Skip to content

Instantly share code, notes, and snippets.

View stuntguy3000's full-sized avatar
🎮
Playing Games...

Luke Anderson stuntguy3000

🎮
Playing Games...
View GitHub Profile
[19:05:27] <stuntguy3000> \issue nexus 5
[19:05:32] <stuntguy3000> why does it hate me
[19:05:32] <DSH105> idk
[19:05:35] * DSH105 disappears
[19:05:39] <stuntguy3000> https://github.com/DSH105/Nexus/pull/5
[19:05:40] <stuntguy3000> NO
[19:05:40] <Nexus> (stuntguy3000) Houston, we have a problem! Here is a conveniently provided stacktrace: https://gist.github.com/921df8a7f839a1c98128
[19:05:41] <DSH105> it doesnt hate you
[19:05:45] <stuntguy3000> it hates me
[19:05:51] <DSH105> pr ;)
from twisted.words.protocols import irc
from twisted.internet import protocol, task, reactor
from twisted.application import internet, service
import subprocess
nick = "Nexus"
user = "Nexus"
pass = "bouncer password"
jenkins_nick = "HawkJenkins"
jenkins_job = "Nexus"
[20:45:24 ERROR]: [KoncealedTokens] Cannot load configuration from jar
org.bukkit.configuration.InvalidConfigurationException: while parsing a block co
llection
in 'string', line 25, column 11:
- '&bThis item gives you $5000 i ...
^
expected <block end>, but found BlockSequenceStart
in 'string', line 26, column 12:
- '&eBuy now!'
^
[20:45:24] [Server thread/ERROR]: [KoncealedTokens] Cannot load configuration from jar
org.bukkit.configuration.InvalidConfigurationException: while parsing a block collection
in 'string', line 25, column 11:
- '&bThis item gives you $5000 i ...
^
expected <block end>, but found BlockSequenceStart
in 'string', line 26, column 12:
- '&eBuy now!'
^
@echo off
set line================================================================================
set text= Internal IP Resolver - by stuntguy3000
echo %line%
echo %text%
echo %line%
rem Let the magic begin!
for /f "delims=[] tokens=2" %%a in ('ping %computername% -n 1 -4 ^| findstr "["') do (set thisip=%%a)
echo Your Internal IP is: %thisip%
echo.
@stuntguy3000
stuntguy3000 / File.bat
Created July 8, 2014 04:14
"Malicious" Batch file, created in 2008 when I was 10 years old.
@echo off
echo Hi every body
pause
cls
echo And welcome to how a file like THIS one
pause
cls
echo also known as a .bat (CMD) file
cls
echo open notepad
### Keybase proof
I hereby claim:
* I am stuntguy3000 on github.
* I am stuntguy3000 (https://keybase.io/stuntguy3000) on keybase.
* I have a public key whose fingerprint is 68B5 704A 3FCF F3CE 4D41 FC58 DF08
41BB 0573 70C9
To claim this, I am signing this object:
@stuntguy3000
stuntguy3000 / Lang.java
Created December 2, 2014 08:18
Language system
public class Lang {
public static String CLASS_ARCHER = "Archer";
public static String CLASS_ASSASSIN = "Assassin";
public static String CLASS_MAGE = "Mage";
public static String CLASS_NOT_PICKED = "&cYou need to select a class!";
public static String CLASS_WARRIOR = "Warrior";
public static String COMMAND_CLASS_CANNOT_CHANGE = "&cYou cannot change your class!";
public static String COMMAND_CLASS_CHOSEN = "&7You have chosen the &e%s&7 class.";
public static String COMMAND_CLASS_NOT_FOUND = "&cThe specified class does not exist!";
public static String COMMAND_CLASS_VIEW = "&7Your class is &e%s&7.";
@stuntguy3000
stuntguy3000 / gist:f32f0001340f3ebb043f
Created December 4, 2014 01:47
Gazamo Leaked Intel?!?!
[Thu Dec 04 03:43:51 EET 2014] Vilsol: fuck
[Thu Dec 04 03:43:51 EET 2014] Vilsol: xD
[Thu Dec 04 03:43:54 EET 2014] rohan576mc: Lol
[Thu Dec 04 03:44:11 EET 2014] Vilsol: That is what happens when you try to reflect Class.class
[Thu Dec 04 03:44:21 EET 2014] Vilsol: do not ask me why
[Thu Dec 04 03:44:34 EET 2014] DevRo_ // Erik: Vil, should i be concerned about how you name the teams?
[Thu Dec 04 03:44:38 EET 2014] DevRo_ // Erik: Team Battastic
package be.multicu.core.util;
/**
*
* @author Codepanda
*/
public class Rating {
private static int MAX_POINTS = 20;
private static int MIN_POINTS = 4;