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
Tutorial: https://www.youtube.com/watch?v=aTf8QTjw4RE | |
yarn init -y | |
yarn add -D typescript sucrase @types/node | |
mkdir src | |
touch src/server.ts | |
+package.json: | |
"scripts": { | |
"dev": "nodemon src/server.ts", |
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
$NA_Jaguaris= array('B7:B37','B43:B73','B79:B109'); | |
$NA_Cachoeiras= array('E7:E37','E43:E73','E79:E109'); | |
$NA_Atibainhas= array('H7:H37','H43:H73','H79:H109'); | |
$NA_PaivaCastros= array('K7:K37','K43:K73','K79:K109'); | |
$NA_AguasClarass= array('N7:N37','N43:N73','N79:N109'); | |
function NA($NA_Represas, $Local, $spreadsheet){ | |
foreach ($NA_Represas as $NA_Represa){ | |
$rol= $spreadsheet->getActiveSheet()->rangeToArray($NA_Represa); | |
//$Rol[].= array($rol); |
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
32: https://www.python.org/ftp/python/2.7.14/python-2.7.14.msi | |
64: https://www.python.org/ftp/python/2.7.14/python-2.7.14.amd64.msi | |
pip: https://bootstrap.pypa.io/get-pip.py | |
PowerShell: | |
cd Downloads | |
Invoke-WebRequest https://www.python.org/ftp/python/2.7.14/python-2.7.14.msi -OutFile python-2.7.14.msi | |
msiexec /a python-2.7.14.msi /qb TARGETDIR=C:\python27 | |
$env:path="$env:Path;C:\Python27" | |
python |
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
#!/bin/sh | |
# $ curl -s https://gist.githubusercontent.com/LucasBonafe/12a0c82d3250f5c609c1446341c8bb97/raw/pacaur_install.sh | bash | |
git clone https://aur.archlinux.org/pacaur.git && cd pacaur && makepkg -i && cd - |
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
NetLimiter 3 | |
Registration name: Peter Raheli | |
Registration code: C99A2-QSSUD-2CSBG-TSRPN-A2BEB | |
NetLimiter 4 | |
Registration Name: Vladimir Putin #2 | |
Registration Code: XLEVD-PNASB-6A3BD-Z72GJ-SPAH7 | |
https://www.netlimiter.com/download | |
# Netlimiter Full Netlimiter Activated Netlimiter cracked Netlimiter Full Version Netlimiter Serial Netlimiter keygen Netlimiter crack Netlimiter 4 serial Netlimiter 4 Crack Netlimiter 4 register Netlimiter 4 patch Netlimiter full Full version Netlimiter 4 Activated Netlimiter 4 Cracked Netlimiter Pro |
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 MACaddr=NetworkInterface.GetAllNetworkInterfaces().Where(nic => nic.OperationalStatus == OperationalStatus.Up).Select(nic => nic.GetPhysicalAddress().ToString()).FirstOrDefault(); |