Posted: July 6th, 2010 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: bookmark, commandline, gist, github, google, googleapps, googledocs, link, opensource, python, script, work | 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.
Posted: August 11th, 2009 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: bookmark, ffmpeg, link, mplayer, opensource, sourceforge, tool, Video, windows, work | No Comments »
Binary builds of MPlayer/MEncoder for win32, FFmpeg MinGW related packages and MinGW toolchains.
Via.
Posted: June 3rd, 2009 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: ajax, bookmark, comet, http, javascript, link, php, programming, prototype, tutorial, web, web2.0, work | 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.
Posted: May 28th, 2009 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: ajax, bookmark, collaboration, debugging, javascript, jquery, link, programming, testing, tool, tools, webdev, work | 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.
Posted: April 7th, 2009 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: api, bookmark, cli, commandline, curl, http, link, webdev, work, xmlrpc | No Comments »
curl -X POST -H 'Content-type: text/xml' -d @xmlfile.xml http://example.com/xmlrpc.php
Via.
Posted: April 7th, 2009 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: api, bookmark, cli, commandline, curl, http, link, webdev, work, xmlrpc | No Comments »
curl -X POST -H 'Content-type: text/xml' -d @xmlfile.xml http://example.com/xmlrpc.php
Via.
Posted: April 7th, 2009 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: api, appsot, bookmark, canonical, cli, commandline, cool, curl, data, html, http, internet, link, Links, revcanonical, service, shorteners, url, urls, web, webdev, work, xmlrpc | No Comments »
RevCanonical
url shortening that doesn't hurt the internet
Via.