Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ClearSilver

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 335
  • Category: Open Source
  • Founded: Jul 2, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 1403 - 1432 of 1451   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1403 hi_malli2k3 Send Email Feb 3, 2011
1:11 am
Hi, Is there any way to add #ifdef (something similar) within hdf file to load dataset conditionally. Any documentation / suggestions will be helpful for me....
1404 Brandon Long
blong42 Send Email
Feb 3, 2011
10:27 pm
Not really, no. Brandon...
1405 Jacky Wang
jackychaowang Send Email
Aug 30, 2011
7:36 pm
Hi there, I know that it may be a dumb question, but ClearSilver installing doesn't work for me. :( It will be great if somebody here can help me out. Assuming...
1406 马亮
bigmaliang... Send Email
Aug 31, 2011
2:07 am
what is in the test_crc.cs.out and test_crc.cs.err ? At 2011-08-30 18:28:52,"Jacky Wang" <jacky.chao.wang@...> wrote: Hi there, I know that it may be a...
1407 Jacky Wang
jackychaowang Send Email
Aug 31, 2011
7:21 pm
$ cat test_crc.cs.err 4c4 < -2128917020 ... $ cat test_crc.cs.out Parsing test_crc.cs 419156592 1357503972 2166050276 Thanks, J ... $ cat test_crc.cs.err 4c4 <...
1408 马亮
bigmaliang... Send Email
Sep 1, 2011
1:59 am
sorry for my mistake, seems your compile command is not correct. first, you should copy libneo_cgi.a libneo_cs.a libneo_utl.a into /usr/local/lib then, you...
1409 Jacky Wang
jackychaowang Send Email
Sep 1, 2011
2:36 am
Thanks for the reply! - I successfully compiled the file with your command yet it gave me a segmentation fault in the runtime. - how to build streamparser...
1410 马亮
bigmaliang... Send Email
Sep 1, 2011
2:42 am
- I successfully compiled the file with your command yet it gave me a segmentation fault in the runtime. This may because of your hello.c has illgeal...
1411 Jacky Wang
jackychaowang Send Email
Sep 1, 2011
8:53 am
Thanks for the comments! However: /usr/bin/ld: ../libs//libstreamhtmlparser.a(libstreamhtmlparser_la-htmlparser.o): relocation R_X86_64_32S against `.rodata'...
1412 Jacky Wang
jackychaowang Send Email
Sep 3, 2011
10:39 pm
Hi, Thanks for the helps and ClearSilver runs flawlessly on my machine. So I'm curiosity on the tips/best practices of its usage under multi-threading...
1413 David Jeske
jeskeca Send Email
Sep 3, 2011
11:16 pm
Can you share some information about the environment you are trying to compile/install in? The test_crc.cs error is showing a sign error in output, which...
1414 Brandon Long
blong42 Send Email
Sep 4, 2011
8:50 am
... No, this isn't true. I'm sure that CSPARSE contains data structures which are updated on render, and cs commands like set definitely modify hdf. For...
1415 Jacky Wang
jackychaowang Send Email
Sep 4, 2011
7:11 pm
Thank you David! I replied the information in another thread. Current I've seen is: <...... ranlib ../libs/libneo_cgi.a gcc -g -O2 -pthread -Wall -I.. ...
1416 bxxx
vincebouix Send Email
Oct 5, 2011
12:38 am
Hello, I would like sanitize (with function html_escape for exemple) all value of query. How each recursively to a final value ? thx...
1417 Brandon Long
blong42 Send Email
Oct 5, 2011
10:46 pm
<?cs def:sanitize(param) ?> <?cs set:param = html_escape(param) ?> <?cs each:sub = param ?> <?cs call:sanitize(sub) ?> <?cs /each ?> <?cs /def ?> <?cs...
1418 bxxx
vincebouix Send Email
Oct 20, 2011
3:39 pm
Hey, is it possible to use include with a redirect output. for example : <?cs set:myvar = include: "test.cs" ?>...
1419 Brandon Long
blong42 Send Email
Oct 20, 2011
3:45 pm
No, though I've considered adding one. Brandon...
1420 unlitechc Send Email Nov 7, 2011
9:26 pm
I've got a problem that my boss asked me to use a light weight embedded web server, such as mongoose, to work with existing C program. No database should be...
1421 Brandon Long
blong42 Send Email
Nov 9, 2011
7:39 am
ClearSilver can be thought of as two parts, the CS templating language, and the CGI library. For your case, you basically need to use the CS language portions ...
1422 Brandon Long
blong42 Send Email
Nov 29, 2011
6:13 pm
This issue was given identifier CVE-2011-4357. This issue only affects the python wrapper for ClearSilver. In the CGI.error method from the neo_cgi module, the...
1423 Michael Mileusnich
justmike2000@... Send Email
Dec 7, 2011
8:50 pm
Hello, I am having a particularly troubling issue that I was hoping you could help shed some light on. I am working on an application that uses Python 2.4 (I ...
1424 caox
caox@... Send Email
Dec 21, 2011
6:28 am
Hi Sorry to bother. According to the description and code example, the API nerr_log_error should free the err chain. But I didn't find the respective code to...
1425 Brandon Long
blong42 Send Email
Dec 21, 2011
7:18 pm
I don't think any of those free the error chain, where did you get that impression? Its not in the api docs, as near as I can tell. Brandon...
1426 caox
caox@... Send Email
Dec 22, 2011
2:39 am
hmm... I found it in the header file "neo_err.h": /* function: nerr_log_error * description: currently, this prints out the error to stderr, and *...
1427 Brandon Long
blong42 Send Email
Dec 22, 2011
7:33 am
... Ah, the comment was fixed: http://code.google.com/p/clearsilver/source/detail?spec=svn861&r=861 ... It doesn't, just sloppy I guess. Brandon ... On Wed,...
1428 caox
caox@... Send Email
Dec 22, 2011
7:48 am
OK, I see. That means we need call nerr_ignore after nerr_log_error if we want the err chain to be freed correctly. Thanks. ... OK, I see. That means we need...
1429 caox
caox@... Send Email
Dec 27, 2011
8:07 am
Hi, Brandon We use ClearSilver as our template engine in our product, and we faced the problem your referred a few months ago. In our situation, we have lots...
1430 马亮
bigmaliang... Send Email
Feb 28, 2012
7:18 am
hi There is a spell bug in cgi.c: 899 err = nerr_register(&CGIUploadCancelled,"CGIParseNotHandled"); should be err =...
1431 Brandon Long
blong42 Send Email
Mar 8, 2012
6:24 pm
Not sure that quite qualifies as a spell bug, but its a real bug. Thanks, fixed in the repo. Brandon 2012/2/27 马亮 <bigmaliang@...> ... Not sure that...
1432 Matthew
mathewxiang Send Email
Mar 15, 2012
6:20 am
http://www.vim.org/scripts/script.php?script_id=1100 I fount this, but I think it doesn't work, so who can tell me is there a file for this?...
Messages 1403 - 1432 of 1451   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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