Personal repository for development and experimentation.
About | Installation | Structure
I have created this repository for some personal coding development and experimentation. Feel free to use whatever code is available here for your own personal use. Do cite properly, though!
-
Clone
master
.git clone https://github.com/kalyons11/kevin.git
-
Install it.
make install
-
[Optional] Run some tests to make sure everything is okay.
make test
-
kevin
Python packageThis is a package I am working on for several purposes. I would like to experiment with the latest Python technologies and improve my existing skills.
This package is by no means production ready. Use at your own risk.
-
scripts
directoryThis is a set of useful bash scripts I have written that streamline my normal dev process. Feel free to add them to your path.
$ export PATH="$PATH:kevin/scripts" $ encrypt test.txt ...