Skip to content
View kidandcat's full-sized avatar
☀️
Looking for the place of sunrise
☀️
Looking for the place of sunrise

Highlights

  • Pro

Organizations

@peers @mesheam

Block or report kidandcat

Report abuse

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

Report abuse
kidandcat/README.md

Hi there 👋

I like programming languages. I've dived into JS, TS, Go, Python, Ruby, Crystal, Bash, Rust, Nim, Pony, Factor, C#, C, Dart, GDScript, PHP, SQL, Swift, Julia, Solidity, Elixir, Gleam, Powershell, V, Toit, Zig and I'm probably missing some.

Jack of all trades.

Pinned Loading

  1. jsutils jsutils Public

    Some wrappers around JS APIs to ease JS interop using latest features

    Nim 7 2

  2. pony-language-server pony-language-server Public

    Forked from ponylang/pony-language-server

    Language server for Pony

    Pony

  3. architecture-react-hot architecture-react-hot Public

    ParcelJS + TypeScript + React + Redux-observable

    TypeScript 19 2

  4. go-everywhere/go-everywhere go-everywhere/go-everywhere Public

    A modern Progressive Web Application template built entirely in Go, featuring a distributed database backend and a WASM-powered frontend.

    Go

  5. mavis mavis Public

    Command a fleet of Claude Codes from anywhere

    Go 5

  6. RP2040 Tinygo reset no BOOTSEL RP2040 Tinygo reset no BOOTSEL
    1
    func checkForResetCommand() {
    2
    	if machine.Serial.Buffered() > 0 {
    3
    		data, _ := machine.Serial.ReadByte()
    4
    		if data == 'R' {
    5
    			machine.Serial.Write([]byte("Restarting in bootloader mode...\r\n"))