Skip to content
View doeyed's full-sized avatar

Block or report doeyed

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
doeyed/README.md

my name is doey and i do art, and i also do code as well, sometimes

some sites that i think are pretty cool:


dog

Pinned Loading

  1. wasteof-docs wasteof-docs Public

    documentation for developers about wasteof.money.

    12 2

  2. a JS unpacker for an odd container f... a JS unpacker for an odd container format used in google snake & minesweeper
    1
    import {readFile, writeFile} from "fs"
    2
    
                  
    3
    function read_bin(index, block_size = 314, file_buffer) {
    4
    	const use_u16 = !file_buffer[0]
    5
    	const track_buffers = {}, odd_block_idxs = {}, even_block_idxs = {}