令人愉快的 旅游信息网站, 继续发展 充满灵感。感谢!
2 people like thisPosted: 4 days ago by 方尖碑
Pong video game runnable inside fable.io. Controls are "A" for left, and "D" for right.
5 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.
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: 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/
3 people like thisPosted: 4 months ago by Tuomas Hietanen
Classical "Hello world" example that prints a message to the console output. This version uses F# printfn function to do the printing.
186 people like thisPosted: 15 years ago by Tomas Petricek
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
Unlike the previous chain of responsibility, this version use the pipeline to chain responsibilities.
105 people like thisPosted: 14 years ago by Tao Liu
Invoke the methods from incompatible types
110 people like thisPosted: 14 years ago by Tao Liu
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
Composition of functions in F# is easily achieved by using the >> operator. You can also chain an arbitary amount of functions (represented as a list or sequence) together by folding the list/seq with >>. [More formally: the set of endomorphisms 'a -> 'a forms a monoid with the binary, associative operator ">>" (or "<<") and the neutral element "id".]
87 people like thisPosted: 15 years ago by Novox
web (29) sequence (32) fold (22) silverlight (22) regex (17) f# (43) string (29) generic programming (17) parsing (28) agent (20) async (98) design patterns (18) collections (16) list (56) pattern matching (15) lists (15) learning f# (16) lazy (20) sequences (48) kata (17)
David Klein (16) Robert Pickering (10) mavnn (17) Rick Minerich (15) Carsten König (10) Cesar Mendoza (17) Zhukoff Dima (8) Phillip Trelford (87) Brian Berns (9) Eirik Tsarpalis (89) Tuomas Hietanen (80) Tomas Petricek (150) Tao Liu (17) fholm (26) Samuel Bosch (12) NIck Palladinos (14) Gauthier Segay (11) Taha Hachana (12) Faisal Waris (37) Ankur Dhama (20)
Database contains 3208 snippets out of which 1719 is public.