I hereby claim:
- I am mladoux on github.
- I am mladoux (https://keybase.io/mladoux) on keybase.
- I have a public key ASAQbMlDtPPSVJ75uR84kO_lq87mt5zif76Zw6nW3sP_1wo
To claim this, I am signing this object:
| <?php | |
| /** | |
| * SystemLoader | |
| * | |
| * Autoloader for project libs and dependencies. | |
| * | |
| * @author Mark LaDoux <mark.ladoux@gmail.com> | |
| */ | |
| class SystemLoader | |
| { |
I hereby claim:
To claim this, I am signing this object:
| ### Keybase proof | |
| I hereby claim: | |
| * I am mladoux on github. | |
| * I am mladoux (https://keybase.io/mladoux) on keybase. | |
| * I have a public key ASAQbMlDtPPSVJ75uR84kO_lq87mt5zif76Zw6nW3sP_1wo | |
| To claim this, I am signing this object: |
| Section "InputClass" | |
| Identifier "touchpad" | |
| Driver "synaptics" | |
| MatchIsTouchpad "on" | |
| Option "TapButton1" "1" | |
| Option "TapButton2" "3" | |
| Option "TapButton3" "2" | |
| Option "VertEdgeScroll" "off" | |
| Option "VertTwoFingerScroll" "on" | |
| Option "HorizEdgeScroll" "off" |
| def printnl(lines=1): | |
| '''Print a variable number of empty lines to the screen | |
| Keyword arguments: | |
| lines -- Number of empty lines to print. | |
| Defaults to 1. | |
| Returns: string |
| @echo off | |
| SET st3Path=C:\Program Files\Sublime Text 3\sublime_text.exe | |
| rem add it for all file types | |
| @reg add "HKEY_CLASSES_ROOT\*\shell\Open with Sublime Text 3" /t REG_SZ /v "" /d "Open with Sublime Text 3" /f | |
| @reg add "HKEY_CLASSES_ROOT\*\shell\Open with Sublime Text 3" /t REG_EXPAND_SZ /v "Icon" /d "%st3Path%,0" /f | |
| @reg add "HKEY_CLASSES_ROOT\*\shell\Open with Sublime Text 3\command" /t REG_SZ /v "" /d "%st3Path% \"%%1\"" /f | |
| rem add it for folders | |
| @reg add "HKEY_CLASSES_ROOT\Folder\shell\Open with Sublime Text 3" /t REG_SZ /v "" /d "Open with Sublime Text 3" /f |