April 22, 2008
Updated: May 24, 2008
No source code yet.
This lecture was given at LinuxFest Northwest 2008. Due to issues with transportation, I skipped into a demo of how to write some Python code and finished by telling everyone the url of my TCPDump Watch. I wrote the hard disk encryption gui I had meant to on the bus (in 1.5 hours) and was able to give a demo.
If you want I can read this list of todos for the next hour OR
I can post it on the board and we can start working on them together.
Learning to code requires a project, a set of source code, and an aha moment.
Guess what we've got right here and now?
Who here thinks we can write 100 lines of code in an hour?
1000 lines?
How about 5000 lines?
MPlayer Plugin, Kanji-lish extension, Unicode Injection, and Firefox 3.0.1 review
Cel Shaded Box in SVG+PNG
Cell is place.
Welcome to Cell.
by Javantea Sept 28, 2008
If you like MPlayer, run Linux and you want to play movies in your Firefox browser, I can heartily recommend MPlayer Plug-in (click image above).
In case you're wondering how I tested the plugin, I went through my database looking for an embedded video.
mysql> select scene,pagenum from page where rant like '%<object%'; +-------+---------+ | scene | pagenum | +-------+---------+ | 249 | 38 | | 249 | 64 | | 249 | 96 | | 249 | 104 | | 249 | 156 | | 249 | 169 | | 249 | 172 | | 249 | 182 | | 249 | 192 | +-------+---------+ 9 rows in set (0.07 sec)A preview:

Here's the page Read more »