令人愉快的 旅游信息网站, 继续发展 充满灵感。感谢!
2 people like thisPosted: 3 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
This function is given a partition predicate and a sequence. Until the predicate returns false, a list will be filled with elements. When it is, both the list and the remainder of the sequence will be returned. Note that this example preserves the laziness of the unchecked sequence elements.
74 people like thisPosted: 15 years ago by Rick Minerich
An asynchronous sequence is similar to the seq
Posted: 15 years ago by Tomas Petricek
F# implementation of RO_ref from the "Effective ML" talk.
93 people like thisPosted: 14 years ago by fholm
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
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.
68 people like thisPosted: 14 years ago by Phillip Trelford
The Let active pattern demonstrated by this snippet can be used to assign values to symbols in pattern matching. This is useful for writing complex pattern matching using match as we can handle multiple cases using a single clause.
64 people like thisPosted: 15 years ago by Tomas Petricek
Faisal Waris (37) mavnn (17) Zhukoff Dima (8) Fabio Galuppo (14) Carsten König (10) Gauthier Segay (11) Vesa Karvonen (8) Antonio Cisternino (8) Kit Eason (51) Nick Palladinos (66) Robert Pickering (10) Joel Huang (13) Tao Liu (17) Ankur Dhama (20) Tuomas Hietanen (80) nagat01 (19) Ryan Riley (25) devshorts (11) Eirik Tsarpalis (89) Tomas Petricek (150)
Database contains 3208 snippets out of which 1719 is public.