I hereby claim:
- I am joshuarubin on github.
- I am joshuarubin (https://keybase.io/joshuarubin) on keybase.
- I have a public key whose fingerprint is 75ED 503B 11DB C36E D330 13E2 7EA9 C821 BFD6 4727
To claim this, I am signing this object:
| func process(text string) string { | |
| return regexp.MustCompile(`hodor`). | |
| ReplaceAllString(text, `hold the door`) | |
| } |
| class Tmux < Formula | |
| desc "Terminal multiplexer" | |
| homepage "https://tmux.github.io/" | |
| url "https://github.com/tmux/tmux/releases/download/2.2/tmux-2.2.tar.gz" | |
| sha256 "bc28541b64f99929fe8e3ae7a02291263f3c97730781201824c0f05d7c8e19e4" | |
| head do | |
| url "https://github.com/tmux/tmux.git" | |
| depends_on "autoconf" => :build |
I hereby claim:
To claim this, I am signing this object:
| FROM java | |
| WORKDIR /app | |
| ENV HYSTRIX_DASHBOARD_VERSION 1.4.5 | |
| ENV JETTY_RUNNER_VERSION 9.2.9.v20150224 | |
| ADD http://central.maven.org/maven2/com/netflix/hystrix/hystrix-dashboard/${HYSTRIX_DASHBOARD_VERSION}/hystrix-dashboard-${HYSTRIX_DASHBOARD_VERSION}.war /app/hystrix-dashboard.war | |
| ADD http://central.maven.org/maven2/org/eclipse/jetty/jetty-runner/${JETTY_RUNNER_VERSION}/jetty-runner-${JETTY_RUNNER_VERSION}.jar /app/jetty-runner.jar | |
| EXPOSE 5406 | |
| ENTRYPOINT ["java", "-jar", "jetty-runner.jar", "--port", "5406"] | |
| CMD ["hystrix-dashboard.war"] |
| # To automatically replace the discovery token on 'vagrant up', uncomment | |
| # the lines below: | |
| # | |
| #if File.exists?('user-data') && ARGV[0].eql?('up') | |
| # require 'open-uri' | |
| # require 'yaml' | |
| # | |
| # token = open('https://discovery.etcd.io/new').read | |
| # | |
| # data = YAML.load(IO.readlines('user-data')[1..-1].join) |
| [Unit] | |
| Description=Docker Registry Mirror | |
| [Service] | |
| Restart=always | |
| RestartSec=10 | |
| ExecStartPre=-/usr/bin/docker kill %p | |
| ExecStartPre=-/usr/bin/docker rm %p | |
| ExecStartPre=/usr/bin/docker pull registry | |
| ExecStartPre=/usr/bin/sudo /usr/bin/mkdir -p /home/core/data/%p |
| " Note: first install neobundle with this command: | |
| " curl https://raw.githubusercontent.com/Shougo/neobundle.vim/master/bin/install.sh | sh | |
| " | |
| " Note: It is imperative that your version of vim has lua support | |
| " for the autocompletion engine to work | |
| " | |
| " Note: you will need gocode, godef, goimports, etc. installed | |
| " You can also run :GoInstallBinaries to do it for you | |
| " Note: Skip initialization for vim-tiny or vim-small. |
| [Unit] | |
| Description=etcd | |
| After=docker.service | |
| [Service] | |
| User=core | |
| PermissionsStartOnly=true | |
| EnvironmentFile=/etc/environment | |
| Restart=always | |
| RestartSec=10s |
| // example program | |
| package main | |
| import ( | |
| "fmt" | |
| "os" | |
| "time" | |
| "github.com/fzzy/radix/extra/cluster" |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>User Experience Designer | zVelo</title> | |
| <!-- <link rel="stylesheet" href="https://stackedit.io/res-min/themes/base.css" /> --> | |
| <link rel="stylesheet" href="https://rawgit.com/joshuarubin/rubix-marked-style/master/Rubix.css" /> | |
| <script type="text/javascript" src="https://stackedit.io/libs/MathJax/MathJax.js?config=TeX-AMS_HTML"></script> | |
| </head> | |
| <body class="normal"><div class="container"><p><img src="https://zvelo.com/images/stories/zvelo-logo-we-categorize-the-web.png" alt="zVelo — We categorize the Web" title=""></p> |