Menu

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.

Show posts Menu

Messages - score_under

#1
Off-Topic / Re: X
August 20, 2010, 05:07:44 PM
Quote from: MahFreenAmeh on August 17, 2010, 06:36:29 PM
uuyrnes!!!
川柳 - Senryuu
千竜 - "Sen ryuu", One thousand dragons

Not to be confused.
#2
Off-Topic / Re: X
August 17, 2010, 06:30:12 PM
How do you express 2.718281828?
#3
Off-Topic / Re: X
August 16, 2010, 12:21:50 PM
Quote from: IsmAvatar on July 19, 2010, 05:15:36 PM
"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
August 10, 2010, 10:15:40 PM
*loads rabies vaccine*
#5
Issues Help Desk / Re: GL Lighting
July 24, 2010, 11:44:01 PM
Quote from: IsmAvatar on July 24, 2010, 04:01:38 PMI'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
July 23, 2010, 08:44:26 PM
Quote from: RetroX on July 23, 2010, 07:30:49 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
July 23, 2010, 08:40:24 PM
/vote True False
#8
Issues Help Desk / Re: GL Lighting
July 22, 2010, 02:42:21 PM
Quote from: RetroX on July 20, 2010, 02:54:51 PM
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:
while(doSomething())
  {
  doSomethingElse();
  }

is prettier than this:
while(doSomething())
{
  doSomethingElse();
}
#9
Issues Help Desk / Re: GL Lighting
July 20, 2010, 02:52:29 PM
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
July 08, 2010, 09:45:43 PM
Quote from: a2h on July 08, 2010, 08:46:47 AM
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
Quote from: MahFreenAmeh on June 27, 2010, 09:16:38 PM

Whatever that is, it doesn't load.
Also newfriends can't blankpost.
#12
It didn't 2 days ago.
*removes*
#13
Quote from: MahFreenAmeh on June 19, 2010, 08:11:54 PM
Quote from: score_under on June 17, 2010, 08:17:24 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
Those problems have been fixed now. The apostrophes were encoded in &#decimal; format, and didn't parse in the <pre> tag.
#15
Quote from: Josh @ Dreamland on June 15, 2010, 05:44:09 AM
Code (C++) Select

#pragma arse
You got a LOL.
Quote from: Josh @ Dreamland on June 15, 2010, 05:44:09 AM
Code (cpp) Select
int a[b] please don't be bold [/b]; b = 'weee';
Though it seems we have other problems.