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.


this graph means i rock

Posted: September 17th, 2009 | Author: stevie | Filed under: Flickr, Lifestream, Photo | Tags: , , , , , , , | No Comments »

stev.ie posted a photo:

this graph means i rock

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.


How to implement COMET with PHP

Posted: June 3rd, 2009 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: , , , , , , , , , , , , | No Comments »

"Comet is a programming technique that enables web servers to send data to the client without having any need for the client to request it. This technique will produce more responsive applications than classic AJAX. In classic AJAX applications, web browser (client) cannot be notified in real time that the server data model has changed. The user must create a request (for example by clicking on a link) or a periodic AJAX request must happen in order to get new data fro the server. "

Via.


JS Bin - Collaborative JavaScript Debugging

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

"JS Bin is a webapp specifically designed to help JavaScript and CSS folk test snippets of code, within some context, and debug the code collaboratively."

Via.


Posting XMLRPC calls from the command line

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

curl -X POST -H 'Content-type: text/xml' -d @xmlfile.xml http://example.com/xmlrpc.php

Via.


Posting XMLRPC calls from the command line

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

curl -X POST -H 'Content-type: text/xml' -d @xmlfile.xml http://example.com/xmlrpc.php

Via.


rev=canonical: url shortening that doesn’t hurt the internet

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

RevCanonical
url shortening that doesn't hurt the internet

Via.


twt.fm / share music on twitter

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

share music on twitter

Via.


EMFF (Easy Musicplayer For Flash)

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

Via.