Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiyoon/kiyoon
Config files for my GitHub profile.
https://github.com/kiyoon/kiyoon
config github-config
Last synced: about 1 month ago
JSON representation
Config files for my GitHub profile.
- Host: GitHub
- URL: https://github.com/kiyoon/kiyoon
- Owner: kiyoon
- Created: 2022-10-03T16:05:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T07:22:11.000Z (5 months ago)
- Last Synced: 2024-06-19T07:57:27.474Z (5 months ago)
- Topics: config, github-config
- Homepage: https://github.com/kiyoon
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- š Hi, Iām Kiyoon Kim
- šļø PhD @ The University of Edinburgh, UK
- š Iām interested in deep learning in computer vision, specifically **Stable Diffusion** and **Video Action Recognition**
- š» I make Neovim, and Tmux plugins to enhance the terminal experience.
- [Use my configuration dotfiles](https://github.com/kiyoon/dotfiles)## š° Recent Work
### [An Action Is Worth Multiple Words: Handling Ambiguity in Action Recognition](https://github.com/kiyoon/verb_ambiguity)Kiyoon Kim, Davide Moltisanti, Oisin Mac Aodha, Laura Sevilla-Lara
In BMVC 2022. [`arXiv`](https://arxiv.org/abs/2210.04933)
### [Capturing Temporal Information in a Single Frame: Channel Sampling Strategies for Action Recognition](https://github.com/kiyoon/channel_sampling)
Kiyoon Kim, Shreyank N Gowda, Oisin Mac Aodha, Laura Sevilla-Lara
In BMVC 2022. [`arXiv`](http://arxiv.org/abs/2201.10394)
## š§° Explore My Neovim/Tmux Plugins
- [nvim-treesitter-textobjects](https://github.com/nvim-treesitter/nvim-treesitter-textobjects) (co-maintainer) [![GitHub stars](https://img.shields.io/github/stars/nvim-treesitter/nvim-treesitter-textobjects.svg?style=social&label=Star)](https://GitHub.com/nvim-treesitter/nvim-treesitter-textobjects/stargazers/)
- [nvim-hand-gesture](https://github.com/kiyoon/nvim-hand-gesture): Use a webcam to unlock hand gesture control
- [Treemux for Tmux](https://github.com/kiyoon/treemux): a modern file explorer as Tmux sidebar! [![GitHub stars](https://img.shields.io/github/stars/kiyoon/treemux.svg?style=social&label=Star)](https://github.com/kiyoon/treemux/stargazers/)
- [Jupynium.nvim](https://github.com/kiyoon/jupynium.nvim): The BEST way to use Jupyter Notebook in vim [![GitHub stars](https://img.shields.io/github/stars/kiyoon/jupynium.nvim.svg?style=social&label=Star)](https://github.com/kiyoon/jupynium.nvim/stargazers/)
- [python-import.nvim](https://github.com/kiyoon/python-import.nvim): add import statements FAST.
- [Tmuxsend.vim](https://github.com/kiyoon/tmuxsend.vim): send any text from Vim to other Tmux panes. Interactive development, file explorer to command line, etc.
- [telescope-insert-path.nvim](https://github.com/kiyoon/telescope-insert-path.nvim): Neovim's Telescope extension to insert file path on your vim current buffer
- [treesitter-indent-object.nvim](https://github.com/kiyoon/treesitter-indent-object.nvim): Smart and context-aware indent object in neovim
- [haskell-scope-highlighting.nvim](https://github.com/kiyoon/haskell-scope-highlighting.nvim): Dynamic contextual scope highlighting for Haskell.## š¦ I like Rust and the underlying challenges of low-level programming
- [rust-graph](https://github.com/deargen/rust-graph): Speedy graph operations written in Rust but available as a Python package.