Changeset 328 for trunk/playground
- Timestamp:
- 10/15/10 19:03:24 (15 years ago)
- Location:
- trunk/playground
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/playground/call-next-method.lisp ¶
r223 r328 1 ;;+----------------------------------------------------------------------------- 2 ;;+ Isidorus 3 ;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff 4 ;;+ 5 ;;+ Isidorus is freely distributable under the LLGPL license. 6 ;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and 7 ;;+ trunk/docs/LGPL-LICENSE.txt. 8 ;;+----------------------------------------------------------------------------- 9 10 1 11 (defclass Class-1 () 2 12 ((value :initarg :value -
TabularUnified trunk/playground/call-next-method_multiple-inheritance.lisp ¶
r224 r328 1 ;;+----------------------------------------------------------------------------- 2 ;;+ Isidorus 3 ;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff 4 ;;+ 5 ;;+ Isidorus is freely distributable under the LLGPL license. 6 ;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and 7 ;;+ trunk/docs/LGPL-LICENSE.txt. 8 ;;+----------------------------------------------------------------------------- 9 10 1 11 (defclass CharacteristicC() 2 12 ((value :accessor value -
TabularUnified trunk/playground/ii_versioned_association.lisp ¶
r199 r328 1 ;;+----------------------------------------------------------------------------- 2 ;;+ Isidorus 3 ;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff 4 ;;+ 5 ;;+ Isidorus is freely distributable under the LLGPL license. 6 ;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and 7 ;;+ trunk/docs/LGPL-LICENSE.txt. 8 ;;+----------------------------------------------------------------------------- 9 10 1 11 (asdf:operate 'asdf:load-op 'elephant) 2 12 (use-package :elephant) -
TabularUnified trunk/playground/isidorus_test.sh ¶
r312 r328 1 1 #!/bin/bash 2 3 #+----------------------------------------------------------------------------- 4 #+ Isidorus 5 #+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff 6 #+ 7 #+ Isidorus is freely distributable under the LLGPL license. 8 #+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and 9 #+ trunk/docs/LGPL-LICENSE.txt. 10 #+----------------------------------------------------------------------------- 11 2 12 3 13 host="http://192.168.0.6:8000"; -
TabularUnified trunk/playground/system_crash.lisp ¶
r199 r328 1 ;;+----------------------------------------------------------------------------- 2 ;;+ Isidorus 3 ;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff 4 ;;+ 5 ;;+ Isidorus is freely distributable under the LLGPL license. 6 ;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and 7 ;;+ trunk/docs/LGPL-LICENSE.txt. 8 ;;+----------------------------------------------------------------------------- 9 10 1 11 (sb-mop:class-slots (find-class 'd:ItemIdentifierC)) 2 12 (sb-mop:class-finalized-p (find-class 'd:ItemIdentifierC)) -
TabularUnified trunk/playground/threading_debugging.lisp ¶
r313 r328 1 ;;+----------------------------------------------------------------------------- 2 ;;+ Isidorus 3 ;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff 4 ;;+ 5 ;;+ Isidorus is freely distributable under the LLGPL license. 6 ;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and 7 ;;+ trunk/docs/LGPL-LICENSE.txt. 8 ;;+----------------------------------------------------------------------------- 9 10 1 11 (require :asdf) 2 12 (asdf:operate 'asdf:load-op :isidorus) -
TabularUnified trunk/playground/url_test.html ¶
r315 r328 1 1 <!-- ======================================================================= --> 2 2 <!-- Isidorus --> 3 <!-- (c) 2008-20 09 Marc Kuester, Christoph Ludwig, Lukas Giessmann-->3 <!-- (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff --> 4 4 <!-- --> 5 <!-- Isidorus is freely distributable under the L GPL license.-->5 <!-- Isidorus is freely distributable under the LLGPL license. --> 6 6 <!-- This ajax module uses the frameworks PrototypeJs and Scriptaculous, --> 7 7 <!-- both are distributed under the MIT license. --> 8 <!-- You can find a detailed description in trunk/docs/LGPL-LICENSE.txt and --> 9 <!-- in trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. --> 8 <!-- You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, --> 9 <!-- trunk/docs/LGPL-LICENSE.txt and in --> 10 <!-- trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. --> 10 11 <!-- ======================================================================= --> 11 12 -
TabularUnified trunk/playground/url_test.js ¶
r315 r328 1 //+----------------------------------------------------------------------------- 2 //+ Isidorus 3 //+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff 4 //+ 5 //+ Isidorus is freely distributable under the LLGPL license. 6 //+ This ajax module uses the frameworks PrototypeJs and Scriptaculous, both 7 //+ are distributed under the MIT license. 8 //+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, and 9 //+ trunk/docs/LGPL-LICENSE.txt in 10 //+ trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. 11 //+----------------------------------------------------------------------------- 12 1 13 function entryPoint(){ 2 14 var elem = getElem(); -
TabularUnified trunk/playground/versioned-pointer.lisp ¶
r199 r328 1 ;;+----------------------------------------------------------------------------- 2 ;;+ Isidorus 3 ;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff 4 ;;+ 5 ;;+ Isidorus is freely distributable under the LLGPL license. 6 ;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and 7 ;;+ trunk/docs/LGPL-LICENSE.txt. 8 ;;+----------------------------------------------------------------------------- 9 1 10 (asdf:operate 'asdf:load-op 'elephant) 2 11 (elephant:open-store '(:BDB "data_base"))
Note: See TracChangeset
for help on using the changeset viewer.