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 / .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>
{
// 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,

Awesome PHP

A list of amazingly awesome PHP libraries, resources and shiny things.

Api Generator

  • Apigen - ApiGen is the tool for creating professional API documentation from PHP source code, similar to discontinued phpDocumentor/phpDoc.
  • phpDox - phpDox is the documentation generator for PHP projects. This includes, but is not limited to, API documentation.

Composer