I hereby claim:
- I am shoozza on github.
- I am shoozza (https://keybase.io/shoozza) on keybase.
- I have a public key ASAb4DQgMn-DlmoR3g4nnwy7W5GKyjFn02roJRYK_D8A4Ao
To claim this, I am signing this object:
| /* | |
| how to install: | |
| - visit about:support | |
| - open profile folder | |
| - create/edit chrome\userContent.css file | |
| */ | |
| @-moz-document url-prefix("about:reader") { | |
| /* fix toolbar */ | |
| .toolbar { |
I hereby claim:
To claim this, I am signing this object:
| @ECHO OFF | |
| REM Example: Cmder.bat vim hello_world.c | |
| REM will run vim hello_world.c inside Cmder | |
| REM Note Add following line at the end of init.bat (without REM) | |
| REM @if not "%*" == "" %* | |
| SET "CMDER_ROOT=%~dp0" | |
| IF "%ConEmuDir%" == "" SET "ConEmuDir=%CMDER_ROOT%\vendor\conemu-maximus5" | |
| START "" "%ConEmuDir%\ConEmu.exe" /Icon "%CMDER_ROOT%\icons\cmder.ico" /Title Cmder /LoadCfgFile "%CMDER_ROOT%\config\ConEmu.xml" /cmd cmd /k ""%ConEmuDir%\..\init.bat" %*" -new_console:d:%USERPROFILE% |
| fn main() { | |
| struct Magic<T> { val: T } | |
| let i = "string"; | |
| println!("i = {}", i); | |
| let Magic { val: mut i } = Magic { val: 5u }; | |
| println!("i = {}", i); | |
| i = 7; |
| @ECHO OFF | |
| SETLOCAL | |
| GOTO:MAIN | |
| REM | |
| REM Info functions start | |
| REM | |
| REM Display version and copyright information | |
| :VERSION |