-
A program similar to GNU screen, but with the ability to grab programs that were started outside of it, along with some other strange/interesting ones.
http://caca.zoy.org/wiki/neercs
-
A program to detach a process from one terminal and attach it to a different one.
https://github.com/nelhage/reptyr
-
An explanation of how to detach and re-attach a program in a different TTY/PTY. It has some caveats, but it's very simple to implement. Similar to reptyr and neercs.
http://blog.habets.pp.se/2009/03/Moving-a-process-to-another-terminal
-
A (long) tutorial on UML.
http://www.tutorialspoint.com/uml/index.htm
-
File manager-type program that renders the directory structure almost like a 3-dimensional city.
http://fsv.sourceforge.net
-
Some CSS tips. Mostly rather dated or well-known by now. There were still a few interesting ones.
http://viralpatel.net/blogs/2009/11/20...useful-css-stylesheet-tips-tricks.html
-
An explanation of why pointers to void can be converted to any other pointer in C implicitly, but have to be converted explicitly in C++.
http://eli.thegreenplace.net/2009/11/16/void-and-casts-in-c-and-c
-
How to read EDI data and convert it to XML using a lot of LINQ.
http://sites.google.com/site/yacoset/Home/edi-with-linq
-
How to use the viewport meta-tag to control how devices render your webpages.
http://webdesign.tutsplus.com/articles...-the-viewport-meta-tag--webdesign-5972
-
A very nice introductory series on D3.js. You start off by making a simple pie chart and end up with a donut showing tooltips, parsing a CSV and with selectable pieces of data.
http://zeroviscosity.com/category/d3-js-step-by-step
Top of the page
First PreviousNext Last
Page 16 of 19