Skip to content

Instantly share code, notes, and snippets.

AppleCore-mc1.12.2-3.1.4.jar
AppleSkin-mc1.12-1.0.9.jar
AutoRegLib-1.3-21.jar
Backups-1.12.2-1.4.3.jar
Baubles-1.12-1.5.2.jar
BetterRecords-1.12.2-1.6.1.jar
Biome_Bundle-1.12.2-v6.1.jar
Bookshelf-1.12.2-2.3.570.jar
Botania r1.10-358.jar
CTM-MC1.12.2-0.3.3.22.jar
#!/usr/bin/env python
import sys
import cv2
import subprocess
from subprocess import call
import aalib
import Image

Keybase proof

I hereby claim:

  • I am zephyrrus on github.
  • I am zephyrus (https://keybase.io/zephyrus) on keybase.
  • I have a public key whose fingerprint is 0424 1B82 EF11 FC43 4F9D 74BE 2ACB 0011 66C3 0EA4

To claim this, I am signing this object:

### Keybase proof
I hereby claim:
* I am zephyrrus on github.
* I am zephyrus (https://keybase.io/zephyrus) on keybase.
* I have a public key whose fingerprint is 0424 1B82 EF11 FC43 4F9D 74BE 2ACB 0011 66C3 0EA4
To claim this, I am signing this object:
@echo off
echo Downloading and installing arg tester by opl...
powershell -command "& { (New-Object Net.WebClient).DownloadFile('https://github.com/opl-/winter-arg-tester/archive/master.zip', 'master.zip') }"
powershell -command "& { (New-Object Net.WebClient).DownloadFile('https://dl.dropboxusercontent.com/u/33926727/7za.exe', '7za.exe') }"
7za.exe x master.zip
del master.zip
echo Installing node(portable)
powershell -command "& { (New-Object Net.WebClient).DownloadFile('https://nodejs.org/dist/latest/win-x86/node.exe', 'node.exe') }"
powershell -command "& { (New-Object Net.WebClient).DownloadFile('https://nodejs.org/dist/latest/win-x86/node.lib', 'node.lib') }"
move node.exe winter-arg-tester-master/node.exe