hodapp.wordpress.com
2009.08.12 | Hodapp's Weblog
https://hodapp.wordpress.com/2009/08/14/2009-08-12
This blog is probably useless to you. Laquo; 2009.07.21. Fun with NX stuff. 8211; videos from Prof. James Duane and Officer George Bruch about why talking to the police is almost never a good idea. 8211; A place to upload files. It can also be done with a firefox extension or in a script. Guy This lets you store data on paper (about 500 KB for A4 at 600 DPI). 8211; Perhaps good for comparing different Javascript engines. It chokes on Firefox 3.5 on my Atom 330, but works well on 3.6. How to Design Worlds.
wiki.xiph.org
List of Theora videos - XiphWiki
https://wiki.xiph.org/List_of_Theora_videos
List of Theora videos. This is a list of sites where you can download videos encoded with Theora. Learn basic electronics from a electrical engineering student attending University of York. Spanish website with clips from the Andaluzian station. Content licensed under CC-BY-NC. A show about technology and politics, with a focus on simple explanations for interesting innovations. Hosted by Ramon Cahenzli and Shane Coughlan. Linux related tips and tricks, in-depth tutorials, product reviews, and insights.
a-dimit.blogspot.com
?- true.: June 2008
http://a-dimit.blogspot.com/2008_06_01_archive.html
Saturday, 7 June 2008. Code Folding in VIM. Is arguably one of the most awesome editors around. I use it exclusively, extending it with many plugins. As of version 6.0 Vim supports code folding. A nice way to hide blocks you don't need to see and thus reduce the visible complexity of the code you're editing. Vim accomplishes this using a. Which can guess where to fold the code based on syntactic. Hints (defined in the syntax file of the FileType you're using), indentation. I'll try to replace it soon.