Makes a single Websocket request and waits for the first response
4 people like thisPosted: 1 month ago by Fave Oled
Find binding-redirects with linq-to-xml from a .config file. This might be useful for then parsing config-changes e.g. by System.Linq.Enumerable.Except
2 people like thisPosted: 1 month ago by Tuomas Hietanen
Use a regular expression to find all groups of three digits before the decimal point. Returns the modified string.
2 people like thisPosted: 1 month ago by shazmodan
Starts at a given position. Using any kind of "tag" like <%replaceThis%> with something corresponding from the Map.
0 people like thisPosted: 1 month ago by shazmodan
Starts at a given position. Using any kind of "tag" like <%replaceThis%> with something corresponding from the Map.
0 people like thisPosted: 1 month ago by shazmodan
Inserts a space every 3 characters in a string starting from the end of the string.
1 people like thisPosted: 1 month ago by shazmodan
This example shows how to load a Xaml file allowing to use WPF from F#. It also shows how to access WPF objects and register event handlers.
107 people like thisPosted: 12 years ago by Antonio Cisternino
Here is an improved version twice shorter, than original
72 people like thisPosted: 12 years ago by Nick Canzoneri
This function is given a partition predicate and a sequence. Until the predicate returns false, a list will be filled with elements. When it is, both the list and the remainder of the sequence will be returned. Note that this example preserves the laziness of the unchecked sequence elements.
68 people like thisPosted: 12 years ago by Rick Minerich
Demonstrates how to implement the dynamic operator (?) using .NET Reflection. The implementation supports calling constructors, propreties and methods using simple overload resolution (based on parameter count). It handles instance as well as static members.
71 people like thisPosted: 11 years ago by Tomas Petricek
Classical "Hello world" example that prints a message to the console output. This version uses F# printfn function to do the printing.
183 people like thisPosted: 12 years ago by Tomas Petricek
get the list of ethernet sql servers
90 people like thisPosted: 11 years ago by nCdy
json (14) pattern matching (15) math (35) sequences (48) mailboxprocessor (27) html (15) web (29) async (98) generic programming (17) learning f# (16) string (27) http (18) tryfsharp (48) list (56) parsing (27) reflection (19) collections (16) silverlight (22) fparsec (15) seq (54)
Carsten König (10) fholm (26) Kit Eason (51) Vesa Karvonen (8) Rick Minerich (15) Robert Pickering (11) NIck Palladinos (14) Ryan Riley (25) Faisal Waris (37) Zhukoff Dima (8) mavnn (17) Gauthier Segay (11) Tao Liu (17) Tuomas Hietanen (74) Taha Hachana (12) Antonio Cisternino (8) Fabio Galuppo (14) David Klein (16) Ankur Dhama (20) Evgeniy Andreev (13)
Database contains 3105 snippets out of which 1703 is public.