Skip to content

Instantly share code, notes, and snippets.

View jmurowaniecki's full-sized avatar
馃槑
49/55 em 22/04/2025.

John Murowaniecki jmurowaniecki

馃槑
49/55 em 22/04/2025.
View GitHub Profile
@jmurowaniecki
jmurowaniecki / keybase.md
Created December 27, 2018 20:38
Keybase proof

Keybase proof

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:

@jmurowaniecki
jmurowaniecki / salario.js
Created May 20, 2021 20:11
Um script de exemplo para ajudar a calcular experi锚ncia e custos afim de chegar em um sal谩rio razo谩vel.
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];
}
@jmurowaniecki
jmurowaniecki / expocol.sh
Created September 4, 2024 23:01
Expocol Paula 2024
#!/usr/bin/env bash
#
# Interpretador de comandos .P de Paula.
#
# Author: John Murowaniecki <[email protected]>
#
#
# shellcheck disable=SC2068
# porpose:SC1090