76a9142220867b1e79c403fafe339a809a65ed01cb697988ac
0 people like thisPosted: 2 days ago 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
An asynchronous sequence is similar to the seq
Posted: 11 years ago by Tomas Petricek
Some simple functions for writing more idiomatic F# tests with NUnit.
88 people like thisPosted: 11 years ago by Ryan Riley
An example showing how to process list in a pipeline. We first use List.filter to return only even numbers and then use List.map to format them as strings.
91 people like thisPosted: 11 years ago by Tomas Petricek
Demonstrates how to implement the dynamic operator (?) using .NET Reflection. The implementation supports calling constructors, propreties and methods using simple overload resolution (based on parameter count). It handles instance as well as static members.
67 people like thisPosted: 11 years ago by Tomas Petricek
Show's how to define units of measure to add stronger typing to your numerical functions.
75 people like thisPosted: 11 years ago by Robert Pickering
The following sample wants to make sure the person’s age is between 18 and 65, weight is no more than 200 and tall enough (>120).
81 people like thisPosted: 10 years ago by Tao Liu
Tao Liu (17) Gauthier Segay (11) David Klein (16) Brian Berns (9) Evgeniy Andreev (13) Ankur Dhama (20) Tuomas Hietanen (73) Taha Hachana (12) Rick Minerich (15) Zhukoff Dima (8) Antonio Cisternino (8) fholm (26) Eirik Tsarpalis (89) devshorts (11) Kit Eason (51) Carsten König (10) Faisal Waris (37) Cesar Mendoza (17) Tomas Petricek (148) nagat01 (19)
Database contains 2952 snippets out of which 1690 is public.