Pong video game runnable inside fable.io. Controls are "A" for left, and "D" for right.
1 people like thisPosted: 14 days ago by Phillip Trelford
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: 2 months 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: 2 months ago by Tuomas Hietanen
Takes a list of (quantity/amount and price/rate) as decimals, and gives a weighted average
0 people like thisPosted: 3 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/
2 people like thisPosted: 3 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: 4 months ago by halcwb
F# implementation of a generic Top-Down-Operator-Precedence Parser as described in this paper http://portal.acm.org/citation.cfm?id=512931 Example starts at line ~300
89 people like thisPosted: 14 years ago by fholm
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: 15 years ago by Tomas Petricek
This snippet provides a very small internal DSL for creating and querying XML using the underlying XLinq classes.
374 people like thisPosted: 15 years ago by Blake Coverett
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
get the list of ethernet sql servers
90 people like thisPosted: 14 years ago by nCdy
Some simple functions for writing more idiomatic F# tests with NUnit.
91 people like thisPosted: 15 years ago by Ryan Riley
algorithms (26) sequence (32) game (32) async (98) fold (22) array (22) recursion (33) tryfsharp (48) monad (24) wpf (20) html (16) tutorial (17) mailboxprocessor (27) f# (43) pattern matching (15) quotations (21) http (18) list (56) lists (15) collections (16)
Antonio Cisternino (8) Ankur Dhama (20) devshorts (11) Gauthier Segay (11) Joel Huang (13) Ryan Riley (25) Samuel Bosch (12) Tomas Petricek (150) Faisal Waris (37) Phillip Trelford (87) Evgeniy Andreev (13) Fabio Galuppo (14) David Klein (16) fholm (26) Vesa Karvonen (8) Tuomas Hietanen (80) Robert Pickering (10) Zhukoff Dima (8) Nick Palladinos (66) mavnn (17)
Database contains 3207 snippets out of which 1719 is public.