令人愉快的 旅游信息网站, 继续发展 充满灵感。感谢!
2 people like thisPosted: 2 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
Mailbox processors can easily be used to implement active objects. This example shows how to do that with a reusable wrapper type and minimal boilerplate code in the actual class definitions. Supports both asynchronous calls and synchronous calls. For the latter case, exceptions are automatically propagated back to the caller.
92 people like thisPosted: 14 years ago by Wolfgang Meyer
An asynchronous sequence is similar to the seq
Posted: 15 years ago by Tomas Petricek
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
Get Stock Quote Data and Historical Stock Prices from Yahoo Finance.
237 people like thisPosted: 15 years 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
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
90 people like thisPosted: 14 years ago by fholm
learning f# (16) design patterns (18) fold (22) reflection (19) tryfsharp (48) sequences (48) computation builder (17) sequence (32) pattern matching (15) lists (15) recursion (33) generic programming (17) algorithms (25) seq (54) json (16) computation expression (15) tutorial (17) math (35) silverlight (22) parsing (28)
Tuomas Hietanen (80) nagat01 (19) Phillip Trelford (87) Taha Hachana (12) Eirik Tsarpalis (89) Ryan Riley (25) Zhukoff Dima (8) Antonio Cisternino (8) Ankur Dhama (20) Cesar Mendoza (17) Kit Eason (51) mavnn (17) Faisal Waris (37) Brian Berns (9) NIck Palladinos (14) devshorts (11) Joel Huang (13) David Klein (16) Evgeniy Andreev (13) Tomas Petricek (150)
Database contains 3208 snippets out of which 1719 is public.