small-programs

This is a collection of my small programs that do not deserve a separate repository one by one.

Windows 10 Fixer

Fixes annoying Windows 10 features.

Markdown to HMTL (PHP)

(Half done) PHP function that converts Markdown text to HMTL.

Simple Python Debugger (Python)

Shows a window with every global variable in the code.

Image aspect ratio cropper (Python OpenCV)

This batch tool crops JPG images in the current folder to a desired aspect ratio. You can select the cropping area with your mouse.

Image organizer (Python)

Use your keyboard to assort images into folders.

Sudoku Solver (PHP)

Sudoku Solver in PHP. It uses the backtrack (non recursive) algoritm to solve 9x9 sudokus.

ASCII Sokoban (C)

Sokoban game written in C without any graphic library. Only 100 lines of code.

Image noise remover (Python OpenCV)

This tool removes the noise from low-light images with image stacking.

Magic Porn Blocker (Python)

Blocks every adult themed websites.

Single file PHP blog (PHP)

The simplest single file PHP blog. Only 75 lines of code!

FFMPEG MP4 Command generator (HTML JS)

This tool helps you to easily generate FFmpeg commands to convert MP4 video files. Just select the settings by filling out a form, and copy the generated command.

Snake (C, Allegro Game Engine)

Simple Snake game. Only 100 lines of code.

Folder accent remover (C#)

Removes the accents from directory names.