76a9142220867b1e79c403fafe339a809a65ed01cb697988ac
0 people like thisPosted: yesterday by The streets
Request throttling based on a time span and a request count. An `IDistributedCache` implementation is used which integrates nicely into ASP.NET Core. E.g. you can throttle requests from a specific IP address to allow fifty requests within a period of thirty seconds at most.
3 people like thisPosted: 1 month ago by toburger
Self-contained module for scripting or small console programs.
7 people like thisPosted: 1 month ago by Pim Brouwers
This F# code decrypts an encrypted string using Rijndael symmetric encryption algorithm. It uses key and initialization vector stored in a registry key.
2 people like thisPosted: 2 months ago by Tuomas Hietanen
PGP F# with PGPCore https://blog.bitscry.com/2018/07/05/pgp-encryption-and-decryption-in-c/
0 people like thisPosted: 2 months ago by Tuomas Hietanen
Making QR-code image having contact information (VCard) with Google Chart API. If you scan this image with mobile phone, you can directly add new person to your contacts.
4 people like thisPosted: 2 months ago by Tuomas Hietanen
This example shows how to load a Xaml file allowing to use WPF from F#. It also shows how to access WPF objects and register event handlers.
105 people like thisPosted: 11 years ago by Antonio Cisternino
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.
68 people like thisPosted: 11 years ago by Rick Minerich
Here is an improved version twice shorter, than original
72 people like thisPosted: 11 years ago by Nick Canzoneri
This snippet provides a very small internal DSL for creating and querying XML using the underlying XLinq classes.
364 people like thisPosted: 11 years ago by Blake Coverett
We start with an initial value and then applying f repeatedly, until the value does not change anymore.
293 people like thisPosted: 11 years ago by Nick Palladinos
Here is an improved version twice shorter, than original
72 people like thisPosted: 11 years ago by Nick Canzoneri
generic programming (17) sequences (48) regex (16) staging (18) lazy (20) mailboxprocessor (27) http (18) learning f# (16) sequence (32) math (35) fparsec (15) html (15) seq (54) pattern matching (15) list (55) dsl (23) agent (20) quotations (21) lists (14) computation builder (15)
Faisal Waris (37) Taha Hachana (12) NIck Palladinos (14) Rick Minerich (15) mavnn (17) David Klein (16) Robert Pickering (11) fholm (26) Kit Eason (51) Ankur Dhama (20) Vesa Karvonen (8) Nick Palladinos (66) Eirik Tsarpalis (89) Antonio Cisternino (8) Tuomas Hietanen (73) Tao Liu (17) Evgeniy Andreev (13) Tomas Petricek (148) Ryan Riley (25) Cesar Mendoza (17)
Database contains 2951 snippets out of which 1690 is public.