Skip to content

Instantly share code, notes, and snippets.

View LearningNerd's full-sized avatar

Liz Krane LearningNerd

View GitHub Profile
@LearningNerd
LearningNerd / README.md
Last active April 10, 2017 18:44
a test gist!

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

@LearningNerd
LearningNerd / newtest.md
Created April 10, 2017 18:47
a brand new test gist!

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

@LearningNerd
LearningNerd / newtest.md
Created April 10, 2017 18:48
a brand new test gist!

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

@LearningNerd
LearningNerd / readme.md
Created April 10, 2017 18:49
a brand new test gist!

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

@LearningNerd
LearningNerd / README.md
Created April 10, 2017 18:50
a test gist!

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

@LearningNerd
LearningNerd / newtest.md
Last active April 11, 2017 16:03
a brand new test gist!

Here is some updated content added to the beginning of this gist. This is ANOTHER test gist made with the GitHub Gists API via a client-side POST request using AJAX!

@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 18:32
a test gist!

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 19:44
a test gist!

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 19:47
a test gist!

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