Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

kangtegong

kangtegong starred zephyrproject-rtos/windows-curses
kangtegong pushed 2 commits to main kangtegong/collaboration
  • add name for test d7c9ccf
  • Merge pull request #1140 from qqjackpp/add_user_test add name for test e1acabe

View on GitHub

kangtegong pushed 4 commits to main kangtegong/pyftrace
  • Commented out all logging configurations and error messages 1eb08f0
  • Implement Page Up, Page Down, Home, and End key feature in TUI This commit adds support for the Page Up, Page Down, ... 1fc3ae3
  • feat: Add deep-depth example script for TUI scrolling test This commit adds examples/recurives.py, which recursively... bcd9982
  • Merge branch 'main' of github.com:kangtegong/pyftrace into main d52e065

View on GitHub

kangtegong pushed 1 commit to main kangtegong/pyftrace
  • Add Windows-specific dependency for curses support and update README - Added `windows-curses` as a Windows-only depe... 4270eb2

View on GitHub

kangtegong created a comment on an issue on kangtegong/self-learning-cs2
전송률이 비교적으로 일정하다고 이해해주시면 되겠습니다 회선을 공유하는 패킷 교환 방식에서는 두 호스트가 주고받는 정보의 양이 (다른 호스트가 주고받는 정보에 의해) 들쑥날쑥할 수 있지만 회선 교환은 회선을 점유하기 때문에 전송률이 일정합니다.

View on GitHub

kangtegong closed an issue on kangtegong/self-learning-cs2
회선 교환방식 질문 드립니다.
회선 교환방식의 장점으로, 호스트 사이에 연결을 확보한 후에 메시지를 주고받는 특성에 의해서 전송하는 정보의 양이 일정하다라고 되어있는데, 정보의 양이 일정하다라는 말이 이해가 잘 안됩니다!! 두 호스트 만을 위한 전용로가 설정 되었기 때문에 데이터 유실을 최소화하고 서로 송수신해서 안정적이다라고 이해하면될까요?
kangtegong pushed 2 commits to main kangtegong/collaboration
  • add my username in index.html 9cf4aef
  • Merge pull request #1139 from seongwond/seongwond add my username in index.html 431e126

View on GitHub

kangtegong pushed 1 commit to main kangtegong/pyftrace
  • Update GitHub Actions and README with workflow badges - Renamed workflow files: - Renamed "Test on push" to "push ... 2f9d602

View on GitHub

kangtegong pushed 1 commit to main kangtegong/pyftrace

View on GitHub

kangtegong pushed 2 commits to main kangtegong/pyftrace
  • Implement basic TUI function and refactor argument parsing - Added TUI mode: - Implemented `tui.py` using curses. ... 1fdbaaf
  • Add support for passing arguments to traced scripts in Pyftrace Before: - Pyftrace could only run scripts without ad... 2ecf5d8

View on GitHub

kangtegong pushed 2 commits to feature/tui kangtegong/pyftrace
  • Implement basic TUI function and refactor argument parsing - Added TUI mode: - Implemented `tui.py` using curses. ... 1fdbaaf
  • Add support for passing arguments to traced scripts in Pyftrace Before: - Pyftrace could only run scripts without ad... 2ecf5d8

View on GitHub

kangtegong pushed 1 commit to main kangtegong/pycon2024

View on GitHub

kangtegong pushed 2 commits to main kangtegong/collaboration
  • add_myname insert 379abd1
  • Merge pull request #1138 from leejungsun-study/add_myname add_myname insert c3f9b5f

View on GitHub

kangtegong closed a pull request on kangtegong/collaboration
add_myname insert
fork- clone - working- pull request test
kangtegong pushed 2 commits to feature/tui kangtegong/pyftrace
  • Refactoring - Refactored `tracer.py`: - Moved `resolve_filename` and `get_line_number` to `utils.py`. - Refactore... 9355d55
  • Implement TUI feature 9f49f93

View on GitHub

kangtegong pushed 1 commit to main kangtegong/pyftrace
  • Refactoring - Refactored `tracer.py`: - Moved `resolve_filename` and `get_line_number` to `utils.py`. - Refactore... 9355d55

View on GitHub

kangtegong created a branch on kangtegong/pyftrace

feature/tui - low overhead lightweight Python function tracer

kangtegong pushed 3 commits to main kangtegong/pyftrace
  • Change sys.monitoring tool name Modified sys.monitoring tool name from simple-pyftrace to pyftrace 2946921
  • Refactor and remove unnecessary comments d51520e
  • Refactoring - Refactored `tracer.py`: - Moved `resolve_filename` and `get_line_number` to `utils.py`. - Refactore... e842ea0

View on GitHub

kangtegong published a release on kangtegong/pyftrace
v0.1.2
### Added - GitHub Workflows. - Introduced `push-test.yml` workflow to automatically run tests on every push. - Added `python-publish.yml` workflow for Python package publishing. ### Chan...
kangtegong pushed 1 commit to main kangtegong/pyftrace
  • release v0.1.2 - GitHub Workflows. - Introduced `push-test.yml` workflow to automatically run tests on every push.... 09b6b23

View on GitHub

kangtegong pushed 1 commit to main kangtegong/pyftrace
  • release v0.1.2 - GitHub Workflows. - Introduced `push-test.yml` workflow to automatically run tests on every push.... f24d460

View on GitHub

kangtegong pushed 1 commit to main kangtegong/pyftrace
  • release v0.1.2 - GitHub Workflows. - Introduced `push-test.yml` workflow to automatically run tests on every push.... 4122eb4

View on GitHub

kangtegong created a tag on kangtegong/pyftrace

v0.1.2 - low overhead lightweight Python function tracer

kangtegong pushed 1 commit to main kangtegong/pyftrace
  • release v0.1.2 - GitHub Workflows. - Introduced `push-test.yml` workflow to automatically run tests on every push.... 485ac2e

View on GitHub

kangtegong pushed 1 commit to main kangtegong/pyftrace
  • Refactor tests to use dynamic versioning Updated `test_version_flag_short_v` and `test_version_flag_long_version` in... 6477cd1

View on GitHub

kangtegong pushed 1 commit to main kangtegong/pyftrace
  • Refactor tests to use dynamic versioning Updated `test_version_flag_short_v` and `test_version_flag_long_version` in... 348abe9

View on GitHub

kangtegong pushed 1 commit to main kangtegong/pyftrace
  • Fail the workflow if any test fails in `tests/runtests.py` make workflow fail on any test fails d86c238

View on GitHub

kangtegong pushed 1 commit to main kangtegong/pyftrace
  • create github workflow: push-test.yml 6d67ded

View on GitHub

kangtegong pushed 1 commit to main kangtegong/pyftrace
  • create github workflow: push-test.yml 5c91065

View on GitHub

kangtegong pushed 3 commits to main kangtegong/collaboration
  • add my username in index.html 3d02954
  • Merge branch 'main' into add_username 006a800
  • Merge pull request #1137 from yuneung02/add_username add my username in index.html 39a6796

View on GitHub

Load more