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: 11 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: 11 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
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
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
get the list of ethernet sql servers
90 people like thisPosted: 15 years ago by nCdy
A functional wrapper around the new WCF Web APIs (http://wcf.codeplex.com/). Composition is achieved through the use of the HttpRequestMessage -> Async
Posted: 15 years ago by Ryan Riley
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
F# implementation of RO_ref from the "Effective ML" talk.
93 people like thisPosted: 15 years ago by fholm
monad (24) math (35) tryfsharp (48) algorithms (25) kata (17) http (18) f# (43) web (29) array (22) string (29) quotations (21) design patterns (18) list (56) learning f# (16) computation builder (17) seq (54) tutorial (17) json (16) recursion (33) collections (16)
Brian Berns (9) Faisal Waris (37) Kit Eason (51) Zhukoff Dima (8) Carsten König (10) Samuel Bosch (12) Evgeniy Andreev (13) Taha Hachana (12) David Klein (16) Antonio Cisternino (8) nagat01 (19) Tomas Petricek (150) Cesar Mendoza (17) Tuomas Hietanen (80) Ankur Dhama (20) Fabio Galuppo (14) Gauthier Segay (11) mavnn (17) Rick Minerich (15) Nick Palladinos (66)
Database contains 3209 snippets out of which 1719 is public.