I hereby claim:
- I am jmurowaniecki on github.
- I am jmurowaniecki (https://keybase.io/jmurowaniecki) on keybase.
- I have a public key ASA0EKhgkaBcMcCQxBqG_Bu1NsxTdnOX3hVhsXgeJ_FZvwo
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| # | |
| # Interpretador de comandos .P de Paula. | |
| # | |
| # Author: John Murowaniecki <[email protected]> | |
| # | |
| # | |
| # shellcheck disable=SC2068 | |
| # porpose:SC1090 |
| const CalculaSalário = (function (Referencial) { | |
| let ReferenciaGlobal = 0; | |
| Object.prototype.toString = function () { | |
| let VALORES = 0; | |
| for (let xp in this) { | |
| if (!!parseInt(this[xp])) { | |
| VALORES += this[xp]; | |
| } |
I hereby claim:
To claim this, I am signing this object:
| /* | |
| Hoje iremos MUDAR a vida da pessoa que não te responde no whatsappp... | |
| Que tal enviar mensagens pra ela até obter uma resposta?! | |
| Sensacional não acha?! Mas, somos devs, correto?! Então vamos automatizar esse paranauê! | |
| Para utilizar: | |
| - Abra o web.whatsapp.com; | |
| - Selecione a conversa que você quer; | |
| - Abra o console e cole o código que está no gist; |
| #!/usr/sbin/env bash | |
| function git-branch-name | |
| { | |
| branch=$(git symbolic-ref HEAD 2>/dev/null | awk -F/ {'print $NF'}) | |
| dirty=1 | |
| [[ "${branch}" == "" ]] && return | |
| [[ "$(git status 2> /dev/null | grep 'nothing to commit')" != "" ]] && \ | |
| dirty=0 |
| // jshint esversion: 6, laxbreak: true | |
| function λ() { | |
| 'use strict'; | |
| var $$$=[], r,i,p=performance; | |
| for(let _ of arguments) $$$.push(_); | |
| i=p.now(); | |
| r=$$$.shift().apply(r,$$$); | |
| console.log(p.now()-i); | |
| return r; |
| #!/bin/bash | |
| echo "Preparando para restringir acessos pelo proxy do trampo.." | |
| ONEPROXYTOBLOCKTHEMALL=192.168.200.250:3128 | |
| if [ "`cat ~/.bashrc|grep http_proxy`" == "" ]; then | |
| echo " | |
| export https_proxy=https://${ONEPROXYTOBLOCKTHEMALL} | |
| export http_proxy=http://${ONEPROXYTOBLOCKTHEMALL} |
| #!/bin/bash | |
| function is_installed() { | |
| hash $1 2>/dev/null | |
| } | |
| for app in cat grep sed diff; do | |
| if ! is_installed $app; then | |
| echo "Please install $app" | |
| exit -1 |
| ANNOUNCE VagasParaProgramador | |
| #command SAY <cColor> <cText> =>; | |
| @ Row() + 3, 15 SAY "> " + _UTF8(<cText>) COLOR <cColor> | |
| INIT PROCEDURE Sobre | |
| LOCAL aHuia := {" | | | | | .----, ", " | | | | | | | ", " |___| | | | | | ", " | | | | | |-----| ", " | | `._.' | | ' "}, cText, nL := 0, cSource := "METADATA" | |
| SET COLOR TO bg+/n | |
| CLEAR SCREEN |