Skip to content

Instantly share code, notes, and snippets.

View RX14's full-sized avatar

Stephanie Wilde-Hobbs RX14

View GitHub Profile
@RX14
RX14 / gist:768c0a30df9ecc245831
Last active August 29, 2015 14:05
Baubles Gradle Error
### Running in a docker container to make sure of a clean environment ###
rx14@RX14-XUB:~$ docker run -it rx14/baubles /bin/bash
root@b31549a8d6d5:/# git clone https://github.com/Azanor/Baubles.git /baubles
Cloning into '/baubles'...
remote: Counting objects: 865, done.
remote: Compressing objects: 100% (24/24), done.
remote: Total 865 (delta 6), reused 0 (delta 0)
Receiving objects: 100% (865/865), 3.55 MiB | 46.00 KiB/s, done.
Resolving deltas: 100% (359/359), done.
rx14@RX14-XUB:/data/programming/mcp909$ ./decompile.sh
== MCP 9.04 (data: 9.09, client: 1.8, server: 1.8) ==
"scalac" is not found on the PATH. Scala files will not be recompiled
# found wine, ff, ff patches, srgs, name csvs, doc csvs, param csvs, astyle config, rg, ss
Looking in /home/rx14/.minecraft/versions for mc installs... OK
Copying assets... OK
Parsing JSON file... OK
Looking for minecraft main jar... Not found
Copying minecraft main jar... OK
> Checking libraries...
<rx14> | i
<rx14> | am
<rx14> | pissed
<VicNightfall> | rx14: The Microsoft deal eh?
<rx14> | yup
<rx14> | i'm probably more pissed with CPW
<VicNightfall> | I'm okay with it as long as they don't interfere and others that decided to quit just for their morals. As far as i can see MS haven't done anything worse than any other company. Hell VS2013 and C# are awesome.
<Ecu> | Well.
<Ecu> | Now.. we get to see what MS will do with MC.
<rx14> | reading twitter while walking home from school
int type = 0;
if (prefix.contains("!")) {
type = 1;
if (prefix.contains("@")) {
type = 2;
}
}
switch (type) {
case 0:
@RX14
RX14 / gist:9719e4faf85f44d1d868
Created November 16, 2014 16:27
Naming Scheme
192.168.0.210 RX-SRV0-Soaryn
192.168.0.211 RX-SRV1-RPi
Feature: Quiz
In order to test my maths skills
As a student
I want to be able to take an arithmetic quiz
Scenario: Collect user info
Given I visit the url "/quiz"
And I fill in "Test" for "firstname"
And I fill in "User" for "lastname"
When I press "Start Test"
allprojects {
afterEvaluate { project ->
println "Transforming version specifier $project.version into ${project.version}.$System.env.BUILD_NUMBER"
project.version = "${project.version}.$System.env.BUILD_NUMBER"
}
}
public void poll()
{
List<ChatEvent> events = new ArrayList<>();
for (ISteph steph : stephs)
while (steph.moveNextEvent())
events.add(steph.getCurrentEvent());
for (ChatEvent event : events)
for (IMessageHandler handler : handlers)
---
stephs:
com.github.blamevic.steph.irc.IRCSteph:
hostname: anarchy.esper.net
port: 6667
username: StephanieDola
realname: Stephanie Dola
debug: true
handlers:
rx14@redproject:/opt/artifactory/logs $ grep -o "\[ACCEPTED DOWNLOAD\] \S*" access.log | grep -o "[^:]*$" | grep ".jar$" | uniq -c
3 vic/mod/integratedcircuits/integratedcircuits/1.7.10-0.4r12.25-SNAPSHOT/integratedcircuits-1.7.10-0.4r12.25-SNAPSHOT.jar
1 net/minecraftforge/forge/1.7.10-10.13.2.1235/forge-1.7.10-10.13.2.1235-userdev.jar
1 codechicken/CodeChickenLib/1.7.10-1.1.1.105/CodeChickenLib-1.7.10-1.1.1.105-dev.jar
1 codechicken/CodeChickenCore/1.7.10-1.0.4.29/CodeChickenCore-1.7.10-1.0.4.29-dev.jar
1 codechicken/ForgeMultipart/1.7.10-1.1.0.311/ForgeMultipart-1.7.10-1.1.0.311-dev.jar
1 codechicken/NotEnoughItems/1.7.10-1.0.3.67/NotEnoughItems-1.7.10-1.0.3.67-dev.jar
1 mrtjp/ProjectRed/1.7.10-4.5.2.52/ProjectRed-1.7.10-4.5.2.52-dev.jar
1 com/bluepowermod/BluePower/0.1.787/BluePower-0.1.787-deobf.jar
1 org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar