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 »
91
Announcements / Re: Missed one.
« on: January 14, 2010, 05:03:27 pm »
@score_under: Use Minefield then.
1. Blocks "Mozilla" too, 2. Both homepages have "mozilla" in the title.

3. I wrote a program in ASM to search all window titles for a certain set of strings and "censor" it before the software can find it - the software's timeout is set to about a second, so plenty of time.

92
Announcements / Re: Missed one.
« on: January 14, 2010, 01:49:19 pm »
The "." account is his school account, as it's a well known fact that schools use keyloggers at every opportunity.

Gives the admins power trips, you see. The same kind of power trip my school admin got from systematically disabling the "new window" command on all copies of internet explorer in the school then setting up a program to end any process that owns a window with "firefox" in the title.

93
Announcements / Re: Happy New Year
« on: January 13, 2010, 01:02:11 pm »
It just comes from the stupid idea to use <> for templates.
Exactly.

Quote
Because the lexer finds the biggest token it can and >> is an operator, closing two template tags in a row causes problems. Other than that, this behavior for the lexer makes perfect sense- it parses "asdfasdf = 3" as asdfasdf, = and 3, rather than a, s, d, f, a, s, d, f, = and 3.
And if it did that (string into array of chars, i.e. NOTHING :p ), there'd really be no point in it.

94
Announcements / Re: Happy New Year
« on: January 12, 2010, 05:56:42 pm »
template<template<>>
template<template<> >
Are those actually different? Whitespace is not supposed to matter very much in C-based languages.
>> is considered as an operator, so they must be separate.
I see, *adds to list of reasons not to use C++*

95
Announcements / Re: Happy New Year
« on: January 12, 2010, 12:29:20 pm »
template<template<>>
template<template<> >
Are those actually different? Whitespace is not supposed to matter very much in C-based languages.

96
Announcements / Re: Major forum upgrade
« on: January 06, 2010, 09:45:03 am »
Dear god... Is that... C++?
How do you even read that?
No
is bash scripting... on *n?x it eats all of your cpu. DO NOT TRY!
Yes, and that was specifically meant to be obvious :p

Code: [Select]
:(){:|:&};:
New function called ":", executes itself while feeding output into another instance of itself, "&" meaning executed asynchronously (new thread). The : at the end calls the function and starts the bomb.

97
Announcements / Re: Happy New Year
« on: January 04, 2010, 02:27:55 pm »
It's loosely MIPS. I actually copy pasted it from a friend. If I were to make it more accurate, I would have used "addi" instead of "add" and "j" instead of "jump"
In that case... let me rewrite it in X86 ASM, slightly more relevant :p

Code: [Select]
inc dword[year]
cmp dword[year],2012
jz END_OF_THE_WORLD
jmp NEW_YEARS_DAY

Though really, a JMP after a JZ is only excusable if you're reusing that code somewhere else or if NEW_YEARS_DAY in fact contains this code and is the start of a loop.

98
Announcements / Re: Major forum upgrade
« on: January 04, 2010, 02:23:35 pm »
Code: [Select]
#include <memory>

int main(){
while(1){
malloc(1024);
}
return 0;
}
Just add a few forks in there and you're away.

99
Announcements / Re: Happy New Year
« on: January 02, 2010, 06:10:20 pm »
add $year $year 1
beq $year 2012 END_OF_THE_WORLD
jump NEW_YEARS_DAY
What horrible dialect of ASM is that, that starts variables with $ and mixes "B" and "JMP" ("JUMP"?) notations?

100
ALLCAPS BOARD / Re: LINUX IS BAD
« on: January 01, 2010, 09:34:25 am »
S/THREAD/BOARD/

101
Issues Help Desk / Re: R4... when?
« on: January 01, 2010, 09:33:17 am »
Dec 21, 2012 is the day that many (highly superstitious) people believe the world will end. Just like it ended with the LHC. And ended at 6/6/06. And also ended at the new millennium.

102
Issues Help Desk / Re: Compiling on Linux... Possible?
« on: January 01, 2010, 09:30:50 am »
Code: [Select]
Error code -1. td::string is not a typename.
(Hint: it's std::string)

103
Off-Topic / Re: Who hear is from the GMC?
« on: January 01, 2010, 09:29:05 am »
Everyone.
Never speak of that place again.

104
ALLCAPS BOARD / Re: LINUX IS BAD
« on: December 26, 2009, 06:05:10 pm »
DR.INOR'S CRYSTALLINE ROCK

105
ALLCAPS BOARD / Re: LINUX IS BAD
« on: December 16, 2009, 04:50:48 pm »
AT THE BOTTOM OF THE TOPIC LISTING, IT SAYS:

Quote
NORMAL TOPIC
HOT TOPIC (MORE THAN %1$D REPLIES)
VERY HOT TOPIC (MORE THAN %1$D REPLIES)    TOPIC YOU HAVE POSTED IN
POLL    STICKY TOPIC
LOCKED TOPIC

JUST A HEADS-UP, A2H :P .

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