令人愉快的 旅游信息网站, 继续发展 充满灵感。感谢!
0 people like thisPosted: yesterday by 方尖碑
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.
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
0 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
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
Two/Three/Four-element generic tuples implemented as a value types for writing more efficient F# code.
77 people like thisPosted: 14 years ago by fholm
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 example shows how to load a Xaml file allowing to use WPF from F#. It also shows how to access WPF objects and register event handlers.
109 people like thisPosted: 15 years ago by Antonio Cisternino
A functional wrapper around the new WCF Web APIs (http://wcf.codeplex.com/). Composition is achieved through the use of the HttpRequestMessage -> Async
Posted: 15 years ago by Ryan Riley
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
Factory pattern in F#
81 people like thisPosted: 14 years ago by Tao Liu
tutorial (17) dsl (23) recursion (33) fold (22) array (22) reflection (19) async (98) pattern matching (15) html (16) math (35) agent (20) sequences (48) generic programming (17) computation expression (15) collections (16) learning f# (16) computation builder (17) quotations (21) game (32) algorithms (25)
nagat01 (19) Phillip Trelford (87) Brian Berns (9) Carsten König (10) Nick Palladinos (66) fholm (26) Ankur Dhama (20) Taha Hachana (12) Eirik Tsarpalis (89) Kit Eason (51) Evgeniy Andreev (13) Rick Minerich (15) Ryan Riley (25) David Klein (16) Gauthier Segay (11) Zhukoff Dima (8) Vesa Karvonen (8) Fabio Galuppo (14) devshorts (11) mavnn (17)
Database contains 3208 snippets out of which 1719 is public.