令人愉快的 旅游信息网站, 继续发展 充满灵感。感谢!
2 people like thisPosted: 9 days ago by 方尖碑
Pong video game runnable inside fable.io. Controls are "A" for left, and "D" for right.
6 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: 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
Factory pattern in F#
82 people like thisPosted: 14 years ago by Tao Liu
Implements iterate function from Haskell's Prelude. The function generates an infinite sequence by applying a function to the initial value (first) and then to the result of previous application.
203 people like thisPosted: 15 years ago by Nick Palladinos
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
An asynchronous sequence is similar to the seq
Posted: 15 years ago by Tomas Petricek
Here is an improved version twice shorter, than original
72 people like thisPosted: 15 years ago by Nick Canzoneri
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
http (18) array (22) sequences (48) tryfsharp (48) list (56) collections (16) learning f# (16) parsing (28) quotations (21) sequence (32) algorithms (25) regex (17) computation builder (17) lazy (20) staging (18) lists (15) string (29) web (29) computation expression (15) generic programming (17)
Tao Liu (17) Robert Pickering (10) Brian Berns (9) Gauthier Segay (11) fholm (26) Vesa Karvonen (8) Ryan Riley (25) Carsten König (10) Samuel Bosch (12) Eirik Tsarpalis (89) Fabio Galuppo (14) nagat01 (19) Taha Hachana (12) Nick Palladinos (66) David Klein (16) Cesar Mendoza (17) devshorts (11) NIck Palladinos (14) Rick Minerich (15) Ankur Dhama (20)
Database contains 3208 snippets out of which 1719 is public.