Tags
a20-gate
- Grub4DOS WEE source code study - A20 gate - 2019.08.28
amd
- PVE 8 GPU passthrough - 2024.03.23
ast
- Python's compiler - from AST to code object - 2019.11.03
- Python's compiler - from CST to AST - 2019.10.28
backup
- AoikBackup - 2024.05.16
bash
batch
- AoikBatchCmdLineArgsParser - 2024.05.16
- AoikBatchInterpretDemo - 2024.05.16
- AoikBackup - 2024.05.16
- AoikWinWhich - which program implemented in various languages - 2018.04.22
boot-sector
- Grub4DOS WEE source code study - boot sector - 2019.08.20
- FreeDOS source code study - fdisk boot sector - 2019.08.16
- FreeDOS source code study - boot sector - 2019.08.04
c
- C how variable length array is implemented - 2018.09.19
- AoikWinWhich - which program implemented in various languages - 2018.04.22
ceylon
clojure
closure
- Python class method closure - 2019.10.29
- Python private attribute - 2019.08.24
cmd-line-args-parser
- AoikBatchCmdLineArgsParser - 2024.05.16
code-object
- Python's compiler - from pyc file to code object - 2019.11.08
- Python's compiler - from code object to pyc file - 2019.11.06
- Python's compiler - from AST to code object - 2019.11.03
coffeescript
compiler
- Python's compiler - from pyc file to code object - 2019.11.08
- Python's compiler - from code object to pyc file - 2019.11.06
- Python's compiler - from AST to code object - 2019.11.03
- Python's compiler - from CST to AST - 2019.10.28
- Python's compiler - from tokens to CST - 2019.10.23
- Python's compiler - the grammar file is not LL(1) but the parser is - 2019.05.12
- Python's compiler - from grammar to dfa - 2019.05.06
cpp
- C++ how returning an object is implemented - 2019.08.25
- AoikWinWhich - which program implemented in various languages - 2018.04.22
cpp-cli
csharp
cst
- Python's compiler - from CST to AST - 2019.10.28
- Python's compiler - from tokens to CST - 2019.10.23
d
dart
dnsmasq
- Soft router with Internet via USB tethering - 2023.05.24
drop-check
- Rust drop check - 2023.06.07
eclipse
- Navigate Linux kernel source code using Eclipse - 2019.03.20
eiffel
erlang
execution-flow
- Python 3.8.0 execution flow - 2019.10.20
- Python 3.7.0 execution flow - 2019.03.26
- Lua execution flow - 2019.03.22
fdisk
- FreeDOS source code study - fdisk boot sector - 2019.08.16
- FreeDOS source code study - fdisk compile source code - 2019.08.15
flask
- Flask log request response - 2019.04.09
freedos-source-code-study
- FreeDOS source code study - fdisk boot sector - 2019.08.16
- FreeDOS source code study - fdisk compile source code - 2019.08.15
- FreeDOS source code study - boot sector - 2019.08.04
- FreeDOS source code study - compile kernel and make bootable images - 2019.07.30
fsharp
gcc
- C how variable length array is implemented - 2018.09.19
gdb
- GDB add breakpoint to every function - 2019.08.21
- GDB step over instruction by breakpoint - 2019.08.21
git
- Git auto deploy latest commit - 2019.08.24
go
groovy
grub4dos-source-code-study
- Grub4DOS WEE source code study - A20 gate - 2019.08.28
- Grub4DOS WEE source code study - boot sector - 2019.08.20
haskell
hy
java
javascript
julia
kotlin
linux
- Navigate Linux kernel source code using Eclipse - 2019.03.20
llvm
- LLVM - Compile LLVM - 2019.12.17
lua
- Lua error handling mechanism - 2019.03.30
- Lua function call mechanism - 2019.03.28
- Lua execution flow - 2019.03.22
- Lua compile and embed in Windows - 2019.03.21
- AoikWinWhich - which program implemented in various languages - 2018.04.22
mysql
- MySQL master-slave replication recovery - 2019.12.08
- MySQL master-slave replication setup - 2019.04.03
- MySQL find what permissions users have - 2019.03.24
- MySQL find what statement is causing a lock - 2019.03.23
mysql-replication
- MySQL master-slave replication recovery - 2019.12.08
- MySQL master-slave replication setup - 2019.04.03
nvidia
- PVE 8 GPU passthrough - 2024.03.23
ocaml
operating-system-study
- FreeDOS source code study - boot sector - 2019.08.04
- FreeDOS source code study - compile kernel and make bootable images - 2019.07.30
parser
- Python's compiler - from CST to AST - 2019.10.28
- Python's compiler - from tokens to CST - 2019.10.23
- Python's compiler - the grammar file is not LL(1) but the parser is - 2019.05.12
- Python's compiler - from grammar to dfa - 2019.05.06
parser-generator
- Python's compiler - the grammar file is not LL(1) but the parser is - 2019.05.12
- Python's compiler - from grammar to dfa - 2019.05.06
pascal
passthrough
- PVE 8 GPU passthrough - 2024.03.23
perl
pgen
- Python's compiler - the grammar file is not LL(1) but the parser is - 2019.05.12
- Python's compiler - from grammar to dfa - 2019.05.06
phantomdata
- Rust drop check - 2023.06.07
php
pve
- PVE 8 GPU passthrough - 2024.03.23
pyc
- Python's compiler - from pyc file to code object - 2019.11.08
- Python's compiler - from code object to pyc file - 2019.11.06
python
- Python's compiler - from pyc file to code object - 2019.11.08
- Python's compiler - from code object to pyc file - 2019.11.06
- Python's compiler - from AST to code object - 2019.11.03
- Python class method closure - 2019.10.29
- Python's compiler - from CST to AST - 2019.10.28
- Python's compiler - from tokens to CST - 2019.10.23
- Python 3.8.0 execution flow - 2019.10.20
- Python print every function call - 2019.08.24
- Python private attribute - 2019.08.24
- Python's compiler - the grammar file is not LL(1) but the parser is - 2019.05.12
- Python's compiler - from grammar to dfa - 2019.05.06
- Flask log request response - 2019.04.09
- Python setup.py include exclude files flexibly - 2019.04.05
- Python 3.7.0 execution flow - 2019.03.26
- Python C extension minimal example - 2019.03.19
- AoikWinWhich - which program implemented in various languages - 2018.04.22
remote-desktop
- Windows remote desktop connects to hosts behind NAT - 2023.05.11
ruby
rust
- Rust drop check - 2023.06.07
- AoikWinWhich - which program implemented in various languages - 2018.04.22
scala
scheme
soft-router
- Soft router with Internet via USB tethering - 2023.05.24
source-code-study
- Python's compiler - from pyc file to code object - 2019.11.08
- Python's compiler - from code object to pyc file - 2019.11.06
- Python's compiler - from AST to code object - 2019.11.03
- Python's compiler - from CST to AST - 2019.10.28
- Python's compiler - from tokens to CST - 2019.10.23
- Python 3.8.0 execution flow - 2019.10.20
- Python's compiler - from grammar to dfa - 2019.05.06
- Lua error handling mechanism - 2019.03.30
- Lua function call mechanism - 2019.03.28
- Python 3.7.0 execution flow - 2019.03.26
- Lua execution flow - 2019.03.22
ssh-port-forwarding
- Windows remote desktop connects to hosts behind NAT - 2023.05.11
statping
- Statping dashboard style hack to show 1000 items on screen - 2024.04.06
- Statping command service to run a command and check exit code, stdout and stderr - 2024.04.06
- Statping compile in Windows - 2024.04.06
statping-ng
- Statping dashboard style hack to show 1000 items on screen - 2024.04.06
- Statping command service to run a command and check exit code, stdout and stderr - 2024.04.06
- Statping compile in Windows - 2024.04.06
tcl
udev
- Soft router with Internet via USB tethering - 2023.05.24
unimrcp
- UniMRCP plugin with WebSocket - 2023.05.26
usb-tethering
- Soft router with Internet via USB tethering - 2023.05.24
variable-length-array
- C how variable length array is implemented - 2018.09.19
vb.net
websocket
- UniMRCP plugin with WebSocket - 2023.05.26
which
windows-installation
- Windows 10 installation fixes error "We could not create a new partition or locate an existing one" - 2018.11.26
xtend
yellow-zero
- Yellow Zero - 2020.12.31
吸星大法强吃源码
- Python's compiler - from pyc file to code object - 2019.11.08
- Python's compiler - from code object to pyc file - 2019.11.06
- Python's compiler - from AST to code object - 2019.11.03
- Python's compiler - from CST to AST - 2019.10.28
- Python's compiler - from tokens to CST - 2019.10.23
- Python 3.8.0 execution flow - 2019.10.20
- Grub4DOS WEE source code study - A20 gate - 2019.08.28
- Grub4DOS WEE source code study - boot sector - 2019.08.20
- FreeDOS source code study - fdisk boot sector - 2019.08.16
- FreeDOS source code study - fdisk compile source code - 2019.08.15
- FreeDOS source code study - boot sector - 2019.08.04
- FreeDOS source code study - compile kernel and make bootable images - 2019.07.30
- Python's compiler - from grammar to dfa - 2019.05.06
- Lua error handling mechanism - 2019.03.30
- Lua function call mechanism - 2019.03.28
- Python 3.7.0 execution flow - 2019.03.26
- Lua execution flow - 2019.03.22