start new:
tmux
start new with session name:
tmux new -s myname
| # use to ctrl + a | |
| set -g prefix C-a | |
| set-option -g history-limit 100000 | |
| ### COLOUR (Solarized 256) | |
| #### COLOUR (Solarized 256) | |
| # default statusbar colors | |
| #set-option -g status-bg colour235 #base02 | |
| #set-option -g status-fg colour136 #yellow |
| $(function(){ | |
| 'use strict'; | |
| $('#your-form').submit(function(ev){ | |
| ev.preventDefault(); | |
| // Create a new FormData object. | |
| var formData = new FormData(); | |
| var files = document.getElementById('your-file-input').files; |
Hi guys! Since I started to write Bluebox-ng I've been tracking the different security projects I found written in Node.js. Now we've published the first stable version we think it's the right moment to speak among us (and, of course, everyone interested in it :).
| #how to paginate results in mongoose queries | |
| MyModel.find(query, fields, { skip: 10, limit: 5 }, function(err, results) { ... }); |
| #! /bin/bash | |
| # PHP 7 Initial Compile (Install php7 Linux (Mint/Ubuntu) LAMP) ## | |
| # Author: Roman Barbotkin | |
| # Fixed error and simplified, I tested for Linux Mint 7.3. | |
| # Install: just run this file, it will do everything for you :) | |
| # If make error uncoments 2 line. | |
| #sudo apt-get purge make | |
| #sudo apt-get install make |
| I use the first | |
| —– BEGIN LICENSE —– | |
| Michael Barnes | |
| Single User License | |
| EA7E-821385 | |
| 8A353C41 872A0D5C DF9B2950 AFF6F667 | |
| C458EA6D 8EA3C286 98D1D650 131A97AB | |
| AA919AEC EF20E143 B361B1E7 4C8B7F04 |
| buildscript { | |
| repositories { | |
| mavenCentral() | |
| } | |
| dependencies { | |
| classpath 'com.android.tools.build:gradle:0.4' | |
| } | |
| } | |
| apply plugin: 'android' |