This repository is a place where some of my old deprated and discotinued projects goes. Each branch contains different project.
List of projects added so far:
- USBaspX - Improved version of a programmer for AVR's USBasp.
- dollarClass - a JavaScript library that allows creating classes that behaves more like C#, Java and C++.
- tcplimit - a simple tunneling application that limits the speed and divides it equally for each connection.
- Clicker - an application that allows creating and executing a sequence of movements and clicks of the mouse.
- Gesty - an application that adds mouse gestures in places where they are not available by default.
- libusb-Mouse - a Windows service that communicates with the USB mouse and controls current UI session.
- StartShellExecute - simple command line utility that calls StartShellExecute Windows API function.
- penProtect - tool that breaks FAT32 filesystem structure to prevent some viruses to install on removeble media.
- Shader-Preparser - tool for simplyfied embeding shaders scource codes into C++ code.k
- myES - JavaScript engine, small (for embedded devices), up to date with newest ES, AoT compiler to bytecode.
- PanelSim - Find the best layout of wooden floor panels in a room of specified dimensions.
- RemoteLight - Wireless light switch.
- Violentmonkey-Scripts - My scripts for Violentmonkey Chrome plugin.
- boiler-water-return-controller - Early drafts of boiler water return controller.
- md5-js - MD5 in JavaScript.
- ml-experiments - Some my machine learning experiments.
- mmdl - Simple models description to C++ code that simulates that model.
- predict-0-or-1-nn - Neural network that predicts if a user will select 0 or 1.
- secure-remote - Drafts of radio remote with a secure connection.
- simuster - Simulator of a heating controller.
- spidermonkey-wasi - Spidermonkey JavaScript engine compiled to WebAssembly. It allows sandboxing of untrusted JavaScript code.
- text-compression - Different approaches to text compression that can reduce HTML file size.
- uvm-compiler - Compiler for a very simple language designed for scripting in embedded systems.
- wasm2python - translate WebAssembly module into Python source code. Allows running WebAssembly in pure Python.
- and more...