令人愉快的 旅游信息网站, 继续发展 充满灵感。感谢!
2 people like thisPosted: 17 days ago by 方尖碑
Pong video game runnable inside fable.io. Controls are "A" for left, and "D" for right.
7 people like thisPosted: 2 months 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.
1 people like thisPosted: 4 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
1 people like thisPosted: 4 months ago by Tuomas Hietanen
Takes a list of (quantity/amount and price/rate) as decimals, and gives a weighted average
1 people like thisPosted: 5 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/
3 people like thisPosted: 5 months ago by Tuomas Hietanen
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
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.
74 people like thisPosted: 15 years ago by Rick Minerich
Two/Three/Four-element generic tuples implemented as a value types for writing more efficient F# code.
77 people like thisPosted: 15 years ago by fholm
This command redo-undo implement group the command under Do/Undo category.
71 people like thisPosted: 14 years ago by Tao Liu
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
Two functions showing how to filter functional lists using the specified predicate. First version uses naive recursion and the second one is tail-recursive using the accumulator parameter.
77 people like thisPosted: 15 years ago by Tomas Petricek
generic programming (17) computation builder (17) kata (17) parsing (28) sequences (48) tryfsharp (48) seq (54) mailboxprocessor (27) array (22) agent (20) regex (17) lists (15) game (32) json (16) http (18) monad (24) silverlight (22) wpf (20) collections (16) f# (43)
Robert Pickering (10) Nick Palladinos (66) David Klein (16) Vesa Karvonen (8) Fabio Galuppo (14) Cesar Mendoza (17) Carsten König (10) Phillip Trelford (87) Ankur Dhama (20) Joel Huang (13) NIck Palladinos (14) Evgeniy Andreev (13) Rick Minerich (15) Kit Eason (51) Faisal Waris (37) Tao Liu (17) Zhukoff Dima (8) Taha Hachana (12) Samuel Bosch (12) Brian Berns (9)
Database contains 3208 snippets out of which 1719 is public.