令人愉快的 旅游信息网站, 继续发展 充满灵感。感谢!
2 people like thisPosted: 7 days ago by 方尖碑
Pong video game runnable inside fable.io. Controls are "A" for left, and "D" for right.
6 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
Continuations provide a means whereby heap space can be traded for stack depth (heap space being generally more plentiful than stack depth). They are especially useful where tail recursion is not possible. Here are a couple of simple continuation examples that can be extended to cover more complex scenarios.
100 people like thisPosted: 15 years ago by Neil Carrier
This snippet shows how to create objects with events in F#. It shows both simple event (to be used from F#) and a .NET compatible event with specific delegate type.
85 people like thisPosted: 15 years ago by Tomas Petricek
I'm working on parallel computations and I thought it would be useful to break work into chunks, especially when processing each element asynchronously is too expensive. The neat thing is that this function is general even though motivation for it is specific. Another neat thing is that this is true lazy sequence unlike what you'd get if you used Seq.groupBy. There are three versions for your enjoyment.
73 people like thisPosted: 15 years ago by Dmitri Pavlenkov
This snippet shows how to create objects with events in F#. It shows both simple event (to be used from F#) and a .NET compatible event with specific delegate type.
85 people like thisPosted: 15 years ago by Tomas Petricek
This command redo-undo implement group the command under Do/Undo category.
71 people like thisPosted: 14 years ago by Tao Liu
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
algorithms (25) f# (43) html (16) monad (24) regex (17) string (29) agent (20) generic programming (17) sequences (48) parsing (28) lazy (20) async (98) collections (16) dsl (23) array (22) http (18) kata (17) wpf (20) seq (54) quotations (21)
Kit Eason (51) Phillip Trelford (87) nagat01 (19) Samuel Bosch (12) Rick Minerich (15) Ankur Dhama (20) Evgeniy Andreev (13) Fabio Galuppo (14) Carsten König (10) Ryan Riley (25) Taha Hachana (12) Tomas Petricek (150) Nick Palladinos (66) Tao Liu (17) Eirik Tsarpalis (89) Joel Huang (13) Zhukoff Dima (8) Gauthier Segay (11) Tuomas Hietanen (80) devshorts (11)
Database contains 3208 snippets out of which 1719 is public.