Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
T

Tom Delany

@Tom Delany
About
Posts
1.1k
Topics
42
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Thesis Project
    T Tom Delany

    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.

    C# csharp help tutorial

  • Friday LOL
    T Tom Delany

    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.

    The Lounge com

  • Let's "switch" to Something Else
    T Tom Delany

    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.

    The Weird and The Wonderful c++

  • Let's "switch" to Something Else
    T Tom Delany

    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.

    The Weird and The Wonderful c++

  • Programming Jargon-Phrases
    T Tom Delany

    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.

    The Lounge com

  • Programming Jargon-Phrases
    T Tom Delany

    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.

    The Lounge com

  • Design Patterns
    T Tom Delany

    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.

    The Lounge com design regex question career

  • Greetings
    T Tom Delany

    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.

    The Lounge

  • Latest software Ancient code
    T Tom Delany

    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.

    The Lounge database sql-server sysadmin question

  • Not programming, but a preference question.
    T Tom Delany

    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.

    The Lounge question collaboration

  • Not programming, but a preference question.
    T Tom Delany

    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.

    The Lounge question collaboration

  • Not programming, but a preference question.
    T Tom Delany

    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.

    The Lounge question collaboration

  • Not programming, but a preference question.
    T Tom Delany

    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.

    The Lounge question collaboration

  • What to do?
    T Tom Delany

    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.

    The Lounge help question

  • Another oldie...
    T Tom Delany

    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.

    The Lounge com help career

  • Is this real?
    T Tom Delany

    At first I thought you meant this... Paris[^] :~

    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.

    The Lounge com question

  • Worst day of the year so far
    T Tom Delany

    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.

    The Lounge csharp com question

  • signing c# app with certificates... help
    T Tom Delany

    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.

    The Lounge csharp cryptography help question

  • Oh snap - more on interview
    T Tom Delany

    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.

    The Lounge career

  • About "Flame"
    T Tom Delany

    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.

    The Lounge help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups