I hereby claim:
- I am hongaar on github.
- I am joram (https://keybase.io/joram) on keybase.
- I have a public key whose fingerprint is D98D D5EF 631E 9103 26BD 39DF 916A C24E ABBC 6B44
To claim this, I am signing this object:
// Sequence of keys to press | |
var sequence = "luuluuruuruuluuluuruuruu"; // averaging 4000 | |
var stalledKey = "d"; | |
// How many iterations you want to try? | |
var iterations = 100; | |
// Stop trying at minimum score of | |
var haltat = 5000; |
<?php | |
use Rhumsaa\Uuid\Uuid; | |
trait UuidTrait | |
{ | |
/** | |
* Boot the Uuid trait for the model. | |
* | |
* @return void |
<a href="admin" target="admin" class="tabswitcher">admin section</a> | |
<a href="./" target="site" class="tabswitcher">view site</a> |
npm info it worked if it ends with ok | |
npm verb cli [ 'C:\\Program Files\\nodejs\\node.exe', | |
npm verb cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js', | |
npm verb cli 'install', | |
npm verb cli 'grunt-contrib-uglify', | |
npm verb cli '-g', | |
npm verb cli '-ddd' ] | |
npm info using [email protected] | |
npm info using [email protected] | |
[...] |
I hereby claim:
To claim this, I am signing this object:
Look at LSB init scripts for more information.
Copy to /etc/init.d
:
# replace "$YOUR_SERVICE_NAME" with your service's name (whenever it's not enough obvious)
const net = require('net') | |
const port = process.env['PORT'] || 5000 | |
function log (...args) { | |
// console.log(...args) | |
} | |
function onConnect (socket) { | |
log('new connection') |