Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 24

Thread: Coding Challenge

  1. #11
    Join Date
    Apr 2012
    Location
    Chester, Cheshire
    Posts
    329
    Thanks
    7
    Thanked 35 Times in 35 Posts

    Default

    I posted this thread so that other people could give me subjects to code for, lol.

    I just want to code something, but my mind is blank, I need a topic.

  2. #12
    Join Date
    Mar 2011
    Posts
    2,144
    Thanks
    59
    Thanked 116 Times in 113 Posts
    Blog Entries
    4

    Default

    Hmmmm.... how about a system that automatically creates every possible combination of characters, than MD5s them and inserts them into a database, but not before checking through the database to see if there is already a different string with the same md5 hash.

    Then, as soon as you've found two with the same hashes, send the words, and the hash to me at my email and nobody else! After that you have to mysteriously dissapear off the face of the Earth so you can't claim you found it!


  3. #13
    Join Date
    Apr 2012
    Location
    Chester, Cheshire
    Posts
    329
    Thanks
    7
    Thanked 35 Times in 35 Posts

    Default

    Would you like salt with that?

  4. #14
    Join Date
    Mar 2011
    Posts
    2,144
    Thanks
    59
    Thanked 116 Times in 113 Posts
    Blog Entries
    4

    Default

    No, but if you could sprinkle it with a little bit of black pepper and some thinly sliced truffles and drasel it in some olive oil it would be quite appetising!

  5. #15
    Join Date
    Apr 2012
    Location
    Chester, Cheshire
    Posts
    329
    Thanks
    7
    Thanked 35 Times in 35 Posts

    Default

    Well, I can give you a link to a few Tb (and counting) worth of rainbow tables. Schmoo has a daisy-chain of server farms doing exactly what you've asked.

  6. #16
    Join Date
    Mar 2011
    Posts
    2,144
    Thanks
    59
    Thanked 116 Times in 113 Posts
    Blog Entries
    4

    Default

    Where's the fun in trawling through thousands or rtables when you can make your own

    But seriously, I think I'm going to have a go at building a editor in vb.net (I'd already started). No, it aint object based and it isn't a webpage but, who cares?

    I'm thinking:
    Edits: Text files, Pdf (I can read them but can't edit them yet), images, other files (defaults them to text editing).
    And one hell of a pretty gui!

    As for you, I recently started building a social networking site (Very little of it is actually done (about .1 %). Why don't you go finish that for me?

  7. #17
    Join Date
    Apr 2012
    Location
    Chester, Cheshire
    Posts
    329
    Thanks
    7
    Thanked 35 Times in 35 Posts

    Default

    Are you building it as an MDI Parent/Child Application?

  8. #18
    Join Date
    Mar 2011
    Posts
    2,144
    Thanks
    59
    Thanked 116 Times in 113 Posts
    Blog Entries
    4

    Default

    I don't even know what a MDI Parent/Child Application is!
    What is it?

  9. #19
    Join Date
    May 2012
    Location
    Hitchhiking the Galaxy
    Posts
    1,013
    Thanks
    46
    Thanked 139 Times in 139 Posts
    Blog Entries
    1

    Default

    Weather program?

  10. #20
    Join Date
    Apr 2012
    Location
    Chester, Cheshire
    Posts
    329
    Thanks
    7
    Thanked 35 Times in 35 Posts

    Default

    An MDI App is like most windows applications. The program itself is a container (a parent) and the documents within are the children. Think of the difference between Notepad and Microsoft Word. Notepad is a self contained program, only one document can be open per instance. With Word, you can open several documents within the same instance of the program and the documents act as free standing windows within the parent container. When you maximise the child, it fills the parent window, when you minimise the child, it minimises to the parent's "tray" rather than the Windows task bar.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •