Skip to content

Instantly share code, notes, and snippets.

View TGNThump's full-sized avatar
👋

Ben Pilgrim TGNThump

👋
View GitHub Profile
_TRIS:
let trisc = %1010110
_VARS:
symbol flgs = b0
symbol atmpts = b1
symbol digit = b2
symbol currin = b3
symbol lastin = b4
movw %1010110
movwr trisc
symbol locked = b0
symbol digit = b1
symbol col1 = b2
symbol col2 = b3
symbol col3 = b4
table 0x00, (%00000001, %00000010, %00000011)
; Set the frequency of the PICAXE chip to 8 MHz
setfreq m8
; Pause for 1000 clock cycles
pause 1000
; Set the TRISC values
let trisc = 0x0F
; Define varibles and constants
@TGNThump
TGNThump / main.cfg
Last active June 26, 2016 15:18
TGN Ark Settings
arkserverroot="/home/steam/ARK"
serverMap="TheIsland"
#serverMapModId="469987622"
#ark_TotalConversionMod="496735411"
ark_RCONEnabled="True"
ark_RCONPort="32330"
ark_SessionName="Terra Gaming"
ark_Port="7778"
ark_QueryPort="27015"

Keybase proof

I hereby claim:

  • I am tgnthump on github.
  • I am thump (https://keybase.io/thump) on keybase.
  • I have a public key whose fingerprint is EFBD EC0B E492 80FF D7D2 FEA1 601F FF2B 6F09 CF1B

To claim this, I am signing this object:

{
"items_per_page": 35,
"resigned_count": 35,
"start_index": 0,
"kind": "officer-list",
"etag": "86a8d29089f082db5d3756c0df0d2825468abb64",
"total_results": 46,
"active_count": 11,
"links": {
"self": "/company/01669034/officers"
OLDEST
Fr0 | Fr1 | Fr2 | Fr3 | Fr4 | Fr5 | Fr6 | Fr7 | Time | Page Faults since last check
0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 100 | 0
6 | 484 | 512 | 569 | 1 | 900 | 2 | 1002 | 200 | 40
0 | 371 | 7 | 1 | 978 | 930 | 643 | 4 | 300 | 50
666 | 873 | 648 | 903 | 1 | 769 | 5 | 0 | 400 | 56
5 | 226 | 649 | 278 | 853 | 387 | 722 | 864 | 500 | 56
134 | 7 | 596 | 5 | 362 | 6 | 707 | 0 | 600 | 67
0 | 460 | 1 | 6 | 3 | 7 | 4 | 397 | 700 | 64
LRU
Fr0 | Fr1 | Fr2 | Fr3 | Fr4 | Fr5 | Fr6 | Fr7 | Time | Page Faults since last check
0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 100 | 0
6 | 569 | 1 | 2 | 1002 | 484 | 900 | 512 | 200 | 38
0 | 1 | 4 | 6 | 930 | 643 | 371 | 7 | 300 | 47
2 | 873 | 5 | 769 | 903 | 0 | 666 | 1 | 400 | 47
4 | 853 | 864 | 5 | 722 | 226 | 387 | 1 | 500 | 49
707 | 0 | 5 | 362 | 596 | 1 | 7 | 134 | 600 | 63
460 | 0 | 7 | 6 | 3 | 4 | 1 | 397 | 700 | 59
@TGNThump
TGNThump / onCue-CLA.md
Created February 17, 2018 16:14
Contributor License Agreement

Contributor License Agreement

By contributing your code to onCue you grant Benjamin Pilgrim a non-exclusive, irrevocable, worldwide, royalty-free, sublicensable, transferable license under all of Your relevant intellectual property rights (including copyright, patent, and any other rights), to use, copy, prepare derivative works of, distribute and publicly perform and display the Contributions on any licensing terms, including without limitation: (a) open source licenses like the MIT license; and (b) binary, proprietary, or commercial licenses. Except for the licenses granted herein, You reserve all right, title, and interest in and to the Contribution.

You confirm that you are able to grant us these rights. You represent that You are legally entitled to grant the above license. If Your employer has rights to intellectual property that You create, You represent that You have received permission to make the Contributions on behalf of that employer, or that Your employer has waived such rights for the Contr

<?php
namespace App\GraphQL\Controllers;
use Ratchet\MessageComponentInterface;
use Ratchet\WebSocket\WsServerInterface;
use GraphQL\Language\AST\DocumentNode;
use GraphQL\Language\Parser;
use GraphQL\Type\Schema;
use Ratchet\ConnectionInterface;
use Firebase\JWT\JWT;