Skip to content

Instantly share code, notes, and snippets.

View necrogami's full-sized avatar

Anton C. Swartz IV necrogami

View GitHub Profile
Running with gitlab-runner 12.8.0 (1b659122)
 on Gitlab Runner yZptsuYi
section_start:1583564886:prepare_executor
Using Docker executor with image registry.gitlab.com/gitlab-org/cluster-integration/auto-build-image/master:stable ...
Starting service docker:19.03.5-dind ...
Pulling docker image docker:19.03.5-dind ...
Using docker image sha256:8489eeb24a264b6bcdb17f3da00140cebe92ee36bd22365f37d07d59390df4ee for docker:19.03.5-dind ...
Waiting for services to be up and running...

*** WARNING: Service runner-yZptsuYi-project-1-concurrent-0-docker-0 probably didn't start properly.
@necrogami
necrogami / ships.csv
Last active February 27, 2020 05:09
Ship Name Ship Size Manufacturer Ship Type Ship Focus Max Crew
Aurora ES small RSI multi Starter / Pathfinder 1
Aurora LX small RSI exploration Pathfinder 1
Aurora MR small RSI transport Light Fighter 1
Aurora CL small RSI transport Light Freight 1
Aurora LN small RSI transport Light Fighter 1
300i small ORIG exploration Touring 1
315p small ORIG exploration Pathfinder 1
325a small ORIG combat Interdiction 1
350r small ORIG competition Racing 1
{
"afterburner_speed": "1140",
"beam": "8.0",
"cargocapacity": null,
"chassis_id": "1",
"compiled": {
"RSIAvionic": {
"computers": [
{
"component_class": "RSIAvionic",
@necrogami
necrogami / dice.php
Last active November 29, 2019 01:47
<?php
class Dice
{
protected $json;
protected $hex;
/**
* This sets how many hex characters to use for the length of the number
*
vbell on
autodetach on
startup_message off
pow_detach_msg "Screen session of \$LOGNAME \$:cr:\$:nl:ended."
defscrollback 5000
termcap xterm hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l
terminfo xterm hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l
termcapinfo xterm Z0=\E[?3h:Z1=\E[?3l:is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l
termcapinfo xterm* OL=100
termcapinfo xterm 'VR=\E[?5h:VN=\E[?5l'

Keybase proof

I hereby claim:

  • I am necrogami on github.
  • I am necrogami (https://keybase.io/necrogami) on keybase.
  • I have a public key ASBvi8yNSpdsyZl2-CuPxfyv4UelLK5PYBrguk5piKyPxQo

To claim this, I am signing this object:

0eNqd29tu2zgUheF30bVTkBTFg19jLgdFYXuEjAHHNnwYTBDk3cdOmwMwe0n8e1cXyZeI2muLB+WlW++u4/G03V+65Uu33Rz2527550t33j7uV7v7/12ej2O37LaX8albdPvV0/3T+bBbnR6Oq/24614X3Xb/1/hvt/Sv3xfduL9sL9vxJ/P24fnH/vq0Hk+3L/gAVpvN9em6W10Op5t6PJxv33PY33/ezXnw+duw6J5//ev1dfE/KbRKw5zUt0r9nBTN4TEk/+5YytColCkkNSLDFJIbkTCFlDZkckhqmxGnDO/akDyJ+MarcZNKY/H6MFdxvrF4fZyVYqOUZqWBh3wQVOIpV1TmMVdUoTmPJlNh0E0lOJh0W/Ew6rYSWNZtpGdht5HIwm4jAwy7rSQcdlF3IeOwK6ngsCup8rD34jnseNgV5XnYFcV7tZJ4r1YS79VKap1s+PekeJNpnW74OMk092j/cWFeXFhjhT/UWam1wvOcFGmrNgcp0lZtK7BV2whs1TbSWMxpdngb5x1lFmrt2G5WapxB36dxEyPUOoVOk0qFUS/m4sTBpNuKx0Gv9ggPX+r4uj5fVm/fPRFz5fQ05QqKLOT2+Aws4zaSUMRtI6OE20aBAVcjW5tudZlhkqPpVpBn4TYHJwWWbRvpcZzE2i1F+thU0EDzpKAEq0c5GT4dlFNo+SiI9mNTybQf24qHK1pbCWxBayM965820lrGH3kQy5vcWMZuzkmoj9pGRmta2yhsSWsjlTU+EymONT4b8TBDwVQCzJCt9DBDthJZhmzks2p3h8ft+bLdPGz+Hs+Xh/OtelePo+H9ule96SUaJ7HcLBnGSTkFX2CYur6KkmWOeXUsWTYCpxQ2AqcUNtI6pfjci7FvVW1txf0c9FnUp8P6cDycLobyUTlOKI2lHOZ+m8ZKjnNOYR3MXNrVyhqYt89HHGtgQvGogQkkwOoTd9u7HlafhCKrG+kMrG6kk0jLEqOcUcsSSEEtSyAVtSwb8Y5FyT6U8Z5lSSi
root@mars:~# netstat -tap
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 *:ssh *:* LISTEN 1703/sshd
tcp 0 0 localhost:9000 *:* LISTEN 2613/0
tcp 0 0 localhost:9001 *:* LISTEN 2613/0
tcp 0 332 mars.c4.io:ssh 104-11-17-26.ligh:53237 ESTABLISHED 2613/0
tcp6 0 0 [::]:ssh [::]:* LISTEN 1703/sshd
tcp6 0 0 ip6-localhost:9000 [::]:* LISTEN 2613/0
tcp6 0 0 ip6-localhost:9001 [::]:* LISTEN 2613/0
root@mars:~# curl --head https://localhost:9001 --insecure
HTTP/1.1 200 OK
Server: nginx/1.13.8
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
X-Powered-By: PHP/7.2.2
Cache-Control: no-cache, private
Date: Sun, 11 Mar 2018 01:06:34 GMT
Set-Cookie: XSRF-TOKEN=eyJpdiI6ImhYbFpqOXZMU1B5M1BRcTFRZ0FsVmc9PSIsInZhbHVlIjoiM1ptR1laRG5lTW82YVgwTUFJbUh2d21cL3RLeFhEbkJRQUU1Njk4QWwxTDBrYmgrYkFETnNqVWszRHlhTlZrQlhqanNiMElzM0UxSFFGbm00NHJicUdRPT0iLCJtYWMiOiIzZDM4YWQ0ZGMxOTBkYTM2Y2IzMGY1MTVlMjI4NDdiZWY1N2U4OWY2YTljNTJiZWViYjRhMWYxZDM4NmFhMzkwIn0%3D; expires=Sun, 11-Mar-2018 03:06:34 GMT; Max-Age=7200; path=/
Set-Cookie: laravel_session=eyJpdiI6IlZFd21SK1ZCQkx3QU1CS0Jtb3I0NXc9PSIsInZhbHVlIjoibXc5dVpDazRnRHlSMzJpd1RqcHZKUVlwTmFqWHc3Q0dDRDdOXC9rVXdNNHE0NGc4QzdYQ0s4V3p4MHk0TEgyM21pVUlneTVXVVFmOVRLSkpDVlExZnNBPT0iLCJtYWMiOiI4ZjcwOGNiMTQ2NmEwNzA0MmY1MzljNmZkNTQyOTc2OGUxZGE2OTE2ZmZhMTg3ZWMwOTliMTUyNmM5ODMwMTAzIn0%3D; expires=Sun, 11-Mar-2018 03:06:34 GMT; Max-Age=7200; path=/; HttpOnly
Necrogami at Antons-MacBook-Pro-2 in ~/code/invoice on develop [$]
$ composer install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Package operations: 229 installs, 0 updates, 0 removals
- Installing codeception/c3 (2.4.0): Loading from cache
[codeception/c3] c3.php is already up-to-date
- Installing paragonie/random_compat (v2.0.11): Loading from cache
- Installing symfony/polyfill-php70 (v1.7.0): Loading from cache
- Installing symfony/polyfill-mbstring (v1.7.0): Loading from cache