Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/obilodeau/scratchpad
- Owner: obilodeau
- License: other
- Created: 2012-01-17T02:45:28.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-04-25T17:34:19.000Z (over 1 year ago)
- Last Synced: 2023-04-25T18:38:42.591Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 15 MB
- Stars: 10
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.