-
Fluent-Random-Picker Public
Fluent Random Picker is a nice, performant, fluent way to pick random values. Probabilities can be specified, values can be weighted.
-
Published-Date Public
This Add-on tries to find out when exactly a website or an article on a website was published and last edited.
-
Mapsui Public
Forked from Mapsui/MapsuiMapsui is a .NET Map component for: MAUI, WPF, Avalonia, Uno, Blazor, WinUI, Xamarin and Eto
C# MIT License UpdatedApr 18, 2025 -
SearXNG-Instances-Age Public
Attempts to compare the instance age of searXNG instances
-
joplin-server Public
Forked from etechonomy/joplin-serverAutomated builds of Joplin Server in amd64 and arm64
UpdatedFeb 27, 2025 -
Awesome-Linux-Software Public
Forked from luong-komorebi/Awesome-Linux-Software🐧 A list of awesome Linux softwares
Python UpdatedFeb 22, 2025 -
MarkdownLinkRedirectShortcut Public
This project attempts to find all redirect links in a markdown file and replace them with the redirect targets.
-
CSAW-CTF-2024-Quals Public
Forked from osirislab/CSAW-CTF-2024-QualsPublic Archive for CSAW 2024 Quals
Shell UpdatedSep 19, 2024 -
sankeydiagram.net Public
Forked from nxt3AT/sankeydiagram.netsankeydiagram.net is an easy-to-use webapp for generating Sankey Diagrams to visualize flows and budgets.
JavaScript Other UpdatedApr 28, 2024 -
Bitcoin-Supply-Calculator Public
A very simple algorithm that calculates the total bitcoin supply after a given block
-
-
clone-the-tab Public
A Firefox Add-on that clones the active tab with just 1 click on the icon or with "Ctrl+Alt+D" / "Cmd+Alt+D".
JavaScript MIT License UpdatedMar 24, 2024 -
SearXNG-WebExtensions Public
Code to generate web extensions for searXNG
-
-
runtime Public
Forked from dotnet/runtime.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
C# MIT License UpdatedJan 6, 2024 -
DayOfTheWeekChallenge Public
Calculating the day of the week of any date is not hard! This Blazor-Webassembly app supports you learning it and improving yourself.
-
JSON-Namen Public
JSON-Auflistung mit 500 männlichen & 500 weiblichen Vornamen, sowie 2000 Nachnamen
-
free-for-dev Public
Forked from ripienaar/free-for-devA list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
-
battleship Public
battleship is a 100%-Javascript battleship game.
-
markdown-cv Public
Forked from tompollard/markdown-cvSimple Markdown CV / Resume
TeX MIT License UpdatedFeb 15, 2022 -
Huffman code is a particular type of optimal prefix code that is commonly used for lossless data compression. It's usually implemented via a greedy approach.
-
Simple-UnionFind Public
A very simple implementation of the UnionFind data structure (Java)
Java MIT License UpdatedFeb 11, 2022 -
Median-Maintenance Public
Median-Maintenance keeps track of the median of a growing list of numbers. O(log(n)) complexity for each of the n list elements => O(n*log(n))
Java MIT License UpdatedFeb 11, 2022 -
Java-Graphs Public
Working with graphs in Java
java graphs dijkstra breadth-first-search depth-first-search dijkstra-algorithm strongly-connected-componentsJava MIT License UpdatedFeb 11, 2022 -
discoverdotnet Public
Forked from daveaglick/discoverdotnetA web site that helps you discover awesome .NET open source and community resources
C# MIT License UpdatedJul 30, 2021 -
Kadene-s-algorithm Public
Dynamic-Programming solution of the "Kadene's Algorithm"/"Maximum Sum Subarray Problem": Given an array "a" of N integers. Find the contiguous sub-array with maximum sum.
Python MIT License UpdatedApr 9, 2021 -
Which-day-of-the-week Public archive
"Which day of the week" is made for people who are trying to learn how to calculate the Day of the Week of a random date within seconds.
-
Box-Stacking-Problem Public
Dynamic-Programming solution of the "Box stacking"-Problem: Given a set of N rectangular 3-D boxes. What is the highest possible stack you can create with them? Only strictly smaller boxes are allo…
Python MIT License UpdatedMar 15, 2020 -
Minimum-Sum-Partitioning Public
Dynamic-Programming solution of the "Minimum-Sum-Partitioning"-Problem: Given a list: What is the minimum absolute difference between the the sums of 2 arrays consisting of all the elements from th…
Python MIT License UpdatedFeb 1, 2020 -
Dynamic-Programming solution of the "Largest square formed in a matrix"-Problem: Given a binary matrix: What is the maximum size square sub-matrix with all 1s? (and additional: What is the maximum …