Search:

Type: Posts; User: Mankan; Keyword(s):

Page 1 of 7 1 2 3 4

Search: Search took 0.02 seconds.

  1. Thread: NW*.h code

    by Mankan
    Replies
    2
    Views
    4,262

    Uhm. I suggest you try...

    Uhm. I suggest you try http://developer.novell.com or google for it. It took me like three seconds to find all the files you wanted on google
  2. Replies
    29
    Views
    11,189

    To the best of my knowledge it isn't possible to...

    To the best of my knowledge it isn't possible to decompile VB6. You can always dissassemble it but that won't do you any good I suppose?

    Oh, and If you want it for the try2hack challenge you're...
  3. Replies
    29
    Views
    11,189

    To the best of my knowledge it isn't possible to...

    To the best of my knowledge it isn't possible to decompile VB6. You can always dissassemble it but that won't do you any good I suppose?

    Oh, and If you want it for the try2hack challenge you're...
  4. Replies
    8
    Views
    3,692

    Mallam. The text you found on Frontline have been...

    Mallam. The text you found on Frontline have been published in a variety of other papers so my link has very much to do with your post. When you say "I participated in it". Exactly what have you...
  5. Replies
    3
    Views
    4,316

    Uhu. You also forgot to paste the link for every...

    Uhu. You also forgot to paste the link for every other Osama Bin Laden post you have started.
    You could've created a single thread with links to all of these texts.
  6. Replies
    3
    Views
    4,316

    Ehrm. Might want to quote your source too....

    Ehrm. Might want to quote your source too.
    http://www.pbs.org/wgbh/pages/frontline/shows/binladen/who/bio.html
  7. Replies
    8
    Views
    3,692

    Uhm. Around here somewhere maybe?...

    Uhm. Around here somewhere maybe? http://www.jihadunspun.net/BinLadensNetwork/background/

    I really don't see the point in copy pasting massive amounts of text. Why don't you just provide a link to...
  8. Replies
    3
    Views
    6,123

    There is an error in the do... while loop above....

    There is an error in the do... while loop above. There is a semi-colon missing but if it is added the block will execute once and then go into an infinite loop. Below is the correct code.



    do{...
  9. Replies
    3
    Views
    6,123

    Programming in C#, part II

    Programming in C#, part II
    The only tutorial you need.

    Prerequisites: The tutorial "Programming in C#"

    As mentioned in part one it is my intention to write a rather large tutorial on C#. If...
  10. Replies
    8
    Views
    9,924

    There will be an "Advanced Topics"-tutorial as...

    There will be an "Advanced Topics"-tutorial as well, includeing reflection (.NETs ability to emit code on the fly), garbage collection and destructors and whatever you want written. PM me with your...
  11. Replies
    8
    Views
    9,924

    I'm sorry, I thought it was obvious this was a...

    I'm sorry, I thought it was obvious this was a tutorial but maybe it isn't?
    To answer your questions, I've added a section in the tutorial above called "Getting started" where I list some editors...
  12. Replies
    51
    Views
    40,403

    Ehrm... oops. Hehe. I sort of missed this whole...

    Ehrm... oops. Hehe. I sort of missed this whole thing and posted a tutorial on C# Programming without posting here first. Terrible sorry about that. Now what do I do?
  13. Replies
    8
    Views
    9,924

    Programming in C#

    Programming in C#
    The only tutorial you need.

    As the subtitle suggests it is my intention to write a rather large tutorial on C#. If you feel anything is missing or there is anything special you...
  14. Replies
    19
    Views
    10,950

    Re: m$ says F-U to win9x users

    Then again. Why would Microsoft support such an old operating system? You don't see any security patches for 3.11 do you? It's too bad your laptop doesn't support 2k or XP though. Time for a new...
  15. Replies
    25
    Views
    17,377

    I agree. Perl is a good language to start with if...

    I agree. Perl is a good language to start with if you're on *nix. It's also a nifty language to show off your elite TCP-skills once you feel you know what you're doing.
  16. I think the primary reason is the same as there...

    I think the primary reason is the same as there is not enough testing of software in the development process: The customer isn't willing to pay for it. Most of the time when you get approached by a...
  17. Replies
    37
    Views
    13,184

    Re: Re: Re: Re: Ant-iAmerican-ism

    I just find it rather amusing that you call me and LDX disrespectful kids when you run out of arguments. You can belive what you want about me I really don't care.
    I think your post pretty much...
  18. Replies
    25
    Views
    17,377

    To be honest with you I've never understood...

    To be honest with you I've never understood people that take the A+ and the like. Why you wanna fiddle with your hardware anyway? Changeing discs, processors and ordinary maintenance work can be done...
  19. Replies
    37
    Views
    13,184

    I think the antipoint comment you received pretty...

    I think the antipoint comment you received pretty much confirms part of what have been said in this discussion. There are people that belive it to be wrong to criticize the US.

    I think criticism...
  20. Replies
    37
    Views
    13,184

    Re: Re: Ant-iAmerican-ism

    Whoa. Narrow minded thinking if you ask me.

    In what way are lord_darksides's opinions antagonizing and what kind of people gets upset for the opinions he expressed? Seems to me there is a lacking...
  21. Replies
    37
    Views
    13,184

    Well, the country is less than four hundred years...

    Well, the country is less than four hundred years old and is founded on a bunch of cultures and religions. I guess the lack of original "americanism" makes people stick together and defend their...
  22. Replies
    37
    Views
    13,184

    Re: Ant-iAmerican-ism

    I would imagine that more or less extreme patriotism is a fairly normal way to react after a thing like 9/11. At times of war people always turns all patriotic and I guess that the harder the actual...
  23. Replies
    6
    Views
    7,562

    Uhm... Since when is it possible to prevent ASP...

    Uhm... Since when is it possible to prevent ASP to bind to a component?

    hellbringer87: Why can't you just use an access mdb-file and log to that or something. Logging to files with asp is slow and...
  24. Replies
    15
    Views
    14,534

    Re: CSS-powered Layouts

    I'be been using nothing but actual positioning of DIVs since like -99. IE 4.0 supported it and that was enough for me.
  25. Thread: c? c++?

    by Mankan
    Replies
    13
    Views
    9,413

    Introduced with the .NET architecture is the...

    Introduced with the .NET architecture is the concept of assemblies. Each compilation results in an Assembly, shared or private but I will get to this in a moment. The Assembly is numbered a.b.x.y...
Results 1 to 25 of 171
Page 1 of 7 1 2 3 4