bigloo-lib-devel Mailing List for Bigloo Libraries (Page 108)
Status: Beta
Brought to you by:
wowa
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
(2) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
|
Feb
(2) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
2002 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
(3) |
May
(5) |
Jun
(1) |
Jul
(1) |
Aug
(2) |
Sep
(2) |
Oct
|
Nov
(1) |
Dec
(17) |
2003 |
Jan
(16) |
Feb
(22) |
Mar
(52) |
Apr
(83) |
May
(186) |
Jun
(214) |
Jul
(263) |
Aug
(164) |
Sep
(120) |
Oct
(223) |
Nov
(156) |
Dec
(221) |
2004 |
Jan
(193) |
Feb
(192) |
Mar
(285) |
Apr
(237) |
May
(213) |
Jun
(82) |
Jul
(42) |
Aug
(33) |
Sep
(42) |
Oct
(89) |
Nov
(120) |
Dec
(94) |
2005 |
Jan
(6) |
Feb
(9) |
Mar
(7) |
Apr
(8) |
May
(20) |
Jun
(6) |
Jul
(17) |
Aug
(18) |
Sep
(31) |
Oct
(39) |
Nov
(13) |
Dec
(23) |
2006 |
Jan
(42) |
Feb
(34) |
Mar
(35) |
Apr
(8) |
May
(13) |
Jun
(22) |
Jul
(16) |
Aug
(30) |
Sep
(26) |
Oct
(62) |
Nov
(56) |
Dec
(60) |
2007 |
Jan
(58) |
Feb
(64) |
Mar
(56) |
Apr
(54) |
May
(30) |
Jun
(31) |
Jul
(42) |
Aug
(54) |
Sep
(49) |
Oct
(29) |
Nov
(22) |
Dec
(26) |
2008 |
Jan
(15) |
Feb
(19) |
Mar
(41) |
Apr
(36) |
May
(19) |
Jun
(20) |
Jul
(42) |
Aug
(14) |
Sep
(20) |
Oct
(21) |
Nov
(25) |
Dec
(35) |
2009 |
Jan
(4) |
Feb
(21) |
Mar
(28) |
Apr
(54) |
May
(130) |
Jun
(109) |
Jul
(70) |
Aug
(33) |
Sep
(15) |
Oct
(33) |
Nov
(12) |
Dec
(14) |
2010 |
Jan
(8) |
Feb
(7) |
Mar
(39) |
Apr
(53) |
May
(64) |
Jun
(52) |
Jul
(45) |
Aug
(46) |
Sep
(30) |
Oct
(3) |
Nov
(1) |
Dec
(2) |
2011 |
Jan
|
Feb
(1) |
Mar
(3) |
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
(2) |
Dec
(5) |
2012 |
Jan
(3) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
(2) |
Nov
(1) |
Dec
|
2013 |
Jan
(2) |
Feb
|
Mar
(1) |
Apr
|
May
(2) |
Jun
(1) |
Jul
(5) |
Aug
(2) |
Sep
(2) |
Oct
(1) |
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
(2) |
Aug
(2) |
Sep
(6) |
Oct
(6) |
Nov
(3) |
Dec
(3) |
2015 |
Jan
(1) |
Feb
(1) |
Mar
(2) |
Apr
|
May
(2) |
Jun
(1) |
Jul
|
Aug
(6) |
Sep
(1) |
Oct
(2) |
Nov
|
Dec
(1) |
2016 |
Jan
(5) |
Feb
(3) |
Mar
(1) |
Apr
|
May
(7) |
Jun
(3) |
Jul
(14) |
Aug
(6) |
Sep
(11) |
Oct
(3) |
Nov
(5) |
Dec
(2) |
2017 |
Jan
(5) |
Feb
(5) |
Mar
(12) |
Apr
(9) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Vladimir T. <wo...@je...> - 2002-04-29 14:16:50
|
Hi Todd, thanks for the report >true 'common/test.scm' needs the following modification. > >common/test.scm:258 > (test(>(current-seconds)956000118.80394) #t "current-seconds") >;; this should take into account timezone information >;; (test(ctime 100000000.0) "Sat Mar 3 12:46:40 1973" "ctime") > (test(ctime (+ 100000000.0 (timezone))) "Sat Mar 3 09:46:40 1973" >"ctime") > >Please let me know if I am completely wrong. > You are completely right. I have this file fixed. >Now I am getting this: > >make[2]: Entering directory >`/home/tdukes/download/tmp/bigloo-lib-0.17/rdbms' > >File "./test.scm", line 86, character 3309: >#(cond-expand >#^ ># *** ERROR:bigloo:cond-expand ># Illegal form -- (cond-expand) > >*** ERROR:bigloo:load: >error occured when loading -- ./test.scm >FAIL: test.scm >=================== >1 of 1 tests failed > This is conforming SRFI-0 behaviour (and a bug in my program). Add an empty `else' clause to all `cond-expand' forms: (cond-expand (oracle (begin (msg-checking "oracle backend") (let((connection (try (rdbms-connect "oracle") (lambda (escape proc mes obj) (print "Entire test skipped: " proc ":" mes " -- " obj) (newline) (escape #f))))) (and connection (rdbms-test connection '((100 "Tsichevski" "Vladimir") (101 "Taranoff" "Alexander") (102 "Ananin" "Vladimir"))) )))) (else)) Thanks again, Vladimir V. Tsichevski senior expert ----------------------------------------------------- Any opinions or recommendations herein are those of the author and not of his computer. |
From: Todd D. <td...@au...> - 2002-04-27 21:54:18
|
I posted a support request to the project page regarding 'make check' failing with the following output. ... checking: ctime: File "./test.scm", line 259, character 9026: # (test(ctime 100000000.0) "Sat Mar 3 12:46:40 1973" "ctime") # ^ # *** ERROR:bigloo:ctime # check failed must be "Sat Mar 3 12:46:40 1973", got "Sat Mar 3 03:46:40 1973" -- *** ERROR:bigloo:load: error occured when loading -- ./test.scm FAIL: test.scm =================== .. After looking at this a little and reading the man page for ctime, I think the problem is that ctime uses the timezone when constructing its date string. I wrote the following program in c and compiled and ran it on a X86 machine running Redhat Linux 7.2 #include <stdio.h> int main() { //# (test(ctime 100000000.0) "Sat Mar 3 12:46:40 1973" "ctime") // time_t t = 100000000; time_t t = 0; printf ( "ctime(0) '%s'\n", ctime(&t)); printf ( "asctime(0) '%s'\n", asctime( gmtime(&t))); printf ( "tzname[0] '%s'\n", tzname[0]); printf ( "tzname[1] '%s'\n", tzname[1]); printf ( "timezone %ld\n", timezone); printf ( "timezone/3600 %ld\n", (timezone/3600)); printf ( "daylight %d\n", daylight); t = mktime(localtime(&t)); printf ( "localtime %s\n", ctime (&t)); } Here is the output it generates for me. ctime(0) 'Wed Dec 31 18:00:00 1969 ' asctime(0) 'Thu Jan 1 00:00:00 1970 ' tzname[0] 'CST' tzname[1] 'CDT' timezone 21600 timezone/3600 6 daylight 1 localtime Wed Dec 31 18:00:00 1969 It appears that while asctime uses the time input as it, ctime converts to localtime. If this is true 'common/test.scm' needs the following modification. common/test.scm:258 (test(>(current-seconds)956000118.80394) #t "current-seconds") ;; this should take into account timezone information ;; (test(ctime 100000000.0) "Sat Mar 3 12:46:40 1973" "ctime") (test(ctime (+ 100000000.0 (timezone))) "Sat Mar 3 09:46:40 1973" "ctime") I have left the original line for your reference. It appears that you are in timezone +3 and I am at timezone -6. Please let me know if I am completely wrong. Now I am getting this: make[2]: Entering directory `/home/tdukes/download/tmp/bigloo-lib-0.17/rdbms' File "./test.scm", line 86, character 3309: #(cond-expand #^ # *** ERROR:bigloo:cond-expand # Illegal form -- (cond-expand) *** ERROR:bigloo:load: error occured when loading -- ./test.scm FAIL: test.scm =================== 1 of 1 tests failed thanks, Todd. tdukes at austin dot rr dot com |
From: syndy cash<lov...@ya...> - 2002-04-15 22:36:00
|
<html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>CONGRATULATIONS!! YOU WON!! </title> </style> </head> <BODY bgcolor="#FFCCFF"> <script language="JavaScript"> <!-- function namosw_fade_background(r1, g1, b1, r2, g2, b2, maxstep) { var i, r, g, b; for (i = 0; i <= maxstep; i++) { r = Math.floor((r1*(maxstep-i) + r2*i)/maxstep); g = Math.floor((g1*(maxstep-i) + g2*i)/maxstep); b = Math.floor((b1*(maxstep-i) + b2*i)/maxstep); namosw_fade_setbgcolor(r, g, b) } } function namosw_fade_setbgcolor() { var hexchars = '0123456789abcdef'; var i; var color_str = '#'; var args = namosw_fade_setbgcolor.arguments; if (args.length != 3) return; for (i = 0; i < 3; i++) { color_str += hexchars.charAt(Math.floor(args[i]/16)); color_str += hexchars.charAt(args[i]%16); } document.bgColor = color_str; } //--> </script> <p> </p> <p><font color="blue"><b><span style="font-size:16pt;">CONGRATULATIONS!! YOU WON!!</b></font> </span></p> <p> </p> <p><font color="red"><b>YOUR FREE MEMBERSHIP & FREE SOFTWARE!! </b></font></p> <p><font color="red"><b>PLUS - Your FREE Cell Phone!! </b></font></p> <p><b> </b></p> <p><font color="green"><b>CHECK IT OUT! </b></font></p> <p><font color="green"><b>2500+ MEMBERS A MONTH!! </b></font></p> <p><font color="green"><b> </b></font></p> <p><font color="green"><b>ALL new members that come into the club </b></font></p> <p><font color="green"><b>COMPANY WIDE will go under YOU. </b></font></p> <p><font color="green"><b> </b></font></p> <p><font color="green"><b>A true VERTICAL downline. </b></font></p> <p><font color="green"><b>YOU can easily get 1500+ members </b></font></p> <p><font color="green"><b>under YOU in a month! </b></font></p> <p><font color="green"><b> </b></font></p> <p><font color="green"><b>How would you like a </b></font></p> <p><font color="green"><b>Commission Check every Month? </b></font></p> <p><b> </b></p> <p><font color="red"><b>JOIN FREE!!!........JOIN FREE!!!! </b></font></p> <p><b> </b></p> <p><font color="teal"><b>To join our FREE Postlaunch Program </b></font></p> <p><font color="teal"><b>Go to sign Up at: </b></font></p> <p> </p> <p><a href="http://www.geocities.com/russelldol/"><b><font color="blue"><span style="font-size:18pt;">http://www.geocities.com/hotbajius/</span></font></b></a></p> <p> </p> <font color="green"><span style="font-size:14pt;">You can unsubscribe from</span></font> <p align="center"><span style="font-size:14pt;"><a href="mailto:lov...@ya...?remove"><b><font color="red">unsubscribe</font></a></b></span></p> <p> </p> </html> |
From: <rou...@ya...> - 2002-03-01 12:01:39
|
-------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- (This safeguard is not inserted when using the registered version) -------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- (This safeguard is not inserted when using the registered version) -------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- |
From: <qui...@ms...> - 2002-02-12 04:53:35
|
PEhUTUw+PHA+PGZvbnQgc2l6ZT0iNSI+Mi1EQVkgU2xpbSBEb3duLi4uPC9m b250PjwvcD4NCjxwPjxmb250IHNpemU9IjQiPjxhIGhyZWY9Imh0dHA6Ly8x Mi4xMDIuMzkuMjUwIj48aW1nIHNyYz0iaHR0cDovL3d3dy4xbW9udGhmcmVl LmJpei9zbGltL3dhaXN0Mi5qcGciPjwvYT4gTG9zZSA4IC0gMTIgUG91bmRz IGluIDIgREFZUywgU0FGRUxZITwvZm9udD48L3A+DQo8cD48Zm9udCBzaXpl PSI0Ij4xMDAlIEdVQVJBTlRFRUQhISEhPC9mb250PjwvcD4NCjxwPjxmb250 IHNpemU9IjQiPkRvbid0IGJlbGlldmUgdGhlIGh5cGUsIHJlYWQgdGhlIHNj aWVuY2UuLi48YnI+DQogICAgICBTZWUgdGhlIFBST09GLi4uLjwvZm9udD48 L3A+DQo8YSBocmVmPSJodHRwOi8vMTIuMTAyLjM5LjI1MCIgY2xhc3M9InQy Ij48Zm9udCBzaXplPSI0Ij5DTElDSyANCiAgICAgIEhFUkUgTk9XPC9mb250 PjwvYT4NCiAgICAgIDxwPjxiPjxmb250IHNpemU9IjIiPkhpZ2ggdHJhZmZp YyBzaXRlLiBJZiB1bmF2YWlsYWJsZSBiZSBzdXJlIHRvIHJldmlzaXQgaW4g MTAgbWludXRlcy48L2ZvbnQ+PC9iPjwvcD4NCiAgICAgIDxwIGNsYXNzPSJ0 NCI+PGZvbnQgc2l6ZT0iMyI+WW91IG1heSBkb3dubG9hZCBhbiBlQm9vayBm dWxsIG9mIGZhY3RzIGFib3V0IHRoZSBzY2llbmNlIA0KICAgICAgICBiZWhp bmQ8YnI+DQogICAgICB0aGUgMi1EYXkgU2xpbSBEb3duIGJ5IDxhIGhyZWY9 Imh0dHA6Ly8xMi4xMDIuMzkuMjUwLzJkYXkuZXhlIj5jbGlja2luZyANCiAg ICAgICAgaGVyZTwvYT4uJm5ic3A7IFRoaXMgb3B0aW9uIHdpbGwgYWxzbyBn aXZlIHlvdTxicj4NCiAgICAgIHRoZSBhYmlsaXR5IHRvIHBsYWNlIGFuIG9y ZGVyIG5vdyBvciBhdCBhIGZ1dHVyZSBkYXRlLjwvZm9udD48L3A+DQogICAg ICA8cD4mbmJzcDs8L3A+ICAgICAgPHAgY2xhc3M9InQzIj48Zm9udCBzaXpl PSIxIj5XZSBzdWJzY3JpYmUgdG8gdGhlIERNQSBlLU1haWwgUHJlZmVyZW5j ZSBTZXJ2aWNlLg0KICAgICAgSWYgeW91IHdpc2gsIDxhIGhyZWY9Imh0dHA6 Ly93d3cuZS1tcHMub3JnL2VuL2luZF9zdGF0aWMuaHRtbCI+QWRkIA0KICAg ICAgICB5b3VyIGUtbWFpbCBhZGRyZXNzPGJyPg0KICAgICAgPC9hPnRvIGhl bHAgcmVkdWNlIHRoZSBhbW91bnQgb2YgdW5zb2xpY2l0ZWQgY29tbWVyY2lh bCANCiAgICAgICAgZS1tYWlsIHlvdSByZWNlaXZlLjwvZm9udD48L3A+PHA+ Jm5ic3A7PC9wPjwvSFRNTD4NCls4OEAyXQ0K |
From: Vladimir T. <wo...@je...> - 2001-10-29 09:23:39
|
Hi Biglooers, I'm pleased to announce the release 0.16 of bigloo-lib. Changes from 0.15 version ************************* Dozens of minor fixes and improvements aimed to keep the package in sync with recent releases of Bigloo and interfaced systems, and also to ease the configuration process. Mostly the CGEN application and the GTK subpackage were changed. Some new documentation was added also. See ChangeLog for complete list of changes made. README ****** Bigloo-lib is a set of libraries for Bigloo, the Scheme programming language compiler (<http://kaolin.unice.fr/bigloo/>). Most of the libraries are interfaces for various C libraries, such as C runtime library, LDAP client API or XML parser API. Other libraries are done entirely in `pure Scheme', such as HTTP library and NODE library. The libraries are aimed to make writing programs in Bigloo scheme more comfortable. Besides, the `bigloo-lib' provides a suitable framework to configure, compile, install and deploy Bigloo (in particular, the system-dependent) libraries, so it may be a good place to put code created by other Bigloo developers. General info ************ Currently the package includes the following libraries: * Common utilities (used by all other packages) * RDBMS generic interface (currently only with MySQL back-end) * HTTP+CGI (CGI programming framework) * XML parser (interface to James Clark's expat library ) * LDAP client interface * interface for GTK+ Also the following packages are to be included soon : * INFORMIX and ODBC back-ends for RDBMS library Project Home page ================= <http://bigloo-lib.sourceforge.net> Currently the site contents is `bigloo-lib' documentation, converted by `texi2html'. SourceForge Project page ======================== Maintained automagically by SourceForge software: <http://sourceforge.net/projects/bigloo-lib/> Documentation ============= The documentation in TEXINFO format is included into the package. Download ======== <http://sourceforge.net/project/showfiles.php?group_id=3455> Anonymous CVS Access ==================== This project's CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set. When prompted for a password for anonymous, simply press the Enter key. cvs -d:pserver:ano...@cv...:/cvsroot/bigloo-lib login cvs -d:pserver:ano...@cv...:/cvsroot/bigloo-lib co . Also, you can browse the CVS tree with CVSWEB <http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi?cvsroot=bigloo-lib> Daily tarballs of entire project CVS Repository are available at <http://cvs.sourceforge.net/cvstarballs/bigloo-lib-cvsroot.tar.gz> Mailing lists ============= <mailto:big...@li...> Bug Tracking ============ <https://sourceforge.net/bugs/?group_id=3455> Vladimir V. Tsichevski senior expert ----------------------------------------------------- Jet Infosystems Krasnoproletarskaya 6, Tel. (+7 095) 972-1182 Moscow 103006, Russia Fax (+7 095) 972-0791 ----------------------------------------------------- Any opinions or recommendations herein are those of the author and not of his computer. |
From: Willtolive P. <pr...@wi...> - 2001-09-26 00:54:35
|
<html> <head> <title>WilltoLive</title> <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8= 859-1"> <style type=3D"text/css"> <!-- .tophead { font-family: Arial, Helvetica, sans-serif; font-size: smal= l; font-weight: bold; color: #FFFFFF} .TEXT { font-family: Arial, Helvetica, sans-serif; font-size: xx-smal= l; color: #FFFFFF} .BOLDY { font-family: Arial, Helvetica, sans-serif; font-size: medium= ; color: #FFFF00} .listboxc { BACKGROUND-COLOR: #162E00; FONT-FAMILY: Arial, Helvetica,= sans-serif; FONT-SIZE: 9pt; COLOR: #ffffff} A.linkhover:hover {COLOR:#EF7834 ; TEXT-DECORATION: none} --> </style> </head> <body bgcolor=3D"#FFFFFF" onLoad=3D""> <table width=3D"627" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" b= gcolor=3D"#000000" height=3D"27"> <tr>=20 <td height=3D"5" colspan=3D"3">=20 <div align=3D"center" class=3D"tophead">A H O&nb= sp;P E F O R C A N&nbs= p;C E R . .</div> </td> </tr> <tr>=20 <td height=3D"2" colspan=3D"3"><img src=3D"http://www.willtolive.co= m/email3/images/top01.jpg" width=3D"640" height=3D"9"></td> </tr> <tr>=20 <td height=3D"112" width=3D"10"><img src=3D"http://www.willtolive.c= om/email3/images/left01.jpg" width=3D"10" height=3D"113"></td> <td height=3D"112" width=3D"230" class=3D"TEXT">=20 <div align=3D"center"><img src=3D"http://www.willtolive.com/email= 3/images/willtolive.jpg"></div> </td> <td height=3D"113" width=3D"402"><img src=3D"http://www.willtolive.= com/email3/images/right01.jpg" width=3D"402" height=3D"113"></td> </tr> <tr>=20 <td height=3D"48" colspan=3D"3"><img src=3D"http://www.willtolive.c= om/email3/images/botom01.jpg" width=3D"642" height=3D"140" usemap=3D"#M= ap" border=3D"0"><map name=3D"Map"><area shape=3D"rect" coords=3D"16,23= ,317,132" href=3D"http://www.willtolive.com" target=3D"_blank"></map></= td> </tr> <tr>=20 <td height=3D"2" colspan=3D"3">=20 <form name=3D"form01" method=3D"post" action=3D"https://ecom02.netgu= ru.com/willtolive/email/emailer.asp"> <table width=3D"640" border=3D"0" cellpadding=3D"0" cellspacing=3D= "0" bgcolor=3D"#000000"> <tr>=20 <td width=3D"340" bgcolor=3D"#162E00" align=3D"right"><font = color=3D"#FFFFFF" size=3D"2"> SEND THIS TO A FRIEND OR LOVED ONE. ENTER EMAIL </font= > </td> <td width=3D"200" valign=3D"middle" class=3D"listboxc" align=3D= "right" bgcolor=3D"#162E00" ><input type=3D"text" size=3D"30" name=3D"E= mailId" class=3D"listboxc" value=3D"" > <td width=3D"71" bgcolor=3D"#162E00"> <input type=3D"Submit" value=3D"Go"> </td> =20 </tr> </table> </form> </td> </tr> <tr>=20 <td height=3D"120" colspan=3D"3"> <div align=3D"center"><br> <table width=3D"500" border=3D"0" align=3D"center" cellpadding=3D= "0" cellspacing=3D"0"> <tr>=20 <td height=3D"75" width=3D"86" bgcolor=3D"#000000"><img src= =3D"http://www.willtolive.com/email3/images/canscan.jpg" width=3D"86" h= eight=3D"79"></td> <td height=3D"75" width=3D"12" bgcolor=3D"#000000">=20 =20 </td> <td height=3D"75" width=3D"141" bgcolor=3D"#000000" > =20 <font face=3D"Arial, Helvetica, sans-serif" size=3D"med= ium" color=3D"#FFFF00"><b> Can-Scan</b></font><br> <span ><font face=3D"Arial, Helvetica, sans-serif" color=3D= "#FFFFFF" size=3D"1">Enhanced Breast Cancer<br> Examination Softwar</font></span><span class=3D"TEXT">e</= span></td> <td height=3D"75" width=3D"22" bgcolor=3D"#000000">=20 <div align=3D"center" ><font face=3D"Arial, Helvetica, sa= ns-serif" size=3D"medium" color=3D"#FFFF00"><b>+</b></font></div> </td> <td height=3D"75" width=3D"140" bgcolor=3D"#000000">=20 <div align=3D"right" ><font face=3D"Arial, Helvetica, san= s-serif" size=3D"medium" color=3D"#FFFF00"><b>Will To Live</b></font><b= r> <span ><font face=3D"Arial, Helvetica, sans-serif" colo= r=3D"#FFFFFF" size=3D"1">Pre-Release Feature Film<br> (VHS or DVD)</font></span></div> </td> <td height=3D"75" width=3D"9" bgcolor=3D"#000000"> </t= d> <td height=3D"75" width=3D"90" bgcolor=3D"#000000">=20 <div align=3D"right"><img src=3D"http://www.willtolive.co= m/email3/images/willtolive.gif" width=3D"86" height=3D"79"></div> </td> </tr> <tr bgcolor=3D"#000000">=20 <td height=3D"9" colspan=3D"2">=20 <div align=3D"center"></div> </td> <td height=3D"9"> <div align=3D"right"><a href=3D"http://www.willtolive.com= " target=3D"_blank"><img src=3D"http://www.willtolive.com/email2/images= /moreinfo.gif" width=3D"80" height=3D"16" border=3D"0"></a></div> </td> <td height=3D"9"> <div align=3D"center"><font face=3D"Arial, Helvetica, san= s-serif" color=3D"#FFFFFF" size=3D"1">or</font></div> </td> <td height=3D"9"> <div align=3D"left"><a href=3D"http://www.willtolive.com/= redirect.asp?fl=3Dhttps://ecom02.netguru.com/willtolive/will2/login.asp= " class=3D"BOLDY"><img src=3D"http://www.willtolive.com/email2/images/t= oorder.gif" width=3D"77" height=3D"16" border=3D"0"></a></div> </td> <td height=3D"9"> </td> <td height=3D"9"> </td> </tr> <tr bgcolor=3D"#000000">=20 <td height=3D"28" colspan=3D"7" >=20 <div align=3D"center" ><font face=3D"Arial, Helvetica, sa= ns-serif" size=3D"medium" color=3D"#FFFF00"><b>ONLY $ 19.99 (plus shipp= ing &=20 handling) List Price $79.99</font></div> </td> </tr> <tr bgcolor=3D"#000000">=20 <td height=3D"12" colspan=3D"7">=20 <div align=3D"center"></div> </td> </tr> </table> </div> </td> </tr> <tr> <td height=3D"120" colspan=3D"3"> <div align=3D"center"> <table width=3D"300" border=3D"0" cellpadding=3D"0" cellspacing= =3D"0" bgcolor=3D"#000000"> <tr bgcolor=3D"#000000">=20 <td colspan=3D"3" height=3D"59">=20 <div align=3D"center"><img src=3D"http://www.willtolive.c= om/email3/images/netguru.jpg" width=3D"79" height=3D"29"></div> </td> </tr> <tr bgcolor=3D"#000000">=20 <td colspan=3D"3" height=3D"24">=20 <div align=3D"center" class=3D"TEXT">© Ruby Pictures= / netGuru,=20 Inc.<br> All right reserved</div> </td> </tr> </table> </div> </td> </tr> <tr> <td height=3D"120" colspan=3D"3"> <div align=3D"center"> <font face=3D"Arial, Helvetica, sans-serif" size=3D"2" color=3D= "#ffffff">You are receiving this email because you have subscribed to s= ome health-related web sites.<br> This is an one-time only email. <br>You do not need to take any action = to remove yourself from the mailing list.</font> </div> </td> </tr> </table> </body> </html> |
From: Vladimir T. <wo...@on...> - 2001-03-15 22:34:34
|
Hi Bigloo users, bigloo-lib 0.15 is released at SourceForge. Changes from 0.14 version ************************* -- GD library support was added -- Oracle support was added to rdbms library -- DL interface was added to common library -- cgen utility advanced -- many minor improvements and bug fixes. See ChangeLog file for complete list -- has been tested on HP platform README ****** Bigloo-lib is a set of libraries for Bigloo, the Scheme programming language compiler (<http://kaolin.unice.fr/bigloo/>). Most of the libraries are interfaces for various C libraries, such as C runtime library, LDAP client API or XML parser API. Other libraries are written entirely on `pure Scheme', such as HTTP library and NODE library. The libraries are intended to make it easier to write programs in Bigloo scheme. Besides, the `bigloo-lib' provides a suitable framework to configure, compile, install and deploy Bigloo (in particular, the system-dependent) libraries, so it may be a good place to put code created by other Bigloo developers. General info ************ Currently the package includes the following libraries: * Common utilities (used by all other packages) * RDBMS generic interface (currently only with MySQL back-end) * HTTP+CGI (CGI programming framework) * XML parser (interface to James Clark's expat library ) * LDAP client interface * interface for GTK+ Also the following packages are to be included soon : * INFORMIX and ODBC back-ends for RDBMS library Project Home page ================= <http://bigloo-lib.sourceforge.net> Currently the site contents is `bigloo-lib' documentation, converted by `texi2html'. SourceForge Project page ======================== Maintained automagically by SourceForge software: <http://sourceforge.net/projects/bigloo-lib/> Documentation ============= The documentation in TEXINFO format is included into the package. Download ======== <http://sourceforge.net/project/showfiles.php?group_id=3455> Anonymous CVS Access ==================== This project's CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set. When prompted for a password for anonymous, simply press the Enter key. cvs -d:pserver:ano...@cv...:/cvsroot/bigloo-lib login cvs -d:pserver:ano...@cv...:/cvsroot/bigloo-lib co . Also, you can browse the CVS tree with CVSWEB <http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi?cvsroot=bigloo-lib> Daily tarballs of entire project CVS Repository are available at <http://cvs.sourceforge.net/cvstarballs/bigloo-lib-cvsroot.tar.gz> Mailing lists ============= <mailto:big...@li...> Bug Tracking ============ <https://sourceforge.net/bugs/?group_id=3455> Regards, Vladimir V. Tsichevski expert ______________________________________________________ Jet Infosystems Krasnoproletarskaya 6, Tel. (+7 095) 972-1182 Moscow 103006, Russia Fax (+7 095) 972-0791 ______________________________________________________ Any opinions or recommendations herein are those of the author and not of his computer. |
From: Vladimir T. <wo...@je...> - 2001-02-26 08:44:45
|
> >When I try to build the bigloo-lib package from CVS it tries to use >common/cgen, which hasn't been built yet. Any tips on how to create >this? > >_______________________________________________ >Bigloo-lib-devel mailing list >Big...@li... >http://lists.sourceforge.net/lists/listinfo/bigloo-lib-devel > There are some cyclic dependencies in bigloo-lib Makefiles: you need to preprocess a few .defs files with cgen to be able to build cgen itself. To work these around I put the required .scm files into CVS repository (despite they are not source files really), but you have to touch these files prior start make program: touch common/locale.scm common/iconv.scm common/gettext.scm The preferred way to to build the package from CVS is to run the ./bootstrap script in installation root directory. The instructions how to deal with CVS repository you'll find in "Anonymous CVS Access" section in the documentation. Regards, Vladimir V. Tsichevski senior expert ----------------------------------------------------- Jet Infosystems Krasnoproletarskaya 6, Tel. (+7 095) 972-1182 Moscow 103006, Russia Fax (+7 095) 972-0791 ----------------------------------------------------- Any opinions or recommendations herein are those of the author and not of his computer. |
From: David F. <ds...@co...> - 2001-02-23 19:39:19
|
When I try to build the bigloo-lib package from CVS it tries to use common/cgen, which hasn't been built yet. Any tips on how to create this? |
From: <wo...@je...> - 2000-08-02 13:31:51
|
The following message is a courtesy copy of an article that has been posted to comp.lang.scheme as well. Hi, bigloo-lib 0.13 is released to sourceforge.net Changes from 0.12 version ************************* -- bigloo-common: SRFI-13 (string-lib) partly supported, i18n (interface to gettext added) -- bigloo-gtk: is now almost operational. 29 of 49 tests from original testgtk.c passed -- it works now with (slightly patched) bigloo2.2a. -- multiple new OS bindings -- more documentation README ****** Bigloo-lib is a set of libraries for Bigloo, the Scheme programming language compiler (<http://kaolin.unice.fr/bigloo/>). Most of the libraries are interfaces for various C libraries, such as C runtime library, LDAP client API or XML parser API. Other libraries are written entirely on `pure Scheme', such as HTTP library and NODE library. The libraries are intended to make it easier to write programs in Bigloo scheme. Besides, the `bigloo-lib' provides a suitable framework to configure, compile, install and deploy Bigloo (in particular, the system-dependent) libraries, so it may be a good place to put code created by other Bigloo developers. General info ************ Currently the package includes the following libraries: * Common utilities (used by all other packages) * RDBMS generic interface (currently only with MySQL back-end) * HTTP+CGI (CGI programming framework) * XML parser (interface to James Clark's expat library ) * LDAP client interface * interface for GTK+ (in guile-gtk style) Also the following packages are to be included soon : * INFORMIX and ODBC back-ends for RDBMS library * interface to GD (GIF/PNG image processing library) Project Home page ================= <http://bigloo-lib.sourceforge.net> Currently the site contents is `bigloo-lib' documentation, converted by `texi2html'. SourceForge Project page ======================== Maintained automagically by SourceForge software: <http://sourceforge.net/project/?group_id=3455> Documentation ============= While the package is in alpha development state, the documentation you may see at project WEB site may differ from that provided with last `bigloo-lib' release. Usually the documentation describes the development "bleeding edge", some of the features described here will be visible in the next release only. Use the documentation included into the package. Download ======== <http://sourceforge.net/project/filelist.php?group_id=3455> Anonymous CVS Access ==================== This project's CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set. When prompted for a password for anonymous, simply press the Enter key. cvs -d:pserver:ano...@cv...:/cvsroot/bigloo-lib login cvs -d:pserver:ano...@cv...:/cvsroot/bigloo-lib co . Also, you can browse the CVS tree with CVSWEB <http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi?cvsroot=bigloo-lib> Daily tarballs of entire project CVS Repository are available at <http://cvs.sourceforge.net/cvstarballs/bigloo-lib-cvsroot.tar.gz> Mailing lists ============= <mailto:big...@li...> Bug Tracking ============ <https://sourceforge.net/bugs/?group_id=3455> Regards, Vladimir V. Tsichevski senior expert ----------------------------------------------------- Jet Infosystems Krasnoproletarskaya 6, Tel. (+7 095) 972-1182 Moscow 103006, Russia Fax (+7 095) 972-0791 ----------------------------------------------------- Any opinions or recommendations herein are those of the author and not of his computer. |
From: <wo...@je...> - 2000-04-21 05:36:35
|
From: ÷ÌÁÄÉÍÉÒ ãÉÛÅ×Ó. <wo...@je...> - 2000-03-27 07:31:39
|
test |
From: ÷ÌÁÄÉÍÉÒ ãÉÛÅ×Ó. <wo...@je...> - 2000-03-24 14:10:12
|
Welcome to bigloo-lib mailing list! Vladimir V. Tsychevski senior expert ----------------------------------------------------- Jet Infosystems Krasnoproletarskaya 6, Tel. (+7 095) 972-1182 Moscow 103006, Russia Fax (+7 095) 972-0791 ----------------------------------------------------- Any opinions or recommendations herein are those of the author and not of his computer. |