Skip to content

Instantly share code, notes, and snippets.

View webcaetano's full-sized avatar
🦄
Working from home

Andre Caetano webcaetano

🦄
Working from home
View GitHub Profile
@webcaetano
webcaetano / randomCollection.js
Last active May 30, 2016 20:03
Random Collection
console.log('bola')
this.col = [
{
"isActive": true,
"age": 31,
"name": "Louise Knight",
"gender": "female"
},
{
{
"close_windows_when_empty": false,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"folder_exclude_patterns":
[
".svn",
".hg",
"CVS"
],
"font_options":
var gui = {
indAjust:0,
indPoint:0,
dat:null,
newPoint:null,
};
gui.new = function(){
if(gui.dat) return;
gui.dat = new dat.GUI({autoPlace:false});
#!/bin/bash
CD_CMD="cd "\\\"$(pwd)\\\"" && clear"
if echo "$SHELL" | grep -E "/fish$" &> /dev/null; then
CD_CMD="cd "\\\"$(pwd)\\\""; and clear"
fi
VERSION=$(sw_vers -productVersion)
OPEN_IN_TAB=0
OPEN_TYPE="window"
^(?!.*?log)
[
{ "keys": ["super+shift+q"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["super+up"], "command": "toggle_word"},
{ "keys": ["super+down"], "command": "toggle_word"},
{ "keys": ["super+shift+1"], "command": "open_terminal" },
{
"keys": ["super+f"],
"command": "chain",
"args": {
"commands": [
[
{ "keys": ["super+shift+q"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["super+up"], "command": "toggle_word"},
{ "keys": ["super+down"], "command": "toggle_word"},
{ "keys": ["super+shift+1"], "command": "open_terminal_project_folder" },
{
"keys": ["super+shif+e"],
"command": "chain",
"args": {
"commands": [
@webcaetano
webcaetano / file.md
Created March 7, 2017 22:13
ffmpeg video to timelapse
@webcaetano
webcaetano / markdown.md
Created April 20, 2017 00:01
Mac timelapse screencapture

while [ 1 ];do vardate=$(date +%d-%m-%Y_%H.%M.%S); screencapture -t jpg -x ~/Desktop/screencapture/$vardate.jpg; sleep 5; done