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

https://github.com/kbumsik/kbumsik


https://github.com/kbumsik/kbumsik

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

### Hi there 👋

[![kbumsik's GitHub stats](https://github-readme-stats.vercel.app/api?username=kbumsik)](https://github.com/anuraghazra/github-readme-stats)

### Open Source Contributions

- **Linux Kernel**: ([link](https://patchwork.kernel.org/project/linux-watchdog/list/?submitter=191417&state=%2A&archive=both))
- Documentation and code style fixes, merged in mainline.
- **Mozila Firefox**: (link [1](https://phabricator.services.mozilla.com/D7910),[2](https://phabricator.services.mozilla.com/rMOZILLACENTRALf5577f9e95a96ac961f2b59fce89b09b6109efea),[3](https://phabricator.services.mozilla.com/p/kbumsik/))
- Fixed the [MediaRecorder API](https://www.w3.org/TR/mediastream-recording/#dom-mediarecorder-pause) implementation to match the W3C spec, including correcting state error cases, adding missing event handler attributes, and writing corresponding test scripts.
- **Python (cpython)**: ([link](https://github.com/python/cpython/pulls?q=author%3Akbumsik))
- Fixed a bug that the Python did not open web links correctly on a Opera web browser.
- Improved the documentation on asyncio so that it can correctly reflect the actual implementation.
- **[Emscripten](https://github.com/emscripten-core/emscripten/issues?q=author%3Akbumsik)**:
- One of maintainers of [@types/emscripten](https://www.npmjs.com/package/@types/emscripten) package, Typescript definition for Emscripten. ([link](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/emscripten))
- Small bugfixes and typos ([link](https://github.com/emscripten-core/emscripten/issues?q=author%3Akbumsik))
- **[NNStreamer](https://github.com/nnstreamer/nnstreamer)**:
- Add [MXNet](https://mxnet.apache.org) plugin to the Machine Learning library for embedded system, based on GStreamer: ([link](https://github.com/nnstreamer/nnstreamer/issues?q=kbumsik))
- **[Arduino Core for STM32](https://github.com/stm32duino/Arduino_Core_STM32)**: ([link](https://github.com/stm32duino/Arduino_Core_STM32/pulls?q=kbumsik))
- Implemented RPMsg Virtio ([1](https://www.kernel.org/doc/Documentation/rpmsg.txt),[2](https://github.com/OpenAMP/open-amp)), an asymmetric multiprocessing (AMP) messaging bus, for [STM32MP157](https://www.st.com/en/microcontrollers-microprocessors/stm32mp157.html), ported to Arduino Core.
- **[RIOT-OS](https://github.com/riot-os/riot/)**: ([link](https://github.com/RIOT-OS/RIOT/pulls?q=author%3Akbumsik))
- Fixed various bugs of Microcontroler dirver.
- Developed the first Wi-Fi driver for the OS, connecting it to the TCP/IPv6 networking stack.