This directory contains some half-baked projects, poorly written sketches and code snippets.
- encryptor.htm
- Tool for symmetric encryption, uses something like Vigenere cipher
- gestures.htm
- Tracks mouse movement, detect change in direction
- grafiti.htm
- Attempt to create primitive handwriting recognition a la PalmOS grafiti
- htmlsandbox.htm
- Simple HTML/CSS/JS playground like jsFiddle
- lineed.htm
- Line editor (ed, edlin) simulator
- modground.htm
- WIP version of modular js playground
- neos3.htm
- Stale branch of neos with different architecture
- uim.htm
- Attempt to create UI framework (inspired by j2me lcdui) that abstracts DOM events/elements/operations so code works with framework classes/functions only. Main use-case is code is running in worker and communicates with framework doing actual DOM stuff (i.e. indirect DOM operations)
Back