Search:

Type: Posts; User: Uncle Rico

Search: Search took 0.01 seconds.

  1. Very good :) you guys have been a huge help!...

    Very good :) you guys have been a huge help! Thanks!!
  2. Hrmm... nope :( didn't work. Thanks for trying...

    Hrmm... nope :( didn't work. Thanks for trying though ... anyone else?
  3. gethostbyaddr() reverse lookups failing (???)

    Hey, I've got a script that I'm having trouble getting to work -- the idea of it is that it runs through a list/file of words and attempts to look each one up as a subdomain to the host you give the...
  4. Replies
    2
    Views
    7,768

    Perfect! That's exactly what I needed, thanks :D

    Perfect! That's exactly what I needed, thanks :D
  5. Replies
    2
    Views
    7,768

    Formatting output into even columns?

    Hey guys, quick question. Is there anything in C (working in Linux here) that allows you to format output into even looking columns even if the corresponding output is printed horizontally? ..err,...
  6. Replies
    1
    Views
    1,881

    Segfault and Warning help

    Hey guys,

    No matter what I do, I can't get this code to stop segfaulting, and as you can see by the debugging printf's, it does so at the assignment of `in' .. there's another warning on...
  7. Replies
    4
    Views
    2,382

    Yeah I did that too (outputting both hashes for...

    Yeah I did that too (outputting both hashes for manual comparison before comparing them in the code), when trying strcmp() it didn't work for me, but strstr() seems to do the trick.. as far as the...
  8. Replies
    4
    Views
    2,382

    Thanks, Salem! Well, that clears up the first of...

    Thanks, Salem! Well, that clears up the first of my problems, still working out the second :p heh
  9. Replies
    4
    Views
    2,382

    MD5 hashing problems =(

    Ok, I have this header for MD5 related functions that I'm using for password authentication in something im writing (feel free to scroll through it for now):



    #ifndef _MD5_H_
    #define _MD5_H_...
  10. Replies
    1
    Views
    3,197

    Silent mode.

    Hey, I've got a fairly lengthy program that I'm implementing a 'silent mode' option in (i.e when the program is run, it does what it's designed to do without outputting anything to console). The most...
  11. Replies
    2
    Views
    1,187

    Appending HTML to C .. help!

    Hey, I'm writing a small script to format C code with html to make it more presentable on my site-- making different aspects of the code a certain color. I'm having some trouble though.. finding...
Results 1 to 11 of 11