I hereby claim:
- I am clintmod on github.
- I am clintmod (https://keybase.io/clintmod) on keybase.
- I have a public key whose fingerprint is 168C 87D3 71BB E006 E06D D57B D2C4 666A 6F5E 0509
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| [tool.poetry] | |
| name = "poetry-bug" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["Your Name <[email protected]>"] | |
| [tool.poetry.dependencies] | |
| python = "^3.6" | |
| [tool.poetry.dev-dependencies] |
| #!/usr/bin/env ruby | |
| require 'redis' | |
| pattern = ARGV[1] || "*" | |
| days = ARGV[0].to_i > 0 ? ARGV[0].to_i : 30 | |
| MAX_AGE = days * 60 * 60 * 24 # convert to seconds | |
| redis = Redis.new | |
| cursor = 0 | |
| loop do | |
| cursor, keys = redis.scan cursor, :match => pattern |
| /usr/sbin/groupadd -g 30119 jenkins | |
| /usr/sbin/useradd -u 30119 -g jenkins jenkins | |
| mkdir /home/jenkins | |
| chown -R jenkins. /home/jenkins |
| {"lastUpload":"2018-01-01T00:14:37.573Z","extensionVersion":"v2.8.7"} |
| {"lastUpload":"2017-08-27T16:09:46.707Z","extensionVersion":"v2.8.3"} |
| for branch in $(git for-each-ref --format='%(refname:short)' refs/remotes/origin | grep -v HEAD | sed 's:^origin/::'); do git checkout "$branch"; done |
| var fs = require ('fs') | |
| ,xmldoc = require('xmldoc') | |
| var xmlFileName = __dirname + '/sample.xml'; | |
| fs.readFile(xmlFileName, {encoding:'utf8'}, fs_complete); | |
| function fs_complete(err, data) { | |
| if (err) | |
| throw err; | |
| parseXml(data, this); |