This is a test gist made with the GitHub Gists API via a client-side POST request using AJAX!
This is ANOTHER test gist made with the GitHub Gists API via a client-side POST request using AJAX!
This is ANOTHER test gist made with the GitHub Gists API via a client-side POST request using AJAX!
This is ANOTHER test gist made with the GitHub Gists API via a client-side POST request using AJAX!
This is a test gist made with the GitHub Gists API via a client-side POST request using AJAX!
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!
| /** | |
| * 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 |
This is a test gist made with the GitHub Gists API via a client-side POST request using AJAX!
This is a test gist made with the GitHub Gists API via a client-side POST request using AJAX!
This is a test gist made with the GitHub Gists API via a client-side POST request using AJAX!