Skip to content

Instantly share code, notes, and snippets.

View LearningNerd's full-sized avatar

Liz Krane LearningNerd

View GitHub Profile
@LearningNerd
LearningNerd / ByteArray64.kt
Last active April 11, 2017 16:11 — forked from curioustorvald/ByteArray64.kt
a brand new test gist!
/**
* ByteArray that can hold larger than 4 GiB of Data.
*
* Works kind of like Bank Switching of old game console's cartridges which does same thing.
*
* Created by Minjaesong on 2017-04-12.
*/
class ByteArray64(val size: Long) {
private val bankSize: Int = 1 shr 30 // 2^30 Bytes, or 1 GiB
@LearningNerd
LearningNerd / README.md
Created April 11, 2017 20:12 — forked from LizKrane/README.md
a test gist!

Updated content! This is a test gist made with the GitHub Gists API via a client-side POST request using AJAX!

@LearningNerd
LearningNerd / README.md
Created April 11, 2017 20:13 — forked from LizKrane/README.md
a test gist!

Updated content! This is a test gist made with the GitHub Gists API via a client-side POST request using AJAX!

@LearningNerd
LearningNerd / README.md
Created April 12, 2017 15:08 — forked from LizKrane/README.md
a test gist!

Updated content! This is a test gist made with the GitHub Gists API via a client-side POST request using AJAX!

@LearningNerd
LearningNerd / README.md
Created April 12, 2017 15:09 — forked from LizKrane/README.md
a test gist!

Updated content! This is a test gist made with the GitHub Gists API via a client-side POST request using AJAX!

@LearningNerd
LearningNerd / README.md
Created April 12, 2017 15:10 — forked from LizKrane/README.md
a test gist!

Updated content! This is a test gist made with the GitHub Gists API via a client-side POST request using AJAX!

@LearningNerd
LearningNerd / README.md
Created April 12, 2017 15:11 — forked from LizKrane/README.md
a test gist!

Updated content! This is a test gist made with the GitHub Gists API via a client-side POST request using AJAX!

@LearningNerd
LearningNerd / README.md
Created April 12, 2017 15:32 — forked from LizKrane/README.md
a test gist!

Updated content! This is a test gist made with the GitHub Gists API via a client-side POST request using AJAX!

@LearningNerd
LearningNerd / README.md
Created April 12, 2017 15:33 — forked from LizKrane/README.md
a test gist!

Updated content! This is a test gist made with the GitHub Gists API via a client-side POST request using AJAX!

@LearningNerd
LearningNerd / README.md
Created April 12, 2017 15:45 — forked from LizKrane/README.md
a test gist!

Updated content! This is a test gist made with the GitHub Gists API via a client-side POST request using AJAX!