Barebone Reactive Extensions web server demo.
7 people like thisPosted: 9 years ago by Giacomo Stelluti Scala
String percentual similarity using Levenshtein Distance, as described in https://en.wikipedia.org/wiki/Levenshtein_distance.
0 people like thisPosted: 9 years ago by Giacomo Stelluti Scala
This F# scripts uses PickAll (github.com/gsscoder/pickall) to search the web with Google, DuckDuckGo and Yahoo. Results descriptions are than split to words and counted.
0 people like thisPosted: 4 years ago by Giacomo Stelluti Scala
Bitmap primitives helper functions for manipulating bitmap in memory as an array of tuples (x,y,color).
2 people like thisPosted: 9 years ago by Giacomo Stelluti Scala
Simple type arithmetic with Peano numbers, using a recursive type and pattern matching over it.
1 people like thisPosted: 9 years ago by Giacomo Stelluti Scala