I program my home computer, beam myself into the future

pump_to_gdocs.py (gist.github)

Posted: July 6th, 2010 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: , , , , , , , , , , , | No Comments »

Upload a document of any type to Google Docs from the command line. Requires a Google Apps Premier domain and the Google Data APIs Python client (http://code.google.com/p/gdata-python-client/downloads/list).

Usage:

$ pump_to_gdocs.py -f <file name> -t <mime type>

For example, take a database dump and send directly to Google docs:

$ echo 'SELECT * FROM emp;' | mysql -u scott -ptiger scott | pump_to_gdocs.py -f employees -t text/tab-separated-values

See http://code.google.com/apis/documents/overview.html for more info.

Via.


Droopy: easy file receiving at stackp

Posted: May 22nd, 2010 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: , , , , , , , , , , , , , , , , , | No Comments »

"Droopy is a mini Web server whose sole purpose is to let others upload files to your computer."

Via.


sshfs - The SSH File System for MacFUSE

Posted: September 2nd, 2009 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: , , , , , , , , , , , | No Comments »

"The SSH File System for MacFUSE"

Via.


MPlayer | FFmpeg.exe for Win32

Posted: August 11th, 2009 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: , , , , , , , , , | No Comments »

Binary builds of MPlayer/MEncoder for win32, FFmpeg MinGW related packages and MinGW toolchains.

Via.


VirtualBox

Posted: April 15th, 2009 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: , , , , , , , , , , , , , , , , , , , | No Comments »

"VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License (GPL)."

Via.


VirtualBox

Posted: April 15th, 2009 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: , , , , , , , , , , , | No Comments »

"VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License (GPL)."

Via.


EMFF (Easy Musicplayer For Flash)

Posted: April 1st, 2009 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | No Comments »

Via.


EMFF (Easy Musicplayer For Flash)

Posted: April 1st, 2009 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: , , , , , , , , , , , , | No Comments »

Via.


Getting Started with Git and GitHub on Windows - Kyle Cordes

Posted: March 17th, 2009 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | No Comments »

Via.


phpa interactive command line shell

Posted: March 12th, 2009 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | No Comments »

phpa is an interactive command line shell for PHP.

Via.