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).
0 people like thisPosted: 10 days ago by mavnn
令人愉快的 旅游信息网站, 继续发展 充满灵感。感谢!
4 people like thisPosted: 6 months ago by 方尖碑
Pong video game runnable inside fable.io. Controls are "A" for left, and "D" for right.
9 people like thisPosted: 8 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: 10 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: 10 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: 11 months ago by Tuomas Hietanen
Implements iterate function from Haskell's Prelude. The function generates an infinite sequence by applying a function to the initial value (first) and then to the result of previous application.
203 people like thisPosted: 15 years ago by Nick Palladinos
Three ways to split a list in half (but not necessarily in the middle). A forth version added that's very short and should be fast, as we only use List.fold. New champ found.
84 people like thisPosted: 15 years ago by Dmitri Pavlenkov
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
Here is an improved version twice shorter, than original
72 people like thisPosted: 15 years ago by Nick Canzoneri
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
Two/Three/Four-element generic tuples implemented as a value types for writing more efficient F# code.
77 people like thisPosted: 15 years ago by fholm
algorithms (25) lazy (20) game (32) web (29) regex (17) pattern matching (15) sequences (48) recursion (33) f# (43) seq (54) list (56) quotations (21) fold (22) agent (20) async (98) generic programming (17) dsl (23) tryfsharp (48) silverlight (22) reflection (19)
Brian Berns (9) Joel Huang (13) Phillip Trelford (87) fholm (26) Faisal Waris (37) Tuomas Hietanen (80) Vesa Karvonen (8) Taha Hachana (12) Tomas Petricek (150) Tao Liu (17) Ryan Riley (25) Kit Eason (51) Zhukoff Dima (8) Cesar Mendoza (17) NIck Palladinos (14) Nick Palladinos (66) Eirik Tsarpalis (89) Gauthier Segay (11) Samuel Bosch (12) Rick Minerich (15)
Database contains 3209 snippets out of which 1719 is public.