Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000| # coding=UTF8 | |
| ######################################################################### | |
| # This class is to help sklearn to handle statistical process # | |
| # Author: Joon Lim from Master of Science in Analytics at Northwestern # | |
| # Date: 04.23.2013 # | |
| ######################################################################### | |
| ''' this Module is built on top of numpy and sklearn. ''' | |
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000| (use-modules (ice-9 pretty-print)) | |
| ;; Helper methods for maintaining comments and whitespace. | |
| (define (copy-line-comment) | |
| (let ((char (read-char))) | |
| (if (not (eof-object? char)) | |
| (if (eq? char #\newline) | |
| (newline) | |
| (begin (write-char char) (copy-line-comment)))))) | |
| (define (maintain-empty-lines) |
Password-store keeps your passwords (or any other sensitive information) saved in GnuPG encrypted files organized in ~/.password-store. For more information about GPG, consult the GNU Privacy Handbook.
To get started, install pass and generate a keypair.
$ brew install pass
$ gpg --gen-key
$ gpg --list-keys| ! Modifikations- .xmodmap, um das Truly Ergonomic Keyboard (207) an die | |
| ! Linux Implementierung von Neo2 anzupassen | |
| ! | |
| ! von Martin Michel, Januar 2014 | |
| ! | |
| ! | |
| ! Folgendes Layout wird zur Verfügung gestellt: | |
| ! | |
| ! ┌───┐ ┌───┐ |
| -- sqlite | |
| CREATE TABLE IF NOT EXISTS calendar ( | |
| d date UNIQUE NOT NULL, | |
| dayofweek INT NOT NULL, | |
| weekday TEXT NOT NULL, | |
| quarter INT NOT NULL, | |
| year INT NOT NULL, | |
| month INT NOT NULL, | |
| day INT NOT NULL | |
| ); |