cms

1,112
reputation
103 views

Registered User

name cms
member for 1 year
seen Dec 11 at 12:10
website
location UK
age 38
Mac developer, perl twiddler, python wannabe, lisp fanboy, database cultist, unix beard, emacs fetishist, music snob.
Nov
13
comment SQL*Plus inside Perl script
sure - anything inside backticks or qx( ) will be run as a sub shell and the output captured similarly. Once again, I don't think this is a terribly good way to structure a perl program.
Nov
13
revised SQL*Plus inside Perl script
edited tags
Nov
13
answered SQL*Plus inside Perl script
Oct
18
comment What problems might occur if a USB device is not USB 2.0 compliant?
Does that take into account the fact that this is expected USB behaviour by compliant 2.0 and 1.0 devices ? This question is not about the relative speed of 2.0 and 1.0 (or even 1.x), but about the tolerance of the USB standard to devices that deviate from the permissable spec, as I read it.
Oct
17
awarded  Yearling
Oct
16
answered Good book for Objective-C
Oct
13
accepted Why do various Linux distros use different package managers?
Sep
25
accepted Which library to use for C data structures with GCC
Sep
22
answered How to respond to password prompt when using SCP in a shell script?
Sep
22
accepted BASH: Strip new-line character from string (read line)
Sep
22
revised BASH: Strip new-line character from string (read line)
added 97 characters in body
Sep
22
revised BASH: Strip new-line character from string (read line)
added 181 characters in body; added 133 characters in body; edited body; added 4 characters in body
Sep
22
comment BASH: Strip new-line character from string (read line)
The 0d is a carriage return. Not the same thing as a newline
Sep
22
revised BASH: Strip new-line character from string (read line)
added 62 characters in body; added 293 characters in body
Sep
22
revised BASH: Strip new-line character from string (read line)
added 241 characters in body; added 356 characters in body
Sep
22
answered BASH: Strip new-line character from string (read line)
Sep
18
comment Bash script for downloading files with Curl
It's how I was taught to expand shell variables. I think it's just so that you can disambiguate the variable from any other text, if you want to interpolate them into strings. e.g. FOO=foo; echo "${FOO}d" will print 'food'
Sep
18
accepted Bash script for downloading files with Curl
Sep
18
comment Bash script for downloading files with Curl
guilty as charged! I have expanded my answer to include working "improved" examples.
Sep
18
revised Bash script for downloading files with Curl
added 279 characters in body; deleted 30 characters in body; added 141 characters in body; added 2 characters in body
Sep
18
answered Bash script for downloading files with Curl
Sep
18
revised Which library to use for C data structures with GCC
edited body
Sep
18
answered Which library to use for C data structures with GCC
Sep
18
revised How to print list of icons from Mac Finder?
added 192 characters in body
Sep
18
answered How to print list of icons from Mac Finder?
Sep
18
comment Working with a slow connection
Historically, rsync with HFS+ has been quite buggy, with regards to OS X extended attributes, resource forks etc. (including Apple's patched version), and I've found Unison sync - cis.upenn.edu/~bcpierce/unison a more reliable alternative. I've not tried rsync for a while, it may have improved.
Sep
18
answered Working with a slow connection
Sep
18
answered Foreign key definition in sqlite
Sep
18
comment help with python regular expression
perhaps you meant 'not perfectly error proof' ?
Sep
18
revised help with python regular expression
deleted 99 characters in body; added 69 characters in body
Sep
18
answered help with python regular expression
Sep
18
awarded  Autobiographer
Sep
11
revised postgres update a date field when a boolean field is set to true
deleted 1 characters in body
Sep
11
answered postgres update a date field when a boolean field is set to true
Sep
5
revised What rare programming tools do you use?
added 121 characters in body
Sep
5
answered What rare programming tools do you use?
Aug
31
accepted iPhone Memory Leaks
Aug
30
revised How can I find out the type of a NSDictionary element?
added 1 characters in body
Aug
28
comment How can I tell if two image files are the same in Perl?
you could order the tests then, different size, different etag(if present), first chunk, then hash.
Aug
28
revised How can I tell if two image files are the same in Perl?
added 16 characters in body
Aug
28
comment How can I tell if two image files are the same in Perl?
Shame. I'd have thought you could just read the first n KB and compare, if you needed something more optimised than hashing the entire file. You'd probably have to experiment to find a decent n value.
Aug
28
answered How can I tell if two image files are the same in Perl?
Aug
28
accepted Does this code deletes duplicates?
Aug
28
comment Does this code deletes duplicates?
I think split will create them in the current working directory by default, yes.
Aug
28
revised When should I use the & to call a Perl subroutine?
added 120 characters in body
Aug
28
revised When should I use the & to call a Perl subroutine?
added 222 characters in body; added 102 characters in body
Aug
28
revised When should I use the & to call a Perl subroutine?
added 558 characters in body; added 16 characters in body
Aug
28
revised When should I use the & to call a Perl subroutine?
added 431 characters in body
Aug
28
answered When should I use the & to call a Perl subroutine?
Aug
28
answered Does this code deletes duplicates?