summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* rm zsh again -- we do it creb-styletv2011-08-042-3/+0
|
* fixed gitmodules hicupmakefu2011-08-032-2/+2
|\
| * add zsh as submoduletv2011-08-033-0/+3
| |
* | finished protype of streamsmakefu2011-08-032-15/+80
| | | | | | | | | | | | streams/streams: runs given streams by name with zsh start|stop|restart|status|list [streamname] the Makefile has yet to be fixed for that one streams/groove: uses streams to start|stop|restart groovesalad stream
* | add zsh as submoduletv2011-08-032-0/+3
|/
* json/sh: use $1 as var prefixtv2011-07-311-1/+1
|
* Merge branch 'master' of github.com:krebscode/painloadtv2011-07-311-4/+4
|\
| * Merge branch 'master' of github.com:krebscode/painloadmakefu2011-07-313-0/+124
| |\
| * | arping_users.py: replaced verbose with quiet flagmakefu2011-07-311-4/+4
| | |
* | | json/sh: add support for floatstv2011-07-312-2/+3
| |/ |/|
* | move top-level Makefile back^_^tv2011-07-311-0/+0
| |
* | sh-json -> json/shtv2011-07-313-0/+0
| |
* | Merge /home/tv/sh-jsontv2011-07-312-0/+122
|\ \
| * | test.json: bumptv2010-11-031-1/+2
| | |
| * | json.sh: renamed types like STR -> stringtv2010-11-031-37/+44
| | |
| * | json.sh, test.json: initial committv2010-11-032-0/+114
| /
* | Merge branch 'master' of github.com:krebscode/painloadtv2011-07-314-6/+4
|\|
| * Merge branch 'master' of github.com:krebscode/painloadmakefu2011-07-3112-1/+86
| |\
| | * mtgox: s/http/https/gclub-mate2011-07-313-3/+3
| | |
| | * mtgox: s/wget/curl/gclub-mate2011-07-313-3/+3
| | |
| * | arping: now 'fail early'makefu2011-07-311-3/+1
| | |
* | | translate.google: fix encodingtv2011-07-311-0/+2
| |/ |/|
* | tranlate.google: add even more submodulestv2011-07-315-0/+12
| |
* | translate.google: add all the submodulestv2011-07-311-1/+9
| |
* | add User-Agent databaseclub-mate2011-07-311-0/+19
| |
* | Merge branch 'master' of github.com:krebscode/painloadclub-mate2011-07-314-1/+37
|\ \
| * | Merge branch 'master' of github.com:krebscode/painloadtv2011-07-311-3/+0
| |\| | | | | | | | | | | | | Conflicts: util/bin/randline
| * | translate.google: esnure query is readytv2011-07-311-1/+6
| | |
| * | translate.google: initial committv2011-07-313-0/+32
| | |
| * | randline: reimplementedmakefu2011-07-311-10/+3
| | |
* | | add mtgox' public APIclub-mate2011-07-313-0/+10
| |/ |/|
* | randline: reimplementedmakefu2011-07-311-10/+1
|/
* randline: initial committv2011-07-311-0/+12
|
* my-global-ipv4-addr: initial committv2011-07-301-0/+51
|
* Kübelwagen: initial importtv2011-07-264-0/+262
|
* rm kvutils and move anonbox.net to proper placetv2011-07-243-8/+0
|
* anonbox: add --checktv2011-07-241-3/+15
|
* Initial commit: anonbox, kvutilstv2011-07-243-0/+53
|
* Merge branch 'toaster'tv2011-07-223-2/+11
|\
| * add mission critical stufftv2011-07-221-0/+1
| |
| * mv tempfile mktemptv2011-07-221-2/+2
| |
| * util google.suggest: initial importtv2011-07-221-0/+8
| |
* | fixedLassulus2011-07-221-1/+1
| |
* | multiplayer now through input/output filesLassulus2011-07-221-5/+9
|/
* cholerab live.sh: shasmfuftw!tv2011-07-211-50/+62
|
* 1st try of cholerabLassulus2011-07-211-0/+98
|
* cholerab live.sh: initial committv2011-07-211-0/+76
|
* util make-data-uri: rm legacy codetv2011-07-201-7/+0
|
* util krebsdate: initial committv2011-07-201-0/+10
|
* util make-data-url: initial committv2011-07-192-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NAME make-data-url - create a "data" URL scheme item SYNOPSIS make-data-url [file...] DESCRIPTION The make-data-url is a best efforts generator of "data" URL scheme compatible items as described by RFC 2397. Each file is read, analyzed, and printed as single-lined "data" URL to stdout. OPERANDS The following operands shall be supported: file A pathname of a file. The content of each file is printed as single-lined "data" URL to the standard output. The mime-type of the file's content gets guessed by the file utility. STDIN None INPUT FILES Input files can be any file type. ENVIRONMENT VARIABLES The following environment variables shall affect the execution of make-data-url: None. ASYNCHRONOUS EVENTS Default. STDOUT Each line shall contain a "data" URL item for the respective file operand. STDERR The standard error shall be used only for diagnostic messages. OUTPUT FILES None. EXTENDED DESCRIPTION None. EXIT STATUS The following exit values shall be returned: 0 The program has terminated. CONSEQUENCES OF ERRORS Default. The following sections are informative APPLICATION USAGE Default. EXAMPLES Test your backup scheme: sudo rm -fR /home RATIONALE None. FUTURE DIRECTIONS None. SEE ALSO RFC 2397, file BUGS None, this is enterprise-grade software and behaves exactly as specified. AUTHOR KREBS COPYTIGHT Copytight (c) 2011, KREBS. This program is free software. It comes without any warranty, to the extent permitted by applicable law. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See http://sam.zoy.org/wtfpl/COPYING for more details. COPYRIGHT Portions of this text are reprinted and reproduced in electronic form from IEEE Std 1003.1, 2003 Edition, Standard for Information Technology -- Portable Operatingg Systems Interface (POSIX), The Open Group Base Specification Issue 6, Copyright (C) 2001-2003 by the Institute of Electrical and Electronics Engineers, Inc and The Open Group. In the event of any discrepancy between this version and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at http://www.opengroup.org/unix/online.html . Deal with it!