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.
0 people like thisPosted: 19 days 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: 19 days ago by Tuomas Hietanen
Takes a list of (quantity/amount and price/rate) as decimals, and gives a weighted average
0 people like thisPosted: 1 month 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/
0 people like thisPosted: 1 month ago by Tuomas Hietanen
A functional wrapper around MailboxProcessor that simplifies agent-based concurrency, adds error handling via events, and provides convenience functions to avoid common pitfalls when working with asynchronous message processing in F#.
2 people like thisPosted: 2 months ago by halcwb
Timestamp: Time format in ISO 8601 with timezone. YYYYMMDDhhmmssffff+zzzz For example 2011-05-17 19:01:10.000 -0200 would be: 20110517190110000-0200
0 people like thisPosted: 4 months ago by Tuomas Hietanen
I use this basic template when writing .fsx files that I might want to compile. It adjusts the difference in command line/entrypoint handling between a script and a compiled assembly. This example shows the details for a WPF script — replace the #r's and/or remove the STAThread for a WinForms or Console script.
124 people like thisPosted: 14 years ago by Blake Coverett
Some simple functions for writing more idiomatic F# tests with NUnit.
91 people like thisPosted: 14 years ago by Ryan Riley
get the list of ethernet sql servers
90 people like thisPosted: 14 years ago by nCdy
Get Stock Quote Data and Historical Stock Prices from Yahoo Finance.
237 people like thisPosted: 14 years ago by Tuomas Hietanen
Mailbox processors can easily be used to implement active objects. This example shows how to do that with a reusable wrapper type and minimal boilerplate code in the actual class definitions. Supports both asynchronous calls and synchronous calls. For the latter case, exceptions are automatically propagated back to the caller.
92 people like thisPosted: 14 years ago by Wolfgang Meyer
get the list of ethernet sql servers
90 people like thisPosted: 14 years ago by nCdy
recursion (33) wpf (20) parsing (28) game (32) string (29) agent (20) sequence (32) web (29) seq (54) html (16) kata (17) tutorial (17) collections (16) http (18) dsl (23) array (22) algorithms (26) tryfsharp (48) design patterns (18) generic programming (17)
Brian Berns (9) Nick Palladinos (66) fholm (26) Ryan Riley (25) Carsten König (10) Joel Huang (13) Ankur Dhama (20) Faisal Waris (37) Tuomas Hietanen (80) Taha Hachana (12) Zhukoff Dima (8) Phillip Trelford (87) mavnn (17) Cesar Mendoza (17) Gauthier Segay (11) NIck Palladinos (14) Tomas Petricek (150) Antonio Cisternino (8) Evgeniy Andreev (13) Kit Eason (51)
Database contains 3206 snippets out of which 1719 is public.