Please do not change the subject line and reply to terrafirmapune@... Greetings! We need Perl, J2EE Programmers for our client in Pune. About the...
110
Kirti Kulkarni,Terra ...
terrafirmapune
Oct 4, 2004 10:13 am
Please do not change the subject line and reply to terrafirmapune @yahoo.com Greetings! We need Perl, J2EE and oracle PL/SQL Programmers for our client in...
111
Terrence Brannon
princepawn
Jan 11, 2005 1:23 am
During development, I often want to quickly see if a table just successfully inserted a new record. In MySQL, a field can be used this way. Are there any...
112
shanker nagarajan
shanker_naga...
Jan 11, 2005 2:23 am
The document says it works for 4.1.x or above. Create a table with timestamp column with default as current_timestamp so you can avoid the INSERT load. CREATE...
113
Rob Nagler
robnagler
Jan 24, 2005 4:35 pm
Hello Extreme Perlers, We've been having some discussion at: http://groups.yahoo.com/group/Bivio-bOP/ It's centered around bOP, but it's Extreme Perl oriented,...
114
binotechhr
Feb 4, 2005 7:25 am
Hi, We would like to introduce ourselves as Binotech Private Limited - a HR Consulting company with Development and Training Divisions. We cater to all the...
115
open child
open_sourcer
Feb 4, 2005 7:35 am
Hi, im sending my resume as attachment Thankyou Arun Kanth Ragini binotechhr <binotech@...> wrote: Hi, We would like to introduce ourselves as Binotech...
116
open child
open_sourcer
Feb 4, 2005 7:39 am
sorry ppl i gopt carried away, please ignore my msg extremly sorry open child <open_sourcer@...> wrote: Hi, im sending my resume as attachment Thankyou ...
117
Terrence Brannon
princepawn
Feb 4, 2005 2:10 pm
I woke up and cobbled together a nasty post on perlmonks entitled MINI-LANGUAGES SUCK. http://perlmonks.org/?node_id=428053 it might be good to raise some...
118
chromatic
chromatic_perl
Feb 11, 2005 12:45 am
... I prefer to count the number of rows before and after an operation instead of relying on the side effect of a change to hint that the right thing happened....
119
Adrian Howard
ajh65537
Feb 11, 2005 3:01 pm
... Ditto. I also have a /very/ strong aversion to having my development environment and live environments differ. I want to have the same tests run in the...
120
Ed Grimm
ed@...
Feb 13, 2005 9:38 am
... Disclaimer: I code for an LDAP database, not a MySQL database. However, I think many principles still hold... Somehow, the natural thing to me would be to...
121
Terrence Brannon
princepawn
Feb 15, 2005 10:29 pm
The following message is a courtesy copy of an article that has been posted to comp.lang.functional as well. Perl is a programming language in which functions...
122
bauhaus@...
princepawn
Feb 17, 2005 6:06 pm
QUOTE: Unit testing is like finding needles in a haystack. The haystack is your code's behavior. The needles are erroneous behavior. Traditional unit testing...
123
Rob Nagler
robnagler
Feb 18, 2005 4:52 am
... It's grown to quite a thread. I just added a reply. It was interesting that no other replies included code. When talking about mini-languages, I find...
124
Perrin Harkins
consumer
Feb 18, 2005 5:10 am
Hi Rob, I was talking to some of my co-workers the other day about managing changes to databases on a system that has a version in production already. There...
125
Matthew Albright
MattAlbright
Feb 18, 2005 7:05 am
Hmmm, that sounds very similar to something I've done for awhile now (at 2 different jobs). I don't recall posting about it, but I (or one of my cow-orkers)...
126
Johan Lindstrom
johan__l
Feb 18, 2005 9:51 am
... That would be very interesting! This is my take: In my experience, doing this automatically is kind of dangerous. We use a strikingly similar approcach...
127
Adrian Howard
ajh65537
Feb 18, 2005 5:09 pm
... [snip] A "me too" from over here. Done similar on a couple of projects. We kept the schema change data outside the database - that way we could keep "build...
128
Rob Nagler
robnagler
Feb 18, 2005 5:46 pm
Hi Perrin, It's good to hear from you. ... Probably. It's certainly something we do. I've included some thoughts below. ... This is like the code we have,...
129
Johan Lindstrom
johan__l
Feb 18, 2005 6:14 pm
... This is just my experience at $work. But you should know that we're not very mature on process at all, and currently there is no way to guarantee that...
130
Matthew Albright
MattAlbright
Feb 19, 2005 12:50 am
... Yeah, we're on postgresql. ... We are actually shipping a software product, and we make the new releases available to our customers, but they don't have to...
131
Adrian Howard
ajh65537
Feb 19, 2005 5:16 pm
On 19 Feb 2005, at 00:50, Matthew Albright wrote: [snip] ... [snip] ... Amen. ... Just to clarify - I was talking about a /client/ DBA who tweaked the schema...
132
Rob Nagler
robnagler
Feb 20, 2005 12:54 am
... Yikes. Remember there's a clear separation of concerns between the customer and the programmer. Be sure to yell at your customer. ;-) ... Yup. I wonder...
133
Rob Nagler
robnagler
Feb 20, 2005 12:56 am
... Perhaps you should pay them to upgrade. :-) Yes, you've got a logistical problem, and it sounds like you have a good solution for it. ... Interesting you...
134
Rob Nagler
robnagler
Feb 20, 2005 1:00 am
... Yes, we try our best to automate everything. If we think there is going to be multiple upgrades, one of which is critical, we'll organize these in...
135
Ed Grimm
ed@...
Feb 20, 2005 9:26 pm
... I'd prefer something like the described Haskell module, which apparently creates unit tests. That is, I'd like the module to build a test file, which does...
136
Adrian Howard
ajh65537
Feb 21, 2005 7:49 pm
On 20 Feb 2005, at 20:58, Ed Grimm wrote: [snip] ... [snip] I don't understand why generated unit tests would be any more useful than including the module with...
137
glim@...
mindmeld20
Feb 23, 2005 4:55 am
YAPC::NA 2005 (Yet Another Perl Conference, North America) has just released its call-for-papers; potential and aspiring speakers can submit a presentation...
138
bauhaus@...
princepawn
Feb 25, 2005 10:56 pm
<quote src=http://www.extremeperl.org/bk/perl> CPAN ... The Perl community shares openly, because they're lazy, and want to solve problems once and only once. ...