- Clone the repo
git clone --mirror https://github.com/vuejs/vue
cdinto the cloned repo- Create a bundle file in the parent directory
git bundle create ../vuejs_vue.bundle --all
| ;SMBDIS.ASM - A COMPREHENSIVE SUPER MARIO BROS. DISASSEMBLY | |
| ;by doppelganger ([email protected]) | |
| ;This file is provided for your own use as-is. It will require the character rom data | |
| ;and an iNES file header to get it to work. | |
| ;There are so many people I have to thank for this, that taking all the credit for | |
| ;myself would be an unforgivable act of arrogance. Without their help this would | |
| ;probably not be possible. So I thank all the peeps in the nesdev scene whose insight into | |
| ;the 6502 and the NES helped me learn how it works (you guys know who you are, there's no |
| import os.path | |
| import re | |
| import sys | |
| # LZ-ish decompression scheme borrowed from picolove: | |
| # https://github.com/gamax92/picolove/blob/master/cart.lua | |
| compression_map = b"\n 0123456789abcdefghijklmnopqrstuvwxyz!#%(){}[]<>+=/*:;.,~_" | |
| def decompress(code): | |
| lua = bytearray() |
tar -xvf youtube-dl-2020.09.20.tar.gz
mingw-w64-arm-none-eabi-gcc package; on Linux/macOS use your distro's package, e.g for Debian it is gcc-arm-none-eabi, on macOS Homebrew it's gcc-arm-embedded; this guide won't work on macOS ≥10.15 because elf2mod is a 32-bit app).| // ==UserScript== | |
| // @name Anubis PoW Form Solver (Dual-Compatible) | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.1.1 | |
| // @description Compute Anubis PoW and present a manual submission form (works on both old and new Anubis versions) | |
| // @match *://*/* | |
| // @grant none | |
| // ==/UserScript== | |
| (async () => { |