Skip to content

Instantly share code, notes, and snippets.

View luis-pinheiro's full-sized avatar

Luis Pinheiro luis-pinheiro

View GitHub Profile
@luis-pinheiro
luis-pinheiro / Software Download Links
Last active July 4, 2016 15:58
Software Download Links
@luis-pinheiro
luis-pinheiro / .gitignore
Created October 22, 2015 14:02 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
@luis-pinheiro
luis-pinheiro / countries.php
Last active August 29, 2015 14:26 — forked from JeffreyWay/countries.php
Country Names + Codes
[
"United States" => "us",
"Afghanistan" => "af",
"Albania" => "al",
"Algeria" => "dz",
"American Samoa" => "as",
"Andorra" => "ad",
"Angola" => "ad",
"Anguilla" => "ai",
"Antarctica" => "aq",
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<button onclick="random()">click</button>
<p id="aantal">ll</p>
python -m SimpleHTTPServer
{
// The tab key will cycle through the settings when first created
// Visit http://wbond.net/sublime_packages/sftp/settings for help
// sftp, ftp or ftps
"type": "sftp",
"save_before_upload": true,
"upload_on_save": false,
"sync_down_on_open": false,
@luis-pinheiro
luis-pinheiro / Print this
Created April 30, 2015 09:04
Print $this in joomla templates
<?php print_r($this);?>
composer global require "squizlabs/php_codesniffer=*"