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 - score_under

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 »
1
Off-Topic / Re: X
« on: August 20, 2010, 12:07:44 pm »
uuyrnes!!!
川柳 - Senryuu
千竜 - "Sen ryuu", One thousand dragons

Not to be confused.

2
Off-Topic / Re: X
« on: August 17, 2010, 01:30:12 pm »
How do you express 2.718281828?

3
Off-Topic / Re: X
« on: August 16, 2010, 07:21:50 am »
"Programming graphics in X is like finding sqrt(pi) using Roman numerals."
- Henry Spencer
Romans + Normal distribution = Living hell.

Also I wasn't aware that those primitive Roman-y types had a concept of fractions.

4
General ENIGMA / Re: Someone should
« on: August 10, 2010, 05:15:40 pm »
*loads rabies vaccine*

5
Issues Help Desk / Re: GL Lighting
« on: July 24, 2010, 06:44:01 pm »
I'm trying to save vertical space because the IDEs I use don't have good ways of saving vertical space for me
This is part of the reason I use Notepad2 for coding. You can also zoom out if things get bad.

And then of course... some monitors can rotate, if the worst comes to the worst ;)

6
Issues Help Desk / Re: GL Lighting
« on: July 23, 2010, 03:44:26 pm »
Although what's the worst is 8-space tabs.
Except in Assembler, when it's sometimes acceptable.

Also, my tabs are set to width 2. It really picks up on those people who mix tabs and spaces, most programmers seem to use 4 space tabs nowadays ;)

7
Proposals / Re: Code Formatting
« on: July 23, 2010, 03:40:24 pm »
/vote True False

8
Issues Help Desk / Re: GL Lighting
« on: July 22, 2010, 09:42:21 am »
And score_under, how is the indentation messed up?  It's two spaces, and I specifically checked for tabs to make sure that it would remain constant.
I'm fairly sure you're the only person in the world who thinks that this:
Code: [Select]
while(doSomething())
  {
  doSomethingElse();
  }
is prettier than this:
Code: [Select]
while(doSomething())
{
  doSomethingElse();
}

9
Issues Help Desk / Re: GL Lighting
« on: July 20, 2010, 09:52:29 am »
I guess he means you're writing in C-style, when you should be writing in C++-style. Also, your indentation is messed up.

10
Off-Topic / Re: Sandy Duncan and clan
« on: July 08, 2010, 04:45:43 pm »
Eww at the new GMC theme.
I KNOW RIGHT

They don't seem to realize just how bad it looks. Sure, it's more "modern", but please... it sacrifices space and readability for a stylistic touch that means nothing.

11
Announcements / Re: Updates, Updates, Updates on the way.
« on: June 28, 2010, 03:49:58 pm »

Whatever that is, it doesn't load.
Also newfriends can't blankpost.

12
Announcements / Re: Updates, Updates, Updates on the way.
« on: June 26, 2010, 07:18:41 am »
It didn't 2 days ago.
*removes*

13
Announcements / Re: Updates, Updates, Updates on the way.
« on: June 19, 2010, 05:22:36 pm »
Those problems have been fixed now. The apostrophes were encoded in &#decimal; format, and didn't parse in the <pre> tag.
yeah i know i was just giving you a hard time
kkk

(OK -> K -> k -> kk -> kkk)

14
Announcements / Re: Updates, Updates, Updates on the way.
« on: June 17, 2010, 03:17:24 pm »
Those problems have been fixed now. The apostrophes were encoded in &#decimal; format, and didn't parse in the <pre> tag.

15
Announcements / Re: Updates, Updates, Updates on the way.
« on: June 16, 2010, 11:32:44 am »
Code: (C++) [Select]
#pragma arse
You got a LOL.
Code: (cpp) [Select]
int a[b] please don't be bold [/b]; b = 'weee';
Though it seems we have other problems.

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 »