Look at LSB init scripts for more information.
Copy to /etc/init.d:
# replace "$YOUR_SERVICE_NAME" with your service's name (whenever it's not enough obvious)Look at LSB init scripts for more information.
Copy to /etc/init.d:
# replace "$YOUR_SERVICE_NAME" with your service's name (whenever it's not enough obvious)| Ioannidis, John PA, et al. "Repeatability of published microarray gene expression analyses." Nature genetics 41.2 (2009): 149-155. | |
| Nekrutenko, Anton, and James Taylor. "Next-generation sequencing data interpretation: enhancing reproducibility and accessibility." Nature Reviews Genetics 13.9 (2012): 667-672. | |
| Peng, Roger D. "Reproducible research in computational science." Science (New York, Ny) 334.6060 (2011): 1226. | |
| Baggerly, Keith. "Disclose all data in publications." Nature 467.7314 (2010): 401. | |
| Van Noorden, Richard. "The trouble with retractions." Nature 478.7367 (2011): 26-28. | |
| Begley, C. Glenn, and Lee M. Ellis. "Drug development: Raise standards for preclinical cancer research." Nature 483.7391 (2012): 531-533. |
| Using gcc for C compiler. If this is not what you want, set CC. | |
| Using /usr/libexec/gcc/xxxx/4.4.7/collect2 instead. | |
| src/Hackage/Security/TUF/Layout/Repo.hs:8:1: error: | |
| Could not find module ‘Distribution.Package’ | |
| Perhaps you haven't installed the profiling libraries for package ‘Cabal-2.0.0.2’? | |
| Use -v to see a list of the files searched for. | |
| | | |
| 8 | import Distribution.Package | |
| | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| >yaourt -S samtools | |
| ==> Downloading samtools PKGBUILD from AUR... | |
| x .SRCINFO | |
| x .gitignore | |
| x PKGBUILD | |
| wookietreiber commented on 2015-10-25 17:09 | |
| Thanks for letting me know, updated pkgrel. | |
| greyltc commented on 2017-05-20 09:46 |
| --============================================================================== | |
| -- conky_orange.lua | |
| -- | |
| -- author : SLK | |
| -- version : v2011062101 | |
| -- license : Distributed under the terms of GNU GPL version 2 or later | |
| -- | |
| -- modified: me | |
| -- version : v20171027 | |
| -- notes : works on 4k screen. uses conky conf newer >v1.1 |
| `/+o/. | |
| .+sso+/:oydyo/:-:+shdys/ `-:. `-/+o+/` | |
| `/sdh+/::/::ss:`ymdhyso//hmMNyhNNms+ososys+/-:/shms/` | |
| .+hNNy++oo+/.`.--/osyhdmNNMMMMMMMMMNdsssssoso+hhhhsoo+ymdo. | |
| -smNy/+ymmmmmNNNNMNMMMMMNNNmmNMMMMMMMMMho:///:--shydNMMNdo-sNs` | |
| -hNd+-sNMNdmNMMMNNNMNNNMMMddNMMNNmNMMMMMMNmy+///::/:-:/++ymNNdmMN: | |
| `sNMs`+NMNNNMMMMNNNMMMMMMNmhyso///+ohMmoNMmoo+/::/-:oymNNmsosshdhmMM/ | |
| +NMMy`hMMMhyNMNMMNNNMds:-.`-:syddmNMMmyo`+yMMho:..-+//++omMNNNNNNNmdNMs | |
| :mMMMh`yMNdodNNNMNMMMs.+sdmmmmmdhNMMMNhy/..`-syhNmdyssso+/.`:yNMMMMNMNMMMy | |
| :NMNh:-+MMh+mdNNNNNMd.+NNMMMMMMMMmho:-......:--::ohNMMMMMMNmNy/.oNMNmNMNMMMs |
| const log4js = require('log4js'); | |
| // Accessory configurations for log4js | |
| // Works with log4js >= 2.3.3 | |
| // Usage: | |
| //var logger = require('./app/loadLogger').logger; // Default is stderr only | |
| // Alternate (app : file + stderr) | |
| // const loadLog = require('./app/loadLogger'); | |
| // var logger = loadLog.log4js.getLogger('app'); // For an express app: stderr + file : logs/application.log) |
| delete require.cache[require.resolve('./dep')]; |
| from awscli.clidriver import create_clidriver | |
| def s3sync(source, destination, *options): | |
| old_env = dict(os.environ) | |
| try: | |
| env = os.environ.copy() | |
| env["LC_CTYPE"] = u"en_US.UTF" | |
| os.environ.update(env) | |
| exit_code = create_clidriver().main(["s3", "sync", source, destination] + list(options)) |