Pong video game runnable inside fable.io. Controls are "A" for left, and "D" for right.
1 people like thisPosted: 6 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
Show's how to define units of measure to add stronger typing to your numerical functions.
75 people like thisPosted: 15 years ago by Robert Pickering
The Let active pattern demonstrated by this snippet can be used to assign values to symbols in pattern matching. This is useful for writing complex pattern matching using match as we can handle multiple cases using a single clause.
64 people like thisPosted: 14 years ago by Tomas Petricek
get the list of ethernet sql servers
90 people like thisPosted: 14 years ago by nCdy
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
F# implementation of RO_ref from the "Effective ML" talk.
92 people like thisPosted: 14 years ago by fholm
Factory pattern in F#
81 people like thisPosted: 14 years ago by Tao Liu
wpf (20) learning f# (16) sequences (48) pattern matching (15) http (18) fold (22) parsing (28) recursion (33) silverlight (22) mailboxprocessor (27) agent (20) algorithms (26) quotations (21) string (29) async (98) math (35) array (22) generic programming (17) lazy (20) design patterns (18)
Evgeniy Andreev (13) Tuomas Hietanen (80) Vesa Karvonen (8) NIck Palladinos (14) Brian Berns (9) Tao Liu (17) fholm (26) Nick Palladinos (66) Robert Pickering (10) mavnn (17) Ryan Riley (25) Taha Hachana (12) David Klein (16) nagat01 (19) Samuel Bosch (12) Fabio Galuppo (14) Joel Huang (13) Rick Minerich (15) Tomas Petricek (150) Eirik Tsarpalis (89)
Database contains 3207 snippets out of which 1719 is public.