Viewing profile — coldgrnd
coldgrnd
HN member- Joined
- Sun, Aug 12, 2012, 3:03 PM UTC
- HN karma
- 220
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About coldgrnd
No profile information was provided.
Recent public activity
- story
-
comment
Comment #9429511
is the code of "Hecate: The Hex Editor From Hell" available to look at?
- story
- story
- story
- story
- story
-
comment
Comment #4988534
I was wondering about that, but is it really wrong? From what I found in the "BSD General Commands Manual": Any arguments specified on the command line are given to utility upon ea…
-
comment
Comment #4986109
s += $7 means "add the content of the 7th column to the total"
-
comment
Comment #4986071
actually there is heaps of love for awk... so much actually that I'd rather spend a whole post on it than to "just" make it one item :)
-
comment
Comment #4986027
wow...that's quite some statistical data you gathered! I tried this myself using this command: cat ~/.bash_history | cut -f1 -d' ' | sort | uniq -c | sort -n -r turns out my .bash_…
- story
- story
-
comment
Comment #4379346
Most of what I learned about C++ I got from books, blogs and some great C++ guys (mostly from the boost community). I have to admit I did not read the standard at all. could you gi…
-
comment
Comment #4374663
@fferen, @jlarocco, @Mon_Ouie, @deckiedan: I know you can probably set up all you need within the blink of a second (using emacs or vim or a template setup). Actually I'm so hooked…
-
comment
Comment #4374632
Uuhhh...damn! I messed that up. corrected now! thanks!
-
comment
Comment #4373438
I'd say error recovery could be better. You often get kicked out of the session and than your environment is lost. Also: they claim the 'auto' keyword is implicit, does not seem to…
- story