start new:
tmux
start new with session name:
tmux new -s myname
| %===================================================================== | |
| % jhwhw.cls | |
| % Provide jhwhw.cls class | |
| %===================================================================== | |
| %===================================================================== | |
| % Identification | |
| %===================================================================== | |
| \NeedsTeXFormat{LaTeX2e} | |
| \ProvidesClass{jhwhw}[2009/02/11 Justin Wilson's Homework Class] |
To remove a submodule you need to:
| ObjC.import("Cocoa"); | |
| var MarsPath = "/Applications/Mars4_5.jar" | |
| var arg = $.NSArray.arrayWithObjects(MarsPath) | |
| var task = $.NSTask.alloc.init | |
| task.setLaunchPath("/usr/bin/open") | |
| task.setArguments(arg) | |
| task.launch |
| <?php | |
| /* | |
| * Resize images dynamically using wp built in functions | |
| * Victor Teixeira | |
| * | |
| * php 5.2+ | |
| * | |
| * Exemplo de uso: | |
| * | |
| * <?php |
openssl req -x509 -newkey rsa:4096 -sha256 -keyout example.key -out example.crt -subj "/CN=example.com" -days 3650 -passout pass:foobar
openssl x509 -x509toreq -in example.crt -out example.csr -signkey example.key -passin pass:foobar