Skip to content

Instantly share code, notes, and snippets.

View silverbux's full-sized avatar

Alex Quiambao silverbux

  • Philippines
View GitHub Profile
{
  // Simply using `node` without specifying a path sometimes doesn't work :(
  // https://github.com/victorporof/Sublime-HTMLPrettify#oh-noez-command-not-found
  // http://nodejs.org/#download
  "node_path": {
    "windows": "node.exe",
    "linux": "/usr/bin/nodejs",
    "osx": "/opt/boxen/nodenv/shims/node"
 },
@silverbux
silverbux / jscsrc.md
Last active August 29, 2015 14:26
jscsrc file
{
    "requireCurlyBraces": [
        "if",
        "else",
        "for",
        "while",
        "do",
        "try",
        "catch"
<!doctype html>
<html ng-app="app">
<head>
<meta charset="utf-8">
<title>AngularJS App</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<?php
return array(
/*
|--------------------------------------------------------------------------
| PDO Fetch Style
|--------------------------------------------------------------------------
|
| By default, database results will be returned as instances of the PHP