First  |  Prev |  Next  |  Last
Pages: 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
Tramadol no prescription usa fedex shipping ,buy Tramadol over the counter cod overnight,Tramadol purchased online without prescription,buying Tramadol over the counter for saleTramadol shipped cash on delivery
Tramadol SITES FOUND! Just FOLLOW url below! ********************************************** http://best-pharmasite.com/?q=Buy+Tramadol <<< - CLICK HERE! ********************************************** Full information about usage, dosage, Buy online, discounts and more other! .. .. .. .. ... 25 Jun 2010 14:16
order phentermine without prescription from us pharmacy,buy phentermine overnight COD,cheap phentermine for sale with no prescription required
phentermine SITES FOUND! Just FOLLOW url below! ********************************************** http://best-pharmasite.com/?q=phentermine <<< - CLICK HERE! ********************************************** Full information about usage, dosage, Buy online, discounts and more other! .. .. .. .... 25 Jun 2010 14:16
insurance,car insurance,auto insurance company,car insurance rate,cheap car insurance
cheap car insurance SITES FOUND! Just FOLLOW url below! ********************************************** http://best-pharmasite.com/?q=cheap+car+insurance <<< - CLICK HERE! ********************************************** Full information about usage, dosage, Buy online, discounts and more other! .. ... 25 Jun 2010 14:16
Clisp backwards-combatibility - how to work around
I am trying to develop a roguelike game in lisp. This game has a platform+implementation bit to select the name of the player. On *nix, it just rips your login id. On clisp, there is a small problem. Somewhere between 2.44 and 2.48 the function (posix:getuid) was renames to (posix:uid) . The application will be fir... 26 Jun 2010 09:43
graph breadth first search
I was trying to code the BFS algorithm from the book algorithms - Cormen, Rivest 2nd ed pp 532 My question is would it work for weighted graphs simply by changing the logic where it says d[v] <- d[u] + 1 to d[v] <- d[u] + edgeweight(u,v) -Antony ... 28 Jun 2010 08:23
importing symbols locally
Sometimes I need a lot of symbols from another package which are not exported. Eg if I have unit tests in a separate package, but I want to test internal functions in a library, I am forced to either import the symbols, or write (addtest (optimization-tests) minmax-tests (ensure-same (cl-random::minmax 1 2... 25 Jun 2010 06:37
Emacs Form Feed (^L) Display Suggestion and Tips
• Emacs Form Feed (^L) Display Suggestion and Tips http://xahlee.org/emacs/modernization_formfeed.html plain text version follows ---------------------------------- Emacs Form Feed (^L) Display Suggestion and Tips Xah Lee, 2010-06-24 This page discusses some problems involving the Form feed character ... 26 Jun 2010 10:48
How to improve performance when reading text files?
Hi, I use the following function to return a text file as a list: (defun read-file (file) (with-open-file (stream file) (do ((retval) (line (read-line stream nil) (read-line stream nil))) ((null line) retval) (setf retval (append retval (list line)))))... 25 Jun 2010 08:46
hunchentoot doesn't show a picture
I have this piece of code: ------------------------------------------------------------------------------------------------------------------------- (hunchentoot:start (make-instance 'hunchentoot:acceptor :port 5000)) (push (hunchentoot:create-prefix-dispatcher "/" 'start-page) hunchentoot:*dispatch-table*) (pu... 25 Jun 2010 12:04
Learning Lisp
I'm learning Lisp, and just for fun I made a macro that allows you to write inverted Lisp. (I'm using Common Lisp) Maybe it has a lot of errors, these are my first steps with Lisp. It would be very usefull to me if you point me any errors, or if you have any suggestions. ((defun rreverse (expr) (if (listp ex... 24 Jun 2010 16:21
First  |  Prev |  Next  |  Last
Pages: 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27