Search the web
Sign In
New User? Sign Up
ClearSilver
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1304 - 1333 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1304
Hi, This is something confused me in neo_hash mode: 1, dose neo_hash.c line 146 should change to node = _hash_lookup_node(hash, *key, NULL); 2, and before we...
bigmaliang@...
bigmaliang...
Offline Send Email
Jun 3, 2009
6:22 am
1305
Can you provide test cases for whatever bug you think these fix? Brandon ... -- "Its much more fun to be sand than oil in the machinery of life." ...
Brandon Long
blong42
Offline Send Email
Jun 3, 2009
8:32 am
1306
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #define __USE_GNU #include <string.h> #include "ClearSilver.h" #define RETURN_V_NOK(err, v)...
bigmaliang@...
bigmaliang...
Offline Send Email
Jun 4, 2009
1:45 am
1307
Hi, I'm trying to compile ClearSilver on a System i platform. The compiler is C89 compatible (AFAIK). I am compiling the stuff manually, starting with the util...
Schmidt, Mihael
Mihael.Schmidt@...
Send Email
Jun 11, 2009
2:47 pm
1308
Hi, I'm using an HDF file to store account info and I wanted to know if there's an easy way to delete nodes and re-order. For example: Accounts{ 0{ user=joe ...
Rick Walsh
rtwalsh26
Offline Send Email
Jun 12, 2009
2:55 am
1309
I suspect the real problem is with the other macros __PRETTY_FUNCTION, __FILE__ and __LINE__. These are magic macros defined by some compilers, but they might ...
David Jeske
jeskeca
Offline Send Email
Jun 12, 2009
3:08 am
1310
... There isn't a quick way to reorder nodes.... I recommend using something unique as the HDF key and then just loading and sorting as needed. (i.e. the...
David Jeske
jeskeca
Offline Send Email
Jun 12, 2009
3:41 am
1311
... it be ... definitely got ... nerr_raise() is setup to work like the printf() family of functions. For example, you might have: nerr_raise(NERR_ASSERT,...
Schmidt, Mihael
Mihael.Schmidt@...
Send Email
Jun 12, 2009
5:18 am
1312
oh... it is util/ulocks.c (not util.ulock.c) I compiled clearsilver on a linux system and took the cs_config.h from it (and modified it a little bit). Now i...
Schmidt, Mihael
Mihael.Schmidt@...
Send Email
Jun 12, 2009
5:34 am
1313
After some searching on the web I found that HAVE_LOCKF is queried in Clearsilver.h. There is seems that ulock, rcfs, dict and skiplist are optional (are not...
Schmidt, Mihael
Mihael.Schmidt@...
Send Email
Jun 12, 2009
5:45 am
1314
Thanks -- that's a good suggestion. I'm not concerned about the order, so deleting/adding will be much easier. ... -- Regards, Rick Walsh rwalsh26@......
Rick Walsh
rtwalsh26
Offline Send Email
Jun 12, 2009
12:03 pm
1315
Yes, they aren't necessary for the template system or cgi code, they're just extra. Brandon ... -- "This universe never did make sense; I suspect it was built...
Brandon Long
blong42
Offline Send Email
Jun 12, 2009
4:34 pm
1316
Before I embark on trying to build this module, anyone got one for Python 2.6 x86 on Windows?...
Chris Trimble
ctrimble
Online Now Send Email
Jun 23, 2009
8:27 pm
1317
I am setting up a new development environment and have discovered that clearsilver is not working out of the box in jaunty: ...
culleyharrelson
Offline Send Email
Jun 26, 2009
12:01 am
1318
... So, clearsilver 0.10.5 doesn't auto-detect python 2.6. I should really fix the detection code so it doesn't need a list of major versions. It does work if...
Brandon Long
blong42
Offline Send Email
Jun 26, 2009
6:48 am
1319
Yeap, you're right, your fixes will be in the next release. Brandon ... -- "You know your god is man-made when he hates all the same people you do." -- M....
Brandon Long
blong42
Offline Send Email
Jun 26, 2009
10:25 pm
1320
Hello, We are having some difficulties building PHP 5.3 with Clearsilver. Has anyone done this successfully yet? Thanks -Alan...
alantakaoka
Offline Send Email
Jul 14, 2009
7:00 pm
1321
Hi I want to know where is save an uploaded file? i can upload a file, i can read in the uploaded file but when i go in /var/tmp i cant find my file. I try to...
jank75@...
jank75...
Offline Send Email
Jul 23, 2009
9:35 am
1322
By default, the clearsilver upload code automatically unlinks the file as soon as its created. On Unix, this has the effect that the file "exists" as long as...
Brandon Long
blong42
Offline Send Email
Jul 23, 2009
11:18 am
1323
Hello, can you tell me 1) howto check if hdf exists, but it's empty (in perl template) 2) howto check if hdf does not exist (in perl template) <?cs if:...
petr.vorel
Offline Send Email
Aug 5, 2009
3:47 pm
1324
In C, you'd call hdf_get_obj, and a NULL return would indicate it didn't exist. You can then call hdf_obj_value to check the value. I'm not a perl expert, but...
Brandon Long
blong42
Offline Send Email
Aug 5, 2009
6:31 pm
1325
Hi guys, Before calling render(), do we always have to parseFile()? I'm experimenting with FastCGI, and I thought I could store the parsed templates (one call)...
Ogla Sungutay
oglausa
Offline Send Email
Aug 19, 2009
3:18 pm
1326
... Yes, you definitely can. That said, there's a couple gotcha's you need to watch out for. Basically, anything that uses an HDF during parse needs to have...
Brandon Long
blong42
Offline Send Email
Aug 19, 2009
7:35 pm
1327
hello, in my hdf file I have the followings value: eqpt.revt.ETORS001.value=1 eqpt.revt.ETORS002.value=0 eqpt.revt.ETORS003.value=1 eqpt.revt.ETORS004.value=1 ...
arko974
Offline Send Email
Aug 20, 2009
5:25 pm
1328
... Well, obviously, you could do the trick with string.slice(), but it will be ugly. It would be great if ClearSilver had a full-fledged sprintf, but there is...
Nikolai Kondrashov
nikolai.kond...
Offline Send Email
Aug 20, 2009
5:40 pm
1329
One of the regression tests fails on Snow Leopard, test_crc.cs. Specifically, the last line outputs '2166050276' when '-2128917020' is expected. Artifact of a...
snoovler
Offline Send Email
Aug 30, 2009
9:01 pm
1330
Hi,  Is there a way of sharing some information between all the pages the visitor is using on my site for the duration of his visit? For example, if users...
John E
stuffedlambmeat
Offline Send Email
Aug 30, 2009
9:02 pm
1331
... There are several ways to do this. If the data is small, one of the simplest methods is to use a small temporary cookie. ... Here is how I would do this: ...
David Jeske
jeskeca
Offline Send Email
Aug 30, 2009
9:18 pm
1332
Yes, this is a known 64 bit issue that's fixed in the next version. Brandon ... -- "When life hands you lemons, ask for a bottle of Tequila and salt!" ...
Brandon Long
blong42
Offline Send Email
Aug 31, 2009
6:19 pm
1333
Hi everybody, Brandon, I was dissatisfied with the value existence check operator ('?'), since most of the time I need *node* existence check, instead. So I...
Nikolai Kondrashov
nikolai.kond...
Offline Send Email
Sep 7, 2009
4:25 pm
Messages 1304 - 1333 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help