/* __ __ ___
* /\ \__/\ \__/\_ \
* ___ __ __ __ __ _ __ ____ __\ \ ,_\ \ ,_\//\ \ __
* /' _ `\ /'__`\/\ \/\ \ /'__`\/\`'__\ /',__\ /'__`\ \ \/\ \ \/ \ \ \ /'__`\
* /\ \/\ \/\ __/\ \ \_/ |/\ __/\ \ \/ /\__, `\/\ __/\ \ \_\ \ \_ \_\ \_/\ __/
* \ \_\ \_\ \____\\ \___/ \ \____\\ \_\ \/\____/\ \____\\ \__\\ \__\/\____\ \____\
* \/_/\/_/\/____/ \/__/ \/____/ \/_/ \/___/ \/____/ \/__/ \/__/\/____/\/____/
*/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias.lg log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative | |
alias.alias config --get-regexp ^alias\. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
:: list all packages (-3 = only thidy parts) | |
adb shell 'pm list packages -3 > /sdcard/packages.txt'; | |
:: get file | |
adb pull -p "/sdcard/packages.txt" "packages.txt"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Toggle Airplane Mode | |
# http://stackoverflow.com/questions/10506591/turning-airplane-mode-on-via-adb | |
am start -a android.settings.AIRPLANE_MODE_SETTINGS && input keyevent 19 && input keyevent 23 && input keyevent 4 | |
# Turn on: | |
adb shell settings put global airplane_mode_on 1 | |
adb shell am broadcast -a android.intent.action.AIRPLANE_MODE --ez state true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*~ | |
*.bak | |
build | |
.buildpath | |
compass | |
_compass.scss | |
composer.lock | |
desktop.ini | |
.DS_Store | |
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var type = (function (global) { | |
var cache = {}; | |
return function (obj) { | |
var key; | |
return obj === null ? 'null' // null | |
: obj === global ? 'global' // window in browser or global in nodejs | |
: (key = typeof obj) !== 'object' ? key // basic: string, boolean, number, undefined, function | |
: obj.nodeType ? 'object' // DOM element | |
: cache[key = ({}).toString.call(obj)] // cached. date, regexp, error, object, array, math | |
|| (cache[key] = key.slice(8, -1)); // get XXXX from [object XXXX], and cache it |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# EXTRACTED FROM http://www.cyberciti.biz/tips/bash-aliases-mac-centos-linux-unix.html | |
#rev. 1 - list all aliases (no check, no format, no validation) | |
# if user is not root, pass all commands via sudo # | |
if [ $UID -ne 0 ]; then | |
alias reboot='sudo reboot' | |
alias update='sudo apt-get upgrade' | |
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Ajustes das inflections para português | |
* | |
* Licensed under The MIT License | |
* Redistributions of files must retain the above copyright notice. | |
* | |
* @filesource | |
* @author Juan Basso <[email protected]> | |
* @license http://www.opensource.org/licenses/mit-license.php The MIT License |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
require_once('simpleimage.class.php'); | |
// Usage: | |
// Load the original image | |
$image = new SimpleImage('lemon.jpg'); | |
// Resize the image to 600px width and the proportional height | |
$image->resizeToWidth(600); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that +matheuseduardo is my blockchain ID. https://onename.com/matheuseduardo |