I hereby claim:
- I am charypar on github.
- I am charypar (https://keybase.io/charypar) on keybase.
- I have a public key whose fingerprint is DCB9 0985 1B31 8749 A706 A593 E1B3 707E B7B3 58E6
To claim this, I am signing this object:
import java.io.IOException; | |
import java.nio.file.Files; | |
import java.nio.file.Paths; | |
import java.util.ArrayList; | |
import java.util.HashMap; | |
import java.util.stream.Stream; | |
public class Robot { | |
private static int gridX; | |
private static int gridY; |
I hereby claim:
To claim this, I am signing this object:
package proxy | |
import ( | |
"log" | |
"net/http" | |
"net/http/httputil" | |
"net/url" | |
"time" | |
) |
require! <[react immutable]> | |
dom = react.DOM | |
toolbar = require './list-toolbar.ls' | |
# helper functions | |
c-map = (f, vec-cursor) --> vec-cursor.map f .to-array! | |
interlace = (longer, shorter) --> |
--- | |
ssl_certificates: | |
- certificate_src: secure.example.com.pem | |
certificate_dest: /etc/ssl/certs/secure.example.com.pem | |
key_src: secure.example.com.protected.key | |
key_dest: /etc/ssl/private/secure.example.com.protected.key | |
key_stripped: /etc/ssl/private/secure_example.com.key | |
key_password: "{{ssl_passphrase}}" |