令人愉快的 旅游信息网站, 继续发展 充满灵感。感谢!
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
The const function is simple, but you can use it to make your code more legible. In this example we convert a unary function to a function of arity 2 (that ignores the second argument). Also by using the flip function from Haskell (which is equally easy to define) you can ignore the first argument.
119 people like thisPosted: 15 years ago by Alex Muscar
Unlike the previous chain of responsibility, this version use the pipeline to chain responsibilities.
104 people like thisPosted: 14 years ago by Tao Liu
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
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
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
F# implementation of a generic Top-Down-Operator-Precedence Parser as described in this paper http://portal.acm.org/citation.cfm?id=512931 Example starts at line ~300
89 people like thisPosted: 14 years ago by fholm
seq (54) algorithms (25) computation builder (17) async (98) math (35) fold (22) design patterns (18) agent (20) pattern matching (15) lists (15) dsl (23) sequences (48) sequence (32) lazy (20) mailboxprocessor (27) quotations (21) generic programming (17) monad (24) json (16) tryfsharp (48)
Robert Pickering (10) Rick Minerich (15) Ryan Riley (25) Cesar Mendoza (17) Tuomas Hietanen (80) Eirik Tsarpalis (89) Zhukoff Dima (8) Samuel Bosch (12) Tomas Petricek (150) NIck Palladinos (14) mavnn (17) Tao Liu (17) Nick Palladinos (66) Phillip Trelford (87) Kit Eason (51) Evgeniy Andreev (13) Carsten König (10) Gauthier Segay (11) nagat01 (19) David Klein (16)
Database contains 3208 snippets out of which 1719 is public.