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: 1 month 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: 1 month ago by Tuomas Hietanen
Takes a list of (quantity/amount and price/rate) as decimals, and gives a weighted average
0 people like thisPosted: 2 months 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: 2 months 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: 3 months 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: 5 months ago by Tuomas Hietanen
Here is an improved version twice shorter, than original
72 people like thisPosted: 14 years ago by Nick Canzoneri
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.
109 people like thisPosted: 14 years ago by Antonio Cisternino
Three functions showing how to implement projection for functional lists. First version uses naive recursion and the second one is tail-recursive using the accumulator parameter. The third version extends this with continuation passing.
74 people like thisPosted: 15 years ago by Tomas Petricek
Some simple functions for writing more idiomatic F# tests with NUnit.
91 people like thisPosted: 14 years ago by Ryan Riley
get the list of ethernet sql servers
90 people like thisPosted: 14 years ago by nCdy
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
html (16) wpf (20) dsl (23) tryfsharp (48) kata (17) algorithms (26) agent (20) async (98) fold (22) learning f# (16) tutorial (17) quotations (21) collections (16) string (29) mailboxprocessor (27) list (56) monad (24) lazy (20) reflection (19) staging (18)
Antonio Cisternino (8) Robert Pickering (10) Phillip Trelford (87) Brian Berns (9) fholm (26) NIck Palladinos (14) Kit Eason (51) Tomas Petricek (150) Samuel Bosch (12) David Klein (16) mavnn (17) Gauthier Segay (11) Vesa Karvonen (8) Cesar Mendoza (17) devshorts (11) nagat01 (19) Fabio Galuppo (14) Nick Palladinos (66) Tao Liu (17) Ankur Dhama (20)
Database contains 3206 snippets out of which 1719 is public.