Name: Corro Tohl
Gender: Male
Captian: USS Truro NCC-1889 (Miranda Class)
Status: Deceased
This file contains hidden or 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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> | |
| <title>V5 Dice Roller</title> | |
| <style> | |
| * { | |
| box-sizing: border-box; | |
| -webkit-tap-highlight-color: transparent; |
This file contains hidden or 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
| EICAR Test String | |
| (anti-virus) X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H* | |
| When an anti-virus program scans this file, it reports that it finds the EICAR-STANDARD-AV-TEST-FILE virus. | |
| GTUBE Test String | |
| (spam) XJS*C4JDBQADN1.NSBN3*2IDNEN*GTUBE-STANDARD-ANTI-UBE-TEST-EMAIL*C.34X | |
| For further information, see: http://spamassassin.apache.org/gtube/. |
#Nivi Lybeth
- Actual Age: 53
- DOB: 07/23/1970
- Apparent Age: 23
- Physical Description:
- Hair: Black
- Eyes: Green
- Height: 162 CM
- Weight: 54 KG
I hereby claim:
- I am mediamagnet on github.
- I am mediamagnet (https://keybase.io/mediamagnet) on keybase.
- I have a public key ASDUmgg27JnjXXLyfHtj9SD5e-gHeaM2AKw6JAbqI869gAo
To claim this, I am signing this object:
This file contains hidden or 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
| #!/usr/bin/env ruby | |
| require 'eventmachine' | |
| require 'websocket-eventmachine-client' | |
| require 'huey' | |
| Huey.configure do |config| | |
| config.hue_ip = '192.168.1.244' | |
| config.uuid = "NqysWo8Fmlm4WE8M6Sxm-9UznfDoSnmFJOmg7q2g" | |
| end |
This file contains hidden or 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
| #!/usr/bin/env ruby | |
| require 'eventmachine' | |
| require 'websocket-eventmachine-client' | |
| EM.run do | |
| ws = WebSocket::EventMachine::Client.connect(:host => 'irc-ws.chat.twitch.tv', :port => 80, :ssl => false) | |
| ws.onopen do | |
| puts "Connected" | |
| ws.send "CAP REQ :twitch.tv/tags twitch.tv/commands twitch.tv/membership" |
This file contains hidden or 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
| require 'eventmachine' | |
| require 'websocket-eventmachine-client' | |
| EM.run do | |
| ws = WebSocket::EventMachine::Client.connect(:uri => 'wss://irc-ws.chat.twitch.tv') | |
| ws.onopen do | |
| puts "Connected" | |
| ws.send "CAP REQ :twitch.tv/tags twitch.tv/commands twitch.tv/membership" | |
| ws.send "NICK justinfan#{rand(100000..999999)}" |
I hereby claim:
- I am mediamagnet on github.
- I am mediamagnet (https://keybase.io/mediamagnet) on keybase.
- I have a public key ASD0oHBx8wAu3Up0maUq7OsoB9-S7hSsbUVg_adSbegUrQo
To claim this, I am signing this object:
NewerOlder