Skip to content

Instantly share code, notes, and snippets.

View lourenco-lima-cunha's full-sized avatar

Lourenço Lima da Cunha lourenco-lima-cunha

View GitHub Profile
@lourenco-lima-cunha
lourenco-lima-cunha / gist:75cdd0be7a4d8aa6ba423705cc7c10f8
Created March 24, 2017 02:51
Extract java jdk windows from .exe
for /r %x in (*.pack) do .\bin\unpack200 -r "%x" "%~dx%~px%~nx.jar"
@lourenco-lima-cunha
lourenco-lima-cunha / ContextCmder-Disable.reg
Last active May 9, 2017 15:16 — forked from jojobyte/ContextCmder-Disable.reg
Cmder Context (Right-Click) Menu for Windows 7/8
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\Directory\Background\shell\Cmder]
[-HKEY_CLASSES_ROOT\Directory\shell\Cmder]
@lourenco-lima-cunha
lourenco-lima-cunha / math.html
Created November 14, 2017 20:40
quick study for exponential functions
<html>
<body>
</body>
<script>
var funcao = function(x) {
var pot = Math.abs(x)