Tuesday, September 25, 2007
Saturday, April 7, 2007
Touch-Typing software: TypeFaster
- Supports multiple keyboard layouts and more can be added easily (see the developers section). Includes support for non-rectangular keys. The following keyboard layouts are currently supported:
- Danish
- Finnish
- French
- French-Belgian
- German
- Hebrew (no lesson files)
- Italian
- Norwegian
- Numeric Keypad
- Portuguese
- Spanish
- UK-English
- US-Dvorak
- US-English
- A clear indication of which fingers to use. This is the essence of touchtyping.
- A 3D typing game.
- Typing statistics and the option of practising the least accurate/slowest/custom keys.
- Keyboard is not a fixed size (resolution independent).
- Multi-user support.
- Teacher support (view student statistics).
- Interface for editing lesson files and game settings.
- Backspace support
- Right to left text support.
- Variable text size.
- Lesson files can be prose or poems.
- Lesson progress indicator.
- Completely free with full source code availability.
Friday, April 6, 2007
Cbreak: Open Source Commercial Remover for AVI Files
Cbreak, a cool tool that automatically removes commercials from AVI files. It works by scanning the AVI for black screens, which typically come before and after a commercial, and divides the AVI into black-seperated segments. Segments that are shorter than some specified length are discarded and the rest of the frames are stitched back together, losslessly. There's also a manual mode for the chance video where this algorithm doesn't work perfectly.
If you want to do the same for MPEG files, you can still use this tool by converting the MPEGs to AVIs losslessly using ffmpeg. After using Cbreak, just convert them back to MPEG.
It's Windows only, but the source is included (GPL) so maybe this could be ported to Mac/Linux as well. Personally, I'd also like to see this modified to automatically remove the sporting event from the super bowl commercials.
Cbreak: Free commercial remover for AVI files -Link.