(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| // Some useful binds for CS:GO | |
| // =================== | |
| // Launch Options: -console -novid -high -tickrate 128 -freq 144 +exec autoexec.cfg | |
| // by Lamarkz | |
| // Show damage given in the console | |
| // =================== | |
| developer "1" | |
| con_filter_text "Damage given" | |
| con_filter_text_out "Player:" |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
This uses Twitter Bootstrap classes for CodeIgniter pagination.
Drop this file into application/config.
| body { | |
| background: #222; | |
| color: #ddd; | |
| white-space: pre; | |
| font-family: monospace; | |
| } | |
| a { | |
| color: #6482c8; | |
| } |