First  |  Prev |  Next  |  Last
Pages: 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
format escape
How to escape " character in format ? (format t "~a" (random 100)) I want to get " character around that random number ? Thanks ... 21 Jun 2010 14:39
Algorithms and Data Structures Query
I have posted a message in a different group. http://groups.google.com/group/AlgorithmAndDataStructures/browse_thread/thread/c75b2aa05ed2187e If anyone could offer a good advice on finding a good forum or an appropriate group for this question, it would help me big time. ... 21 Jun 2010 02:34
with-html-output-to-string indent
I want my html code to be indented so I write: (cl-who:with-html-output-to-string (*standard-output* :indent t) but the code created is not indented, it is just in one line ? ... 20 Jun 2010 22:14
escape from parenscript
I have this piece of code: (:td :onclick (cl-who:escape-string (ps:ps (setf this.style.background-color (random #xffffff)))) How do I tell lisp that above random is a standard lisp function so that it is not coverted to javascript code but plain random number ? I guess I have to escape somehow from javas... 20 Jun 2010 22:14
Some code review needed
I am working on a roguelike called Menace of the Mines (http://motm.sourceforge.net/) I was forced to roll my own savefile system as nothing existing was adequate, and I need code review on that system. The saving is taking *way* too long and I need to know if it's the save code or something else. Also, the system ... 21 Jun 2010 14:39
parenscript this.bgcolor
Hi. How to set bgcolor within (cl-who) :td tag: (:td :onclick (ps (setf bgcolor "blue"))) or something like this to get <td onclick='this.bgcolor="blue"' </td> ? Thanks ... 21 Jun 2010 02:34
emacs: Unicode Browser mode
Played with unicode too much in the past few days. just wrote a simple unicode browser mode today: • xub Unicode Browser mode for Emacs http://xahlee.org/emacs/unicode-browser.html Summary: When this mode is on, pressing the arrow keys will move cursor and display info about the character under cursor. P... 21 Jun 2010 04:46
MAKE UPTO $5000 PER MONTH! $2000 IN FIRST 20 DAYS!
MAKE UPTO $5000 PER MONTH! $2000 IN FIRST 20 DAYS! Generate $50 to $100 whenever you have a couple of hours free time tospare. You could make $50 or more in the next 2 hours. Starting right Now!Today! Awesome earnings get paid for your honest work Join as a free member and get paid to your bank account To ... 20 Jun 2010 01:23
arrows in Unicode
O, Unicode, how i ♥ thee. • Arrows in Unicode http://xahlee.org/comp/unicode_arrows.html plain text version follows, but you reall need the html rendered version and browser to view it properly. -------------------------------------------------- Arrows in Unicode Xah Lee, 2010-06-19 This page collects arrow ... 19 Jun 2010 21:04
Why/where is SBCL consing memory?
A small Lisp function when timed under Lispworks Personal edition on my Macbook Pro gives: User time = 0.146 System time = 0.000 Elapsed time = 0.205 Allocation = 6528 bytes On various runs, the allocation numbers are: 6528, 4532, 4460, 21412(???), 5300, 4696, 6296, ... bytes. T... 21 Jun 2010 04:47
First  |  Prev |  Next  |  Last
Pages: 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29