First  |  Prev |  Next  |  Last
Pages: 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
Can this be "refactored"? A simple 'wrapper function' to display MySQL data sets in tabular form
Ariel Badichi <vermilionrush(a)gmail.com> writes: floaiza <floaiza2(a)gmail.com> writes: First a simple function to repeat a short string n-times: CL-USER>(defun repeat-string (n str) (setq retstr "") (dotimes (var1 n retstr) (setq retstr (... 11 Mar 2010 01:17
interrupt sbcl x86-64
(sorry, that's probably not quite the right place to post, excuse me please...) I just installed sbcl-1.0.36 on a 64 bit machine, and noticed that Ctrl-c doesn't interrupt computations that take too long for my patience. Is there any workaround for this? Many thanks, Martin ... 8 Mar 2010 15:15
A simple web client library
I need a simple web client which can pass username and password for the server. First I tried cl-trivial-https package in Debian GNU/Linux but it doesn't seem to support authentication. I also tried cl-webactions package but it led to dependency problems and some of the components don't even work in Clisp. What ... 9 Mar 2010 06:43
Utility to swap Caps Lock as Control key, or swap Control withAlt
On 3/7/2010 2:24 PM, Xah Lee wrote: For those of you emacs users on Windows, if you wish to swap Control and Alt key, or make the Caps Lock key to be Control, i wrote some Windows utilitiy that does it painlessly. http://xahlee.org/mswin/autohotkey_swap_capslock.html Just download and run the e... 9 Mar 2010 13:28
Can this be "refactored"? A simple 'wrapper function' to display MySQL data sets in tabular form
This is nearly finished just in case that is a homework" http://paste.lisp.org/display/96072#1 Slobodan ... 10 Mar 2010 21:59
What do you recommend for documentation generation?
I need some documentation system so I'm interested what would you suggest from your experiences. It must be portable out of the box on at least windows and linux (I don't have a Mac) and across the major 4 implementations (ACL, LW, SBCL, CCL) . thanks Slobodan ... 8 Mar 2010 11:54
Utility to swap Caps Lock as Control key, or swap Control with Alt
For those of you emacs users on Windows, if you wish to swap Control and Alt key, or make the Caps Lock key to be Control, i wrote some Windows utilitiy that does it painlessly. http://xahlee.org/mswin/autohotkey_swap_capslock.html Just download and run the executable. You disable it easily too by pulling a ... 9 Mar 2010 12:18
ASDF: how to locate resources
Hi, In one library, I used *load-pathname* / *load-truename* to find additional files to load, relative to the location where the library was found. This worked quite well for a couple of years. Alas, ASDF seems to have changed the meaning of these two variables (or something) - they now refer to some automa... 14 Mar 2010 22:04
ECL 10.3.1
On 2010-03-05 10:14:19 -0500, Juanjo said: important fixes to let ECL work better with Slime would you mind posting a minimal .emacs that allows ecl to interact properly with slime? I've built ecl 10.3.1 with threads and unicode if that matters. warmest regards, Ralph -- Raffael Cavallaro ... 10 Mar 2010 05:16
How to delete array element by its index?
I have an adjustable array : (setq foo (make-array 0 :element-type 'fixnum :fill-pointer 0 :adjustable t)) ; added some elements foo #(1 2 1 3 4 1 1 5 101) How to remove say third element? Slobodan ... 6 Mar 2010 18:28
First  |  Prev |  Next  |  Last
Pages: 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62