Skip to content

Instantly share code, notes, and snippets.

View plcosta's full-sized avatar

Pedro Costa plcosta

  • Brazil
  • 07:54 (UTC -03:00)
View GitHub Profile
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Mac Classic.tmTheme",
"font_face": "Source Code Pro",
"font_size": 14.0,
"highlight_line": true,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true
}
// CONFIG PACKAGES
var express = require('express');
var app = express.createServer();
var socket = require('socket.io');
var pg = require('pg');
app.configure(function(){
app.use(express.static(__dirname + '/'));
});
@plcosta
plcosta / app.js
Created May 28, 2013 12:26
Chamadas Painel - Node.JS app.js
// CONFIG PACKAGES
var express = require('express');
var app = express.createServer();
var socket = require('socket.io');
var pg = require('pg');
app.configure(function(){
app.use(express.static(__dirname + '/'));
});
@plcosta
plcosta / gist:5643006
Created May 24, 2013 11:58
BracketHighlighter Config for Sublime Text 3 bh_core.sublime-settings
{
//Debug logging
"debug_enable": false,
// When only either the left or right bracket can be found
// this defines if the unmatched bracket should be shown.
"show_unmatched" : true,
// High visibilty style and color for high visibility mode
// (solid|outline|underline|thin_underline|squiggly|stippled)
<div style="display: none;" id="loading" class="loader">
<div class="container">
<div class="progress progress-striped active loadCenter" id="loadCenter">
<div style="width: 100%;" class="bar" id="loadCenterContent">Carregando.</div>
</div>
</div>
</div>
var count = 0;
var __actionMessage = false;
function atualizaLoad() {
var elem = $( "loadCenterContent" );
if (count == 0) {
$( "loadCenter" ).removeClassName( "loadCenterMaior" );
$( "loadCenter" ).addClassName( "loadCenter" );
elem.innerHTML = "Carregando";
}
Additional PHP Snippets
DocBlockr
jQuery
Package Control
PHP Namespace Command
PHP-Twig
PhpBeutifier
Phpcs
PhpDoc
Pretty JSON