- Download the perforce visual tool suite from here: http://www.perforce.com/perforce/downloads/index.html
- Install only p4merge
$ git config --global merge.tool p4mergetool
function f1(n1){ | |
return function(n2){ | |
return function(n3){ | |
return function(n4){ | |
return (n1+n2+n3+n4); | |
} | |
} | |
} | |
} |
/*jshint forin:true, noarg:true, noempty:true, eqeqeq:true, bitwise:true, strict:true, undef:true, unused:true, curly:true, browser:true, devel:true, indent:2, maxerr:50 */ | |
(function(){ | |
"use strict"; | |
/*your code goes here*/ | |
})(); |
#JSHINT - shortcut: Ctrl + J | |
sudo npm install -g jshint | |
#Node.js - shortcut: Alt + R | |
cd /home/saitodisse/.config/sublime-text-2/Packages/Nodejs | |
sudo npm install commander | |
sudo npm install uglify-js |
$ git config --global merge.tool p4mergetool
<!-- | |
These lines below makes the "jasmine" be able to run on command-line and, yet, on browser | |
<script type="text/javascript"> | |
function require(){}; | |
function module(){}; | |
</script> | |
--> | |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" |
using System; | |
using System.Text.RegularExpressions; | |
public class RegexBasics | |
{ | |
static public void Main () | |
{ | |
Console.WriteLine("Primeiro método"); | |
Console.WriteLine(".. vai casando com o Match até terminar"); | |
Console.WriteLine(".. e junta tudo no final."); |
###shell
tar xzf INSTALLATION_FILE.tar.gz
./configure
make
sudo make install
"C:\Program Files\7-Zip\7z.exe" e "%1" |
[linux_support] ~/_git/azk | |
$ azk check-install | |
azk: Check dependencies: [ok] | |
azk: Check vm ip: [ok] | |
azk: Check vm ssh key: [ok] | |
azk: Check node: [ok] | |
azk: Check azk node dependencies: [ok] | |
azk: Azk has installed and configured | |
[linux_support] ~/_git/azk | |
$ azk agent start |