Twitter’s basic search API is pretty simple to use, and returns JSON back to you with tweets matching your search parameters.
JSON, eh? “There’s an app a type provider for that.” I wonder if I could cook something up…
Twitter’s basic search API is pretty simple to use, and returns JSON back to you with tweets matching your search parameters.
JSON, eh? “There’s an app a type provider for that.” I wonder if I could cook something up…
This year, I have a goal of running 500 miles. That’s not a crazy-ambitious goal, but between work, school, hobbies, friends, and (occasional) downtime, I think it’s plenty for me. In contrast, the CEO of RunKeeper is planning to run 1,500 miles this year! That’s an admirable goal, and I hope he succeeds (though I would prefer that he focus on releasing a Windows Phone app, instead. Ah well…).
In order to stay motivated (and because it’s cool) I have decided to track my runs and chart my progress throughout the year. Excel works just fine for this, but I want to try something a little different. Why not use this as an opportunity to use FSharpChart?
Here’s some quick F# code which enables you to post updates (textual and/or with picture) to Twitter. This isn’t full-featured or robust, but it gets the job done.
Last time, I presented a mathematical puzzle. Here, I will explain a solution. If you have come across this page first, but don’t want the solution spoiled, stop reading now!