Amazing work from tsmallfield. See more work from this incredible developer here: http://jsdo.it/tsmallfield And check out his equally impressive UI designs here: http://dribbble.com/tsmallfield
A Pen by Justice Conder on CodePen.
Amazing work from tsmallfield. See more work from this incredible developer here: http://jsdo.it/tsmallfield And check out his equally impressive UI designs here: http://dribbble.com/tsmallfield
A Pen by Justice Conder on CodePen.
hexagonal game of life animation in a html5 canvas.
A Pen by Olivier BERNARD on CodePen.
" hide hidden chars | |
:set nolist | |
" show hidden characters in Vim | |
:set list | |
" settings for hidden chars | |
" what particular chars they are displayed with | |
:set lcs=tab:▒░,trail:▓,nbsp:░ | |
" or |
#for an image ("not running container") use save: | |
docker save <dockernameortag> | gzip > mycontainer.tgz | |
#for running or paused docker, use export: | |
docker export <dockernameortag> | gzip > mycontainer.tgz | |
#load | |
gunzip -c mycontainer.tgz | docker load |
#!/bin/bash | |
SSH_REDIR_PORT=12345 | |
SSH_D="cloud_sshd" | |
COMMAND="ssh -R $SSH_REDIR_PORT:localhost:22 $SSH_D -N -f" | |
pgrep -f "ssh -R $SSH_REDIR_PORT:localhost:22" > /dev/null 2>&1 || (eval $COMMAND && echo $COMMAND) |
Lee Benfield's Java decompiler CFR is straight forward and can even batch decompile jar container.
wget http://www.benf.org/other/cfr/cfr_0_115.jar
java -jar cfr_0_115.jar javaclasstodecompiles.class
See https://gist.github.com/cerebrate/d40c89d3fa89594e1b1538b2ce9d2720#gistcomment-3563688 below before doing anything else.
Yes, I've done this, and yes, it works. It is, however, entirely unsupported and assembled through reasonable guesswork, so if you try this and it explodes your computer, brain, career, relationships, or anything else, you agree that you take sole responsibility for doing it, that I never claimed it was a good idea, and that you didn't get these instructions from me .