Working on a very basic twitter background generator, right now focusing on how to get the sidebar width right. It is very much under use at my twitter handle @dipankarsarkar (http://twitter.com/dipankarsarkar). The core idea is to be abe to communicate more information about what i do as a person using the background image. Some features […]
kindle and 84 – http://bit.ly/X7Xfi # neat, the artic big blob – http://bit.ly/uYNA0 # http://bit.ly/Q1DUP – IP exploitation π # http://bit.ly/znnB8 – Waiting for MS Office 2009 online π #
@fartingpen tw*this* tw*is* tw*esome* , twha twha !!! in reply to fartingpen # @fartingpen twmallika , nahhh sounds wrong. Twallika π in reply to fartingpen # @crazytwism ya man absolutely ;). Chuck norris is a legend our startlet is not there yet. in reply to crazytwism # If mallika bought twitter to India, i would […]
@senthilnayagam most implementable ? or most secure ? some parameters would be needed to home in one solution in reply to senthilnayagam # @fartingpen sending 1 unit ego π in reply to fartingpen # RT: @mybangalore Pics from #Rockon auditions in Bangalore – http://twurl.nl/uw2ldw # volapukaΔ΅o means nonsense #esperanto #slang # RT @viveksingh In India […]
RT @fartingpen suddenly i am thinking i don't quite understand the term "business networking". making friends just to ask favours? # @nikhilchinapa man, i have grown up watching MTV Select :P. Feels good to follow ze god on twitter. awesomeness !!! in reply to nikhilchinapa # @ghoseb that is completely untrue :), he was a […]
ghorar deam (egg of a horse) #slang #bengali # Matha mota (fat head) #slang #bengali # Bhais ki pooch (tail of a buffalo) #slang #hindi # RT @ghoseb Zen and the Art of online TODO list Management – Todoist. http://todoist.com # @viveksingh it is an awesome ad π in reply to viveksingh # RT @alyankovic […]
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using System.Net; using System.Web; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { System.Net.ServicePointManager.Expect100Continue = false; Uri address = new Uri(“http://twitter.com/statuses/update.json“); // Create the web request HttpWebRequest request = WebRequest.Create(address) as HttpWebRequest; request.Method = “POST”; request.ContentType = “application/x-www-form-urlencoded”; request.Credentials = new NetworkCredential(“username”, “password”); […]