2,370 reputation
167
bio website daniel.ruoso.com
location Fortaleza, Brazil
age 29
visits member for 3 years, 8 months
seen Mar 2 at 18:38
stats profile views 59
Perl developer

Mar
2
answered How should I do RPC in Perl with Catalyst?
Dec
31
awarded  Great Answer
Oct
12
awarded  Yearling
Jun
15
awarded  Guru
May
29
awarded  Revival
Apr
27
comment How can I pass the string “Null” through WSDL (SOAP) from AS3 to ColdFusion web service without receiving a “missing parameter error”?
I think the problem might be even deeper. It might be the case that the type system interpolates the string Null into a null value...
Jan
26
answered A DAG : Self referencing HASH: searching the first level parent from any level child and then search leaves of that parent
Jan
26
answered Get time zone abbreviation using POSIX (Perl)
Jan
26
comment How to make Pro*C cope with #warning directives?
This is ABSOLUTELY POSITIVELY THE WRONG ANSWER. You should NEVER, under any circumstances, modify the system headers to fix an application bug.
Jan
26
awarded  Critic
Jan
17
awarded  Good Answer
Dec
2
awarded  Yearling
Oct
8
awarded  Yearling
Aug
12
awarded  Nice Answer
Jul
13
awarded  Necromancer
Jun
3
awarded  Scholar
Jun
3
accepted Automated push “build branch” after using “git archive” without local repo
Jun
3
answered How to push a new local branch to remote repo and track it too
Jun
3
comment Automated push “build branch” after using “git archive” without local repo
Please read the original question. If you actually read the question, you will understand that what I want is precisely to avoid having both the clone and the export. I want to build from the archive, not from the working directory.
Jun
3
comment Automated push “build branch” after using “git archive” without local repo
As I said very clearly on the post, I don't have a clone. I'm using git archive, so I can have the attributes "export-ignore" and "export-subst" applied.