- Extract Files & Folders with their length using Java https://github.com/csanuragjain/extra/tree/master/FileFolderExtractor
- Run and Monitor external program using Java https://github.com/csanuragjain/extra/tree/master/ExternalProgramRunner
- Parsing JSON with Java https://github.com/csanuragjain/extra/tree/master/JSON%20Parser
- Jar Compresser/Decompresser https://github.com/csanuragjain/extra/tree/master/Jar%20Compresser
- Set Background in JFrame https://github.com/csanuragjain/extra/tree/master/Set%20Background%20JFrame
- Block windows program using Java https://github.com/csanuragjain/extra/tree/master/BlockProgram
- Access/Modify clipboard content https://github.com/csanuragjain/extra/tree/master/Clipboard
- Play Movie as Desktop Wallpaper https://github.com/csanuragjain/extra/tree/master/DesktopMovieWallpaper
- Base64 to image and vice-versa https://github.com/csanuragjain/extra/tree/master/Base64ToImage & https://github.com/csanuragjain/extra/tree/master/ImageToBase64
- Zip/Unzip file using Java https://github.com/csanuragjain/extra/tree/master/Compression
- Search within your images https://github.com/csanuragjain/extra/tree/master/ImageResolver
- Schedule task using Java https://github.com/csanuragjain/extra/tree/master/ScheduleTask
- Emulate keyboard keys using Java https://github.com/csanuragjain/extra/tree/master/EmulateKeyboard
- Mouse controller and tracker using Java https://github.com/csanuragjain/extra/tree/master/MouseControllerTracker
- Youtube metadata extractor https://github.com/csanuragjain/extra/tree/master/YoutubeMetadataExtractor
- Read from Images https://github.com/csanuragjain/extra/tree/master/ReadFromImages
- Read metadata from an unknown class file https://github.com/csanuragjain/extra/tree/master/ReflectionReadAPI
- URL encode/decode using Java https://github.com/csanuragjain/extra/tree/master/EncodeDecodeURL
- Java Reflection- Accessing/Modifying private methods/fields https://github.com/csanuragjain/extra/tree/master/ReflectionAccessModifyPrivateData
- Convert JSON to POJO using Java https://github.com/csanuragjain/extra/tree/master/convertJson2Pojo
- Convert JSON to XML using Java https://github.com/csanuragjain/extra/tree/master/convertJson2XML
- Convert Image to PDF https://github.com/csanuragjain/extra/tree/master/Image2PDF
- Thumbnail Generator using Java https://github.com/csanuragjain/extra/tree/master/ThumbnailGenerator
- Some Image Based Exploits with their Prevention https://github.com/csanuragjain/extra/tree/master/ImageExploit
- Face Recognition using Java https://github.com/csanuragjain/extra/tree/master/FaceRecognition
- Check SQL Server Connectivity easily https://github.com/csanuragjain/extra/tree/master/TestSQLServerConnectivity