My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Katharina Fey 4c4d16d58c atomptr: init library with source from netmod-tcp 3 years ago
apps octopus: implementing octopus merge parsing 3 years ago
development atomptr: init library with source from netmod-tcp 3 years ago
docs docs: adding logo.svg 3 years ago
infra/website website: adding two draft article outlines 3 years ago
licenses licenses: adding GPL and AGPL licenses 3 years ago
prototypes prototype: init directory with nixdoc outline 3 years ago
README.md README: updating note about large repositories 3 years ago

README.md

kookienomicon

Welcome to the kookienomicon, my personal project archive. Here you will find tools, libraries, and prototypes that I have written in the hopes that they might one day be useful to future-me, or future-you.

Be warned though, there's software ahead ~

Structure

Following is an overview of components in this repository.

Directory Description
apps Applications (graphical and command-line) meant for end-users
development Libraries and specific tools primarily meant to be used by software developers
docs Documentation for the kookienomicon
infra Personal infrastructure projects (namely libkookie & my website)
junkyard Projects I've abandoned and that are considered read-only archives
licenses Set of license texts in use by projects in this repository

Working with a large repo

This repository is quite massive, because it contains multiple subtrees with large histories.

If you experience performance problems, try setting feature.manyFiles in your git configuration. Additionally, when using git log, make sure to use --first-parent to get the history of kookienomicon, instead of the merged subtree histories.

License

This repository has no unified license. Check each project for it's specific license. Licenses in-use by projects in this repository can be found in the licenses directory.