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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 1381 - 1410 of 1451   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1381 tiebingzhang Send Email Jun 24, 2010
10:06 pm
I have found a possible bug. Version: 0.10.5 Description: clearsilver does not process POST with "Content Type set to application/x-www-form-urlencoded;". Note...
1382 Brandon Long
blong42 Send Email
Jun 24, 2010
10:09 pm
Thanks for the report. Yes, we know about the bug, its fixed in head of tree, you can see the change here: ...
1383 tiebingzhang Send Email Jun 24, 2010
11:56 pm
Thank Brandon. I did not know there is a newer version than 0.10.5. Do you plan to release a new version any time soon. When I checked out the SVN version...
1384 Brandon Long
blong42 Send Email
Jun 25, 2010
12:05 am
You need to grab the now separate streamhtmlparser package from http://code.google.com/p/streamhtmlparser/ Though you often have to actually compile it. I may...
1385 tiebingzhang Send Email Jun 25, 2010
4:28 pm
Hi, I have been using HDF as my "database";, and it has been working beautifully. Now, I am looking for two more things that can make my life a little easier...
1386 cakoose Send Email Jul 1, 2010
3:14 am
Hello! I need to implement the same dynamic web page in Python and Java. Though the request-handling and data-retrieval code will need to be written twice,...
1387 Chris Trimble
ctrimble Send Email
Jul 1, 2010
4:22 am
What about using Jython and building the bulk of your logic/templating with Java? C...
1388 Brandon Long
blong42 Send Email
Jul 1, 2010
5:38 pm
Currently, both the Python and Java implementations rely on the C library (native code). We do have a pure-Java version here at Google, and its our goal to...
1389 马亮
bigmaliang... Send Email
Aug 23, 2010
8:08 am
hi brandon: There is a bug in cgi/cgi.c: 794 in svn's resp(http://code.google.com/p/clearsilver/source/browse/trunk/cgi/cgi.c). ...
1390 马亮
bigmaliang... Send Email
Aug 26, 2010
4:54 am
hi I used clearsilver&#39;s subversion code recently. And found some issues: 1, cs_printf() should use vprintf instead of printf. 2, cgiwrap_init_std() should be...
1391 Brandon Long
blong42 Send Email
Aug 26, 2010
9:09 am
Thanks Brandon...
1392 nevereatbabies Send Email Sep 5, 2010
3:58 am
I'm trying to create a shortcut macro create form input boxes with values. I tried something like this: <?cs def:form.input(path) ?> <input type="text&quot;...
1393 Brandon Long
blong42 Send Email
Sep 8, 2010
8:07 am
Sorry, should have mentioned this when it was made available. My co-workers have put the finishing touches on the pure-Java version of ClearSilver. Its...
1394 Brandon Long
blong42 Send Email
Sep 8, 2010
8:26 am
There isn't currently a function for the full path. If you could write your own strfunc, it would be easy to add, but if you're in Java, that's not easy. If...
1395 Kannan Goundan
cakoose Send Email
Sep 13, 2010
7:22 am
Yeah... it's a bit unfortunate. We may or may not find a way around implementing it twice. Either way, we also have an issue with native code being...
1396 bigmaliang@...
bigmaliang... Send Email
Oct 17, 2010
7:44 am
hi, I need some zh_cn.utf8 string to be a hdf key. but _hdf_read_string() said this: /* Valid hdf name is [0-9a-zA-Z_.]+ */ name = s; while (*s &&...
1397 Brandon Long
blong42 Send Email
Oct 19, 2010
12:07 am
I imagine that it would be fine. I put that in mostly to be certain. Note that that limitation only applies to reading from a string/file, hdf_set_value/etc...
1398 Ogla Sungutay
oglausa Send Email
Nov 28, 2010
9:47 pm
Hi Brandon, I will use the Clearsilver C API in several worker threads in my web application and wanted to get some tips (or dos and donts) from you. My setup...
1399 Brandon Long
blong42 Send Email
Nov 29, 2010
1:09 am
Most of ClearSilver is thread-compatible, assuming its compiled against threaded libraries and finds pthread during configure. Which is to say, that it is safe...
1400 马亮
bigmaliang... Send Email
Nov 29, 2010
2:17 am
I also use clearsilver under lighttpd and FastCGI. Fastcgi's worker is process, not thread. Clearsilver can work under multi process fine. maybe, cgi_xxx is...
1401 David Jeske
jeskeca Send Email
Dec 19, 2010
7:40 pm
Continuing something I started years ago with the original skelleton of a half-working C# module for clearsilver, I now have a more-real clearsilver module for...
1402 geoffreymsilver Send Email Jan 15, 2011
12:23 am
I have the following Ajax function used to dynamically create a select box. I'd like to make this a multi-select, and added two lines which I thought would...
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...
Messages 1381 - 1410 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