Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(11) |
Nov
(184) |
Dec
(182) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(224) |
Feb
(404) |
Mar
(244) |
Apr
(232) |
May
(162) |
Jun
(193) |
Jul
(174) |
Aug
(161) |
Sep
(170) |
Oct
(283) |
Nov
(310) |
Dec
(130) |
2007 |
Jan
(210) |
Feb
(129) |
Mar
(174) |
Apr
(246) |
May
(269) |
Jun
(212) |
Jul
(229) |
Aug
(202) |
Sep
(190) |
Oct
(194) |
Nov
(172) |
Dec
(128) |
2008 |
Jan
(343) |
Feb
(137) |
Mar
(186) |
Apr
(266) |
May
(156) |
Jun
(147) |
Jul
(140) |
Aug
(78) |
Sep
(128) |
Oct
(126) |
Nov
(100) |
Dec
(106) |
2009 |
Jan
(152) |
Feb
(165) |
Mar
(209) |
Apr
(166) |
May
(97) |
Jun
(152) |
Jul
(159) |
Aug
(196) |
Sep
(151) |
Oct
(107) |
Nov
(128) |
Dec
(64) |
2010 |
Jan
(105) |
Feb
(77) |
Mar
(129) |
Apr
(151) |
May
(126) |
Jun
(97) |
Jul
(86) |
Aug
(99) |
Sep
(64) |
Oct
(88) |
Nov
(59) |
Dec
(91) |
2011 |
Jan
(159) |
Feb
(111) |
Mar
(153) |
Apr
(114) |
May
(88) |
Jun
(201) |
Jul
(158) |
Aug
(124) |
Sep
(101) |
Oct
(149) |
Nov
(160) |
Dec
(68) |
2012 |
Jan
(74) |
Feb
(68) |
Mar
(121) |
Apr
(92) |
May
(172) |
Jun
(100) |
Jul
(85) |
Aug
(65) |
Sep
(74) |
Oct
(105) |
Nov
(76) |
Dec
(21) |
2013 |
Jan
(101) |
Feb
(57) |
Mar
(76) |
Apr
(35) |
May
(43) |
Jun
(50) |
Jul
(32) |
Aug
(50) |
Sep
(33) |
Oct
(58) |
Nov
(26) |
Dec
(49) |
2014 |
Jan
(46) |
Feb
(49) |
Mar
(54) |
Apr
(33) |
May
(46) |
Jun
(57) |
Jul
(34) |
Aug
(36) |
Sep
(69) |
Oct
(37) |
Nov
(27) |
Dec
(57) |
2015 |
Jan
(25) |
Feb
(52) |
Mar
(97) |
Apr
(41) |
May
(44) |
Jun
(36) |
Jul
(27) |
Aug
(33) |
Sep
(29) |
Oct
(45) |
Nov
(23) |
Dec
(23) |
2016 |
Jan
(6) |
Feb
(31) |
Mar
(17) |
Apr
(41) |
May
(31) |
Jun
(51) |
Jul
(20) |
Aug
(36) |
Sep
(69) |
Oct
(55) |
Nov
(29) |
Dec
(17) |
2017 |
Jan
(25) |
Feb
(22) |
Mar
(29) |
Apr
(18) |
May
(30) |
Jun
(13) |
Jul
(22) |
Aug
(12) |
Sep
(20) |
Oct
(60) |
Nov
(36) |
Dec
(20) |
2018 |
Jan
(16) |
Feb
(12) |
Mar
(25) |
Apr
(14) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
1
(15) |
2
(12) |
3
(18) |
4
(19) |
5
(2) |
6
(1) |
7
(13) |
8
(15) |
9
(13) |
10
(9) |
11
(7) |
12
|
13
(2) |
14
(8) |
15
(8) |
16
(30) |
17
(5) |
18
(19) |
19
(12) |
20
(7) |
21
(7) |
22
(17) |
23
(5) |
24
(3) |
25
(5) |
26
(3) |
27
(1) |
28
(2) |
29
(4) |
30
(1) |
31
(6) |
|
|
From: Tamas Papp <tkpapp@gm...> - 2007-05-13 12:24:28
|
Hi Surendra, Then maybe I am doing something wrong: (cairo_line_to *cr* 0 100) gives Type-error in KERNEL::OBJECT-NOT-DOUBLE-FLOAT-ERROR-HANDLER: 0 is not of type DOUBLE-FLOAT [Condition of type TYPE-ERROR] Restarts: 0: [ABORT-REQUEST] Abort handling SLIME request. 1: [ABORT] Return to Top-Level. Backtrace: 0: ("LAMBDA (G3550 G3551 G3552 G3553)" #<Alien (FUNCTION (VALUES) SYSTEM:SYSTEM-AREA-POINTER DOUBLE-FLOAT DOUBLE-FLOAT) at #x58000668> #.(SYSTEM:INT-SAP #x08087F98) 0 100) 1: (CAIRO_LINE_TO #.(SYSTEM:INT-SAP #x08087F98) 0 100) 2: ("DEFSLIMEFUN INTERACTIVE-EVAL") where cairo_line_to is generated by SWIG as (cffi:defcfun ("cairo_line_to" cairo_line_to) :void (cr :pointer) (x :double) (y :double)) How can I enable the automatic conversion you mentioned? Thanks, Tamas On 5/13/07, Surendra Singhi <efuzzyone@...> wrote: > > Hi, > > "Tamas Papp" <tkpapp@...> writes: > > > The Lisp (CFFI) interface generated for C functions expects the same > numeric > > type as the original function (double-float, etc). It is possible to > > automatically generate wrappers for these functions so that they would > > accept any numeric type and convert the numbers to the desired format? > > You will have to write your own wrappers for any conversion beyond what > lisp > and cffi does. Lisp should automatically convert, say integer to floats. > > Cheers, > -Surendra > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Swig-user mailing list > Swig-user@... > https://lists.sourceforge.net/lists/listinfo/swig-user > |
From: Surendra Singhi <efuzzyone@ne...> - 2007-05-13 07:27:19
|
Hi, "Tamas Papp" <tkpapp@...> writes: > The Lisp (CFFI) interface generated for C functions expects the same numeric > type as the original function (double-float, etc). It is possible to > automatically generate wrappers for these functions so that they would > accept any numeric type and convert the numbers to the desired format? You will have to write your own wrappers for any conversion beyond what lisp and cffi does. Lisp should automatically convert, say integer to floats. Cheers, -Surendra |