-
Ecopre
- Georgia
-
pgadmin4 Public
Forked from pgadmin-org/pgadmin4pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.
Python Other UpdatedNov 26, 2025 -
MqttSql Public
A simple .Net Core Windows/systemd service that subscribes to MQTT brokers and writes the messages into a local SQLite database
-
JsonExtensions Public
.NET System.Text.Json extensions
-
StrictCSV Public
A recration of the CSV specification under much stricter guidelines to simplify parsing and serialization
-
GitignoreParserNet Public
Forked from GerHobbelt/gitignore-parserA simple .gitignore parser for .NET. Supports all features listed in the git-scm gitignore manpage.
-
galene-docker Public
Forked from deburau/galene-dockerThe Galène videoconference server as a docker image
Shell MIT License UpdatedOct 28, 2025 -
windowsterminal-shell Public
Forked from lextm/windowsterminal-shellInstall/uninstall scripts for Windows Terminal context menu items
PowerShell MIT License UpdatedOct 23, 2025 -
cpp-lru-cache Public
Forked from lamerman/cpp-lru-cacheLRU cache for C++ 17 based on hashmap and linkedlist
-
MosquittoWithHealthCheck Public
A wrapper for the eclipse-mosquitto Docker image, that adds healthchecking
-
docker-vackup Public
Forked from BretFisher/docker-vackupScript to easily backup and restore docker volumes
-
chasquid Public
Forked from albertito/chasquidSMTP (email) server with a focus on simplicity, security, and ease of operation [mirror]
Go Other UpdatedAug 11, 2025 -
jim Public
Forked from tsoding/jimImmediate Mode JSON Serialization Library in C
C MIT License UpdatedJul 3, 2025 -
microui Public
Forked from rxi/microuiA tiny immediate-mode UI library
C MIT License UpdatedJun 25, 2025 -
zfs-auto-snapshot Public
Forked from zfsonlinux/zfs-auto-snapshotZFS Automatic Snapshot Service for Linux
-
docker-svn-server Public
Forked from garethflowers/docker-svn-serverA Docker image running a simple Subversion server, using `svnserve`.
Dockerfile MIT License UpdatedMay 17, 2025 -
Boxer Public
Forked from aaronmjacobs/BoxerBoxer is a simple library that allows for easy cross-platform creation of message boxes / alerts / what have you.
-
tachiyomi-extensions-source Public
Forked from keiyoushi/extensions-sourceSource code of extensions for Tachiyomi/Mihon and variants.
Kotlin Apache License 2.0 UpdatedMar 2, 2025 -
portainer Public
Forked from portainer/portainerMaking Docker and Kubernetes management easy.
TypeScript zlib License UpdatedFeb 28, 2025 -
Crow Public
Forked from CrowCpp/CrowA Fast and Easy to use microframework for the web.
C++ Other UpdatedFeb 27, 2025 -
Crow-Middlewares Public
A set of useful middlewares for the Crow microframework
-
proprietary-license-template Public
Forked from kenpusney/proprietaryA collection of proprietary software license examples
-
sampo Public
Forked from jacobsalmela/sampoA shell script API server for running your shell scripts.
Shell MIT License UpdatedJul 12, 2024 -
SpanExtensions.Net Public
Forked from draconware-dev/SpanExtensions.NetSpanExtensions.Net aims to make ReadOnlySpan<T> and Span<T> more accessible and overall better integrated into the .Net Ecosystem, by providing alternatives for many missing Extension Methods for S…
C# MIT License UpdatedMar 18, 2024 -
forbiddenfruit Public
Forked from clarete/forbiddenfruitPatch built-in python objects
Python GNU General Public License v3.0 UpdatedOct 14, 2023 -
PySitemap Public archive
Forked from Cartman720/PySitemapSimple sitemap generator with Python 3
-
flask-sock Public
Forked from miguelgrinberg/flask-sockWebSocket support without gevent for Flask and other WSGI frameworks.
Python MIT License UpdatedJul 12, 2023 -
simple-websocket Public
Forked from miguelgrinberg/simple-websocketSimple WebSocket server and client for Python. Added support for Cheroot
Python MIT License UpdatedJul 11, 2023 -
4Has4Letters Public archive
This was written to find the largest sequence of numbers where the next number is the amount of characters the previous one has in the alphabetical representation: https://youtu.be/LYKn0yUTIU4
-
RARNinja Public archive
Forked from SHUR1K-N/RARNinja-RAR-Password-Cracking-UtilityA dictionary attack implementation, for the automated cracking of password-protected RAR files with the help of a supplied dictionary file. This project was created for experimental/observational p…
-
CppEmbeddedHeaderGenerator Public archive
Generates a simple C++ header with const std::string for ASCII files and const char array for binary files.