-
Working on the furnace project again. Aiming to finish programming by 6pm. Game on.
-
The force is weak with this one. Found it. Spot the difference.
public int findSession(String sessionID){
for(Session s : sessions){
if(s.getSessionID().equals(sessionID))
return sessions.indexOf(sessionID);
}
return -1;
I was trying to get the index of the String sessionID not the Session that it had been successfully matched with.
public int findSession(String sessionID){
for(Session s : sessions){
if(s.getSessionID().equals(sessionID))
return sessions.indexOf(s);
}
return -1;
Such a minor change sessionID to s caused it to start acting as desired.
The problem is never the computer. It’s always the coder.
-
Getting a bit depressed again. I made some good moves forward with the server application but I cant get it to authenticate a user. It literally doesn’t work, the program doesn’t actually follow what its been told.
Session ID: “00001”
Does the session ID equal “00001”?
FALSE.
What the actual f? This makes no sense. I’m gunna go do something else. and attack it later with a fresh mind.
-
Just submitted that last part of Android, hurray!
1 module finished. 3 more to go. 6days until next deadline day.
-
I don’t get citations, references or bibliographies. All a pain in the ass.
-
This app has to be the best thing I’ve done. I keep just opening it on my phone and playing with it. I am literally doing the programmer equivalent of checking myself out in the mirror.
Report report report. Almost there.
-
It was beautiful them few hours this morning where I could focus on my work because all my deadline issues had been ironed out.
How can life be so horrible but amazing at the same time?
-
I hate - hate getting pissed about with deadlines. We agreed on a date now mother fucking stick to it, funnily enough you don’t run the only module I have!
-
STOP FUCKING CHANGING MY DEADLINES GODDAMMITT”“”“”“”!$%”etgeab”^%$tg
-
One of your team members has been granted an extension. As a result the dcemonstration for your group (Group G) has been put back to Monday 14th May at 11.00.
If this causes any problems then contact or myself as soon as possible.For fucks sake man. Is it time for Canada yet?
