Skip to content

Instantly share code, notes, and snippets.

View Fortyseven's full-sized avatar
🥃
🟥🟧🟨⬜

Toby D Fortyseven

🥃
🟥🟧🟨⬜
View GitHub Profile
@Fortyseven
Fortyseven / SMBDIS.ASM
Last active August 29, 2015 14:28 — forked from 1wErt3r/SMBDIS.ASM
A Comprehensive Super Mario Bros. Disassembly
;SMBDIS.ASM - A COMPREHENSIVE SUPER MARIO BROS. DISASSEMBLY
;by doppelganger (doppelheathen@gmail.com)
;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
._9-_ { background-image: url('http://i.imgur.com/FNNpm9q.png'); }

Keybase proof

I hereby claim:

  • I am fortyseven on github.
  • I am fortyseven (https://keybase.io/fortyseven) on keybase.
  • I have a public key whose fingerprint is 0554 CDD3 A7B8 CCCC 5656 33D8 9589 7D10 C443 ED52

To claim this, I am signing this object:

local color_table = {0, 2, 8,9, 10, 7}
local buffer = {}
local rand_table = {}
local flame_toggle = true
--------------------------------
function _init()
-- poke(0x5F2C, 7) -- magic
poke(0x5F2C, 3) -- set 64x64 video mode
pico-8 cartridge // http://www.pico-8.com
version 16
__lua__
-- lines (classic)
-- by fortyseven
SPACING = 4
SPEED = 1
function buildPolyVerts()
FLICKS TO WATCH
---------------
* = possibly seen a long time ago, but completely forgotten about
10 Cloverfield Lane
Adaptation
Americathon
Amélie
Blues Brothers
Brain Candy - Kids in the Hall *
@Fortyseven
Fortyseven / utilities.js
Last active March 15, 2019 02:57
/includes/utilities.js (From WD NetCenter drive)
function clockTick()
{
var currentTime = new Date();
var hours = currentTime.getHours();
var minutes = currentTime.getMinutes();
var seconds = currentTime.getSeconds();
var day = currentTime.getDate();
var month = currentTime.getMonth();
@Fortyseven
Fortyseven / wdstyle.css
Last active March 15, 2019 03:00
\css\wdstyle.css (From WD NetCenter drive)
BODY
{
FONT-WEIGHT: normal;
FONT-SIZE: 12px;
COLOR: #000000;
FONT-STYLE: normal;
FONT-FAMILY: Arial, Helvetica, Times New Roman, sans-serif;
}
TD
{
@Fortyseven
Fortyseven / 2019-05-17-open-sez-me.csv
Created May 17, 2019 14:10
Scraped data from Open Sez Me in CSV format, 2019-05-17
manufacturer product version port-protocol username default-password impact notes
_Top 26 Most Used Passwords # 2 123456 No it's not "love" "sex" "secret" or "god".
_Top 26 Most Used Passwords # 3 12345678 No it's not "love" "sex" "secret" or "god".
_Top 26 Most Used Passwords # 4 qwerty No it's not "love" "sex" "secret" or "god".
_Top 26 Most Used Passwords # 5 abc123 No it's not "love" "sex" "secret" or "god".
_Top 26 Most Used Passwords # 6 monkey No it's not "love" "sex" "secret" or "god".
_Top 26 Most Used Passwords # 7 1234567 No it's not "love" "sex" "secret" or "god".
_Top 26 Most Used Passwords # 8 letmein No it's not "love" "sex" "secret" or "god".
_Top 26 Most Used Passwords # 9 trustno1 No it's not "love" "sex" "secret" or "god".
_Top 26 Most Used Passwords #10 dragon No it's not "love" "sex" "secret" or "god".