Skip to content

Instantly share code, notes, and snippets.

View loganintech's full-sized avatar
💭
Engineer at @ConductorOne

Logan Saso loganintech

💭
Engineer at @ConductorOne
View GitHub Profile
@loganintech
loganintech / gist:09270e53ade45d77a1d7
Created June 22, 2015 06:39
What does this print assuming parameters[0] is not sent.
@Override
public String execute(String channel, String sender, String... parameters) {
try {
System.out.println(parameters[0]);
}
catch(Exception e) {
parameters[0] = "fish"; //It doesn't matter as long as it is not continue. We didn't check if there was no parameters.
}
if(!parameters[0].equalsIgnoreCase("continue")) {
@loganintech
loganintech / Asus Z97-A Drivers 'n Stuff
Last active August 29, 2015 14:23
Asus Z97-A Driver Stuff
http://dlcdnet.asus.com/pub/ASUS/misc/utils/AISuite3_Win7-8-8-1_Z97-Series_VER10083.zip
http://dlcdnet.asus.com/pub/ASUS/misc/utils/Turbo_LAN_Win7-8-8-1_V10503_201413.zip
http://dlcdnet.asus.com/pub/ASUS/misc/audio/Realtek_audio_Win7-8-8-1_V6017344.zip
http://dlcdnet.asus.com/pub/ASUS/misc/utils/Intel_Chipset_Win7-8-8-1_V10020.zip
http://dlcdnet.asus.com/pub/ASUS/misc/vga/Intel_VGA_Win7-8-8-1_V1018144206.rar
If this last one does not work, do not worry about it. In fact, this is pretty much optional.
https://unigine.com/products/heaven/
Get heaven benchmark after and report your stats.