Compositional expression parsing with monads. https://bitbucket.org/ZachBray/parsad
9 people like thisPosted: 12 years ago by Zach Bray
This snippet automatically speeches text of question,answers and comments in a Stackoverflow article. It requires HtmlAgilityPack(available from Nuget package manager).(Attention: You need reset F# interactive to stop the speech)
6 people like thisPosted: 12 years ago by nagat01
This checks if a string contains all uppercase characters.
5 people like thisPosted: 6 years ago by LuisFX
JSON parsing with monads. See also "Expression parsing with monads" (http://fssnip.net/bi). Author URL: http://www.zbray.com
8 people like thisPosted: 12 years ago by Zach Bray
The snippet shows how to extract list of Olympic medalists from the Rio 2016 web site in a nice JSON format. It turns out you just need the right regular expression to extract the data from a script tag...
2 people like thisPosted: 8 years ago by Tomas Petricek
There are some nuances to using the regular expression type provider that are easy to miss. This snippet addresses them.
7 people like thisPosted: 2 years ago by musicologyman