令人愉快的 旅游信息网站, 继续发展 充满灵感。感谢!
3 people like thisPosted: 1 month ago by 方尖碑
Pong video game runnable inside fable.io. Controls are "A" for left, and "D" for right.
8 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: 5 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
2 people like thisPosted: 5 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: 5 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: 5 months ago by Tuomas Hietanen
Get Stock Quote Data and Historical Stock Prices from Yahoo Finance.
237 people like thisPosted: 15 years ago by Tuomas Hietanen
Three ways to split a list in half (but not necessarily in the middle). A forth version added that's very short and should be fast, as we only use List.fold. New champ found.
84 people like thisPosted: 15 years ago by Dmitri Pavlenkov
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
This snippet provides a very small internal DSL for creating and querying XML using the underlying XLinq classes.
374 people like thisPosted: 15 years ago by Blake Coverett
We start with an initial value and then applying f repeatedly, until the value does not change anymore.
303 people like thisPosted: 15 years ago by Nick Palladinos
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
math (35) tryfsharp (48) sequences (48) http (18) generic programming (17) recursion (33) collections (16) seq (54) dsl (23) quotations (21) design patterns (18) web (29) fold (22) reflection (19) lazy (20) html (16) sequence (32) f# (43) lists (15) array (22)
nagat01 (19) Ryan Riley (25) devshorts (11) Antonio Cisternino (8) Robert Pickering (10) Rick Minerich (15) Carsten König (10) Tao Liu (17) Fabio Galuppo (14) Taha Hachana (12) Tomas Petricek (150) Zhukoff Dima (8) Gauthier Segay (11) Faisal Waris (37) Ankur Dhama (20) Samuel Bosch (12) Vesa Karvonen (8) David Klein (16) Tuomas Hietanen (80) fholm (26)
Database contains 3208 snippets out of which 1719 is public.