Since 4/14/2012 5:36:05 AM, spam173 has written 10 articles and participated in 576 conversations. spam173 signature: spam173
spam173's articles:
Items(10) /1
iBook: airport doesn't work015 (7/12/2004 9:52:56 PM) comp.os.linux.powerpc Hello, I installed linux 2.6.5 (gentoo) on my iBook and cannot make airport work. Most iwconfig operations are not supported: $ iwconfig eth2 channel 12 Error for wireless request "Set Frequency" (8B04) : ... Pascal
drivers for eMac's internal modem / serial port?012 (6/15/2004 1:12:53 AM) comp.os.linux.powerpc Are there drivers to use the internal modem of the eMac with Linux? I'm using a 2.6.5 kernel, and it looks like it's a "i2c-modem", but I've found no modem in the I2C modules... $ find /proc/device-tree/|e... Pascal
cross routing216 (6/10/2004 2:50:34 AM) comp.os.linux.networking Here is my problem: 2.2.2.1 +--------------+ Internet------------------| Remote Linux | | +--------------+ ... Pascal
Three implementations of sets with bits.230 (2/29/2004 5:08:25 AM) comp.lang.lisp I compared three ways of implementating sets with bits, using integers, bit vectors, or arrays of small integers. ----------------------------------------------------------- loops x #bits ... Pascal
function call/keyword indirection825 (2/26/2004 9:22:37 PM) comp.lang.lisp Where can I find the reference in the standard that would support this (great) feature: (defun f (a &key (red 0) (green 0) (blue 0)) (format t "a=~S~%red=~A~%green=~S~%blue=~S~2%" a red green blue)) (de... Pascal
Common-Lisp "Primitives"1336 (12/28/2003 8:14:30 PM) comp.lang.lisp The question has already been asked, and while it has not a unique answer, what would you think of this list of Common-Lisp primitives? (in low-case the special operators and forms that are conside... Pascal
package-use-list & other results specification624 (12/19/2003 5:33:15 AM) comp.lang.lisp The specification for PACKAGE-USE-LIST is the laconic: Returns a list of other packages used by package. Let's compare it with the beginning of the specification for CONCATENATE: concaten... Pascal
OODB in lisp023 (11/2/2003 10:49:50 PM) comp.lang.lisp http://patricklogan.blogspot.com/archives/2003_10_05_patricklogan_archive.html#106520442014053453 # One is Gemstone Smalltalk's OODB "select blocks" (PDF) which use a notation similar to Smalltalk blocks, ... Pascal
Macro with syntactic tree vs. Macro as source string.234 (8/23/2003 12:07:20 PM) comp.lang.lisp Let's explore what could be done in other languages to implement macros. They don't have accessible syntactic tree, so let's assume there is only source strings. After all, even in C (actually seen... Pascal
mod_lisp.tar.gz238 (8/13/2003 4:51:31 PM) comp.lang.lisp www.fractalconcept.com does not seem to work right now. Does anybody have any mirror/copy of: http://www.fractalconcept.com/fcweb/download/mod_lisp.tar.gz ? -- __Pascal_Bourguignon__ h... Pascal
Installing the Tar Utility itself236 (8/4/2004 3:47:16 AM) comp.os.linux.misc Hi All, Got a quick one for ya (its a head scratcher for me). I've put Small Linux (http://www.superant.com/smalllinux/) v 0.7.1 on an OLD laptop. Runs great. Good learning experience for an M$ guy like myse... rusha(1)
Re: A programming language is...5830 (8/15/2004 11:54:16 PM) comp.lang.lisp Mike Cox wrote: > ...anything that has a loop. Since HTML doesn't have a loop > anywhere, it is not a programming language. Simple as that. No? http://symbol.pentaside.org/article/loop.html ... tayss_temp2(762)
Yellow Dog Linux v4.0 RC2 download1224 (8/21/2004 12:01:58 AM) comp.os.linux.powerpc Hi all, I noticed that there was a new RC2 for Yellow Dog Linux v4.0. But I could not find a site to download the .iso from. Anyone able to give me a link? Yellow Dog's official site requires me to subscribe... jcortel1(14)
keyboard130 (8/21/2004 7:29:13 PM) comp.os.linux.misc I have a Swedish keyboard with our special characters. I use an SSH connection to our Linux cluster. I would much prefer to use an international keyboard there. Can I change some environmental variable to achi... Hakan.NOLane(11)
Ten Commandments for Lisp Programmers1934 (8/23/2004 1:16:46 AM) comp.lang.lisp Hi all, I found this a while ago (before I got into Lisp): http://rikkus.info/ten_commandments.html Entitled "The Ten Commandments for C++ Programmers" I thought it would be fun if some of the programmers her... solo88(76)
spec 3.1.2.1.2 and the lambda exception2122 (8/23/2004 6:57:42 PM) comp.lang.lisp I have been trying to learn some lisp. I have had some experience in scheme, which is probably why I even got disturbed by that which is the source of my question. Playing around with the age old bank-accoun... lippert(2)
parsing parameters831 (8/23/2004 10:41:08 PM) comp.lang.lisp Hi all, I have some troubles defining the parameters of my 'types-match-bind'. The problem is that keywords parameters are handle at the end, so i can't have a "body" after them. I was first searching for a s... cturle1(130)
A "Lisp Machine" and cons cells1129 (8/24/2004 12:08:48 AM) comp.lang.lisp Since Lisp is a language that is mainly used to manipulate symbols, indeed, I suppose you could say that that is all it really does it manipulate symbols, I wondered if it would be possible to do a few things w... solo88(76)
Lisp OS2839 (9/14/2004 7:24:16 AM) comp.lang.lisp I try a Lisp OS to develop , and need still a good Idea for a File system ! Has somebody a good idea for a Lisp File system ? best Werner ... WernerBlock(5)