Pinned Loading
-
drag-drop-flexbox
drag-drop-flexbox PublicDemo of Drag and Drop used with Flexbox ordering
JavaScript 3
-
sideload
sideload PublicSideload files (which are not source controlled) in and out of a project.
Shell
-
Word Dictionary using a Trie Structure
Word Dictionary using a Trie Structure 1import org.junit.jupiter.api.Assertions.assertEquals
2import org.junit.jupiter.api.Test
34class TestTrieDictionary {
5 -
A clean way to consume an input stre...
A clean way to consume an input stream into a buffer using a sequence 12fun inputStreamToTrimmedString(inputStream: InputStream): String {
3val baos = ByteArrayOutputStream()
4val buffer = ByteArray(128)
5inputStream.bufferedSequence(buffer) { bytesRead -> baos.write(buffer, 0, bytesRead) }
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.