dsm

4,733
Reputation
305 views

Registered User

Name dsm
Member for 1 year
Seen yesterday
Website
Location Europe (all of it... I'm really fat)
Age 30
I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am therefore I am...
Nov
20
answered How can I list all function prototypes used in a given C file with Perl?
Nov
20
answered Collection of solved Lisp problems
Nov
18
comment How does Perl’s IO:File->Getlines read lines?
This was a different question when I answered it (namely: "what is the best way to split a string into lines"). Take this into consideration before downvoting
Nov
17
answered How does Perl’s IO:File->Getlines read lines?
Nov
17
comment Need help with brute force code for crypt(3)
Do you really have enough memory to store all possible permutations?
Nov
17
revised Character decoding Conversion Function Implementation
deleted 20 characters in body
Nov
12
answered Linux API - EXT3 file information
Nov
10
comment Difference between Linux and Unix? And what exactly is AIX?
... not to mention: en.wikipedia.org/wiki/Unix
Nov
10
comment Difference between Linux and Unix? And what exactly is AIX?
There is also Solaris from SUN, BSD (+ Flavours), Cygwin (which is an emulator rather than a "real" OS, and many others.... see: en.wikipedia.org/wiki/List_of_Unix_systems
Nov
10
revised Sudoku table generator failure, lisp
code formatting
Oct
22
awarded  Popular Question
Oct
20
revised Why does this map return a single number?
added 116 characters in body
Oct
19
answered Why does this map return a single number?
Oct
8
answered FLOPS Intel core and testing it with C (innerproduct)
Oct
5
answered What is the Perlish way to iterate from item n to the end of an array?
Oct
2
comment What is the best way to do Gui in Clojure?
@James - edited the answer to reflect that
Oct
2
revised What is the best way to do Gui in Clojure?
added dots
Sep
28
comment Regexp/perl code for handling both dots and commas as valid decimal separators
@Elizabeth - yes you can, just wrap it in the dwim() function ;)
Sep
28
revised How to put assert into release builds in C/C++
added 4 characters in body
Sep
28
accepted LISP Parser C++
Sep
23
revised Improve my password generation script
added 59 characters in body
Sep
23
comment Improve my password generation script
there is also an application called pwgen that generates passwords randomly
Sep
23
answered Improve my password generation script
Sep
22
answered BASH: Strip new-line character from string (read line)
Sep
17
awarded  Nice Answer
Sep
17
answered How do I fork a new process and get back its PID in Perl?
Sep
16
awarded  Yearling
Sep
14
answered How to search for a pattern inside a file and delete the lines in Unix on the command line?
Sep
14
revised How can I get list of mirrors in newest CPAN.pm?
added 162 characters in body
Sep
14
answered How can I get list of mirrors in newest CPAN.pm?
Sep
10
comment Extracting first two characters of a string (Shell Scripting)
No I didn't... it reads STDIN
Sep
10
answered Extracting first two characters of a string (Shell Scripting)
Sep
10
comment URL mapping - in browser
tinyurl.com/nlq9yj
Sep
4
revised How to implement tertiary search in C?
edited code
Sep
4
accepted How can I use Expect to enter a password for a Perl script?
Sep
3
revised How can I use Expect to enter a password for a Perl script?
Added an example
Sep
2
answered How can I use Expect to enter a password for a Perl script?
Sep
2
comment LISP Parser C++
He did mention he wanted a parser, not a full interpreter
Sep
1
revised how to find files containing a string using egrep
added 621 characters in body
Sep
1
answered how to find files containing a string using egrep
Sep
1
answered LISP Parser C++
Aug
28
comment Digitally Communicate with usb
What OS are you using?
Aug
25
answered What would you put on a “Modern Perl” t-shirt?
Aug
19
accepted Does the POSIX module in the standard Perl distribution work in Win32/64?
Aug
18
answered Does the POSIX module in the standard Perl distribution work in Win32/64?
Aug
6
comment Can a compiled language be homoiconic?
@ott - in that case how about Machine Language
Aug
6
answered Can a compiled language be homoiconic?
Aug
5
answered Need of PRBS Pattern Generating C/C++ API
Aug
4
revised Lisp: Elegant way to strip trailing nil’s from a list? (Review)
added test cases
Aug
3
comment Value of global variable doesn’t change in BASH.
@Viky: it doesn't matter... even the most retarded shell will work as expected. Tell me one thing tho, are you expecting to see the variable set AFTER your script has run?