pts.blog
2009-03-31
How to set up ruby gems on Debian Etch as non-root
›
This tutorial describes how to install Ruby gems to your home directory. The gems you install there will not be visible to other user, and t...
2009-03-27
How to make Flash full screen work in Ubuntu Hardy and Firefox
›
We were using the Flash applet on Livescribe's web site in Firefox running on Ubuntu Hardy. We were using Flash 9.0 r124, and Firefox 3....
1 comment:
2009-03-26
ASCII isdigit, isalpha and isxdigit macros in ANSI C with arithmetic operations
›
The naïve way of defining a C macro which tests whether a character is a digit (assuming an ASCII-based character set) is #define ISDIGIT(c)...
2009-03-13
How to select an ALSA sound card and have concurrent, simultaneus playback using dmix
›
This blog post is tutorial which describes how to select a default sound card and run multiple playbacks simultaneously, using ALSA on Linux...
4 comments:
2008-09-03
Using pytz to display a timestamp in a time zone
›
Download pytz from http://pytz.sourceforge.net/ . You can try out the code snippet below without installing pytz. Just create your Python sc...
‹
Home
View web version