令人愉快的 旅游信息网站, 继续发展 充满灵感。感谢!
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
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
An asynchronous sequence is similar to the seq
Posted: 15 years ago by Tomas Petricek
Learn Key Principle of F# in just a few minutes with the following Sample of "World Bank Type Provider - Exploring Population Data"
383 people like thisPosted: 12 years ago by Muhammad Mugees Asif
The ObservableObject type implements the INotifyPropertyChanged interface used in WPF and Silverlight to notify on changes to properties that are bound to a control. Specify property names type safely using F# Quotations, i.e. <@ this.PropertyName @> when invoking the NotifyPropertyChanged method. If you are following the MVVM pattern then your View Model class can inherit from the ObservableObject type.
67 people like thisPosted: 14 years ago by Phillip Trelford
We start with an initial value and then applying f repeatedly, until the value does not change anymore.
302 people like thisPosted: 15 years ago by Nick Palladinos
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.
84 people like thisPosted: 15 years ago by Tomas Petricek
json (16) web (29) reflection (19) learning f# (16) wpf (20) computation builder (17) design patterns (18) mailboxprocessor (27) async (98) array (22) quotations (21) computation expression (15) math (35) lists (15) html (16) game (32) collections (16) recursion (33) sequence (32) silverlight (22)
Samuel Bosch (12) David Klein (16) nagat01 (19) Nick Palladinos (66) Joel Huang (13) Ryan Riley (25) Antonio Cisternino (8) Evgeniy Andreev (13) Fabio Galuppo (14) Eirik Tsarpalis (89) mavnn (17) Zhukoff Dima (8) Ankur Dhama (20) Faisal Waris (37) Tuomas Hietanen (80) Gauthier Segay (11) fholm (26) Taha Hachana (12) Tomas Petricek (150) Kit Eason (51)
Database contains 3208 snippets out of which 1719 is public.