Skip to content

Instantly share code, notes, and snippets.

View Bruce0203's full-sized avatar
🦀

Jongwon Lee Bruce0203

🦀
View GitHub Profile
@Bruce0203
Bruce0203 / ang1
Last active June 3, 2023 11:32
mini game logic
miniGames:
MCdev:
spawnLocation:
world: games
x: -18.5
y: 41.0
z: 2.5
yaw: 0.0
pitch: 0.0
1,-1Location:
@Bruce0203
Bruce0203 / gist:10c74edb0effb92460ac65e634818d43
Created July 10, 2023 02:09
linguistics-chomsky google slide presentation
https://docs.google.com/presentation/d/1ezGsmADO2Zec4WgGFv1lOmJCQO7xZZKIFqi4qKDpOuA/edit#slide=id.gc6f73a04f_0_14
@Bruce0203
Bruce0203 / test.kt
Created July 19, 2023 11:01
korge prototype
```kotlin
import korlibs.time.*
import korlibs.korge.*
import korlibs.korge.scene.*
import korlibs.korge.tween.*
import korlibs.korge.view.*
import korlibs.image.color.*
import korlibs.image.format.*
import korlibs.io.file.std.*
import korlibs.korge.view.align.*
@Bruce0203
Bruce0203 / init.vim
Last active February 8, 2024 06:59
init.vim
syntax enable
filetype plugin indent on
call plug#begin('~/.vim/plugged')
Plug 'preservim/nerdtree'
Plug 'preservim/tagbar'
Plug 'Xuyuanp/nerdtree-git-plugin'
Plug 'vim-airline/vim-airline'
Plug 'frazrepo/vim-rainbow'