Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/obilodeau/scratchpad

my programming / infosec scratchpad
https://github.com/obilodeau/scratchpad

Last synced: 24 days ago
JSON representation

my programming / infosec scratchpad

Awesome Lists containing this project

README

        

scratchpad
==========

Stuff I quickly write to validate or recall certain language, library or
design behavior.

Copyright 2011-2017 Olivier Bilodeau

Why?
----

Someone once told me that it is often quicker to write a simple program to
validate some behavior than to debug or add print statements to a bigger
program to exhibit the behavior. I really liked the advice, especially applied
to a princess (high-maintenance) language like Perl or for stuff I don't do
often (like regexp in bash or hard-drive recovery).

Since then I've been writting simple snippets and keeping them around because
from time to time I get back to them or, in some cases, expand them.

Author
------

* Olivier Bilodeau

License
-------

I'm pretty sure that almost everything here is so trivial that it can't be
copyrighted or licensed but, just in case, here's a broad license for you!

Unless specified otherwise, everything is under the Simplified BSD license.
See LICENSE for the full text.