Skip to content
View moeKiwiSAMA's full-sized avatar
🎯
I'm so vegetable.
🎯
I'm so vegetable.

Organizations

@GelandiAssociation @Akarin-project
Block or Report

Block or report moeKiwiSAMA

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
moeKiwiSAMA/README.md
import org.graalvm.polyglot.*;
import org.graalvm.polyglot.proxy.*;

object Kiwi {
    val name: String by lazy { "moeKiwiSAMA" }
    var programmingLanguage: ArrayList<String> = arrayListOf<String>()

    @JvmStatic
    fun main(args: Array<String>) {
        { "πŸ₯ Kiwi" }.let { me ->
            "🀝 Hi, you can call me ${me()}."
                    .let(::println)
        }

        programmingLanguage
                .also { it.add(Context.create().eval("python", "print('🐍 Python')")) }
                .also { it.add("β˜• Kotlin") }
                .also { it.add("🐹 Golang") }
                .also { it.add("πŸ¦€ Rust") }
                .also { it.add("πŸ‹ Docker")}
                .let { "I can write some toys in ${it.joinToString()}." }
                .let(::println)
    }

}

Pinned

  1. Windows-terminal-base16-term Windows-terminal-base16-term Public

    πŸŽ‚ Convert base16-shell to Windows Terminal schemes.

    Python 7 1

  2. ThrowPeople/SimpleContext ThrowPeople/SimpleContext Public

    🌟 Web Framework based on Java Socket

    Kotlin 1

  3. Pastebin Pastebin Public

    πŸ“‹ A webapplication allows you copy & paste things between devices.

    Go 1

  4. agenda-launcher agenda-launcher Public

    ⛏ A minecraft launcher written in rust with webview.

    CSS

  5. GPG Public Key GPG Public Key
    1
    -----BEGIN PGP PUBLIC KEY BLOCK-----
    2
    
    
    3
    mQGNBF1C2/MBDADma67EXs9QkBO5t9DwaHEkW4/5fUa3BMBr8ijNmC+atCCelY75
    4
    s0wlrdpUjYAJCG/vV2RwcXc5xI7On+pCKQCuAbW5TagG1KgIf8TQhUt9WYd7CJk1
    5
    x5NPdDpFTDzUINuGdcHPJJyAt6uvK8oESciuKxnx/yd8spxsNmJl68jwlrlFIAXz
  6. clrwalk clrwalk Public

    CLR Walk is a tool for walking through the .NET CLR and inspecting the state of the CLR at any given time. It is a tool for debugging and learning about the CLR.

    Kotlin 5