Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
johnkw
/
misc
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Aug 2, 2026
tweak logging
j
committed
3f76b11
View commit details
Copy full SHA for 3f76b11
Browse repository at this point
Commits on Aug 1, 2026
years of improvements
j
committed
dae1e31
View commit details
Copy full SHA for dae1e31
Browse repository at this point
Commits on Jul 30, 2026
Simple HTTP server that can test slow replies.
j
committed
6595794
View commit details
Copy full SHA for 6595794
Browse repository at this point
Commits on Jul 21, 2026
moved repositories
j
committed
af836ef
View commit details
Copy full SHA for af836ef
Browse repository at this point
Commits on Jun 30, 2026
Code clarity. Fix blocking on a write when the pipe can only take part of the write.
j
committed
d9a0f4f
View commit details
Copy full SHA for d9a0f4f
Browse repository at this point
Add asserts and fix logic errors.
j
committed
6c4c18d
View commit details
Copy full SHA for 6c4c18d
Browse repository at this point
Commits on Jun 26, 2026
like xzdiff except works for -r
j
committed
84f5fbd
View commit details
Copy full SHA for 84f5fbd
Browse repository at this point
Commits on Jun 23, 2026
Enhance logging. Add option to see if something else is waiting on the mutex file.
j
committed
f86708d
View commit details
Copy full SHA for f86708d
Browse repository at this point
Commits on Jun 17, 2026
Consolidate change_csv into the write_with_rename library file.
j
committed
35a8b99
View commit details
Copy full SHA for 35a8b99
Browse repository at this point
simple tester
j
committed
0eb9654
View commit details
Copy full SHA for 0eb9654
Browse repository at this point
Add compress option to write().
j
committed
81b4dbb
View commit details
Copy full SHA for 81b4dbb
Browse repository at this point
utility for printing aligned columns of data
j
committed
70a3cf4
View commit details
Copy full SHA for 70a3cf4
Browse repository at this point
add compress option
j
committed
2e5a7f8
View commit details
Copy full SHA for 2e5a7f8
Browse repository at this point
Commits on Jun 16, 2026
Avoid excessive beeps.
j
committed
cdafce2
View commit details
Copy full SHA for cdafce2
Browse repository at this point
write files with rename, ensureing all-or-nothing changes.
j
committed
06b81a6
View commit details
Copy full SHA for 06b81a6
Browse repository at this point
Commits on May 10, 2026
Allow for non-180 flips.
j
committed
48002f6
View commit details
Copy full SHA for 48002f6
Browse repository at this point
Use clog for errors.
j
committed
b3c1694
View commit details
Copy full SHA for b3c1694
Browse repository at this point
Add show_thread option.
j
committed
4e4a7c4
View commit details
Copy full SHA for 4e4a7c4
Browse repository at this point
Commits on Mar 30, 2026
Add --brightness-contrast. Switch to python3 options.
j
committed
4628e9f
View commit details
Copy full SHA for 4628e9f
Browse repository at this point
Commits on Feb 8, 2026
Add disconnect() function to close a handler and remove it from the logging entirely so it does not try to come back.
j
committed
c61688b
View commit details
Copy full SHA for c61688b
Browse repository at this point
Commits on Feb 3, 2026
Add timestamp to watch start calls.
j
committed
3c3328c
View commit details
Copy full SHA for 3c3328c
Browse repository at this point
Commits on Jan 29, 2026
Support "with" syntax.
j
committed
fc63de9
View commit details
Copy full SHA for fc63de9
Browse repository at this point
Remove wait_for_global_lock() which had a not-so-obvious limitation when looking at the caller code, replaced by create_and_wait_for_lock().
j
committed
ac6bbd9
View commit details
Copy full SHA for ac6bbd9
Browse repository at this point
Commits on Jan 22, 2026
Enhance error checking.
j
committed
e913ad8
View commit details
Copy full SHA for e913ad8
Browse repository at this point
Enhance logging.
j
committed
875a112
View commit details
Copy full SHA for 875a112
Browse repository at this point
Add standard add_rotating_log.
j
committed
a2aca07
View commit details
Copy full SHA for a2aca07
Browse repository at this point
Commits on Dec 22, 2025
Tweak defaults.
j
committed
8883934
View commit details
Copy full SHA for 8883934
Browse repository at this point
Make clog calls less error prone.
j
committed
8b25726
View commit details
Copy full SHA for 8b25726
Browse repository at this point
Commits on Oct 29, 2025
If we had to wait, log lock achieved. Enhance logging and pid file readability.
j
committed
d495d56
View commit details
Copy full SHA for d495d56
Browse repository at this point
Add more granural --logstdout option, maintaining shortcuts --debug and --quiet.
j
committed
27cb24c
View commit details
Copy full SHA for 27cb24c
Browse repository at this point
Commits on Sep 28, 2025
Add option for doing html divs. Output fixes.
j
committed
068ebe7
View commit details
Copy full SHA for 068ebe7
Browse repository at this point
fix `tail` or `head` etc
j
committed
95b6b7c
View commit details
Copy full SHA for 95b6b7c
Browse repository at this point
Commits on Aug 23, 2025
mutex with logging of what we are waiting on
j
committed
2c9598f
View commit details
Copy full SHA for 2c9598f
Browse repository at this point
Commits on Jul 18, 2025
tweaks for items of different scan size.
j
committed
7ae8af4
View commit details
Copy full SHA for 7ae8af4
Browse repository at this point
Commits on Jul 15, 2025
program to compare unordered list files
j
committed
03188e2
View commit details
Copy full SHA for 03188e2
Browse repository at this point
Previous
Next
You can’t perform that action at this time.