Yes Dear. ;P
WE ARE DYSLEXIC OF BORG. Refutance is systile. Your a$$ will be laminated. There are 10 kinds of people in the world: People who know binary and people who don't.
Yes Dear. ;P
WE ARE DYSLEXIC OF BORG. Refutance is systile. Your a$$ will be laminated. There are 10 kinds of people in the world: People who know binary and people who don't.
Lounge posts take on a whole new level of entertainment when you pass them through the various dialects in the Dialectizer: http://www.rinkworks.com/dialect/[^] Just put the site adress in and select the dialect of your choice. Amusing. What can I say. It doesn't take much to amuse me late on a Friday afternoon before a 3 day weekend here in the USA.
WE ARE DYSLEXIC OF BORG. Refutance is systile. Your a$$ will be laminated. There are 10 kinds of people in the world: People who know binary and people who don't.
It's in a thread where it's listening for something from a TCPIP connection (sort of a command channel). It's low-volume, and as such, I don't think the "cleverness" is warranted. And no, it's not commented at all. It's not that I don't understand what he was doing. I just think he was being too clever for his own good. And in the (unlikely?) event that the code is ever ported to a big-endian system, it would be completely broken.
WE ARE DYSLEXIC OF BORG. Refutance is systile. Your a$$ will be laminated. There are 10 kinds of people in the world: People who know binary and people who don't.
C++ code. This is either brilliant, or just bloody awful. I'm coming down on the side of "bloody awful": recv in the curr structure below is declared as:
BYTE recv\[64\];
DWORD verb;
...
verb = (upper\[curr->recv\[0\]\] << 24) + (upper\[curr->recv\[1\]\] << 16) + (upper\[curr->recv\[2\]\] << 8) + 0x20;
switch (verb)
{
case 'CMD ':
...
break;
case 'MON ':
...
break;
case 'END ':
...
break;
case 'EXT ':
...
break;
default:
...
break;
}
WE ARE DYSLEXIC OF BORG. Refutance is systile. Your a$$ will be laminated. There are 10 kinds of people in the world: People who know binary and people who don't.
Sorry.
WE ARE DYSLEXIC OF BORG. Refutance is systile. Your a$$ will be laminated. There are 10 kinds of people in the world: People who know binary and people who don't.
Pretty funny. 20 hilarious programming jargon-phrases you should know when talking to engineers.[^] P.S. I did a search and did not find this. If it's a repost, then, "Oh well."
WE ARE DYSLEXIC OF BORG. Refutance is systile. Your a$$ will be laminated. There are 10 kinds of people in the world: People who know binary and people who don't.
I work with another developer who has invented his own code-formatting pattern that I have decided to name the "Horribly Ugly Really Lame" pattern (HURL for short), because that's what it makes me want to do every time I look at his C/C++ source code. X|
WE ARE DYSLEXIC OF BORG. Refutance is systile. Your a$$ will be laminated. There are 10 kinds of people in the world: People who know binary and people who don't.
Hawkeye09 wrote:
just hoping to learn a few things
Oh, you'll learn quite a lot in the Lounge! :rolleyes: Just might not be what you expect! :laugh:
WE ARE DYSLEXIC OF BORG. Refutance is systile. Your a$$ will be laminated. There are 10 kinds of people in the world: People who know binary and people who don't.
S Douglas wrote:
I came to the conclusion developers like that are trying to implement security trough obfuscation.
More people should feed from the security trough. :-D
WE ARE DYSLEXIC OF BORG. Refutance is systile. Your a$$ will be laminated. There are 10 kinds of people in the world: People who know binary and people who don't.
Pete O'Hanlon wrote:
IT doesn't make you a dick.
Damn! you beat me to it![^] :doh:
WE ARE DYSLEXIC OF BORG. Refutance is systile. Your a$$ will be laminated. There are 10 kinds of people in the world: People who know binary and people who don't.
Espen Harlinn wrote:
I'm pretty sure other refactoring tools have a similar feature.
Resharper does.
WE ARE DYSLEXIC OF BORG. Refutance is systile. Your a$$ will be laminated. There are 10 kinds of people in the world: People who know binary and people who don't.
wizardzz wrote:
am I dick for changing variables to make more sense?
No no. Not just for that. ;P Don't get your undies in a bundle. I'm just busting your chops! :)
WE ARE DYSLEXIC OF BORG. Refutance is systile. Your a$$ will be laminated. There are 10 kinds of people in the world: People who know binary and people who don't.
AspDotNetDev wrote:
var varBinks
Wasn't he JarJar's step-brother? :-D
WE ARE DYSLEXIC OF BORG. Refutance is systile. Your a$$ will be laminated. There are 10 kinds of people in the world: People who know binary and people who don't.
poor_soul_me()As Boolean wrote:
I think programming doesn't fit me or something.
I don't think punctuation or capitalization does either! :-D
WE ARE DYSLEXIC OF BORG. Refutance is systile. Your a$$ will be laminated. There are 10 kinds of people in the world: People who know binary and people who don't.
Can you think of a better analogy?
WE ARE DYSLEXIC OF BORG. Refutance is systile. Your a$$ will be laminated. There are 10 kinds of people in the world: People who know binary and people who don't.
Nagy Vilmos wrote:
Ennis Ray Lynch, Jr. wrote:
The Reset Wind button
Very useful after a curry.
I was thinking perhaps it prepared for the Break Wind button.
WE ARE DYSLEXIC OF BORG. Refutance is systile. Your a$$ will be laminated. There are 10 kinds of people in the world: People who know binary and people who don't.
Kschuler wrote:
We buy from Thawte, which is either another arm of Verisign or they are closely related...I forget the specifics.
You Thawte they were related to Verisign? :-D
WE ARE DYSLEXIC OF BORG. Refutance is systile. Your a$$ will be laminated. There are 10 kinds of people in the world: People who know binary and people who don't.
wizardzz wrote:
and then it looks a Vogon's paradise
Do the managers recite poetry to them? :)
WE ARE DYSLEXIC OF BORG. Refutance is systile. Your a$$ will be laminated. There are 10 kinds of people in the world: People who know binary and people who don't.
http://www.slate.com/blogs/future_tense/2012/05/29/flame_trojan_horse_infects_thousands_of_computers_says_kaspersky_lab_.html[^] http://www.theverge.com/2012/5/28/3048114/flame-trojan-worm-kaspersky-lab-detailed[^]
WE ARE DYSLEXIC OF BORG. Refutance is systile. Your a$$ will be laminated. There are 10 kinds of people in the world: People who know binary and people who don't.