Skip to content
View 0x746143's full-sized avatar

Block or report 0x746143

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
0x746143/README.md
import java.io.FileDescriptor.out
import java.io.FileOutputStream
import java.nio.ByteBuffer
import java.nio.ByteOrder.LITTLE_ENDIAN
import java.nio.channels.FileChannel

val outChannel: FileChannel = FileOutputStream(out).channel

fun main() {
    ByteBuffer.allocate(12)
        .order(LITTLE_ENDIAN)
        .putLong(0x206D2749202C6948)
        .putInt(0x746143)
        .put(11, 0xA)
        .flip()
        .let(outChannel::write)
}

Popular repositories Loading

  1. 0x746143 0x746143 Public

  2. ktor ktor Public

    Forked from ktorio/ktor

    Kotlin

  3. kotlinx.coroutines kotlinx.coroutines Public

    Forked from Kotlin/kotlinx.coroutines

    Kotlin

  4. kotest kotest Public

    Forked from kotest/kotest

    Powerful, elegant and flexible test framework for Kotlin with assertions, property testing and data driven tests.

    Kotlin