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
package be.multicu.core.util;
/**
*
* @author Codepanda
*/
public class Rating {
private static int MAX_POINTS = 20;
private static int MIN_POINTS = 4;
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"