Programing Language
- SichuanLang
四川话编程语言。基于Python 3.5+,可与Python模块互相引入。
Compiler
- AoikTopDownParser
A top-down recursive descent predictive or backtracking parser generator. - AoikObfuscatedTinyCCompilerStudy
Added comments and prints to Obfuscated Tiny C Compiler's otccelfn.c file. - AoikC4Study
Added line-by-line comments to c4.c file. - AoikC4x86Study
Added line-by-line comments to c4.c and c4x86.c files.
Database
- AoikPourTable
Pour data in out of table. - AoikQueryHurry
Database client libs' quickstart doc and demo.
Linux
- AoikEasyboxLinux
Let's take 10 minutes to create a customized Linux.
Consul
- AoikConsulWatcher
Watch changes of Consul services and call a handler. - AoikConsulWatcherHosts
Watch changes of Consul services and update hosts file. - AoikConsulWatcherNginx
Watch changes of Consul services and update Nginx config.
Chat Bot
- AoikRocketChatErrbot
Errbot backend for Rocket.Chat.
Font
- AoikPickChar
Render picked font characters to images.
Hotkey
- AoikHotkey
Python hotkey manager that works on Linux, MacOS, and Windows. - AoikHotkeyHowto
AoikHotkey how-to, including config files.
Windows Registry
- AoikRegistryEditor
A customizable registry editor.
File Type Association
- AoikFileTypeAsso
Creates Windows Registry files (i.e. ".reg" files) to change file type association settings. - AoikFileTypeAssoDemo
AoikFileTypeAsso's config file demos.
- AoikPDFBookmark
Create PDF bookmarks by tweaking criteria.
Process Utility
- AoikWinProcKill
Kill Windows processes by matching their full command line with regular expression. - AoikWinWhich
Windows version of Linux's which program, written in a variety of languages:- AoikWinWhich-Bash
- AoikWinWhich-Batch
- AoikWinWhich-Ceylon
- AoikWinWhich-Clojure
- AoikWinWhich-CoffeeScript
- AoikWinWhich-C
- AoikWinWhich-Cpp
- AoikWinWhich-Cpp-CLI
- AoikWinWhich-CSharp
- AoikWinWhich-D
- AoikWinWhich-Dart
- AoikWinWhich-Eiffel
- AoikWinWhich-Erlang
- AoikWinWhich-FSharp
- AoikWinWhich-Go
- AoikWinWhich-Groovy
- AoikWinWhich-Haskell
- AoikWinWhich-Hy
- AoikWinWhich-Java
- AoikWinWhich-JavaScript
- AoikWinWhich-Julia
- AoikWinWhich-Kotlin
- AoikWinWhich-Lua
- AoikWinWhich-OCaml
- AoikWinWhich-Pascal
- AoikWinWhich-Perl
- AoikWinWhich-PHP
- AoikWinWhich-Python
- AoikWinWhich-Ruby
- AoikWinWhich-Rust
- AoikWinWhich-Scala
- AoikWinWhich-Scheme
- AoikWinWhich-Tcl
- AoikWinWhich-VB.NET
- AoikWinWhich-Xtend
Backup
- AoikBackup
Backup scripts to archive files inside and outside repository directories separately.
C
- AoikTinyHTTPdStudy
Add line-by-line comments to Tiny HTTPd.
Python
- AoikProjectStarter-Python
Python project starter that can tidy-lint-test code and build documentation in one command.
- AoikTraceCall
Trace Python function calls selected by regular expressions. - AoikTraceCallDemo
AoikTraceCall demo. - AoikSetupPyIncludeExclude
How to include and exclude Python module files and data files in setup.py flexibly. - AoikInspectArgs
Inspect function arguments. - AoikArgUtil-Python
Argparse utility and best practices. - AoikImportUtil-Python
Import module by code, name, path, and import object. - AoikLiveReload
Detect module file changes and reload the program. - AoikDynamicClosure
Enable dynamic binding of closure variables. - AoikPythonJSONStudy
Add step-by-step comments to Python standard library's json module. - AoikI18n
A simple I18n solution featuring fallback locale, YAML locale file, synonym locale file, and flexible locale file path. - AoikSocketServerStudy
Python 2 SocketServer library and Python 3 socketserver library study. - AoikHTTPServerStudy
Python 2 BaseHTTPServer library and Python 3 http.server library study. - AoikWSGIRefStudy
Python wsgiref library study. - AoikBottleStudy
Python Bottle library study. - AoikCherryPyStudy
Python CherryPy library study. - AoikDjangoStudy
Python Django library study. - AoikFlaskStudy
Python Flask library study. - AoikTornadoStudy
Python Tornado library study. - AoikWebpyStudy
Python web.py library study. - AoikWs4pyStudy
Python WebSocket-for-Python (ws4py) library study. - AoikAsyncioStudy
Python asyncio library study. - AoikTwistedStudy
Python Twisted library study.
JavaScript
- AoikAntDesignReactStarter
Ant Design React starter kit. - AoiKSeldomStaticSite
A static site generator written in JavaScript, plus an API server written in Python. - AoikStickyScrollySlidy
An AngularJS demo about how to implement sticky, scrolly, and slidy navigation, as well as flickering-free I18n switching.
Batch
- AoikBatchCmdLineArgsParser
Batch command line arguments parser. - AoikBatchInterpretDemo
A demo to explain how Batch interprets a code line, involving early and delayed variable expansion, and treatment of special characters.
Sublime Text
- AoikClose-SublimeText
A Sublime Text plugin to close tabs (a.k.a views) in various ways. - AoikConsolePanelStartup-SublimeText
A Sublime Text plugin to always show console panel at startup.
- AoikFileDeletedAutoClose-SublimeText
A Sublime Text plugin to automatically close the focused view if the viewed file has been deleted.
- AoikProjectSpecificPackages-SublimeText
A Sublime Text plugin to support project-specific package settings. - AoikReplace-SublimeText
A Sublime Text plugin to do regular expression replacement and toggling.
Github
- AoikGithubHowto
Start guide for Github.
Fork
- salt
Propose to add namespace prefix to state id. - zbase62
Add Python 3 support. - toredis
Wait until the stream is connected before reading. - flume-ng-sql-sink
Fix compile errors. Bump "flume-ng-core" version. Add configuration example for MySQL to "README.md". - shhttp
Added support for HTTP API password. - statping-ng
Add command service type for running a command and checking exit code, stdout and stderr.