Pong video game runnable inside fable.io. Controls are "A" for left, and "D" for right.
1 people like thisPosted: 1 month 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: 3 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: 3 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: 4 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: 4 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: 5 months ago by halcwb
Learn Key Principle of F# in just a few minutes with the following Sample of "World Bank Type Provider - Exploring Population Data"
383 people like thisPosted: 12 years ago by Muhammad Mugees Asif
get the list of ethernet sql servers
90 people like thisPosted: 14 years ago by nCdy
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.
70 people like thisPosted: 15 years ago by Rick Minerich
This is to demonstrate that: (1) there are many ways to solve the same problems; (2) operators can be grouped together into data structures and act as data; (3) you can have fun in F# in many ways.
57 people like thisPosted: 14 years ago by Dmitry Soshnikov
get the list of ethernet sql servers
90 people like thisPosted: 14 years ago by nCdy
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.
73 people like thisPosted: 14 years ago by Tomas Petricek
staging (18) dsl (23) regex (17) tryfsharp (48) game (32) reflection (19) silverlight (22) list (56) tutorial (17) recursion (33) computation expression (15) async (98) sequence (32) collections (16) http (18) fold (22) web (29) math (35) html (16) sequences (48)
NIck Palladinos (14) Gauthier Segay (11) Tao Liu (17) Eirik Tsarpalis (89) nagat01 (19) Faisal Waris (37) Tuomas Hietanen (80) David Klein (16) Taha Hachana (12) Cesar Mendoza (17) Ankur Dhama (20) Tomas Petricek (150) Evgeniy Andreev (13) Rick Minerich (15) Carsten König (10) Joel Huang (13) Phillip Trelford (87) Nick Palladinos (66) fholm (26) Robert Pickering (10)
Database contains 3208 snippets out of which 1719 is public.