Skip to content

Instantly share code, notes, and snippets.

View ItzSwirlz's full-sized avatar
💭
probably doing something

Joshua Peisach ItzSwirlz

💭
probably doing something
View GitHub Profile
@ItzSwirlz
ItzSwirlz / edmchannels
Last active March 21, 2024 23:18
Compiled List of EDM Channels
This is simply a document that will constantly be updated - it's to show you where to find specific types of EDM.
EDM is huge. There is literally no way to encompass it all. Some days you feel like certain types, like newer; other days you'll want the old sound EDM used to carry with it.
So, here is a compiled list of YouTube channels encompassing different types of EDM. The channels talked about will have their descriptions according to what the currently upload, not what it has in the past. This is to help find new songs or take a look back at the older songs.
FIXME: links/formatting
- [[Monstercat]]
- Uncaged: For "hard-hitting and explosive" sounds. Bass, Drumstep, DnB, along with some Trance
@ItzSwirlz
ItzSwirlz / splatoon.rpx.strings
Created June 29, 2023 01:50
Strings in Splatoon (latest version, US)
wugm
fnM
n{9Qr
D:\home\Cafe\Gambit\App\Rom\Cafe\Product\Gambit.rpx
BUILD_TYPE
NDEBUG
GambitActor
CreateActorLoadChildHeap
S or
GambitActorMgr
@ItzSwirlz
ItzSwirlz / volumeid_constructor.txt
Last active June 7, 2023 23:04
VolumeID Constructor writeup in zip.dl (or zip.jar)
constructor, given a bytereader of data
- initializes position
- initializes a size of it, reads 4 bytes of the data
- If the read size if less than 16 bytes, throws exception(?)
Then, this.dt reads 4 more bytes
If the dt is not 1, 2, 3, 4, 5, or 6, it sets the value to 0.
These values probably match the DRIVE_UNKNOWN, DRIVE_RAMDISK, etc.