I hereby claim:
- I am vinsentru on github.
- I am vinsentru (https://keybase.io/vinsentru) on keybase.
- I have a public key ASCSImMytLkI2KBi_M5sP6W8L3fesE9rYOWH-DkC1_sm-Qo
To claim this, I am signing this object:
| Ok, listen up folks, the amount of old, outdated, wrong and misleading crap on this topic in the interiets if thru the roof. | |
| The important parts aka what and how, often left out of scope. | |
| So, to fix it and also to create a note for myself, this GIST. | |
| Here we're talking about just making the networking work, not some fancy bigblue stuff. | |
| Static routing, private subnet. | |
| So, what: | |
| - Hercules SDL compiled from sources: |
I hereby claim:
To claim this, I am signing this object:
| find . -type f -iname "*.cue" | while read dir; do dirname=$(dirname "$dir"); echo $dirname; pushd "$dirname"; split2flac -cue *.cue *.flac; popd; done |
| -module(sexy_primes). | |
| % Simple benchmark based on | |
| % http://stackoverflow.com/questions/11641098/interpreting-a-benchmark-in-c-clojure-python-ruby-scala-and-others | |
| -compile(export_all). | |
| isprime(X) -> | |
| lists:all(fun(A) -> (X rem A) > 0 end,lists:seq(2,X-1)). |