Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)

Verb Ambiguity

### [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)

8-frame TC Reordering

## šŸ§° 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.

## šŸ“¦ Packaging existing programs to make them easily available
- [tmux-appimage](https://github.com/kiyoon/tmux-appimage): Install the latest tmux on Linux without a package manager. Automatically builds with GitHub Actions CI.
- [magick.nvim](https://github.com/kiyoon/magick.nvim): [Lua magick binding](https://github.com/leafo/magick) as a NeoVim plugin.
- [py-reduce-binary](https://github.com/deargen/py-reduce-binary): Install [reduce](https://github.com/rlabduke/reduce) with pip
- [py-apbs-binary](https://github.com/deargen/py-apbs-binary): Install [APBS](https://github.com/Electrostatics/apbs) with pip

## šŸ›• Some useful templates
- [C_python_ipc](https://github.com/kiyoon/C_python_ipc): Fast way to communicate between C and python processes
- [python-project-template-2024](https://github.com/deargen/python-project-template-2024): All good practices in python packaging in one repo.
- [mkdocs-material-github-flavored-template](https://github.com/kiyoon/mkdocs-material-github-flavored-template): MkDocs template with GitHub-style markdown, with useful GitHub Actions to deploy manually and automatically.

## šŸ Python project management
- [version-pioneer](https://github.com/kiyoon/version-pioneer): Git tag-based project version management, with setuptools/hatchling/pdm support, which is extensible to any language.
- [workflows](https://github.com/deargen/workflows): GitHub Actions reusable workflows and composite actions.