Navigation Menu

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 / essential-gulp-plugins.md
Created May 10, 2015 18:05
essential-gulp-plugins
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
Enable-RemoteDesktop -DisableReboots
cinst googledrive
cinst irfanview
cinst cmake
cinst cmder
cinst imagemagick
cinst ffmpeg
cinst docker
@luis-pinheiro
luis-pinheiro / boxstarter.txt
Last active September 16, 2017 00:40
Boxstarter
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
Enable-RemoteDesktop -DisableReboots
cinst flashplayerplugin
cinst git-credential-winstore
cinst googlechrome
cinst nodejs.install
cinst notepadplusplus
cinst jre8
cinst 7zip
{
"html": {
"brace_style": "collapse",
"indent_char": " ",
"indent_scripts": "normal",
"indent_size": 6,
"max_preserve_newlines": 1,
"preserve_newlines": true,
"unformatted": ["a", "sub", "sup", "b", "i", "u"],
"wrap_line_length": 0
@luis-pinheiro
luis-pinheiro / Snippets.js
Last active March 1, 2017 22:28
Javascript
// javascript snippets
// Call all arguments passed into a function
var args = Array.prototype.slice.call(arguments);
@luis-pinheiro
luis-pinheiro / Print all variables snippet
Last active September 12, 2016 09:21
Joomla Snippets
<?php print_r($this);?>

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