auerswal / junkcode

Erik's Junk Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Erik's Junk Code

This repository contains pieces of code that I have written to, e.g., learn
something or try something out. They may be useful as examples.

I do not document the individual examples in the README file, but rather
use comments inside the example files themselves.

Since I use the GNU operating system, I usually test with GNU tools, e.g.,
GNU bash, GNU Awk, and GNU sed. The examples may not work with non-GNU
implementations.

My "single file tools" (https://github.com/auerswal/sft) repository is
for ready-to-use tools that I intend to use regularly, while this junkcode
repository is for examples or one-off solutions.

This collection of junk code is inspired by Andrew "Tridge" Tridgell's
junk code:
https://www.samba.org/ftp/tridge/talks/junkcode.pdf
https://www.samba.org/junkcode/
https://github.com/tridge/junkcode/

All code in this repository is available under the GNU General Public License
version 3, or (at your option) any later version (with the exception of
resize.py and resize3.py which are GPLv3 only).

Visit my homepage at https://www.unix-ag.uni-kl.de/~auerswal/.

About

Erik's Junk Code

License:GNU General Public License v3.0


Languages

Language:Shell 38.2%Language:Awk 31.2%Language:Python 16.9%Language:sed 13.7%