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') |
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)I hereby claim:
To claim this, I am signing this object:
| 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] | |
| [...] |
| <a href="admin" target="admin" class="tabswitcher">admin section</a> | |
| <a href="./" target="site" class="tabswitcher">view site</a> |
| <?php | |
| use Rhumsaa\Uuid\Uuid; | |
| trait UuidTrait | |
| { | |
| /** | |
| * Boot the Uuid trait for the model. | |
| * | |
| * @return void |
| // 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; |