|  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11
math symbols in unicode (grouped by purpose)
some collection of math symbols in unicode. • Math Symbols in Unicode http://xahlee.org/comp/unicode_math_operators.html • Arrows in Unicode http://xahlee.org/comp/unicode_arrows.html • Matching Brackets in Unicode http://xahlee.org/comp/unicode_matching_brackets.html these are grouped by the... 13 Aug 2010 17:56
Matching Brackets in Unicode
Of interest. • Matching Brackets in Unicode http://xahlee.org/comp/unicode_matching_brackets.html plain text version follows. -------------------------------------------------- Matching Brackets in Unicode Xah Lee, 2010-08-13 This page collects matching brackets in Unicode. ASCII: () [] {} Common quotation: â... 13 Aug 2010 13:34
Richard P Gabriel's home page
am trying to contact Richard P. Gabriel. on his home page: http://www.dreamsongs.com/ it says: “Comments? Mail to Hey”. lol. is that intentional?? it bugs me that when i try to contact blog author i came acrosss whose writing i found interesting, but then ofter after 5 mins the reader just can't find ... 12 Aug 2010 18:04
COMPILE-FILE argument :OUTPUT-FILE
http://www.lispworks.com/documentation/HyperSpec/Body/f_cmp_fi.htm compile-file input-file &key output-file verbose print external-format output-file---a pathname designator. output-file can be used to specify an output pathname; the actual pathname of the compiled file to which compiled code will be output is com... 13 Aug 2010 16:51
AVG Internet Security 9.0 key till 2018
AVG Internet Security 9.0 key till 2018 DOWNload http://www.softizers.com/showthread.php/avg-internet-security-9-0-19789.html ... 12 Aug 2010 11:27
Breaking up a long string literal
Hi I have seen this question answered before, but just can't seem to find it. How do I split a string literal into multiple lines, but still end up with a single string without line breaks? E.g. "foo \ baz" => "foo baz" A link to the appropriate entry in the CLHS will also be appreciated. Thanks... 13 Aug 2010 13:34
Stack Overflow for Stream in SICP
Hi all I am reading the SICP recently. I have a question about the stream in Chapter 3. There is an example about the infinite stream like integers. When I use the stream-ref to get the 100th,200th,500th and 3000th value of this integers stream, everything is OK. When I try to get the 5000th value of this int... 13 Aug 2010 13:34
Emacs Lisp's print, princ, prin1, format, message (tutorial)
• Emacs Lisp's print, princ, prin1, format, message http://xahlee.org/emacs/elisp_printing.html plain text version follows. -------------------------------------------------- This is a short tutorial on printing in emacs lisp. If you don't know elisp, first take a look at Emacs Lisp Basics. Simple Print... 11 Aug 2010 10:20
GET PAID FOR WORKING ONLINE $100 ON YOUR FIRST DAY
GET PAID FOR WORKING ONLINE $100 ON YOUR FIRST DAY Just Re-launched! ClickMasterPro network Learn how to make money from your home using your website Just join this network and Learn the secrets of how to make 1000's of $$$$ by bringing visitors to your free link or website No investment free to join GREAT OF... 11 Aug 2010 09:14
a article on does lang influence thought
Great article. 〈Lost in Translation〉 (2010-07-23), by By Lera Boroditsky. From The Wall Street Journal. “New cognitive research suggests that language profoundly influences the way people see the world; a different sense of blame in Japanese and Spanish” http://online.wsj.com/article/SB1000142405274... 10 Aug 2010 18:00
identity function with an echo side effect
After searching google groups and emacs apropos extensively, I could not find a function, perhaps I am missing one that can return identically return its argument and has a small side effect of echoing the argument in some place such as for example the mini buffer or the point at which C-x C-e is typed. For ex... 11 Aug 2010 23:33
[IGNORE] boy thunderbird...
....sucks. this has been a test. kt -- http://www.stuckonalgebra.com "The best Algebra tutorial program I have seen... in a class by itself." Macworld ... 10 Aug 2010 15:47
NYC LOCAL: Tuesday 10 August 2010 Lisp NYC Eating and Drinking
<blockquote what="unofficial Lisp NYC announcement" imitation-of="Heow's announcements" edits=""> To: LISP NYC <lisp(a)lispnyc.org> Subject: [Lisp] Lisp Meeting, Tuesday 10 August 2010 at P&Gs Lisp NYC will gather to eat and drink at P&G's at 7:00 pm on Tuesday 10 August 2010. Directions: Nea... 10 Aug 2010 01:32
Making CLOS thread-safe, how difficult?
I have been reading the CLOS code of ECL lately, a somewhat far derivative of PCL I think, and I realized that all that metaobject business was quite clearly NOT thread-safe. Classes, methods and generic functions are happily modified outside of any lock. The implementation notes of clisp currently state als... 12 Aug 2010 14:45
Getting there....
Ooooh, eye candy! http://teamalgebra.com/# Almost done save substantial testing/debugging. Next step is saving homework entered and maybe also missions passed just for the heck of it. As with a video game, the objective is completing the mission, and that is already recorded. If anyone knows a school who wan... 11 Aug 2010 01:42
The behavior of backquotes in macro definitions
Given the following definitions: (defmacro foo (x) (x 1 2 3)) (defmacro bar (x) `(,x 1 2 3)) Why does (foo if) produce an error, while (bar if) doesn't? ... 11 Aug 2010 22:28
 |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11