Download and install Ollama: https://ollama.com/ Ollama is a free common host for multiple different LLM-models like Google Gemma, OpenApi's GPT-OSS, Deepseek, etc.
0 people like thisPosted: 6 days ago by Tuomas Hietanen
ModelContextProtocol with FSharp (MCP with F#) https://modelcontextprotocol.io/docs/getting-started/intro Client and Server examples using https://github.com/modelcontextprotocol/csharp-sdk
0 people like thisPosted: 6 days ago by Tuomas Hietanen
Takes a list of (quantity/amount and price/rate) as decimals, and gives a weighted average
0 people like thisPosted: 23 days ago by Tuomas Hietanen
Example of shaping an anonymous-object-as-JSON structure for an Azure dashboard using strong typing and minimal code using Farmer F# https://compositionalit.github.io/farmer/
0 people like thisPosted: 23 days ago by Tuomas Hietanen
A functional wrapper around MailboxProcessor that simplifies agent-based concurrency, adds error handling via events, and provides convenience functions to avoid common pitfalls when working with asynchronous message processing in F#.
2 people like thisPosted: 1 month ago by halcwb
Timestamp: Time format in ISO 8601 with timezone. YYYYMMDDhhmmssffff+zzzz For example 2011-05-17 19:01:10.000 -0200 would be: 20110517190110000-0200
0 people like thisPosted: 3 months ago by Tuomas Hietanen
Mailbox processors can easily be used to implement active objects. This example shows how to do that with a reusable wrapper type and minimal boilerplate code in the actual class definitions. Supports both asynchronous calls and synchronous calls. For the latter case, exceptions are automatically propagated back to the caller.
92 people like thisPosted: 14 years ago by Wolfgang Meyer
This snippet shows how to create objects with events in F#. It shows both simple event (to be used from F#) and a .NET compatible event with specific delegate type.
84 people like thisPosted: 14 years ago by Tomas Petricek
Here is an improved version twice shorter, than original
72 people like thisPosted: 14 years ago by Nick Canzoneri
get the list of ethernet sql servers
90 people like thisPosted: 14 years ago by nCdy
A functional wrapper around the new WCF Web APIs (http://wcf.codeplex.com/). Composition is achieved through the use of the HttpRequestMessage -> Async
Posted: 14 years ago by Ryan Riley
I use this basic template when writing .fsx files that I might want to compile. It adjusts the difference in command line/entrypoint handling between a script and a compiled assembly. This example shows the details for a WPF script — replace the #r's and/or remove the STAThread for a WinForms or Console script.
124 people like thisPosted: 14 years ago by Blake Coverett
monad (24) string (29) collections (16) json (16) wpf (20) algorithms (26) tryfsharp (48) pattern matching (15) sequences (48) list (56) learning f# (16) async (98) html (16) parsing (28) agent (20) computation expression (15) mailboxprocessor (27) silverlight (22) reflection (19) array (22)
David Klein (16) NIck Palladinos (14) Tomas Petricek (150) Tao Liu (17) Robert Pickering (10) Ankur Dhama (20) Fabio Galuppo (14) Faisal Waris (37) Kit Eason (51) Rick Minerich (15) Antonio Cisternino (8) nagat01 (19) Nick Palladinos (66) Vesa Karvonen (8) Gauthier Segay (11) Phillip Trelford (87) Carsten König (10) mavnn (17) Tuomas Hietanen (80) devshorts (11)
Database contains 3205 snippets out of which 1719 is public.