Welcome to appb.in
Here are a list of simple apps that I have developed for fun. Try them, use them and enjoy.
n'th tweet
This is simple script to get n'th tweet using twitter API. Twitter allows access to only (160*20=)3200 of your latest tweets, which means you can read limited number of your latest tweets.
sMe [simple math executor]
An app to execute simple math. Has a bunch of basic functions, constants to be used.
A chat bot and twitter bot is at mathbot
Twitpic pop
View the twitpic's as and when they are tweeted. Uses twitter search to get realtime twitpics popping on your screen.
Twitpic search
Twitpic does not have a search functionality. This project tries to index and search twitpics by tags and status text. Twitpic has no API to access these images, instead screen-scraping has to be done. The amount of images hosted by twitpic is huge (more than 700,000 as of now) and indexing all of them would require huge resource [at 10kb per page for 700,000 images]. This app, as of now is indexing images which are posted on twitter and accessible through twitter search. The images can be searched by user given 'tags' and the status.
The cron job that is supposed to update isn't running now but I'm running it manually, so may be, some pics might not be indexed.