Tanktalus

3,572
Reputation
186 views

Registered User

Name Tanktalus
Member for 1 year
Seen Nov 25 at 0:16
Website
Location Canada
Age 36
Quiet
Nov
11
comment Find out Type of C++ Void Pointer
The OP is looking for RTTI, and that doesn't apply to void*. Template is the answer.
Nov
11
comment Determining whether a library archive for AIX is 32-bit, 64-bit, or both, from Linux
I didn't get that name, but that's irrelevant. The newly-built ar didn't like -X32, -X64, or -X32_64, pretty much ignoring them. But, I might be able to just look at the filenames coming out and assume they follow our standards, so, unless someone else has a better idea, this is probably going to be the long-term solution we go with, if we can get "recompile binutils and put it somewhere public" past our lawyers.
Nov
10
comment validation tool for shell scripting
Although I use perl as my shell replacement, +1 just for saying "move away from shell".
Nov
10
revised Windows Shell Script: Can’t make string substitution working in subroutine…
fix tag - not "shell" as normally used (sh, bash, csh, etc), but cmd
Nov
10
comment Determining whether a library archive for AIX is 32-bit, 64-bit, or both, from Linux
Ok, how do I extract a .o file from the archive on Linux? ar isn't seeming to be willing to do so.
Nov
10
asked Determining whether a library archive for AIX is 32-bit, 64-bit, or both, from Linux
Sep
30
awarded  Yearling
Sep
2
comment Is it ‘safe’ to remove() open file?
Do you have a link?
Sep
2
answered Is it ‘safe’ to remove() open file?
Sep
1
comment Splitting development of new versions from on-going fixes of in-the-field versions?
Wouldn't those forest fires be an indication that continued work on the NBT might create a Big Ball of Mud, and thus the kick in the pants that is the lost momentum might actually be a Good Thing?
Sep
1
revised Splitting development of new versions from on-going fixes of in-the-field versions?
corrected typo
Sep
1
revised Concept of “Data Directory” on each platform
corrected spelling
Aug
19
comment How do I shuffle two arrays in exactly the same way in Perl?
+1 for pointing out that you shouldn't have parallel arrays, but arrays of something else (arrays, hashes, objects, whatever) that keep the data together physically.
Aug
17
comment How to execute the output of a command within the current shell?
The only issue here is that you may need to insert ;'s to separate your commands. I use this method myself to work on AIX, Sun, HP, and Linux.
Aug
14
revised How can I refactor away this repeated series of “if” blocks?
added 119 characters in body
Aug
14
awarded  Nice Answer
Aug
14
accepted How can I refactor away this repeated series of “if” blocks?
Aug
14
answered How can I refactor away this repeated series of “if” blocks?
Aug
10
revised Multiple versions of Python on OS X Leopard
fix tag
Aug
10
answered symlink-copying a directory hierarchy
Jul
15
answered Is Perl faster than bash?
Jul
6
answered Packaging Perl modules with Config files?
Jul
2
awarded  Cleanup
Jun
29
answered How do i automatically set the $DISPLAY variable for my current session
Jun
29
revised Exporting result of select statement to CSV format in DB2
modify tags: s/select/export/
Jun
29
answered Exporting result of select statement to CSV format in DB2
Jun
29
awarded  Enlightened
Jun
29
awarded  Nice Answer
Jun
27
revised Using Perl, how can I rename files in all subdirectories of a drive?
argh - missed "2perl" in "find2perl" - the most important part!
Jun
26
revised Get remote text file, process, and update database - approach and scripting language to use?
respond to OP's comment
Jun
26
answered Get remote text file, process, and update database - approach and scripting language to use?
Jun
26
answered Substituting text in a file within a Perl script
Jun
26
answered Using Perl, how can I rename files in all subdirectories of a drive?
Jun
26
awarded  Nice Answer
Jun
24
comment When is it appropriate to use “delete this”?
@Paul: The original question didn't sound like GC. This answer does. Except that instead of scouring addresses to figure out what's not referenced anymore, you're adding yourself to the list of garbage to be collected at the next available cycle.
Jun
24
comment When is it appropriate to use “delete this”?
oh, sounds like garbage collection! :-)
Jun
24
comment Why is the C++ STL is so heavily based on templates? (and not on *interfaces*)
Depending on the context, those may not make any sense, or they may work fine. Hard to tell without knowing more about MyType, which, presumable, the user does, and we don't.
Jun
24
comment Parsing comma separated lines and calculating sum
Add a reference to Text::CSV_XS, and this is the perfect response, IMO.
Jun
24
answered Why is the C++ STL is so heavily based on templates? (and not on *interfaces*)
Jun
24
accepted In Perl how do you dynamically pick what method to use as a callback?
Jun
24
answered In Perl how do you dynamically pick what method to use as a callback?
Jun
23
comment Set the language for a single program execution.
So, the first one.
Jun
23
answered Set the language for a single program execution.
Jun
23
comment launch X windows on client machine
+1 just for the win98 reference, thanks :-)
Jun
23
answered Why isn’t my Perl DBI subclass working?
Jun
22
revised SQL (DB2) Return multiple conditional counts in a single query
corrected multiple typos
Jun
22
comment Remove empty directory from CVS?
Thanks. This helped me undo damage done by some idjut at work.