Entries tagged: snippet
See Which Twitterers Don’t Follow You Back In 15 Lines of Python
Using Python to display which Twitter users you follow don't follow you back.
Posting to Twitter from Python
Using this minimalist Twitter API library for Python makes tweeting from code a breeze.
Converting a URL into a Link in C# Using Regular Expressions
A C# code snippet that detects URLs and coverts them to links.
Retrieving Twitter Status ("Tweets") Via Twitter API Using LINQ to XML
How to retrieve your twitter status using .net and linq to xml...
Sorting (dropdown) Select Options Using jQuery
A snippet of JavaScript to sort a select dropdown using jQuery
Consuming a (delicious) RSS Feed Using LINQ to XML
An example of using LINQ to XML for consuming an RSS feed