... Nope, I guess that's currently a hole. For the most part, I've almost always used two levels of names, and rarely used the mapping at less than the third...
... No relation, I believe. The HDF specified by NCSA is for data quite a bit more than just text, I believe. Unfortunate that there is an name overlap. I...
Hi, thanks for your answer. I have more questions :) Why did you choose CS/HDF over XML ? For ClearSilver, CS/HDF is definitely great because it is cleaner, ...
... CS was the template language, HDF was, well, HDF. At the time that CS/HDF was written (1998), XML was in its infancy. XML parsers were not fast, and...
Thanks, I've made the change to the code. Brandon ... -- "Benson, you are so free of the ravages of intelligence" -- Time Bandits http://www.fiction.net/blong/...
... It should be: if ((my_pcb->method == NULL) || (my_pcb->ctype == NULL)) { free(my_pcb->method); free(my_pcb->ctype); free(my_pcb); return...
Sovande Ulv
sovandeulv@...
Sep 9, 2006 7:42 pm
816
... No, the first one is correct. Its possible that only one of the allocations failed. ... In a no-memory situation, a pool would actually be harder, in that...
... The last one is simpler, nothing wrong doing free on NULL. Just my $0.002...
Sovande Ulv
sovandeulv@...
Sep 10, 2006 2:22 pm
818
Hello there, I've been running a buildbot to test Trac on Python 2.5 (and the Python trunk). Unfortunately, it seems the Trac test suite can't complete because...
Manuzhai
manuzhai@...
Sep 14, 2006 10:43 am
819
I'm sorry, but I'm on vacation, so I won't be able to look into this for a couple weeks. Brandon ... -- "We [the Net] get portrayed in a crappy light... This...
ONLINE JAVA Tutorial JAVA Architecture Tutorial I have put JAVA Architecture Tutorial in my website http://www.geocities.com/javaarchitecturetutorial Online...
Hello, I was wondering if it was possible to merge two HDF objects, or rather, import the data of one of the objects, into the other? I'm using Python, and at...
The function you want is hdf_copy, which is just the copy method on the hdf object in python. It takes a destination name, and an hdf object to copy from. ...
Hello, I'm new with ClearSilver, so I apologize in advance if this is a dumb question. I'm using an "each" loop to build a set of urls to be used in a ...
Hi, I have a script that worked before my website was moved to another computer (both are Linux). Since then, I get the error: Traceback (most recent call...
Hi Guys, I want to dump PDF output from my Python CGI script. I am using neo_cgi. I have written the below code but it doesn't works. Says "File is damaged and...
Hey, Im trying to install trac software that has clearsilver dependancy. everything seems to go well during install, but when i attempt to view my tracker, I...
Hmm. Yes, deflate is in libz. You can check to see if neo_cgi.so is finding libz, ie: shell> ldd public_html/dvds/neo_cgi.so libz.so.1 => /usr/lib/libz.so.1...
We have an urgent requirement for J2ME Developers for a US based MNC. Enclosed are the Details: Role: Java Programmer Experience: 5 Years. Skill set: J2ME ...
Hi there! I'm having trouble with the Fedora Core 4 package of the Perl Clearsilver module at home. It seems to have installed correctly, but when I try to...
hmm, haven't seen this before. I'm not sure what would cause that. I don't currently have an FC4 machine to try against. Brandon ... -- "money can't buy you...
... It doesn't help that the RPM binaries are stripped of symbols. Grep says that the clearsilver.so Perl library and the static.cgi in /usr/bin (!) have the...
Thanks for ClearSilver. We got from 'Hello World' to a working site in a couple of weeks. The site (http://www.for60secs.com/) uses ClearSilver with Python...
hello all! Just become a member. I love C and working on HTML Templates with C is a different feeling. Thanks for clearsilver. Now I'm experimenting on the...