Viewing Category : programming

Post thumbnail of Iterators in python are about as easy as “hello world” in most other languages
date28 December 2008
Continue reading Iterators in python are about as easy as “hello world” in most other languages

Iterators in python are about as easy as “hello world” in most other languages

Iterators in python are so easy. I saw some articles on random sites about building generators to do stuff, but in the end they were only trying to iterate through a file line by line so why make it harder on yourself. Declare an iterator of the type …

Post thumbnail of I wish everyone followed GNU makefile conventions
date6 December 2008
Continue reading I wish everyone followed GNU makefile conventions

I wish everyone followed GNU makefile conventions

According to gnu.org, “Installation directories should always be named by variables, so it is easy to install in a nonstandard place. The standard names for these variables and the values they should have in GNU packages are described below. They are based on a standard filesystem layout; variants …

Post thumbnail of Simple sockets to talk to a scrolling display using python
date7 November 2008
Continue reading Simple sockets to talk to a scrolling display using python

Simple sockets to talk to a scrolling display using python

I need to talk to a little box that has an ip address and accepts tcp input to send on to a giant LED display.  I’m going to send messages across it as if it were the stock market tickers streaming along, or like the rolling display in Times Square …

 Page 7 of 7  « First  ... « 3  4  5  6  7 
Powered by Wordpress   |   Lunated designed by ZenVerse

Valid XHTML 1.0 Transitional