🇩🇰 Made in Denmark

Discover Denmark's Leading Open Source Projects: Explore top-notch open source initiatives hailing from the vibrant tech community of Denmark.

TOP F# Projects

1
ploeh/ZeroToNine

ploeh/ZeroToNine

A tool for maintaining .NET Assembly versions across multiple files.
F#
145
star
2
ploeh/Furl

ploeh/Furl

Interact with HTTP resources using F# scripting
F#
76
star
3
ploeh/Numsense

ploeh/Numsense

A .NET library for parsing natural-language numerals ("forty-two") to integers, and converting the other way as well
F#
62
star
4
delegateas/XrmContext

delegateas/XrmContext

Tool to generate early-bound .NET classes and enumerations for MS Dynamics 365/CRM server-side coding.
F#
50
star
5
delegateas/Daxif

delegateas/Daxif

A framework for automating a lot of xRM development processses. By using simple F# script commands/files one can save a lot of time and effort during this process by using Delegates DAXIF# library.
F#
40
star
6
iyyel/fio

iyyel/fio

🔧 A type-safe, highly concurrent library for F# based on pure functional programming
F#
32
star
7
ploeh/KataTennis

ploeh/KataTennis

Supporting code for an article series called "Types + Properties = Software"
F#
29
star
8
TorbenRahbekKoch/Functional-Programming-Using-FSharp

TorbenRahbekKoch/Functional-Programming-Using-FSharp

Working through the book Functional Programming Using F# by Michael R. Hansen and Hans Rischel
F#
29
star
9
Caleb9/SynologyPhotosUtil

Caleb9/SynologyPhotosUtil

Helper for a number of tasks unavailable in Synology Photos web interface
F#
22
star
10
diku-dk/diku-canvas

diku-dk/diku-canvas

Simple canvas library for F# (2d-drawing, loading/saving of image files, using SDL2)
F#
21
star
11
jannickj/Freckle

jannickj/Freckle

Functional Reactive Programming for F#
F#
18
star
12
delegateas/Delegate.Sandbox

delegateas/Delegate.Sandbox

A library that provides a Computation Expression named SandboxBuilder, sandbox { return 42 }, which ensures that values returned from the computation are I/O side-effects safe and if not, they are marked as unsafe returning an exception.
F#
15
star
13
ronnieholm/SPCalendarRecurrenceExpander

ronnieholm/SPCalendarRecurrenceExpander

Turns each SharePoint calendar recurrence event into a series of individual events, taking into account recurrence exceptions
F#
13
star
14
csoren/elmish-xamarin-forms

csoren/elmish-xamarin-forms

Elmish architecture for Xamarin.Forms
F#
11
star
15
diku-dk/img-util-fs

diku-dk/img-util-fs

Image Utilities for F# (2d-drawing, loading/saving of image files, simple Gtk apps)
F#
10
star
16
Ahnfelt/AlgorithmWStepByStep

Ahnfelt/AlgorithmWStepByStep

Type inference for ML-like languages. A port to F# of "Algorithm W Step by Step" by Martin Grabmüller.
F#
10
star
17
csoren/elmish-sample

csoren/elmish-sample

Sample app using Elmish.Xamarin.Forms
F#
8
star
18
diku-dk/fshark

diku-dk/fshark

Futhark performance in F# projects
F#
7
star
19
pema99/bonk

pema99/bonk

A functional toy language inspired by ML.
F#
6
star
20
ploeh/picture-archivist

ploeh/picture-archivist

Example code supporting blog articles
F#
5
star
21
GreanTech/Qaiain

GreanTech/Qaiain

An autonomous email microservice that receives programmatic messages via an asynchronous channel and relays them over SMTP
F#
5
star
22
madsobitsoe/AdventOfCode

madsobitsoe/AdventOfCode

Advent of Code 2021
F#
5
star
23
ronnieholm/Bugfree.Spo.Analytics

ronnieholm/Bugfree.Spo.Analytics

Adds non-invasive logging of page visits in SharePoint Online to a MS SQL Server database.
F#
5
star
24
Eckankar/RandomImgur

Eckankar/RandomImgur

Fetches random images from imgur.
F#
5
star
25
kfl/only_funs

kfl/only_funs

F#
5
star
26
ploeh/DiamondFsCheck

ploeh/DiamondFsCheck

The Diamond kata done with Property-Based Testing in F#
F#
5
star
27
ploeh/Hull

ploeh/Hull

Graham Scan implementation in F#
F#
4
star
28
ahmadsalim/fflat-mdsliterals

ahmadsalim/fflat-mdsliterals

Extension of Fb with support for modular structured data literals (like XML, JSON, YAML etc.)
F#
4
star
29
ploeh/EquivalenceClassesFsCheckFizzBuzz

ploeh/EquivalenceClassesFsCheckFizzBuzz

Code from my Equivalence Classes, xUnit.net, FsCheck, Property-Based Testing presentation.
F#
4
star
30
mjul/workflows-in-fsharp

mjul/workflows-in-fsharp

Exploring workflow domain modelling in F#
F#
4
star
31
maate/tempo-tango

maate/tempo-tango

Tempo-tango is a .NET interpreter for Linear Temporal Logic in F#. Tempo-tango talks about time as events in the future and extends normal propositional logic by including a time dimension.
F#
4
star
32
fbie/optimized-closure-experiments

fbie/optimized-closure-experiments

Experiments with F# optimized closures.
F#
4
star
33
christianhelle/gfic

christianhelle/gfic

A .NET Core based command line image processor written in F#
F#
4
star
34
pema99/plonk

pema99/plonk

Small parser combinator library, which is input-source agnostic.
F#
3
star
35
ploeh/RegistrationFlow

ploeh/RegistrationFlow

Example code for article
F#
3
star
36
ondfisk/Forecalc

ondfisk/Forecalc

Core spreadsheet implementation in F#
F#
3
star
37
r-d-kmd/calvin

r-d-kmd/calvin

Querying interface for hobbes
F#
3
star
38
michelrandahl/Fsharp-data-analysis

michelrandahl/Fsharp-data-analysis

F#
2
star
39
linnet/fsharp-presentation

linnet/fsharp-presentation

Code examples and slides from my F# presentation (with comments in Danish)
F#
2
star
40
ulslevpedersen/demos-ekvb

ulslevpedersen/demos-ekvb

DEMoS Manifesto
F#
2
star
41
mvno/Franz

mvno/Franz

Franz is a .NET client for Kafka implemented in F#
F#
2
star
42
simsoll/YetAnotherTetrisClone

simsoll/YetAnotherTetrisClone

F# + MonoGame
F#
2
star
43
michelrandahl/talk-to-neovim-from-fsharp

michelrandahl/talk-to-neovim-from-fsharp

investigating how to communicate with neovim from a dotnet core f# project
F#
2
star
44
Unity-Technologies/homebrew-dotnet-updatepkg

Unity-Technologies/homebrew-dotnet-updatepkg

Utility script that can consolidate and update nuget packages across projects
F#
2
star
45
thomasnilsson/02157-Functional-Programming

thomasnilsson/02157-Functional-Programming

DTU Course
F#
2
star
46
ahmadsalim/fflat

ahmadsalim/fflat

The Fb programming language
F#
2
star
47
cbpetersen/conways-game-of-life-fsharp

cbpetersen/conways-game-of-life-fsharp

F# implementation of Conway's game of life
F#
2
star
48
Ildhesten/Deedle.Extras

Ildhesten/Deedle.Extras

Utility functions that aims to ease the friction between Deedle, Math.Net and XPlot.Plotly in some use cases.
F#
2
star
49
TorbenRahbekKoch/ColorPuzzle

TorbenRahbekKoch/ColorPuzzle

F#
2
star
50
mjul/cprnumre-dotnet

mjul/cprnumre-dotnet

A CPR-nummer (plural: CPR-numre) is a Danish government citizien ID number. This library implements the CPR-nummer semantics.
F#
2
star
51
BlackPhlox/logic-f-day

BlackPhlox/logic-f-day

Implementing the same functionality of Logic Friday to F#
F#
2
star
52
Darksonn/ryhl.io

Darksonn/ryhl.io

F#
2
star
53
ploeh/maitred-kata-in-fsharp-1

ploeh/maitred-kata-in-fsharp-1

The Maître d' kata done in F#
F#
2
star
54
zoren/ReteFSharp

zoren/ReteFSharp

Implementation of the rete algorithm from Doorenbos
F#
2
star
55
astahfrom/turning-snake

astahfrom/turning-snake

A simple Snake-like game with a twist in 120 lines of F#
F#
2
star
56
madsobitsoe/Slattenlangpat

madsobitsoe/Slattenlangpat

A terrible compiler you will never want to use
F#
2
star
57
jespera/fsharp-derivative-parsing

jespera/fsharp-derivative-parsing

Yet another implementation of parsing with derivatives a la Brzozowski
F#
2
star
58
ChristianGerdes/scrabble

ChristianGerdes/scrabble

F#
2
star
59
criipto/we-are-hiring

criipto/we-are-hiring

F#
2
star
60
CurryEleison/SudokuSolver

CurryEleison/SudokuSolver

F# program to solve sudoku puzzles
F#
2
star
61
thehabbos007/DynCalc

thehabbos007/DynCalc

F#
2
star
62
PhilipFlyvholm/F-Sharp-Assignments

PhilipFlyvholm/F-Sharp-Assignments

F#
2
star
63
kfl/fsc-wrap

kfl/fsc-wrap

Get fsc as a commandline program
F#
2
star
64
af3290/ema

af3290/ema

Energy Market Analytics demos
F#
2
star
65
shana/fsharp

shana/fsharp

F# for Mono
F#
2
star
66
thorlauridsen/PRDAT2022

thorlauridsen/PRDAT2022

PRDAT2022
F#
2
star
67
joglr/scrabble

joglr/scrabble

Scrabble
F#
1
star
68
Statical/issue-load-microsoft-xaml-behaviors-wpf

Statical/issue-load-microsoft-xaml-behaviors-wpf

Issue with Microsoft.Xaml.Behaviors.Wpf package when loading XAML resources.
F#
1
star
69
jesper-bengtson/FSharpKattis

jesper-bengtson/FSharpKattis

F#
1
star
70
nikitaignatov/linkedin-job-processing

nikitaignatov/linkedin-job-processing

analysis of the linkedin jobs
F#
1
star
71
delegateas/Delegate.SPOcopy

delegateas/Delegate.SPOcopy

A library that copies a local folder, including files and subfolders (recursively), to SharePoint Online, ensuring valid SharePoint relative url names.
F#
1
star
72
LiHRaM/pulumi-fsharp-playground

LiHRaM/pulumi-fsharp-playground

F#
1
star
73
paucablop/dotnet.fermentation.kinetic.models

paucablop/dotnet.fermentation.kinetic.models

Library with kinetic models to simulate microbial growth
F#
1
star
74
michelrandahl/JobTags

michelrandahl/JobTags

scraping job descriptions and extracting tags
F#
1
star
75
michelrandahl/MiniSuave

michelrandahl/MiniSuave

Some beautiful code from the book F# Applied by Tamizhvendan S
F#
1
star
76
michelrandahl/MiniModelGenerator

michelrandahl/MiniModelGenerator

Model generator for generating train interlocking models to be model checked
F#
1
star
77
jeffijoe/chilli

jeffijoe/chilli

Rename files to sort-friendly numbers
F#
1
star
78
ageil/tempelkoderne

ageil/tempelkoderne

Tempelkodernes stash!
F#
1
star
79
nikitaignatov/dashboard-svn

nikitaignatov/dashboard-svn

utility for loading svn logs for further processing.
F#
1
star
80
delegateas/Dale

delegateas/Dale

Delegate Audit Log Exporter
F#
1
star
81
runefs/Dish

runefs/Dish

A library to support DCI on the dotnet platform
F#
1
star
82
AndreasHassing/microc-to-webassembly

AndreasHassing/microc-to-webassembly

Bachelor Project at the IT University of Copenhagen, compiling MicroC to WebAssembly.
F#
1
star
83
oscarftoro/Rivano

oscarftoro/Rivano

Little Programming Language to express First Order Logics
F#
1
star
84
simonsejse/FSharpDiscordBot

simonsejse/FSharpDiscordBot

A discord bot for @Group 4 at the Department of Computer Science University of Copenhagen
F#
1
star
85
lasselupe33/ScrabbleAI

lasselupe33/ScrabbleAI

F#
1
star
86
ibsenrune/asyncresult

ibsenrune/asyncresult

F#
1
star
87
oscarftoro/CSP

oscarftoro/CSP

Constraint Satisfaction Problems
F#
1
star
88
kasperisager/fsharp-boilerplate

kasperisager/fsharp-boilerplate

Cross-platform DNX-based F# boilerplate configured with xUnit and FsUnit
F#
1
star
89
andersfischernielsen/BPRD

andersfischernielsen/BPRD

Repository for my exercises in the course Programs as Data at the IT University of Copenhagen.
F#
1
star
90
criipto/peer2peer

criipto/peer2peer

F#
1
star
91
itu-bndn/kdtree

itu-bndn/kdtree

A generic k-dimensional tree implementation with surface area split heuristics
F#
1
star
92
HnimNart/siris

HnimNart/siris

Reversible Language
F#
1
star
93
FuzzyLitchi/pop-11g

FuzzyLitchi/pop-11g

A rogue clone created for KU's "Programmering og Problemløsning" course.
F#
1
star
94
khebbie/fsharp-sicp

khebbie/fsharp-sicp

Some of the excercises and examples from sicp, done in linqpad
F#
1
star
95
PhilipFlyvholm/EpicScrabbleProject

PhilipFlyvholm/EpicScrabbleProject

F#
1
star
96
nikitaignatov/octopus-artifact-loader

nikitaignatov/octopus-artifact-loader

Loads artifacts from octopus based on the release version
F#
1
star
97
AinulindaIe/DIKU-PoP-7g

AinulindaIe/DIKU-PoP-7g

Awari (version of kalaha)
F#
1
star
98
AinulindaIe/10gJMP

AinulindaIe/10gJMP

10g assignment on DIKU PoP
F#
1
star
99
giulioungaretti/QuantumPlatform

giulioungaretti/QuantumPlatform

QuantumPlatform allows to store, process and visualise research data
F#
1
star
100
thorlauridsen/PRDAT-ExamPrep

thorlauridsen/PRDAT-ExamPrep

F#
1
star