Clipboard.

Someone Else 37

Forum Addict
Feb 10, 2013
1,876
1,440
168
~/Library/Application\ Support/VBA-M/Battery\ Saves/

Messing around with emulator files on my laptop, because the recent OS upgrade broke the emulator I had been using.
 

eeffoc

New Member
Jul 29, 2019
3
0
0
144.76.41.200:25540

The ip-address for the Kimmunity modded server.
You will need to be whitelisted, so there shouldn't be any problems.
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,799
248
Fatal error: Only variables can be passed by reference in

php stuff, I got this error as I copied stuff wrongly >_>
 

sgbros1

New Member
Jul 29, 2019
952
-6
0
upload_2015-11-4_12-23-25.png
 

Someone Else 37

Forum Addict
Feb 10, 2013
1,876
1,440
168
assertEquals("Me", b1.getOwner());
b1.update(possess2);
assertEquals("You", b1.getOwner());
assertEquals("Assigned", b1.getState().getStateName());​

Oh, look. Java.
 

Someone Else 37

Forum Addict
Feb 10, 2013
1,876
1,440
168
/**
* Returns a String representing the bug's state. Used when writing bugs
* to XML and when printing their data to the screen.
*
* @see edu.csc216.bug_tracker.bug.BugState#getStateName()
*/​

Yay, more Java.