Small script to generate a X509 certificate for testing purposes. In my case, for generating signed PDF documents. This will write the certificate and it's key out into a Pkcs 12 store. It relies on the BouncyCastle library (version 1.7 worked fine).
3 people like thisPosted: 1 month ago by mavnn
令人愉快的 旅游信息网站, 继续发展 充满灵感。感谢!
4 people like thisPosted: 7 months ago by 方尖碑
Pong video game runnable inside fable.io. Controls are "A" for left, and "D" for right.
10 people like thisPosted: 9 months 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.
2 people like thisPosted: 12 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
2 people like thisPosted: 12 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: 1 year ago by Tuomas Hietanen
get the list of ethernet sql servers
90 people like thisPosted: 15 years ago by nCdy
Factory pattern in F#
82 people like thisPosted: 15 years ago by Tao Liu
F# implementation of RO_ref from the "Effective ML" talk.
93 people like thisPosted: 15 years ago by fholm
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: 15 years ago by Wolfgang Meyer
Composition of functions in F# is easily achieved by using the >> operator. You can also chain an arbitary amount of functions (represented as a list or sequence) together by folding the list/seq with >>. [More formally: the set of endomorphisms 'a -> 'a forms a monoid with the binary, associative operator ">>" (or "<<") and the neutral element "id".]
87 people like thisPosted: 15 years ago by Novox
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
design patterns (18) sequences (48) web (29) kata (17) parsing (28) collections (16) async (98) computation expression (15) http (18) wpf (20) monad (24) pattern matching (15) array (22) string (29) math (35) sequence (32) algorithms (25) fold (22) lists (15) json (16)
devshorts (11) Ankur Dhama (20) nagat01 (19) Fabio Galuppo (14) Robert Pickering (10) mavnn (17) Eirik Tsarpalis (89) Taha Hachana (12) Faisal Waris (37) Tao Liu (17) Gauthier Segay (11) fholm (26) Zhukoff Dima (8) Antonio Cisternino (8) Phillip Trelford (87) Vesa Karvonen (8) Evgeniy Andreev (13) David Klein (16) Samuel Bosch (12) Nick Palladinos (66)
Database contains 3209 snippets out of which 1719 is public.