I hereby claim:
- I am blainsmith on github.
- I am blainsmith (https://keybase.io/blainsmith) on keybase.
- I have a public key whose fingerprint is AE3A 28D6 A9A4 DD3B CC3D B3CC B897 8178 1EA8 681A
To claim this, I am signing this object:
use fmt; | |
use net::udp; | |
use net::ip; | |
use strings; | |
export fn main() void = { | |
const listener = udp::listen(ip::LOCAL_V4, 8000)!; | |
for (true) { | |
let buf: [1024]u8 = [0...]; |
package ovp | |
import ( | |
"context" | |
"crypto/md5" | |
"fmt" | |
"net/http" | |
"net/url" | |
"strconv" | |
"time" |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> | |
#include <time.h> | |
#include <unistd.h> | |
#include <hiredis/hiredis.h> | |
int main(int argc, char **argv) { | |
unsigned int j; |
# Set variables accordingly | |
source_host=ecfoo.amazonaws.com | |
source_password=foo | |
source_port=6666 | |
source_db=0 | |
target_host=ecbar.amazonaws.com | |
target_password=bar | |
target_port=6777 | |
target_db=0 |
I hereby claim:
To claim this, I am signing this object:
package main | |
type Dog interface { | |
Bark() string | |
Eat(string) | |
} | |
type Bulldog struct { | |
Name string | |
} |
{ | |
"name": "Book", | |
"base": "PersistedModel", | |
"idInjection": true, | |
"properties": { | |
"title": { | |
"type": "string", | |
"required": true | |
}, | |
"value": { |
/** | |
* CSS Gridlines | |
*/ | |
body { | |
background-color: #000; | |
} | |
ul { | |
margin: 0 auto; |
(function() { | |
// This is a template to begin creating a JS libray. Just replace all instances | |
// of `lib` with whatever variable you want to use for reference. | |
// Baseline setup | |
// -------------- | |
// Establish the root object, `window` in the browser, or `exports` on the server. | |
var root = this; |
I hereby claim:
To claim this, I am signing this object: