332 reputation
112
bio website
location Southern California
age 16
visits member for 1 year
seen May 14 at 1:55
stats profile views 62

Hi, I'm Cole. You may know me as the founder of Hexware, LLC, the creator of iDecryptIt. You may also be following me on Twitter (@5urd).

profile for Cole Johnson on Stack Exchange, a network of free, community-driven Q&A sites" title="profile for Cole Johnson on Stack Exchange, a network of free, community-driven Q&A sites


May
21
awarded  Yearling
May
8
comment What can multiple threads do that a single thread cannot?
Disproof: A single thread can't deadlock, while multiple threads can.
Apr
29
comment Initializing char array with string
You have a syntax error. 99. 116 is a float, not 'c', 't'...
Apr
29
revised Initializing char array with string
added 1 characters in body; deleted 1 characters in body
Apr
29
awarded  Popular Question
Apr
28
comment How do I tell a user that bps means bits per second or bytes per second?
It would be nice if people would explain why they downvoted me... This seems on topic and I did search.
Apr
28
comment How do I tell a user that bps means bits per second or bytes per second?
What disk application have you seen that measures in bits per second? I can understand bytes per second for networking, but bits per second is a de facto for network speed.
Apr
28
accepted How do I tell a user that bps means bits per second or bytes per second?
Apr
28
comment How do I tell a user that bps means bits per second or bytes per second?
"they will either already know, or they will ask" THAT'S CRAZY TALK! Customers get angry when they have to ask! :/
Apr
28
comment How do I tell a user that bps means bits per second or bytes per second?
But how is the user supposed to know that?
Apr
28
asked How do I tell a user that bps means bits per second or bytes per second?
Apr
12
comment I'd like to write an “ultimate shuffle” algorithm to sort my mp3 collection
I would just do something like this pseudocode: while (length(songs) > 0) { x := rand(); addElem(shuffle, songs[x]); remElem(songs, x); }, but you say you want an "ultimate shuffle". I don't know what you really want with that, even reading the question...
Apr
6
comment Best practices for sharing tiny snippets of code across projects
I get that. However, .NET's JIT compiler only loads the required methods into RAM (when they are called)
Apr
6
comment Best practices for sharing tiny snippets of code across projects
@Cyborgx37 care to elaborate?
Mar
27
accepted Does doxygen support templates for the HTML output?
Mar
6
asked Does doxygen support templates for the HTML output?
Feb
22
comment When would using a scripting language within a larger program be useful?
@meawoppl ...or to add functionality to a program. Look at IDA's integration of Python (dubbed IDAPython)
Feb
22
comment When would using a scripting language within a larger program be useful?
When you need to automate builds somewhat, *nix people use make...
Feb
19
awarded  Caucus
Feb
6
awarded  Nice Question