令人愉快的 旅游信息网站, 继续发展 充满灵感。感谢!
2 people like thisPosted: 4 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
Two functions showing how to filter functional lists using the specified predicate. First version uses naive recursion and the second one is tail-recursive using the accumulator parameter.
77 people like thisPosted: 15 years ago by Tomas Petricek
Some simple functions for writing more idiomatic F# tests with NUnit.
91 people like thisPosted: 15 years ago by Ryan Riley
Get Stock Quote Data and Historical Stock Prices from Yahoo Finance.
237 people like thisPosted: 15 years ago by Tuomas Hietanen
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.
74 people like thisPosted: 14 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
An asynchronous sequence is similar to the seq
Posted: 15 years ago by Tomas Petricek
sequence (32) lists (15) array (22) parsing (28) design patterns (18) web (29) quotations (21) mailboxprocessor (27) generic programming (17) silverlight (22) math (35) tryfsharp (48) pattern matching (15) staging (18) kata (17) json (16) async (98) string (29) computation builder (17) html (16)
Tao Liu (17) Kit Eason (51) Ankur Dhama (20) Faisal Waris (37) Tomas Petricek (150) mavnn (17) devshorts (11) Ryan Riley (25) Taha Hachana (12) Samuel Bosch (12) Antonio Cisternino (8) Tuomas Hietanen (80) Vesa Karvonen (8) Cesar Mendoza (17) Robert Pickering (10) Evgeniy Andreev (13) Nick Palladinos (66) Rick Minerich (15) Phillip Trelford (87) Eirik Tsarpalis (89)
Database contains 3208 snippets out of which 1719 is public.