Skip to content

Instantly share code, notes, and snippets.

View perigrin's full-sized avatar

Chris Prather perigrin

View GitHub Profile

Original Client Statement

Who's watching?
Tell me who's watching.
Who's watching me?
I'm just an average man, with an average life.
I work from nine to five; hey hell, I pay the price.
All I want is to be left alone in my average home;
But why do I always feel like I'm in the Twilight Zone, and

I always feel like somebody's watching me.

Original Client Statement

Who's watching? Tell me who's watching. Who's watching me? I'm just an average man, with an average life. I work from nine to five; hey hell, I pay the price. All I want is to be left alone in my average home; But why do I always feel like I'm in the Twilight Zone, and I always feel like somebody's watching me.

@perigrin
perigrin / .gitignore
Created March 6, 2019 18:05 — forked from ctsrc/.gitignore
Random dungeon generator from https://news.ycombinator.com/item?id=19309378, deobfuscated, refactored and commented
/.idea/
/cmake-build-debug/
/dungeon
@perigrin
perigrin / generate.c
Created March 6, 2019 18:05 — forked from munificent/generate.c
A random dungeon generator that fits on a business card
#include <time.h> // Robert Nystrom
#include <stdio.h> // @munificentbob
#include <stdlib.h> // for Ginny
#define r return // 2008-2019
#define l(a, b, c, d) for (i y=a;y\
<b; y++) for (int x = c; x < d; x++)
typedef int i;const i H=40;const i W
=80;i m[40][80];i g(i x){r rand()%x;
}void cave(i s){i w=g(10)+5;i h=g(6)
+3;i t=g(W-w-2)+1;i u=g(H-h-2)+1;l(u
│21:35:07 bryan.horstmann-allen | So a customer would be, like, "Samsung Mobile". And everything we do now would be shoved under that Org. │
│21:35:26 bryan.horstmann-allen | Then when we add JPC, there would be a "Joyent Cloud" customer. And we'd create new datacenters/room/racks for that. │
│21:35:38 bryan.horstmann-allen | Each org/customer would have its own builds/workspaces/whatever.
{
"additionalProperties": "",
"properties": {
"bios_version": {
"type": "string"
},
"memory": {
"type": "object"
},
"processor": {
~/dev/ansible-github-deploy-key$ perl -v
This is perl 5, version 22, subversion 1 (v5.22.1) built for x86_64-linux-gnu-thread-multi
(with 68 registered patches, see perl -V for more detail)
Copyright 1987-2015, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
# Copyright (c) 2012 Henrik Brix Andersen <henrik@brixandersen.dk>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
# 1. Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the