Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.
Ctrl+C | copy current line (if no selection) |
Ctrl+X | cut current line (if no selection) |
Ctrl+⇧+K | delete line |
Ctrl+↩ | insert line after |
# Takes an interger and outputs as a string representation | |
def ascending?(first, second, third) | |
first < second && second < third | |
end | |
def descending?(first, second, third) | |
first > second && second > third | |
end |
# Takes an interger and outputs as a string representation | |
def ascending?(first, second, third) | |
first < second && second < third | |
end | |
def descending?(first, second, third) | |
first > second && second > third | |
end |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="description" content="Find fctorial by iteration, use one return statement in iterator" /> | |
<meta charset="utf-8"> | |
<title>Find factorial by functional iteration</title> | |
</head> | |
<body> | |
</body> |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="description" content="[add your bin description]" /> | |
<meta charset="utf-8"> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
</body> |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
</body> | |
</html> |
var grid = | |
[ | |
['a', 'b', 'c', 'c', 'c', 'c', 'c', 'd'], | |
['a', 'c', 'a', 'c', 'a', 'a', 'b', 'a'], | |
['b', 'a', 'c', 'a', 'b', 'a', 'b', 'b'], | |
['a', 'a', 'a', 'b', 'a', 'd', 'b', 'b'], | |
['a', 'b', 'c', 'a', 'a', 'a', 'e', 'b'], | |
['a', 'b', 'c', 'a', 'a', 'a', 'b', 'b'], | |
['a', 'b', 'c', 'a', 'a', 'c', 'b', 'b'], | |
['a', 'c', 'a', 'c', 'a', 'd', 'b', 'b'], |
git push -u origin <branchname> | |
git pull-request -i <issue number> |
Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.
Ctrl+C | copy current line (if no selection) |
Ctrl+X | cut current line (if no selection) |
Ctrl+⇧+K | delete line |
Ctrl+↩ | insert line after |
$ git checkout -b mynewfeature | |
$ git push -u origin mynewfeature |
[ Launch: prototype: d3.geo ] 8512831 by willmcneilly[ Launch: Tributary inlet ] 4700486 by enjalot