This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3:18 AM - alexsul98: hey | |
3:18 AM - Zeke Sonxx: Hi | |
3:18 AM - alexsul98: just need ask somthing if i wanted to make bot what launguage to i learn | |
3:19 AM - Zeke Sonxx: SteamKit is C# and node-steam is JavaScript | |
3:19 AM - Zeke Sonxx: I would recommend the latter | |
3:19 AM - alexsul98: also how much do you make trading bot for just wondering | |
3:19 AM - alexsul98: :) | |
3:19 AM - Zeke Sonxx: $50 minimum | |
3:19 AM - alexsul98: i better learn c# | |
3:20 AM - alexsul98: :) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Wednesday, June 03, 2015 | |
10:36 AM - Zeke Sonxx: FALLOUT 4 HYPE | |
10:36 AM - Alvin: I WOKE UP HYPED | |
10:37 AM - Zeke Sonxx: IT'S PROBABLY IN BOSTON | |
10:37 AM - Zeke Sonxx: MORE INFO AT E3 | |
10:37 AM - Zeke Sonxx: HYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYPE | |
10:37 AM - Alvin: I NEVER PLAYED FALLOUT BEFORE | |
10:37 AM - Zeke Sonxx: go buy fallout 3 and play it | |
10:37 AM - Zeke Sonxx: now | |
10:37 AM - Alvin: k |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import hexchat | |
from subprocess import Popen, PIPE | |
import urllib2 | |
import re | |
# HexChat #bitcoin-otc IRC Plugin | |
# Copyright (C) 2015 Zeke Sonxx <github.com/zekesonxx> | |
# License: MIT - choosealicense.com/licenses/mit/ | |
# ### Features ### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import hexchat | |
from subprocess import Popen, PIPE | |
import urllib.request | |
import re | |
# HexChat #bitcoin-otc IRC Plugin | |
# Copyright (C) 2015 Zeke Sonxx <github.com/zekesonxx> | |
# License: MIT - choosealicense.com/licenses/mit/ | |
# ### Features ### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if platform_id == Idstring("X360") then | |
self._platform = "X360" | |
elseif platform_id == Idstring("PS3") then | |
self._platform = "PS3" | |
elseif platform_id == Idstring("XB1") then | |
self._platform = "X360" | |
elseif platform_id == Idstring("PS4") then | |
self._platform = "PS3" | |
else | |
self._platform = "WIN32" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"A": "Alfa", | |
"B": "Bravo", | |
"C": "Charlie", | |
"D": "Delta", | |
"E": "Echo", | |
"F": "Foxtrot", | |
"G": "Golf", | |
"H": "Hotel", | |
"I": "India", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-----BEGIN PGP SIGNED MESSAGE----- | |
Hash: SHA512 | |
I hereby verify that, as of 2015-11-01, the following X.509 certificate belongs to me and is used for encrypted Mumble voice chat: | |
SHA1 Fingerprint A3:46:71:49:83:A3:D8:07:4B:FF:C5:FC:7D:A9:31:E9:DB:2A:49:FB (appears in the Mumble client lowercase without any colons) | |
Subject: /CN=Zeke Sonxx | |
Email: [email protected] | |
-----BEGIN PGP SIGNATURE----- | |
Version: GnuPG v2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
03:44:29 AM <Zeke> likehelly get a mouse your gameplay enjoyment will increase by at least 524% | |
03:44:41 AM <HorBot> [Aerobotic] quite | |
03:44:42 AM <HorBot> [likehelly] i literally dont need a mouse for minecraft dude | |
03:44:54 AM <HorBot> [Aerobotic] but it will be 'more enjoyable' | |
03:45:04 AM <HorBot> [likehelly] no | |
03:45:17 AM <HorBot> [Aerobotic] your loss | |
03:45:22 AM <HorBot> [likehelly] not really | |
03:45:25 AM <Zeke> [resisting urge to make a ribbed joke] | |
03:45:27 AM <HorBot> [likehelly] theres no loss at all | |
03:45:44 AM <HorBot> [arizons] I used to play on my touch pad all the time. its not bad once you get used to it |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Short little Node.js command line script to test the Triangle Inequality Theorem | |
* Usage: node triangle.js sidea sideb sidec | |
* Copyright Zeke Sonxx 2015. Licensed under the MIT license <choosealicense.com/licenses/mit> (do whatever you want so long as you credit me) | |
*/ | |
var a = parseInt(process.argv[2]); | |
var b = parseInt(process.argv[3]); | |
var c = parseInt(process.argv[4]); | |
console.log('Triangle with side lengths: %s, %s, and %s', a, b, c); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ $ uptime zekesonxx@minty | |
01:16:05 up 51 days, 21:53, 1 user, load average: 0.26, 0.28, 0.24 |