1- Download pg server
Download postgress.app and run it
2- create database
Open psql, from the menubar elephant icon, and run...
| // ==UserScript== | |
| // @name Teambox Helpdesk Script | |
| // @namespace http://redbooth.com/helpdesk | |
| // @version 0.2.1 | |
| // @description enter something useful | |
| // @match http://localhost:8000/a/index.html | |
| // @match http://teambox.com/a* | |
| // @match https://teambox.com/a* | |
| // @match http://redbooth.com/a* | |
| // @match https://redbooth.com/a* | 
1- Download pg server
Download postgress.app and run it
2- create database
Open psql, from the menubar elephant icon, and run...
| [ | |
| { | |
| "keys": ["super+k", "super+c", "super+l"], | |
| "command": "toggle_color_scheme", | |
| "args":{ | |
| "options": [ | |
| { | |
| "color_scheme": "Packages/User/Flatland Monokai (SL).tmTheme" , | |
| "theme": "Spacegray.sublime-theme" | |
| }, | 
| curl https://{subdomain}.zendesk.com/api/v2/tickets/{id}.json \ | |
| -H "Content-Type: application/json" \ | |
| -d '{"ticket":{"status":"solved", \ | |
| "comment":{"public":true, "body": "Thanks, this is now solved!"}}}' \ | |
| -v -u {email_address}:{password} -X PUT | 
| 1 # Go to heroku exec file | |
| sudo vim /usr/local/heroku/bin/heroku | |
| 2 # Change first line | |
| #!/usr/local/heroku/ruby/bin/ruby | |
| to | 
| { | |
| "AWSTemplateFormatVersion": "2010-09-09", | |
| "Description": "Cloud Formation Template for S3 based static site", | |
| "Mappings": { | |
| "RegionMap": { | |
| "us-east-1": { | |
| "S3hostedzoneID": "Z3AQBSTGFYJSTF", | |
| "websiteendpoint": "s3-website-us-east-1.amazonaws.com" | |
| }, | |
| "us-west-1": { | 
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console | 
| import pandas as pd | |
| import numpy as np | |
| from tensorflow.python.lib.io import file_io | |
| import json | |
| import csv | |
| total_examples = 100 | |
| filename = './andres_bravo_dataset.csv' | |
| # x4 mean and standard distribution values | |
| mu, sigma = 0, 1 | 
| (() => { | |
| const intellumStopIframe = () => { | |
| function getCookie(name) { | |
| if (!name) { return false; } | |
| if (!document.cookie) { return false; } | |
| const value = `; ${document.cookie}`; | |
| const parts = value.split(`; ${name}=`); | |
| if (parts.length === 2) { return parts.pop().split(';').shift(); } | |
| } |