2
votes
3answers
267 views
sort with lexicographic order
I see the results from the following code, but I don't understand exactly how the or knows what to do in the following sort example:
use Data::Dumper;
$animals{'man'}{'name'} = …
1
vote
4answers
488 views
Any “Computer Language” magazine archive around?
Someone might remember the old magazine "Computer Language" published until the 90s from the same editor of "Doctor Dobb's Journal".
I've always found it very ispirational and I s …
0
votes
0answers
43 views
Using rownum in EJBQL for Pagination CMP 2.1
I need to implement Pagintion of CMP2.1 Entity Beans. Is it possible to do it using EJB-QL ? Am using weblogic10.3 + Oracle DB.
I was planning to use "rownum >= min_row_size + …
0
votes
1answer
131 views
Where to find good examples or Templates for Configuration Management Plans?
Documentation is not the favorite area of a developer but an important area to fulfill if you want to have standards in the organization. We are trying to put together a new Confi …
