Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: public-domain

Public-Domain-Laboratories/Operating_System

Barebones for an Operating System (OS) Design and Implementation.

Language: D - Size: 802 KB - Last synced: about 7 hours ago - Pushed: about 8 hours ago - Stars: 2 - Forks: 0

Zeal-Operating-System/ZealOS

The Zeal Operating System is a modernized fork of the 64-bit Temple Operating System, TempleOS.

Language: HolyC - Size: 253 MB - Last synced: about 10 hours ago - Pushed: about 11 hours ago - Stars: 1,259 - Forks: 61

mackron/miniaudio

Audio playback and capture library written in C, in a single source file.

Language: C - Size: 153 MB - Last synced: 1 day ago - Pushed: 13 days ago - Stars: 3,662 - Forks: 309

seanpm2001/Seanpm2001-Public-Media-Gallery

📢️🖼️👤️2️⃣️0️⃣️0️⃣️1️⃣️ The Public Media Gallery of @seanpm2001 (Git-variant)

Language: XML - Size: 89.8 MB - Last synced: 3 days ago - Pushed: 3 days ago - Stars: 2 - Forks: 1

neburtron/Lord-Game

Proof of concept LLM Sort the Court clone / kingdom management game with a focus on player agency

Language: Python - Size: 188 KB - Last synced: 3 days ago - Pushed: 3 days ago - Stars: 2 - Forks: 0

johnjago/awesome-uncopyright

Curated list of all things public domain

Size: 88.9 KB - Last synced: 3 days ago - Pushed: almost 2 years ago - Stars: 492 - Forks: 28

cia-foundation/TempleOS

Talk to God on up to 64 cores. Final snapshot of the Third Temple.

Language: HolyC - Size: 52.5 MB - Last synced: 3 days ago - Pushed: 5 months ago - Stars: 2,810 - Forks: 255

OpenVE/comunidades-en-telegram

Listado de Chats de Comunidades en Telegram

Size: 170 KB - Last synced: 19 days ago - Pushed: 26 days ago - Stars: 186 - Forks: 94

pyrossh/onlybible.app

The only bible app you will ever need. No ads, No in-app purchases, No distractions.

Language: Dart - Size: 1.15 GB - Last synced: 7 days ago - Pushed: 8 days ago - Stars: 2 - Forks: 0

charlesnicholson/nanoprintf

The smallest public printf implementation for its feature set.

Language: C++ - Size: 499 KB - Last synced: 9 days ago - Pushed: 10 days ago - Stars: 575 - Forks: 39

ddiakopoulos/tinyply

:earth_africa: C++11 ply 3d mesh format importer & exporter

Language: C++ - Size: 2 MB - Last synced: 9 days ago - Pushed: 5 months ago - Stars: 534 - Forks: 117

tim-janik/scl

Small C/C++ Bits

Language: C - Size: 273 KB - Last synced: 10 days ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

palewire/tulips-and-chimneys

Scans of E.E. Cummings’ first published book of verse

Size: 3.54 GB - Last synced: 10 days ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

Hexstream/bubble-operator-upwards

A function that "bubbles an operator upwards" in a form, demultiplexing all alternative branches by way of cartesian product. This operation is notably useful for easy implementation of certain kinds of shorthand notations in macros. A cartesian-product function is also exported, as it's needed to implement the main function.

Language: Common Lisp - Size: 30.3 KB - Last synced: 10 days ago - Pushed: 7 months ago - Stars: 0 - Forks: 2

Hexstream/symbol-namespaces

Defines a new kind of package that's named by a symbol rather than a string and that maps from existing symbols to their respective "implicitly managed" counterparts. The motivating use-case is to conceptually allow multiple definitions of the same kind on a single symbol, without conflicts.

Language: Common Lisp - Size: 35.2 KB - Last synced: 10 days ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

Hexstream/with-output-to-stream

Provides a simple way of directing output to a stream according to the concise and intuitive semantics of FORMAT's stream argument.

Language: Common Lisp - Size: 17.6 KB - Last synced: 10 days ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

Hexstream/hexstream-project-template

I unsophistically copy/paste and rename/modify these files to start a new project, currently.

Language: Common Lisp - Size: 17.6 KB - Last synced: 10 days ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

Hexstream/parse-number-range

Parses LOOP's convenient "for-as-arithmetic" syntax into 5 simple values: from, to, limit-kind (:inclusive, :exclusive or nil if unbounded), by (step) and direction (+ or -)). Further related utilities are provided. Intended for easy implementation of analogous functionality in other constructs.

Language: Common Lisp - Size: 43 KB - Last synced: 10 days ago - Pushed: 6 months ago - Stars: 1 - Forks: 0

Hexstream/map-bind

MAP-BIND is a macro that allows visual grouping of variables with their corresponding values (not necessarily 1:1) in calls to mapping operators when using an inline LAMBDA. It does so in a way that automatically supports virtually every existing and future mapping operator, all lambda keywords and FUNCALL/APPLY/MULTIPLE-VALUE-CALL variations.

Language: Common Lisp - Size: 26.4 KB - Last synced: 10 days ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

Hexstream/macro-level

MACRO-LEVEL is an embarrassingly trivial convenience macro that saves on indentation while being more concise and direct. (macro-level ...) == (macrolet ((m () ...)) (m))

Language: Common Lisp - Size: 25.4 KB - Last synced: 10 days ago - Pushed: 7 months ago - Stars: 4 - Forks: 0

Hexstream/first-time-value

Returns the result of evaluating a form in the current lexical and dynamic context the first time it's encountered, and the cached result of that computation on subsequent evaluations.

Language: Common Lisp - Size: 18.6 KB - Last synced: 10 days ago - Pushed: about 1 year ago - Stars: 3 - Forks: 0

Hexstream/its

Provides convenient access to multiple values of an object in a concise, explicit and efficient way.

Language: Common Lisp - Size: 25.4 KB - Last synced: 10 days ago - Pushed: about 1 year ago - Stars: 5 - Forks: 0

Hexstream/getting-started-with-the-clhs

[article] Learn about the DEFINITIVE Common Lisp reference. Install it with Quicklisp for fast browsing, even when offline; query it from Emacs+Slime.

Language: HTML - Size: 54.7 KB - Last synced: 10 days ago - Pushed: about 1 year ago - Stars: 1 - Forks: 1

Hexstream/fakenil

Provides a canonical stand-in for NIL for contexts where NIL means "no value".

Language: Common Lisp - Size: 15.6 KB - Last synced: 10 days ago - Pushed: about 1 year ago - Stars: 1 - Forks: 1

Hexstream/enhanced-boolean

Provides a canonical way of converting generalized booleans to booleans.

Language: Common Lisp - Size: 18.6 KB - Last synced: 10 days ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

technikhil314/verify-email

A free email verification api that tell if the emailid is disposable and if the emailId provider is genuine public email provider like gmail, yahoo etc

Language: JavaScript - Size: 226 KB - Last synced: 10 days ago - Pushed: over 2 years ago - Stars: 2 - Forks: 1

mgerhardy/lua_stackdump

C header only helper to print lua stackdumps

Language: C - Size: 3.91 KB - Last synced: 10 days ago - Pushed: over 7 years ago - Stars: 12 - Forks: 1

DanielGibson/Snippets

(Hopefully) useful code snippets and header-only libs

Language: C++ - Size: 90.8 KB - Last synced: 5 days ago - Pushed: 11 days ago - Stars: 182 - Forks: 15

Rupakpoddar/rupakpoddar.github.io

My web pages.

Language: JavaScript - Size: 22.3 MB - Last synced: 11 days ago - Pushed: 11 days ago - Stars: 1 - Forks: 0

KjellKod/g3log

G3log is an asynchronous, "crash safe", logger that is easy to use with default logging sinks or you can add your own. G3log is made with plain C++14 (C++11 support up to release 1.3.2) with no external libraries (except gtest used for unit tests). G3log is made to be cross-platform, currently running on OSX, Windows and several Linux distros. See Readme below for details of usage.

Language: C++ - Size: 5.4 MB - Last synced: 9 days ago - Pushed: about 2 months ago - Stars: 883 - Forks: 272

pmttavara/pt_math

public domain fast scalar math routines

Language: C - Size: 35.2 KB - Last synced: 9 days ago - Pushed: about 5 years ago - Stars: 52 - Forks: 2

AustinDizzy/wvu-flights

Language: HTML - Size: 65.2 MB - Last synced: 12 days ago - Pushed: 12 days ago - Stars: 0 - Forks: 0

ddiakopoulos/tinygizmo

:triangular_ruler: An simple immediate-mode 3D gimzo/manipulator (translation, rotation, scale widget) in ~1200 LoC

Language: C++ - Size: 1.57 MB - Last synced: 9 days ago - Pushed: almost 6 years ago - Stars: 431 - Forks: 28

shakna-israel/notes

Language: Shell - Size: 15.6 KB - Last synced: 13 days ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

shakna-israel/colors

A library and console application for tweaking colors on the console.

Language: C - Size: 25.4 KB - Last synced: 13 days ago - Pushed: over 5 years ago - Stars: 1 - Forks: 0

Hexstream/global.hexstream.dev

Some global "assets" that I reuse across my websites.

Language: CSS - Size: 25 MB - Last synced: 10 days ago - Pushed: 13 days ago - Stars: 1 - Forks: 3

seanpm2001/PDNet-Plus-Plus_Channel_MGM_Docs

📽️🌐️➕️➕️📺️💾️ The official documentation source repository for the Public Domain Merrie Goldwein Meyer (MGM) channel of PDNet/PDSNet, where as of 2024, only content before 1928, January 1st is allowed.

Language: RDoc - Size: 241 KB - Last synced: 13 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

seanpm2001/PDNet-Plus-Plus_Channel_Disney

📽️🌐️➕️➕️📺️💾️ Browse Public Domain Disney content on a specific channel of PDNet/PDSNet, as of 2024, only content before 1928, January 1st is allowed.

Language: Ruby - Size: 457 KB - Last synced: 13 days ago - Pushed: 28 days ago - Stars: 2 - Forks: 1

seanpm2001/PDNet-Plus-Plus_Channel_MGM

📽️🌐️➕️➕️📺️💾️ Browse Public Merrie Goldwein Meyer (MGM) content on a specific channel of PDNet/PDSNet, as of 2024, only content before 1928, January 1st is allowed.

Language: Ruby - Size: 241 KB - Last synced: 13 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

seanpm2001/PDNet-Plus-Plus

📽️🌐️➕️➕️💾️ PDNET++ or PDSNET++ (Public Domain streaming Network Plus (plus)) is a P2P streaming service for public domain content that was previously under Copyright for a long time (1928 or older, as of 2024, January 1st) a place to watch Disney content (such as Steamboat Willie) legally without DRM or ads.

Language: Ruby - Size: 263 KB - Last synced: 13 days ago - Pushed: about 2 months ago - Stars: 2 - Forks: 1

seanpm2001/PDNet-Plus-Plus_Channels

📽️🌐️➕️➕️💾️ PDNET++/PDSNET++ channel surfer tool, for browsing public domain streaming channels

Language: Ruby - Size: 1.36 MB - Last synced: 13 days ago - Pushed: 27 days ago - Stars: 2 - Forks: 1

junghyun397/blog

https://do1ph.in Hugo blog source code

Language: CSS - Size: 158 KB - Last synced: 14 days ago - Pushed: 14 days ago - Stars: 0 - Forks: 0

gingerBill/gb

gb single-file public domain libraries for C & C++

Language: C - Size: 745 KB - Last synced: 9 days ago - Pushed: about 3 years ago - Stars: 541 - Forks: 44

rossy/borderless-window

A minimal borderless window with the Windows API

Language: C - Size: 26.4 KB - Last synced: 9 days ago - Pushed: 7 months ago - Stars: 293 - Forks: 21

seanpm2001/PDNet-Plus-Plus_Channel_Fox_Docs

📽️🌐️➕️➕️📺️💾️ The official documentation source repository for the Public Domain Fox channel of PDNet/PDSNet, where as of 2024, only content before 1928, January 1st is allowed.

Language: RDoc - Size: 311 KB - Last synced: 13 days ago - Pushed: 28 days ago - Stars: 1 - Forks: 0

seanpm2001/PDNet-Plus-Plus_Channel_Fox

📽️🌐️➕️➕️📺️💾️ Browse Public Domain Fox content on a specific channel of PDNet/PDSNet, as of 2024, only content before 1928, January 1st is allowed.

Language: Ruby - Size: 311 KB - Last synced: 13 days ago - Pushed: 28 days ago - Stars: 1 - Forks: 0

abakh/nbsdgames

A package of 18 text-based modern games

Language: C - Size: 13.4 MB - Last synced: 8 days ago - Pushed: about 1 year ago - Stars: 198 - Forks: 15

io7m/com.io7m.music.unbolted_frontiers

Unbolted Frontiers

Language: Java - Size: 21.2 MB - Last synced: 16 days ago - Pushed: 17 days ago - Stars: 1 - Forks: 0

Srekel/phyxed-2d

A 2d physics engine with fixed-point support.

Language: C - Size: 6.84 KB - Last synced: 9 days ago - Pushed: almost 6 years ago - Stars: 27 - Forks: 1

hidefromkgb/gif_load

A slim, fast and header-only GIF loader written in C

Language: C - Size: 82 KB - Last synced: 9 days ago - Pushed: over 5 years ago - Stars: 78 - Forks: 6

systoolz/dosbtalk

unofficial API implementation for Text-to-Speech Engine by First Byte

Language: C - Size: 28.3 KB - Last synced: 17 days ago - Pushed: 17 days ago - Stars: 2 - Forks: 0

bell-kevin/SQLiteDatabase

SQLiteDatabase free course. WSDA_Music.db

Size: 1.2 MB - Last synced: 10 days ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

mackron/vkbind

Single file Vulkan API loader.

Language: C - Size: 2.59 MB - Last synced: 4 days ago - Pushed: 18 days ago - Stars: 165 - Forks: 7

ogri-la/wowman-data 📦

Language: Shell - Size: 39.7 MB - Last synced: 18 days ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

Hexstream/www.hexstreamsoft.com

This is the source code for the HexstreamSoft website. (#1 Common Lisp site on Alexa from October 2020 to mid-February 2021, peaked at 35 minutes Daily Time on Site and 24.4% Bounce Rate.)

Language: HTML - Size: 13.2 MB - Last synced: 10 days ago - Pushed: 18 days ago - Stars: 5 - Forks: 2

Hexstream/notes-and-tips.hexstreamsoft.com

[article] Informal yet helpful information on the standard symbols and their bindings. Easily find related symbols by browsing categories.

Language: HTML - Size: 2.08 MB - Last synced: 10 days ago - Pushed: 18 days ago - Stars: 2 - Forks: 0

Hexstream/chat.hexstreamsoft.com

Please join us for fun on-topic conversations about Common Lisp! We respect your time.

Language: HTML - Size: 87.9 KB - Last synced: 10 days ago - Pushed: 18 days ago - Stars: 1 - Forks: 0

Hexstream/status.abc.hexstream.xyz

A global status page for all my websites. Calls the updown.io API.

Language: HTML - Size: 146 KB - Last synced: 10 days ago - Pushed: 18 days ago - Stars: 4 - Forks: 1

Hexstream/www.hexstream.expert

This is the source code for the portal to my professional profile.

Language: HTML - Size: 45.9 KB - Last synced: 10 days ago - Pushed: 18 days ago - Stars: 0 - Forks: 0

Hexstream/status-quo.hexstream.expert

Helping myself reason about my infrastructure, tools and processes. May it help you too!

Language: HTML - Size: 24.3 MB - Last synced: 10 days ago - Pushed: 18 days ago - Stars: 2 - Forks: 0

Hexstream/clos-mop.hexstreamsoft.com

This project is an "Hexstreamification" of Robert Strandh's public domain HTML version of the CLOS MOP. It is by far the best version of the CLOS MOP specification as of 15 october 2017.

Language: HTML - Size: 1.42 MB - Last synced: 10 days ago - Pushed: 18 days ago - Stars: 14 - Forks: 2

Decentralized-ID/decentralized-id.github.io

Self Sovereign Identity Curated

Language: JavaScript - Size: 105 MB - Last synced: about 21 hours ago - Pushed: 2 months ago - Stars: 176 - Forks: 34

NYPL/catalog_of_copyright_entries_project

NYPL Project to transcribe and parse pages from the US Catalog of Copyright Entries

Language: Python - Size: 1.98 GB - Last synced: 14 days ago - Pushed: over 1 year ago - Stars: 58 - Forks: 13

casbah-ma/cinedantan

🎥 🍿 Streaming Public domain movies

Language: JavaScript - Size: 6.95 MB - Last synced: 24 days ago - Pushed: 10 months ago - Stars: 55 - Forks: 3

DistributedProofreaders/dproofreaders

Distributed Proofreaders is a web application intended to ease the process of converting public domain books into e-texts.

Language: PHP - Size: 32.2 MB - Last synced: 27 days ago - Pushed: 27 days ago - Stars: 45 - Forks: 26

Syipmong/yeep-programming-language

This is the start for my own programming language called "Yeep"

Language: Python - Size: 313 KB - Last synced: 9 days ago - Pushed: about 1 month ago - Stars: 4 - Forks: 4

stleary/JSON-java

A reference implementation of a JSON package in Java.

Language: Java - Size: 2.71 MB - Last synced: 27 days ago - Pushed: 29 days ago - Stars: 4,467 - Forks: 2,550

sanic-org/tracerite

Tracebacks for Humans (in Jupyter notebooks)

Language: Python - Size: 1 MB - Last synced: 27 days ago - Pushed: about 2 months ago - Stars: 11 - Forks: 4

sourceduty/Public_Work

📢 Repos and projects dedicated to public science and jobs.

Size: 40 KB - Last synced: 29 days ago - Pushed: 30 days ago - Stars: 0 - Forks: 0

mackron/glbind

Single file OpenGL API loader.

Language: C - Size: 1.23 MB - Last synced: 10 days ago - Pushed: 3 months ago - Stars: 59 - Forks: 5

lisp-ceo/abcd

Programatic access services provided by the Australian Broadcasting Commission

Language: Go - Size: 2.85 MB - Last synced: about 1 month ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

seanpm2001/Public-Media-Gallery_Docs

📢️🖼️👤️📖️ The official documentation source repository for the Public Media Gallery specification.

Language: RDoc - Size: 251 KB - Last synced: 13 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 1

r-lyeh/FWK

💎 3D game framework in C.

Language: C - Size: 178 MB - Last synced: 29 days ago - Pushed: about 1 month ago - Stars: 119 - Forks: 7

unitedstates/images

Public domain photos of Members of the United States Congress

Language: Python - Size: 1.68 GB - Last synced: about 1 month ago - Pushed: 3 months ago - Stars: 175 - Forks: 49

cdown/yturl 📦

YouTube videos on the command line

Language: Python - Size: 286 KB - Last synced: 25 days ago - Pushed: over 3 years ago - Stars: 223 - Forks: 16

r-lyeh-archived/AVA 📦

A tiny unlicensed 3D game engine in C; with C++ and Lua interfaces. Written in 32 random ̷d̷a̷y̷s̷ m̷o̷n̷t̷h̷s̷ years.

Language: C - Size: 52 MB - Last synced: 29 days ago - Pushed: almost 5 years ago - Stars: 333 - Forks: 26

allthemusicllc/libatm

Library for generating and working with MIDI files

Language: Rust - Size: 2.14 MB - Last synced: 27 days ago - Pushed: about 4 years ago - Stars: 210 - Forks: 24

seanpm2001/Public-Media-Gallery

📢️🖼️👤️💾️ Public Media Gallery is a specification for an area of ones public profile where images, videos, and audio pieces are displayed. These are specifically media files that represent the person/group. All media in this gallery must be either Copyleft or Public Domain.

Language: Ruby - Size: 248 KB - Last synced: 13 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 1

seanpm2001/PDNet-Plus-Plus_Channel_WarnerBros_Docs

📽️🌐️➕️➕️📺️💾️ The official documentation source repository for the Public Domain Warner Bros channel of PDNet/PDSNet, where as of 2024, only content before 1928, January 1st is allowed.

Language: RDoc - Size: 241 KB - Last synced: 13 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

seanpm2001/PDNet-Plus-Plus_Channel_WarnerBros

📽️🌐️➕️➕️📺️💾️ Browse Public Warner Bros (WB) content on a specific channel of PDNet/PDSNet, as of 2024, only content before 1928, January 1st is allowed.

Language: Ruby - Size: 241 KB - Last synced: 13 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

seanpm2001/PDNet-Plus-Plus_Channel_Disney_Docs

📽️🌐️➕️➕️📺️💾️ The official documentation source repository for the Public Domain disney channel of PDNet/PDSNet, where as of 2024, only content before 1928, January 1st is allowed.

Language: RDoc - Size: 312 KB - Last synced: 13 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 1

tstamborski/pixelart-icons

Small (but growing!) set of totally free and royalty free pixel art icons.

Language: Shell - Size: 204 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 3 - Forks: 0

seanpm2001/PDNet-Plus-Plus_Channels_Docs

📽️🌐️➕️➕️💾️ The official documentation source repository for the PDNET++/PDSNET++ channel surfer tool. Designed for browsing public domain streaming channels

Language: RDoc - Size: 242 KB - Last synced: 13 days ago - Pushed: about 2 months ago - Stars: 2 - Forks: 1

sourcecrypto/sourcecrypto.github.io

Collaborative Commons for Blockchain and Cryptocurrency Curation

Language: JavaScript - Size: 149 MB - Last synced: about 9 hours ago - Pushed: 11 months ago - Stars: 10 - Forks: 4

seanpm2001/PDNet-Plus-Plus_Docs

📽️🌐️➕️➕️📖️ The official documentation source repository for PDNET++/PDSNET++ (Public Domain streaming Network Plus (plus))

Language: RDoc - Size: 250 KB - Last synced: 13 days ago - Pushed: about 2 months ago - Stars: 2 - Forks: 1

web-work-tools/web-work-tools.github.io

Resources for independent web-workers: SEO, Publishing, Git, Jamstack\SSGs, Linux, etc.

Language: JavaScript - Size: 101 MB - Last synced: 3 days ago - Pushed: over 1 year ago - Stars: 9 - Forks: 11

alva922/Data

Public-domain datasets

Language: Python - Size: 4.45 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

jceaser/sun

A basic python->Swift port of Michel Anders' popular code to calculate rising and setting times for the sun given a latitude, longitude, and timezone.

Language: Swift - Size: 10.7 KB - Last synced: about 2 months ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

mobilex1122/ripple.js

Very simple Javascript based android ripple effect for web.

Language: HTML - Size: 16.6 KB - Last synced: about 2 months ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

birchyote/opencanon

Base collection of all fictional and artistic works within the open canon project

Size: 94 MB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 1 - Forks: 1

AfroDave/fx

Header-only 3D API Wrapper

Language: C - Size: 107 KB - Last synced: about 2 months ago - Pushed: about 6 years ago - Stars: 14 - Forks: 0

Srekel/zig-sparse-set

Sparse sets for zig, supporting both SOA and AOS style

Language: Zig - Size: 756 KB - Last synced: 18 days ago - Pushed: 3 months ago - Stars: 57 - Forks: 2

euclaise/slides

Converts markdown to HTML5 slides, just a simple python script + a modified version of my old website that I made for personal use

Language: CSS - Size: 37.1 KB - Last synced: about 2 months ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 0

gradualgames/lynnslegacy

Lynn's Legacy

Language: Lua - Size: 14.8 MB - Last synced: about 2 months ago - Pushed: over 1 year ago - Stars: 12 - Forks: 2

quite/runepub

Creating epubs from https://runeberg.org

Language: Go - Size: 869 KB - Last synced: 10 days ago - Pushed: about 2 months ago - Stars: 0 - Forks: 0

DerekTurtleRoe/N64-PD-ROMS

A repository of unofficial ROMs for the Nintendo 64

Size: 65.4 MB - Last synced: 10 days ago - Pushed: 6 months ago - Stars: 67 - Forks: 3

paulofreitas/geodata-br

Free open public domain geographic data of Brazil available in multiple languages and formats.

Language: Python - Size: 58.5 MB - Last synced: 3 days ago - Pushed: almost 6 years ago - Stars: 68 - Forks: 18

fantaisie-software/purebasic-repository-template

A repository template for PureBasic projects (public domain)

Size: 38.1 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 12 - Forks: 2

AfroDave/laser

Single-header library for loading LiDAR LAS files.

Language: C - Size: 9.77 KB - Last synced: about 2 months ago - Pushed: about 6 years ago - Stars: 9 - Forks: 1

AfroDave/kj

kj is a small collection of stb inspired libs.

Language: C - Size: 271 KB - Last synced: 9 days ago - Pushed: about 6 years ago - Stars: 16 - Forks: 0