Skip to content

Instantly share code, notes, and snippets.

View luis-pinheiro's full-sized avatar

Luis Pinheiro luis-pinheiro

View GitHub Profile
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
Enable-RemoteDesktop -DisableReboots
cinst googledrive
cinst irfanview
cinst cmake
cinst cmder
cinst imagemagick
cinst ffmpeg
cinst docker
{
"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 / Software Download Links
Last active July 4, 2016 15:58
Software Download Links
@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
@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",