Welcome, Guest. Please login or register.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Mr. Commodore

Pages: [1] 2 3
1
Old Time Aways / Re: Commodore
« on: July 10, 2012, 04:27:46 AM »
I'm back, but not going to be nearly as active as before.

2
Solved Ban Appeals / Re: [VLR] Loki Ban Appeal - TTT
« on: June 07, 2012, 06:54:42 PM »
I was there for this.

Loki had been causing issues for his entire stay. Constantly mic spamming, disregarding rules, etc.

He had a few RDM's in the rounds leading up to his ban round, enough so if I was an active admin he would have already been banned.

My two cents.

3
Old Time Aways / Re: Commodore
« on: May 24, 2012, 03:23:00 AM »
Thanks for all the support guys. He's in a better place now. No longer in pain and is finally able to rest.

Made plans today for his viewing and cremation.

Gonna spread his and his best friends ashes together. (his best friend was his dog)

4
Old Time Aways / Commodore
« on: May 21, 2012, 10:17:40 PM »
Name: Mr. Commodore

Time you are leaving: Now

In Which server you are admin on: TTT

Additional Comments:

Woke up today to find my father committed suicide. Gonna be gone for a while.

5
Old Time Aways / Re: Old Crows time away.
« on: May 06, 2012, 02:53:09 AM »
You're not safe alone, here take these:


6
Have and do use eclipse.

For the purpose of a few assignments in the class that involve manipulating objects in a 2d environment, the interactions pane is actually REALLY helpful. Only really use it for fine tuning what I do in eclipse, and it puts it in a retarded format.

7
Nice job!

However, your organization disgusts me. D:

That's due to Dr. Java. I NEVER want to use it, but for the purposes for the class its really helpful in debugging.

8
Debate Forum / Re: which admin is cooler
« on: May 05, 2012, 07:25:10 PM »
New thread and I'm STILL not on the ballot!

I feel left out :(

9
wouldn't
Code: [Select]
(number % 2 == 0) mean it's even? Pretty sure the modulos operator divides it and takes the remainder, which would mean it's an even number if divided by two and has no remainder.

If you want to see if it's positive just do
Code: [Select]
(number > 0)

That would be a derp on my use of words, positive = even, negative = odd.

10
Programming / [Java] Number Evaluator (Positive, negative, zero)
« on: May 05, 2012, 06:13:56 AM »
Code: [Select]
import java.util.Scanner;

public class numberEvaluator {
 public static int number;
 public static void evaluator(){
   if(number == 0){
    System.out.println("Zero.");
   }else if(number % 2 == 0){
    System.out.println("Even.");
   } else {
    System.out.println("Odd.");
   }
   numberEvaluator.main(null);
 }
  public static void main(String [] args){
    Scanner sc = new Scanner(System.in);
    number = sc.nextInt();
    numberEvaluator.evaluator();
  }
}

Did this for an intro to programming class, got a hundred  Meme6


Should revive this board...

11
General Gaming Talk / Raeeeeep
« on: May 05, 2012, 06:08:45 AM »


 Meme4 I love AoS hitboxes.

12
Solved Applications / Re: ~Lack Of A Better~ TTT application
« on: May 05, 2012, 04:59:03 AM »
I got my admin with my first post.

What now?

Add him. Do it now.

As did I, but there wasn't a rule stating we had to have twenty posts in those days.

13
Solved Applications / Re: ~Lack Of A Better~ TTT application
« on: May 04, 2012, 08:38:56 PM »
Good player, needs posts.

+-0

14
Admin Resignation / Re: [MAU5]_V_'s resignation
« on: May 02, 2012, 01:05:04 AM »
I used to feel that way, then I decided who needs friends anyway.  Meme5


Good luck, it will be a very tough journey.

15
Solved Ban Appeals / Re: perm mute and gag
« on: April 30, 2012, 12:04:42 AM »
@Commodore: RDM and leave does not equal permaban unless it was mass, also Cadaver said in his opinion it should be a perma ban when people deliberately try to be racist.

By itself, no. But his behavior clearly shows that he doesn't want to play at CG, he is just being detrimental to the community.

Pages: [1] 2 3

* ShoutBox!

Refresh History

SimplePortal 2.3.5 © 2008-2012, SimplePortal