Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/22/2010 in all areas

  1. I apparently have lower overhead (or a lower estimation of my own value) so I do side jobs for $75/hr! But, if you post your code we can help you work through your problem FOR FREE! You can't beat that price anywhere, and you won't be guilty of academic fraud. Besides, if you graduate without knowing the material you may end up working with me and I'd have to do your work forever.
    3 points
  2. I just finished a week of reverse engineering the cold class. I didn't find a cure method, but I did run across HackingCough, ClogSinuses, and LoseVoice methods among others. It's a nasty bugger--by the time I discovered it its code was deeply integrated in the client app. The entire time it was loaded in memory the Daklu.FeelLikeCrap property was set to true. I would have given my left arm to revert to a previous scc check-in. Fortunately the cold class appears to have a built-in timeout that self-kills the thread it's running on.
    2 points
  3. Not that I've seen. You can build your own hash table system with arrays for storage. The actual hashing function is up to you, as are features like chaining and collision resolution. You can also implement dictionaries, either with parallel arrays, or using the Variant and Variant Attribute types (which have an underlying red-black tree for speed). Joe Z.
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.