Analysis Code ▼ Output ▼ Constructor: bar_0 Not store copy run_copy_no_store Constructor: bar_1 === lvalue === Copy Constructor: bar_1 ===
Continue readingDictionary – Martial arts
Term Translation Explanation, Usage Ageru (あげる) To Rise Age-uke Ashi (あし) Foot, Leg Ashi-waza Ashikubi (あしくび) Ankle Ashikubi-dori Au (あう)
Continue readingQ&A – Version control
Undo “git rebase -i” $ git rebase -i HEAD~3 $ git reflog … HEAD@{0}: rebase (finish): … … HEAD@{1}: rebase
Continue readingTypes of Circuits (Electrics)
Fundamentals There are two types of circuits. One is the series connection and the other is the parallel connection. In
Continue readingDefault provided networks (Docker)
Bridge network (“–network bridge”, default) Details – Containers of this type are in the same network. – Their network is
Continue readingProfiling with FlameGraph (Linux)
1. Get FlameGraph git clone https://github.com/brendangregg/FlameGraph It’s a tool from Brendan Gregg. 2. Build the app $ g++ main.cpp -g
Continue readingMutable vs. Immutable (Python)
Immutable data types They are not modifiable e.g. Numbers, Strings and Tuples Before line 3 a —> 1 b —–^
Continue readingModify the context menu (Windows)
Switch between old and new context menu Old context menu reg.exe add “HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32” /f /ve New context menu reg.exe delete
Continue readingMagic – Deck composition
The following compositions of cards is a general rule and can be shifted as desired. It’s 2/5 lands, 2/5 creature
Continue readingConceptual distinction – Testing
Unit vs. Integration vs. System test All of them are functional tests, but on a different level. Unit test: Tests
Continue reading