Results for the tag 'api'
Link // websequencediagrams // Sun // 13 Dec 2009 // 12:35 a.m. // 0 comments
A cool service which generates sequence diagrams from a set of instructions. The service has an API too which makes it easy to invoke from any service or even command line tooo.
Visit site..Link // jack js // Mon // 26 Oct 2009 // 11:44 a.m. // 0 comments
JSGI is a web server interface specification for JavaScript, inspired by Ruby’s Rack (http://rack.rubyforge.org/) and Python’s WSGI (http://www.wsgi.org/). It provides a common API for connecting JavaScript frameworks and applications to webservers.
Visit site..Link // taffy db a javascrip… // Fri // 27 Nov 2009 // 3:45 p.m. // 0 comments
Taffy DB is a free and opensource JavaScript library that acts as thin data layer inside Web 2.0 and Ajax applications. This is not the database browser has its a simple js library which emulates a DB like API.
Visit site..Link // pushing leads to sal… // Wed // 14 Oct 2009 // 4:16 p.m. // 0 comments
A simple PHP function which facilitates sending data from a PHP web form into Sales Force API lead. Intresting.
Visit site..Link // python weather api // Mon // 05 Oct 2009 // 4:30 p.m. // 0 comments
Module that provides a python wrapper around the Yahoo! Weather, Google Weather and NOAA APIs. Useful some times.
Visit site..Link // couchdb basic authen… // Sat // 26 Sep 2009 // 4:14 p.m. // 0 comments
A good tutorial on setting up couchDB behind nginx with basic auth and SSL. Need to experiment with this kind of setup and see if we can set up a simple API.
Visit site..Link // all your pixel greg … // Fri // 20 Feb 2009 // 3:09 p.m. // 0 comments
An XMLRPC interface to your django app. Useful to post data into the app from external resources. Ecto blogging app uses XMLRPC to posts into the blog engine.
Visit site..Link // times developer netw… // Fri // 20 Feb 2009 // 3:09 p.m. // 0 comments
NYTimes launched the Article search API which is pretty useful. Thinking around if we can create anything useful actually.
Visit site..Link // beaker // Fri // 20 Feb 2009 // 3:09 p.m. // 0 comments
Beaker is light WSGI middleware layer that provides session's using Myghty's API. Its fast, robust and lazily loaded.
Visit site..Link // using flickr api fro… // Mon // 22 Jun 2009 // 3:10 p.m. // 0 comments
A tutorial on how to call flickr API (search API) right from the user's browser. This way we can avoid a bottleneck at the server and use client to do the API call.
Visit site..Link // aviary // Wed // 17 Jun 2009 // 9:08 p.m. // 0 comments
An online photoshop like app which does image manipulation. Way advanced controls and too awesome... Can use this for quick edits.
Visit site..Link // mapstraction // Sun // 07 Jun 2009 // 9:04 p.m. // 0 comments
A library that provides a common API for various javascript mapping APIs to enable switching from one to another as smoothly as possible. Developers can code their applications once, and then easily switch mapping provider based on project needs, terms and conditions, and new functionality.
Visit site..Link // yahoo placemaker // Wed // 20 May 2009 // 8:44 p.m. // 0 comments
A freely available geoparsing Web service that helps developers make their applications location-aware by identifying places in unstructured and atomic content
Visit site..Link // django full serializ… // Sun // 15 Mar 2009 // 9:02 p.m. // 0 comments
Here is an extension of django serializer which adds 3 more capabilities. Right now the django serializer outputs all attributes of the model object. This extension takes an arguement extras/ excludes/ relations. Cool!
Visit site..Link // infrastructure for m… // Sat // 21 Feb 2009 // 4:13 p.m. // 0 comments
A blog post describing infrastructure of various web apps. Scalability, API, caching, searching, message passing, and what not. Good allround coverage.
Visit site..Link // flickrs geotagging w… // Wed // 17 Dec 2008 // 7 p.m. // 0 comments
This is an awesome blog post where the potential of geotagged photos is shown. Every place has a WOEID (Where on earth ID) which is unique for place and landmark. Yahoo provides a GeoPlanet API to look up for a place's WOEID. Even better.
Visit site..Link // panda open source vi… // Tue // 25 Nov 2008 // 1:40 p.m. // 0 comments
Panda is an open source solution for video uploading, encoding and streaming. A service based on Amazon S3, EC2, Ruby on Rails. Panda provides a REST API through which we can pass the uploaded video to Panda where it is encoded to all possible formats and returns a call back that the video is ready. Cool Ain't it.
Visit site..Link // building an api with… // Tue // 12 Aug 2008 // 9:54 a.m. // 0 comments
Another great tutorial on how to create a web api using 'wapi' library. This sounds like using the django serialization feature. Anyway a handy link.
Visit site..Link // creating a basic api… // Tue // 12 Aug 2008 // 9:43 a.m. // 0 comments
Here is a good post on how to create a basic api with django. This is pretty much the best and simple way to create api support. The ability of django to create objects and output them in any format is great. We can create XML and JSON formats. Thank you Nathan borror
Visit site..Yahoo’s new API BOSS
posted: 29th July. 2008 // 7:26 p.m. // 8 commentsYahoo has released a new api namely 'BOSS' (Build Your own search Engine). A good time for companies and developers to develop innovative apps with the help of Yahoo's infrastructure.
Link // pymagnolia usage // Sun // 27 Jul 2008 // 7:13 p.m. // 0 comments
Here is a python wrapper for the ma.gnolia API. It is clean and very easy to use. Thank you for such a wonderful implementation. I use this to sync my bookmarks to my webblog.
Visit site..Sync brightkite to django
posted: 19th May. 2008 // 9:58 p.m. // 1 commentI have synced my blog to brightkite. A cron script checks my brightkite feed for a list of recent checkins and writes into my database.