entities
listlengths
1
9.05k
max_stars_repo_path
stringlengths
5
154
max_stars_repo_name
stringlengths
6
76
max_stars_count
int64
0
38.8k
content
stringlengths
24
1.03M
id
stringlengths
1
5
new_content
stringlengths
17
1.03M
modified
bool
1 class
references
stringlengths
31
1.03M
[ { "context": ";;;;; Copyright (c) 2009-2012, Martin Loetzsch\n;;;;; All rights reserved.\n\n;;;;; Redistribution ", "end": 46, "score": 0.9998005032539368, "start": 31, "tag": "NAME", "value": "Martin Loetzsch" } ]
libraries/gtfl_0.1.3/examples/basic-usage.lisp
lucas8/Babel2
3
;;;;; Copyright (c) 2009-2012, Martin Loetzsch ;;;;; All rights reserved. ;;;;; Redistribution and use in source and binary forms, with or ;;;;; without modification, are permitted provided that the following ;;;;; conditions are met: ;;;;; Redistributions of source code must retain the above copyright ;;;;; notice...
63026
;;;;; Copyright (c) 2009-2012, <NAME> ;;;;; All rights reserved. ;;;;; Redistribution and use in source and binary forms, with or ;;;;; without modification, are permitted provided that the following ;;;;; conditions are met: ;;;;; Redistributions of source code must retain the above copyright ;;;;; notice, this li...
true
;;;;; Copyright (c) 2009-2012, PI:NAME:<NAME>END_PI ;;;;; All rights reserved. ;;;;; Redistribution and use in source and binary forms, with or ;;;;; without modification, are permitted provided that the following ;;;;; conditions are met: ;;;;; Redistributions of source code must retain the above copyright ;;;;; n...
[ { "context": "(in-package :lispmake)\n\n;; lispmake, written by Matthew Veety, et al.\n;; (c) Matthew Veety 2012-2021. Under BSD", "end": 61, "score": 0.9998824596405029, "start": 48, "tag": "NAME", "value": "Matthew Veety" }, { "context": " lispmake, written by Matthew Veety, et al....
core.lisp
mveety/lispmake
0
(in-package :lispmake) ;; lispmake, written by Matthew Veety, et al. ;; (c) Matthew Veety 2012-2021. Under BSD License. (defun loadfile (outstream fname) (format outstream "(load #P\"~A\")~%" fname)) (defun quickloads (outstream library) (format outstream "(ql:quickload '~A)~%" library)) (defun pl-package (args...
87718
(in-package :lispmake) ;; lispmake, written by <NAME>, et al. ;; (c) <NAME> 2012-2021. Under BSD License. (defun loadfile (outstream fname) (format outstream "(load #P\"~A\")~%" fname)) (defun quickloads (outstream library) (format outstream "(ql:quickload '~A)~%" library)) (defun pl-package (args) (setf *lm-...
true
(in-package :lispmake) ;; lispmake, written by PI:NAME:<NAME>END_PI, et al. ;; (c) PI:NAME:<NAME>END_PI 2012-2021. Under BSD License. (defun loadfile (outstream fname) (format outstream "(load #P\"~A\")~%" fname)) (defun quickloads (outstream library) (format outstream "(ql:quickload '~A)~%" library)) (defun pl...
[ { "context": "(in-package :polisher)\n\n\n;;; From Paul Graham's \"On Lisp\"\n(defmacro acond (&rest clauses)\n (if", "end": 45, "score": 0.9998403191566467, "start": 34, "tag": "NAME", "value": "Paul Graham" } ]
src/tokenizer.lisp
mrcdr/polisher
3
(in-package :polisher) ;;; From Paul Graham's "On Lisp" (defmacro acond (&rest clauses) (if (null clauses) nil (let ((cl1 (car clauses)) (sym (gensym))) `(let ((,sym ,(car cl1))) (if ,sym (let ((it ,sym)) ,@(cdr cl1)) (acond ,@(cdr clauses))))...
94261
(in-package :polisher) ;;; From <NAME>'s "On Lisp" (defmacro acond (&rest clauses) (if (null clauses) nil (let ((cl1 (car clauses)) (sym (gensym))) `(let ((,sym ,(car cl1))) (if ,sym (let ((it ,sym)) ,@(cdr cl1)) (acond ,@(cdr clauses))))))) ...
true
(in-package :polisher) ;;; From PI:NAME:<NAME>END_PI's "On Lisp" (defmacro acond (&rest clauses) (if (null clauses) nil (let ((cl1 (car clauses)) (sym (gensym))) `(let ((,sym ,(car cl1))) (if ,sym (let ((it ,sym)) ,@(cdr cl1)) (acond ,@(cdr cl...
[ { "context": "he LICENSE file distributed with ACL2.\n;\n; Author: Alessandro Coglio (coglio@kestrel.edu)\n\n;;;;;;;;;;;;;;;;;;;;;;;;;;;", "end": 208, "score": 0.9998798370361328, "start": 191, "tag": "NAME", "value": "Alessandro Coglio" }, { "context": "ributed with ACL2.\n;\n; Auth...
books/std/typed-alists/string-symbollist-alistp.lisp
nzt/acl2
0
; Standard Typed Alists Library ; ; Copyright (C) 2019 Kestrel Institute (http://www.kestrel.edu) ; ; License: A 3-clause BSD license. See the LICENSE file distributed with ACL2. ; ; Author: Alessandro Coglio (coglio@kestrel.edu) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (in-pac...
25190
; Standard Typed Alists Library ; ; Copyright (C) 2019 Kestrel Institute (http://www.kestrel.edu) ; ; License: A 3-clause BSD license. See the LICENSE file distributed with ACL2. ; ; Author: <NAME> (<EMAIL>) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (in-package "ACL2") (include...
true
; Standard Typed Alists Library ; ; Copyright (C) 2019 Kestrel Institute (http://www.kestrel.edu) ; ; License: A 3-clause BSD license. See the LICENSE file distributed with ACL2. ; ; Author: PI:NAME:<NAME>END_PI (PI:EMAIL:<EMAIL>END_PI) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ...
[ { "context": ";; Copyright (c) 2015 YOKOTA Yuki <y2q.actionman@gmail.com>\n;;\n;; This software is ", "end": 33, "score": 0.9998440742492676, "start": 22, "tag": "NAME", "value": "YOKOTA Yuki" }, { "context": ";; Copyright (c) 2015 YOKOTA Yuki <y2q.actionman@gmail.com>\n;;\n;; This s...
cl-libnuma-error-handler.asd
y2q-actionman/cl-libnuma
0
;; Copyright (c) 2015 YOKOTA Yuki <y2q.actionman@gmail.com> ;; ;; This software is released under the MIT License. ;; See the LICENSE file. (in-package :cl-user) (eval-when (:compile-toplevel :load-toplevel :execute) (asdf:load-system :cffi-grovel)) (asdf:defsystem :cl-libnuma.error-handler :description "cl-libn...
65266
;; Copyright (c) 2015 <NAME> <<EMAIL>> ;; ;; This software is released under the MIT License. ;; See the LICENSE file. (in-package :cl-user) (eval-when (:compile-toplevel :load-toplevel :execute) (asdf:load-system :cffi-grovel)) (asdf:defsystem :cl-libnuma.error-handler :description "cl-libnuma, a set of CFFI bi...
true
;; Copyright (c) 2015 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> ;; ;; This software is released under the MIT License. ;; See the LICENSE file. (in-package :cl-user) (eval-when (:compile-toplevel :load-toplevel :execute) (asdf:load-system :cffi-grovel)) (asdf:defsystem :cl-libnuma.error-handler :description ...
[ { "context": "p - Parsnip library test suite\n\n;;; Copyright 2021 Samuel Hunter <samuel (at) shunter (dot) xyz>\n;;; BSD-3-Clause\n", "end": 76, "score": 0.9998739957809448, "start": 63, "tag": "NAME", "value": "Samuel Hunter" }, { "context": " typep to\n ;; parser-error: https:/...
test.lisp
samuel-hunter/parsnip
0
;;; test.lisp - Parsnip library test suite ;;; Copyright 2021 Samuel Hunter <samuel (at) shunter (dot) xyz> ;;; BSD-3-Clause (defpackage #:xyz.shunter.parsnip.test (:use #:cl #:parachute #:xyz.shunter.parsnip #:xyz.shunter.parsnip.examples.json)) (in-package #:xyz.shunter.parsnip.test) (defun p...
6580
;;; test.lisp - Parsnip library test suite ;;; Copyright 2021 <NAME> <samuel (at) shunter (dot) xyz> ;;; BSD-3-Clause (defpackage #:xyz.shunter.parsnip.test (:use #:cl #:parachute #:xyz.shunter.parsnip #:xyz.shunter.parsnip.examples.json)) (in-package #:xyz.shunter.parsnip.test) (defun parse-st...
true
;;; test.lisp - Parsnip library test suite ;;; Copyright 2021 PI:NAME:<NAME>END_PI <samuel (at) shunter (dot) xyz> ;;; BSD-3-Clause (defpackage #:xyz.shunter.parsnip.test (:use #:cl #:parachute #:xyz.shunter.parsnip #:xyz.shunter.parsnip.examples.json)) (in-package #:xyz.shunter.parsnip.test) (...
[ { "context": " 3d-vectors\n (c) 2015 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)\n Author: Nicolas Hafner <shinmera@tymoon.eu>\n|#\n", "end": 94, "score": 0.9999049305915833, "start": 76, "tag": "EMAIL", "value": "shinmera@tymoon.eu" }, { "context": "umo http://tymoon.eu (shinmer...
struct.lisp
kpoeck/3d-vectors
1
#| This file is a part of 3d-vectors (c) 2015 Shirakumo http://tymoon.eu (shinmera@tymoon.eu) Author: Nicolas Hafner <shinmera@tymoon.eu> |# (in-package #:org.shirakumo.flare.vector) (defmacro define-vecx-accessor (name rel) `(progn (declaim (inline ,name)) (declaim (ftype (function (vec) ,*float-type*...
80523
#| This file is a part of 3d-vectors (c) 2015 Shirakumo http://tymoon.eu (<EMAIL>) Author: <NAME> <<EMAIL>> |# (in-package #:org.shirakumo.flare.vector) (defmacro define-vecx-accessor (name rel) `(progn (declaim (inline ,name)) (declaim (ftype (function (vec) ,*float-type*) ,name)) (defun ,name (v...
true
#| This file is a part of 3d-vectors (c) 2015 Shirakumo http://tymoon.eu (PI:EMAIL:<EMAIL>END_PI) Author: PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> |# (in-package #:org.shirakumo.flare.vector) (defmacro define-vecx-accessor (name rel) `(progn (declaim (inline ,name)) (declaim (ftype (function (vec)...
[ { "context": " distriubtions.\"\n :version \"1549598006\"\n :author \"Mitch Richling <https://www.mitchr.me/>\"\n :licence \"See the BSD-", "end": 124, "score": 0.9998828172683716, "start": 110, "tag": "NAME", "value": "Mitch Richling" } ]
mjr_probe.asd
richmit/mjrcalc
17
(defsystem "mjr_probe" :description "Empirical probability distriubtions." :version "1549598006" :author "Mitch Richling <https://www.mitchr.me/>" :licence "See the BSD-style license in LICENSE.TXT" :defsystem-depends-on (:MJR_PRNG :MJR_PWF) :components ((:file "use-probe")) )
61890
(defsystem "mjr_probe" :description "Empirical probability distriubtions." :version "1549598006" :author "<NAME> <https://www.mitchr.me/>" :licence "See the BSD-style license in LICENSE.TXT" :defsystem-depends-on (:MJR_PRNG :MJR_PWF) :components ((:file "use-probe")) )
true
(defsystem "mjr_probe" :description "Empirical probability distriubtions." :version "1549598006" :author "PI:NAME:<NAME>END_PI <https://www.mitchr.me/>" :licence "See the BSD-style license in LICENSE.TXT" :defsystem-depends-on (:MJR_PRNG :MJR_PWF) :components ((:file "use-probe")) )
[ { "context": "sdl2 - FFI bindings to SDL2\r\n;;;Written in 2017 by Wilfredo Velázquez-Rodríguez <zulu.inuoe@gmail.com>\r\n;;;\r\n;;;To the extent pos", "end": 95, "score": 0.9998749494552612, "start": 67, "tag": "NAME", "value": "Wilfredo Velázquez-Rodríguez" }, { "context": ";Writte...
src/ffi/mouse.lisp
Zulu-Inuoe/raw-bindings-sdl2
6
;;;raw-bindings-sdl2 - FFI bindings to SDL2 ;;;Written in 2017 by Wilfredo Velázquez-Rodríguez <zulu.inuoe@gmail.com> ;;; ;;;To the extent possible under law, the author(s) have dedicated all copyright ;;;and related and neighboring rights to this software to the public domain ;;;worldwide. This software is distri...
85183
;;;raw-bindings-sdl2 - FFI bindings to SDL2 ;;;Written in 2017 by <NAME> <<EMAIL>> ;;; ;;;To the extent possible under law, the author(s) have dedicated all copyright ;;;and related and neighboring rights to this software to the public domain ;;;worldwide. This software is distributed without any warranty. ;;;You...
true
;;;raw-bindings-sdl2 - FFI bindings to SDL2 ;;;Written in 2017 by PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> ;;; ;;;To the extent possible under law, the author(s) have dedicated all copyright ;;;and related and neighboring rights to this software to the public domain ;;;worldwide. This software is distributed ...
[ { "context": " ;;;;;\n;;; Copyright (c) 1984,1987 by William Schelter,University of Texas ;;;;;\n;;; All rights re", "end": 356, "score": 0.9998825192451477, "start": 340, "tag": "NAME", "value": "William Schelter" } ]
maxima/src/maxima/src/trigo.lisp
nilqed/spadlib
1
;;; -*- Mode: Lisp; Package: Maxima; Syntax: Common-Lisp; Base: 10 -*- ;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; The data in this file contains enhancments. ;;;;; ;;; ;;;;; ;;; Copyrig...
69232
;;; -*- Mode: Lisp; Package: Maxima; Syntax: Common-Lisp; Base: 10 -*- ;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; The data in this file contains enhancments. ;;;;; ;;; ;;;;; ;;; Copyrig...
true
;;; -*- Mode: Lisp; Package: Maxima; Syntax: Common-Lisp; Base: 10 -*- ;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; The data in this file contains enhancments. ;;;;; ;;; ;;;;; ;;; Copyrig...
[ { "context": "fectively\n(defparameter *heroes*\n '((Superman (Clark Kent))\n (Batman (Bruce Wayne))))\n \n(format t", "end": 110, "score": 0.9998413920402527, "start": 100, "tag": "NAME", "value": "Clark Kent" }, { "context": "ter *heroes*\n '((Superman (Clark Kent))...
src/10_association_lists.lsp
James-P-D/LispDump
0
(setq *print-case* :capitalize) ; Dictionaries effectively (defparameter *heroes* '((Superman (Clark Kent)) (Batman (Bruce Wayne)))) (format t "Superman Data ~a ~%" (assoc 'sUpErMaN *heroes*)) ; Note it doesn't care about case of key (format t "Superman is ~a ~%" (cadr (assoc 'superman *heroes*)))
52908
(setq *print-case* :capitalize) ; Dictionaries effectively (defparameter *heroes* '((Superman (<NAME>)) (<NAME>man (<NAME>)))) (format t "Superman Data ~a ~%" (assoc 'sUpErMaN *heroes*)) ; Note it doesn't care about case of key (format t "Superman is ~a ~%" (cadr (assoc 'superman *heroes*)))
true
(setq *print-case* :capitalize) ; Dictionaries effectively (defparameter *heroes* '((Superman (PI:NAME:<NAME>END_PI)) (PI:NAME:<NAME>END_PIman (PI:NAME:<NAME>END_PI)))) (format t "Superman Data ~a ~%" (assoc 'sUpErMaN *heroes*)) ; Note it doesn't care about case of key (format t "Superman is ~a ~%" (...
[ { "context": "ription \"Example lisp app for tsuru\"\n :author \"Nick Ricketts\"\n :license \"\"\n :depends-on (\"alexandria\" \"w", "end": 130, "score": 0.9998810291290283, "start": 117, "tag": "NAME", "value": "Nick Ricketts" } ]
examples/lisp/example-tsuru-lisp-webapp.asd
jblancett/basebuilder
26
(asdf:defsystem #:example-tsuru-lisp-webapp :serial t :description "Example lisp app for tsuru" :author "Nick Ricketts" :license "" :depends-on ("alexandria" "wookie") :components ((:file "package") (:file "web")))
12524
(asdf:defsystem #:example-tsuru-lisp-webapp :serial t :description "Example lisp app for tsuru" :author "<NAME>" :license "" :depends-on ("alexandria" "wookie") :components ((:file "package") (:file "web")))
true
(asdf:defsystem #:example-tsuru-lisp-webapp :serial t :description "Example lisp app for tsuru" :author "PI:NAME:<NAME>END_PI" :license "" :depends-on ("alexandria" "wookie") :components ((:file "package") (:file "web")))
[ { "context": " core knowledge base.\n;;;\n;;; Author & Maintainer: Scott E. Fahlman\n;;; *********************************************", "end": 241, "score": 0.9998767971992493, "start": 225, "tag": "NAME", "value": "Scott E. Fahlman" } ]
kb/core-components/simple-person-model.lisp
nondejus/scone
60
;;; -*- Mode:Lisp -*- ;;; *************************************************************************** ;;; Generic knowledge about people and their aspects for the Scone's ;;; core knowledge base. ;;; ;;; Author & Maintainer: Scott E. Fahlman ;;; **************************************************************************...
4736
;;; -*- Mode:Lisp -*- ;;; *************************************************************************** ;;; Generic knowledge about people and their aspects for the Scone's ;;; core knowledge base. ;;; ;;; Author & Maintainer: <NAME> ;;; *************************************************************************** ;;; Copy...
true
;;; -*- Mode:Lisp -*- ;;; *************************************************************************** ;;; Generic knowledge about people and their aspects for the Scone's ;;; core knowledge base. ;;; ;;; Author & Maintainer: PI:NAME:<NAME>END_PI ;;; **********************************************************************...
[ { "context": "; DEALINGS IN THE SOFTWARE.\n;\n; Original author: Jared Davis <jared@centtech.com>\n\n(in-package \"VL\")\n(include-", "end": 1390, "score": 0.9995430111885071, "start": 1379, "tag": "NAME", "value": "Jared Davis" }, { "context": "N THE SOFTWARE.\n;\n; Original autho...
books/centaur/vl/transforms/xf-clean-selects.lisp
ragerdl/acl2-defthm-rc2
0
; VL Verilog Toolkit ; Copyright (C) 2008-2014 Centaur Technology ; ; Contact: ; Centaur Technology Formal Verification Group ; 7600-C N. Capital of Texas Highway, Suite 300, Austin, TX 78731, USA. ; http://www.centtech.com/ ; ; License: (An MIT/X11-style license) ; ; Permission is hereby granted, free of charg...
65406
; VL Verilog Toolkit ; Copyright (C) 2008-2014 Centaur Technology ; ; Contact: ; Centaur Technology Formal Verification Group ; 7600-C N. Capital of Texas Highway, Suite 300, Austin, TX 78731, USA. ; http://www.centtech.com/ ; ; License: (An MIT/X11-style license) ; ; Permission is hereby granted, free of charg...
true
; VL Verilog Toolkit ; Copyright (C) 2008-2014 Centaur Technology ; ; Contact: ; Centaur Technology Formal Verification Group ; 7600-C N. Capital of Texas Highway, Suite 300, Austin, TX 78731, USA. ; http://www.centtech.com/ ; ; License: (An MIT/X11-style license) ; ; Permission is hereby granted, free of charg...
[ { "context": ";;;; -*- Mode: LISP -*-\n(defsystem jss\n :author \"Alan Ruttenberg, Mark Evenson\"\n :long-description \"<urn:abcl.org", "end": 65, "score": 0.999871015548706, "start": 50, "tag": "NAME", "value": "Alan Ruttenberg" }, { "context": "ISP -*-\n(defsystem jss\n :author ...
abcl/contrib/jss/jss.asd
TeamSPoon/CYC_JRTL_with_CommonLisp_OLD
10
;;;; -*- Mode: LISP -*- (defsystem jss :author "Alan Ruttenberg, Mark Evenson" :long-description "<urn:abcl.org/release/1.6.0/contrib/jss#>" :version "3.5.0" :components ((:module base :pathname "" :serial t :components ((:file "packages") (:file "i...
40284
;;;; -*- Mode: LISP -*- (defsystem jss :author "<NAME>, <NAME>" :long-description "<urn:abcl.org/release/1.6.0/contrib/jss#>" :version "3.5.0" :components ((:module base :pathname "" :serial t :components ((:file "packages") (:file "invoke") ...
true
;;;; -*- Mode: LISP -*- (defsystem jss :author "PI:NAME:<NAME>END_PI, PI:NAME:<NAME>END_PI" :long-description "<urn:abcl.org/release/1.6.0/contrib/jss#>" :version "3.5.0" :components ((:module base :pathname "" :serial t :components ((:file "packages") ...
[ { "context": "ronclad:ascii-string-to-byte-array \"01234567890abcde\"))\n (nonce (make-array 16\n ", "end": 360, "score": 0.6056174635887146, "start": 358, "tag": "KEY", "value": "de" } ]
tests/authenticated-encryption.lisp
kkazuo/authenticated-encryption
2
(defpackage authenticated-encryption-test (:use :cl :authenticated-encryption :ironclad :1am)) (in-package :authenticated-encryption-test) ;; NOTE: To run this test file, execute `(asdf:test-system :authenticated-encryption)' in your Lisp. (test encrypt-decrypt (let ((secret (ironclad:asci...
46243
(defpackage authenticated-encryption-test (:use :cl :authenticated-encryption :ironclad :1am)) (in-package :authenticated-encryption-test) ;; NOTE: To run this test file, execute `(asdf:test-system :authenticated-encryption)' in your Lisp. (test encrypt-decrypt (let ((secret (ironclad:asci...
true
(defpackage authenticated-encryption-test (:use :cl :authenticated-encryption :ironclad :1am)) (in-package :authenticated-encryption-test) ;; NOTE: To run this test file, execute `(asdf:test-system :authenticated-encryption)' in your Lisp. (test encrypt-decrypt (let ((secret (ironclad:asci...
[ { "context": "isp\n\n;;;; Copyright (c) 2012 -- 2013 \"the Phoeron\" Colin J.E. Lupton <//thephoeron.com>\n;;;; See LICENSE for additiona", "end": 167, "score": 0.9998700618743896, "start": 150, "tag": "NAME", "value": "Colin J.E. Lupton" }, { "context": " \"user \"\n ...
admin/admin-requests.lisp
thephoeron/REDSHIFTNET
2
;;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: REDSHIFTNET; Base: 10 -*- file: admin-requests.lisp ;;;; Copyright (c) 2012 -- 2013 "the Phoeron" Colin J.E. Lupton <//thephoeron.com> ;;;; See LICENSE for additional information. (in-package :redshiftnet) (defun admin-login (logo) "Login page for admin section." ...
74874
;;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: REDSHIFTNET; Base: 10 -*- file: admin-requests.lisp ;;;; Copyright (c) 2012 -- 2013 "the Phoeron" <NAME> <//thephoeron.com> ;;;; See LICENSE for additional information. (in-package :redshiftnet) (defun admin-login (logo) "Login page for admin section." (cl-who:w...
true
;;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: REDSHIFTNET; Base: 10 -*- file: admin-requests.lisp ;;;; Copyright (c) 2012 -- 2013 "the Phoeron" PI:NAME:<NAME>END_PI <//thephoeron.com> ;;;; See LICENSE for additional information. (in-package :redshiftnet) (defun admin-login (logo) "Login page for admin section...
[ { "context": " theorems about packbv\n;\n; Copyright (C) 2008-2011 Eric Smith and Stanford University\n; Copyright (C) 2013-2020", "end": 80, "score": 0.9996841549873352, "start": 70, "tag": "NAME", "value": "Eric Smith" }, { "context": "ense. See the file books/3BSD-mod.txt.\n;\n; A...
books/kestrel/bv-lists/packbv.lisp
nzt/acl2
1
; BV Lists Library: theorems about packbv ; ; Copyright (C) 2008-2011 Eric Smith and Stanford University ; Copyright (C) 2013-2020 Kestrel Institute ; ; License: A 3-clause BSD license. See the file books/3BSD-mod.txt. ; ; Author: Eric Smith (eric.smith@kestrel.edu) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;...
77566
; BV Lists Library: theorems about packbv ; ; Copyright (C) 2008-2011 <NAME> and Stanford University ; Copyright (C) 2013-2020 Kestrel Institute ; ; License: A 3-clause BSD license. See the file books/3BSD-mod.txt. ; ; Author: <NAME> (<EMAIL>) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;...
true
; BV Lists Library: theorems about packbv ; ; Copyright (C) 2008-2011 PI:NAME:<NAME>END_PI and Stanford University ; Copyright (C) 2013-2020 Kestrel Institute ; ; License: A 3-clause BSD license. See the file books/3BSD-mod.txt. ; ; Author: PI:NAME:<NAME>END_PI (PI:EMAIL:<EMAIL>END_PI) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;...
[ { "context": "(defsystem asdf-linguist-test\n :author \"Fernando Borretti\"\n :mailto \"eudoxiahp@gmail.com\"\n :license \"MIT\"", "end": 58, "score": 0.9998354911804199, "start": 41, "tag": "NAME", "value": "Fernando Borretti" }, { "context": "ist-test\n :author \"Fernando Borre...
asdf-linguist-test.asd
eudoxia0/asdf-linguist
27
(defsystem asdf-linguist-test :author "Fernando Borretti" :mailto "eudoxiahp@gmail.com" :license "MIT" :defsystem-depends-on (:asdf-linguist) :components ((:module "t" :components ((:module "www" :components ((:module "css" ...
36143
(defsystem asdf-linguist-test :author "<NAME>" :mailto "<EMAIL>" :license "MIT" :defsystem-depends-on (:asdf-linguist) :components ((:module "t" :components ((:module "www" :components ((:module "css" :components ...
true
(defsystem asdf-linguist-test :author "PI:NAME:<NAME>END_PI" :mailto "PI:EMAIL:<EMAIL>END_PI" :license "MIT" :defsystem-depends-on (:asdf-linguist) :components ((:module "t" :components ((:module "www" :components ((:module "css" ...
[ { "context": "; DEALINGS IN THE SOFTWARE.\n;\n; Original author: Jared Davis <jared@kookamara.com>\n\n(in-package \"ACL2\")\n\n(incl", "end": 1354, "score": 0.9997519254684448, "start": 1343, "tag": "NAME", "value": "Jared Davis" }, { "context": "N THE SOFTWARE.\n;\n; Original auth...
books/unicode/partition.lisp
mayankmanj/acl2
305
; Processing Unicode Files with ACL2 ; Copyright (C) 2005-2006 Kookamara LLC ; ; Contact: ; ; Kookamara LLC ; 11410 Windermere Meadows ; Austin, TX 78759, USA ; http://www.kookamara.com/ ; ; License: (An MIT/X11-style license) ; ; Permission is hereby granted, free of charge, to any person obtaining a ; cop...
43044
; Processing Unicode Files with ACL2 ; Copyright (C) 2005-2006 Kookamara LLC ; ; Contact: ; ; Kookamara LLC ; 11410 Windermere Meadows ; Austin, TX 78759, USA ; http://www.kookamara.com/ ; ; License: (An MIT/X11-style license) ; ; Permission is hereby granted, free of charge, to any person obtaining a ; cop...
true
; Processing Unicode Files with ACL2 ; Copyright (C) 2005-2006 Kookamara LLC ; ; Contact: ; ; Kookamara LLC ; 11410 Windermere Meadows ; Austin, TX 78759, USA ; http://www.kookamara.com/ ; ; License: (An MIT/X11-style license) ; ; Permission is hereby granted, free of charge, to any person obtaining a ; cop...
[ { "context": "; DEALINGS IN THE SOFTWARE.\n;\n; Original author: Jared Davis <jared@kookamara.com>\n\n(in-package \"MILAWA\")\n(inc", "end": 1356, "score": 0.9994359612464905, "start": 1345, "tag": "NAME", "value": "Jared Davis" }, { "context": "N THE SOFTWARE.\n;\n; Original autho...
books/projects/milawa/ACL2/bootstrap/level11/elim.lisp
mayankmanj/acl2
305
; Milawa - A Reflective Theorem Prover ; Copyright (C) 2005-2009 Kookamara LLC ; ; Contact: ; ; Kookamara LLC ; 11410 Windermere Meadows ; Austin, TX 78759, USA ; http://www.kookamara.com/ ; ; License: (An MIT/X11-style license) ; ; Permission is hereby granted, free of charge, to any person obtaining a ; c...
51210
; Milawa - A Reflective Theorem Prover ; Copyright (C) 2005-2009 Kookamara LLC ; ; Contact: ; ; Kookamara LLC ; 11410 Windermere Meadows ; Austin, TX 78759, USA ; http://www.kookamara.com/ ; ; License: (An MIT/X11-style license) ; ; Permission is hereby granted, free of charge, to any person obtaining a ; c...
true
; Milawa - A Reflective Theorem Prover ; Copyright (C) 2005-2009 Kookamara LLC ; ; Contact: ; ; Kookamara LLC ; 11410 Windermere Meadows ; Austin, TX 78759, USA ; http://www.kookamara.com/ ; ; License: (An MIT/X11-style license) ; ; Permission is hereby granted, free of charge, to any person obtaining a ; c...
[ { "context": "ile is a part of avm project.\n Copyright (c) 2016 Masayuki Takagi (kamonama@gmail.com)\n|#\n\n(in-package :cl-user)\n(d", "end": 77, "score": 0.9998269081115723, "start": 62, "tag": "NAME", "value": "Masayuki Takagi" }, { "context": "vm project.\n Copyright (c) 2016 ...
src/lang/compiler/cuda/k-normal.lisp
JMC-design/avm
45
#| This file is a part of avm project. Copyright (c) 2016 Masayuki Takagi (kamonama@gmail.com) |# (in-package :cl-user) (defpackage avm.lang.compiler.cuda.k-normal (:use :cl :avm :avm.lang.syntax) (:export :k-normal :*gentmp-counter*)) (in-package :avm.lang.compiler.cuda.k-normal) ...
7814
#| This file is a part of avm project. Copyright (c) 2016 <NAME> (<EMAIL>) |# (in-package :cl-user) (defpackage avm.lang.compiler.cuda.k-normal (:use :cl :avm :avm.lang.syntax) (:export :k-normal :*gentmp-counter*)) (in-package :avm.lang.compiler.cuda.k-normal) ;; ;; Gentmp (defva...
true
#| This file is a part of avm project. Copyright (c) 2016 PI:NAME:<NAME>END_PI (PI:EMAIL:<EMAIL>END_PI) |# (in-package :cl-user) (defpackage avm.lang.compiler.cuda.k-normal (:use :cl :avm :avm.lang.syntax) (:export :k-normal :*gentmp-counter*)) (in-package :avm.lang.compiler.cuda.k-n...
[ { "context": " srfi-60.lisp\n\n(cl:in-package \"https://github.com/g000001/srfi-60#internals\")\n\n;;;; \"logical.scm\", bit acce", "end": 61, "score": 0.9981808662414551, "start": 54, "tag": "USERNAME", "value": "g000001" }, { "context": "eme\n;;; Copyright (C) 1991, 1993, 2001, 200...
srfi-60.lisp
g000001/srfi-60
1
;;;; srfi-60.lisp (cl:in-package "https://github.com/g000001/srfi-60#internals") ;;;; "logical.scm", bit access and operations for integers for Scheme ;;; Copyright (C) 1991, 1993, 2001, 2003, 2005 Aubrey Jaffer ; ;Permission to copy this software, to modify it, to redistribute it, ;to distribute modified versions, a...
2760
;;;; srfi-60.lisp (cl:in-package "https://github.com/g000001/srfi-60#internals") ;;;; "logical.scm", bit access and operations for integers for Scheme ;;; Copyright (C) 1991, 1993, 2001, 2003, 2005 <NAME> ; ;Permission to copy this software, to modify it, to redistribute it, ;to distribute modified versions, and to u...
true
;;;; srfi-60.lisp (cl:in-package "https://github.com/g000001/srfi-60#internals") ;;;; "logical.scm", bit access and operations for integers for Scheme ;;; Copyright (C) 1991, 1993, 2001, 2003, 2005 PI:NAME:<NAME>END_PI ; ;Permission to copy this software, to modify it, to redistribute it, ;to distribute modified vers...
[ { "context": "ense. See the file books/3BSD-mod.txt.\n;\n; Author: Eric Smith (eric.smith@kestrel.edu)\n\n;;;;;;;;;;;;;;;;;;;;;;;", "end": 174, "score": 0.9992576837539673, "start": 164, "tag": "NAME", "value": "Eric Smith" }, { "context": " file books/3BSD-mod.txt.\n;\n; Author: Eri...
books/kestrel/crypto/hmac/top.lisp
mayankmanj/acl2
305
; Formal specifications of HMAC variants ; ; Copyright (C) 2019 Kestrel Institute ; ; License: A 3-clause BSD license. See the file books/3BSD-mod.txt. ; ; Author: Eric Smith (eric.smith@kestrel.edu) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (in-package "ACL2") (include-book "h...
82944
; Formal specifications of HMAC variants ; ; Copyright (C) 2019 Kestrel Institute ; ; License: A 3-clause BSD license. See the file books/3BSD-mod.txt. ; ; Author: <NAME> (<EMAIL>) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (in-package "ACL2") (include-book "hmac-sha-256") (incl...
true
; Formal specifications of HMAC variants ; ; Copyright (C) 2019 Kestrel Institute ; ; License: A 3-clause BSD license. See the file books/3BSD-mod.txt. ; ; Author: PI:NAME:<NAME>END_PI (PI:EMAIL:<EMAIL>END_PI) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (in-package "ACL2") (inclu...
[ { "context": "m a string\"\n (let ((str \"1 2 \\\"My parrot is named Brady.\\\" (11 22)\"))\n (with-input-from-string\n (i", "end": 129, "score": 0.9994361996650696, "start": 124, "tag": "NAME", "value": "Brady" } ]
src/code_snippets_for_book/read-from-string-test.lisp
metayan/loving-common-lisp
170
(defun read-from-string-test () "read a maximum of 1000 expressions from a string" (let ((str "1 2 \"My parrot is named Brady.\" (11 22)")) (with-input-from-string (input-stream str) (dotimes (i 1000) (let ((x (read input-stream nil nil))) (if (null x) (return)) ;; break out of the 'do...
46328
(defun read-from-string-test () "read a maximum of 1000 expressions from a string" (let ((str "1 2 \"My parrot is named <NAME>.\" (11 22)")) (with-input-from-string (input-stream str) (dotimes (i 1000) (let ((x (read input-stream nil nil))) (if (null x) (return)) ;; break out of the 'd...
true
(defun read-from-string-test () "read a maximum of 1000 expressions from a string" (let ((str "1 2 \"My parrot is named PI:NAME:<NAME>END_PI.\" (11 22)")) (with-input-from-string (input-stream str) (dotimes (i 1000) (let ((x (read input-stream nil nil))) (if (null x) (return)) ;; break...
[ { "context": "#|\n This file is a part of Clip\n (c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)\n Author: N", "end": 50, "score": 0.6711733341217041, "start": 44, "tag": "NAME", "value": "irakum" }, { "context": "art of Clip\n (c) 2014 Shirakumo http://tymoon.eu (shinmera@t...
attr-processors.lisp
Shinmera/clip
19
#| This file is a part of Clip (c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu) Author: Nicolas Hafner <shinmera@tymoon.eu> |# (in-package #:org.tymoonnext.clip) (defvar *attribute-processors* (make-hash-table :test 'equalp) "Global registry of attribute processors. This has to be an EQUALP hash-table w...
89587
#| This file is a part of Clip (c) 2014 Sh<NAME>o http://tymoon.eu (<EMAIL>) Author: <NAME> <<EMAIL>> |# (in-package #:org.tymoonnext.clip) (defvar *attribute-processors* (make-hash-table :test 'equalp) "Global registry of attribute processors. This has to be an EQUALP hash-table with the attribute name as keys...
true
#| This file is a part of Clip (c) 2014 ShPI:NAME:<NAME>END_PIo http://tymoon.eu (PI:EMAIL:<EMAIL>END_PI) Author: PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> |# (in-package #:org.tymoonnext.clip) (defvar *attribute-processors* (make-hash-table :test 'equalp) "Global registry of attribute processors. This has ...
[ { "context": "is a part of cl-cuda project.\n Copyright (c) 2012 Masayuki Takagi (kamonama@gmail.com)\n|#\n\n(in-package :cl-user)\n(d", "end": 81, "score": 0.9998303055763245, "start": 66, "tag": "NAME", "value": "Masayuki Takagi" }, { "context": "da project.\n Copyright (c) 2012 ...
t/lang/type.lisp
digikar99/cl-cuda
222
#| This file is a part of cl-cuda project. Copyright (c) 2012 Masayuki Takagi (kamonama@gmail.com) |# (in-package :cl-user) (defpackage cl-cuda-test.lang.type (:use :cl :prove :cl-cuda.driver-api :cl-cuda.lang.data :cl-cuda.lang.type)) (in-package :cl-cuda-test.lang.type) (plan nil) ;;...
43420
#| This file is a part of cl-cuda project. Copyright (c) 2012 <NAME> (<EMAIL>) |# (in-package :cl-user) (defpackage cl-cuda-test.lang.type (:use :cl :prove :cl-cuda.driver-api :cl-cuda.lang.data :cl-cuda.lang.type)) (in-package :cl-cuda-test.lang.type) (plan nil) ;;; ;;; test CL-CUDA-T...
true
#| This file is a part of cl-cuda project. Copyright (c) 2012 PI:NAME:<NAME>END_PI (PI:EMAIL:<EMAIL>END_PI) |# (in-package :cl-user) (defpackage cl-cuda-test.lang.type (:use :cl :prove :cl-cuda.driver-api :cl-cuda.lang.data :cl-cuda.lang.type)) (in-package :cl-cuda-test.lang.type) (plan ...
[ { "context": "6, Regents of the University of Texas\n; Written by Matt Kaufmann\n; License: A 3-clause BSD license. See the LICEN", "end": 83, "score": 0.9997615218162537, "start": 70, "tag": "NAME", "value": "Matt Kaufmann" } ]
books/kestrel/utilities/minimize-ruler-extenders.lisp
nadezhin/acl2
0
; Copyright (C) 2016, Regents of the University of Texas ; Written by Matt Kaufmann ; License: A 3-clause BSD license. See the LICENSE file distributed with ACL2. (in-package "ACL2") (include-book "xdoc/top" :dir :system) (program) (set-state-ok t) (include-book "tools/remove-hyps" :dir :system) ; for event-steps ...
66723
; Copyright (C) 2016, Regents of the University of Texas ; Written by <NAME> ; License: A 3-clause BSD license. See the LICENSE file distributed with ACL2. (in-package "ACL2") (include-book "xdoc/top" :dir :system) (program) (set-state-ok t) (include-book "tools/remove-hyps" :dir :system) ; for event-steps (includ...
true
; Copyright (C) 2016, Regents of the University of Texas ; Written by PI:NAME:<NAME>END_PI ; License: A 3-clause BSD license. See the LICENSE file distributed with ACL2. (in-package "ACL2") (include-book "xdoc/top" :dir :system) (program) (set-state-ok t) (include-book "tools/remove-hyps" :dir :system) ; for event...
[ { "context": "s #-capi :com :wt.com :wt.component)\n (:use :cl :alexandria)\n (:export\n :define-component\n :component\n ", "end": 118, "score": 0.9684632420539856, "start": 108, "tag": "NAME", "value": "alexandria" } ]
component/package.lisp
xh4/web-toolk
81
(in-package :cl-user) (defpackage :component (:nicknames #-capi :com :wt.com :wt.component) (:use :cl :alexandria) (:export :define-component :component :render :render-all :diff :component-class-style) (:import-from :html :serialize) (:import-from :dom :appe...
40461
(in-package :cl-user) (defpackage :component (:nicknames #-capi :com :wt.com :wt.component) (:use :cl :<NAME>) (:export :define-component :component :render :render-all :diff :component-class-style) (:import-from :html :serialize) (:import-from :dom :append-c...
true
(in-package :cl-user) (defpackage :component (:nicknames #-capi :com :wt.com :wt.component) (:use :cl :PI:NAME:<NAME>END_PI) (:export :define-component :component :render :render-all :diff :component-class-style) (:import-from :html :serialize) (:import-from :dom ...
[ { "context": "-----------\n#|\nThe MIT License\n\nCopyright (c) 2018 Emotiq AG\n\nPermission is hereby granted, free of charge, to", "end": 207, "score": 0.7928413152694702, "start": 198, "tag": "NAME", "value": "Emotiq AG" } ]
src/Crypto/vec-repr.lisp
easye/emotiq
109
;; vec-repr.lisp -- Uniform and varied representation of UB8 Vectors ;; ;; DM/Emotiq 02/18 ;; ---------------------------------------------------------------- #| The MIT License Copyright (c) 2018 Emotiq AG Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated do...
82502
;; vec-repr.lisp -- Uniform and varied representation of UB8 Vectors ;; ;; DM/Emotiq 02/18 ;; ---------------------------------------------------------------- #| The MIT License Copyright (c) 2018 <NAME> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated docum...
true
;; vec-repr.lisp -- Uniform and varied representation of UB8 Vectors ;; ;; DM/Emotiq 02/18 ;; ---------------------------------------------------------------- #| The MIT License Copyright (c) 2018 PI:NAME:<NAME>END_PI Permission is hereby granted, free of charge, to any person obtaining a copy of this software and as...
[ { "context": "ts.lisp --- arglist related code ??\n;;\n;; Authors: Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>\n;; ", "end": 82, "score": 0.9998744130134583, "start": 67, "tag": "NAME", "value": "Matthias Koeppe" }, { "context": " related code ??\n;;\n;; Authors: Ma...
slime/contrib/swank-arglists.lisp
darionyaphet/vim.backup
1
;;; swank-arglists.lisp --- arglist related code ?? ;; ;; Authors: Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de> ;; Tobias C. Rittweiler <tcr@freebits.de> ;; and others ;; ;; License: Public Domain ;; (in-package :swank) (eval-when (:compile-toplevel :load-toplevel :execute) (swank-require...
21638
;;; swank-arglists.lisp --- arglist related code ?? ;; ;; Authors: <NAME> <<EMAIL>> ;; <NAME> <<EMAIL>> ;; and others ;; ;; License: Public Domain ;; (in-package :swank) (eval-when (:compile-toplevel :load-toplevel :execute) (swank-require :swank-c-p-c)) ;;;; Utilities (defun compose (&rest fun...
true
;;; swank-arglists.lisp --- arglist related code ?? ;; ;; Authors: PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> ;; PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> ;; and others ;; ;; License: Public Domain ;; (in-package :swank) (eval-when (:compile-toplevel :load-toplevel :execute) (swank-require...
[ { "context": ";-*- Mode: Lisp -*-\n;;;; Author: Paul Dietz\n;;;; Created: Sun Apr 20 15:43:44 2003\n;;;; Cont", "end": 49, "score": 0.9998450875282288, "start": 39, "tag": "NAME", "value": "Paul Dietz" } ]
ansi-tests/shiftf.lsp
TeamSPoon/CYC_JRTL_with_CommonLisp_OLD
10
;-*- Mode: Lisp -*- ;;;; Author: Paul Dietz ;;;; Created: Sun Apr 20 15:43:44 2003 ;;;; Contains: Tests of SHIFTF (in-package :cl-test) (deftest shiftf-order.1 (let ((x (vector 'a 'b 'c 'd 'e)) (i 2)) (values (shiftf (aref x (incf i)) (incf i)) x i)) d #(a b c 4 e) 4) (deftest shiftf-order.2 (l...
9654
;-*- Mode: Lisp -*- ;;;; Author: <NAME> ;;;; Created: Sun Apr 20 15:43:44 2003 ;;;; Contains: Tests of SHIFTF (in-package :cl-test) (deftest shiftf-order.1 (let ((x (vector 'a 'b 'c 'd 'e)) (i 2)) (values (shiftf (aref x (incf i)) (incf i)) x i)) d #(a b c 4 e) 4) (deftest shiftf-order.2 (let (...
true
;-*- Mode: Lisp -*- ;;;; Author: PI:NAME:<NAME>END_PI ;;;; Created: Sun Apr 20 15:43:44 2003 ;;;; Contains: Tests of SHIFTF (in-package :cl-test) (deftest shiftf-order.1 (let ((x (vector 'a 'b 'c 'd 'e)) (i 2)) (values (shiftf (aref x (incf i)) (incf i)) x i)) d #(a b c 4 e) 4) (deftest shiftf-or...
[ { "context": ";; copyright (c) 2020 by Andrei Borac\n\n(require \"packer.rb\")\n", "end": 37, "score": 0.999872624874115, "start": 25, "tag": "NAME", "value": "Andrei Borac" } ]
stdlib/packer.lisp
AndreiBorac/nocaml
2
;; copyright (c) 2020 by Andrei Borac (require "packer.rb")
98118
;; copyright (c) 2020 by <NAME> (require "packer.rb")
true
;; copyright (c) 2020 by PI:NAME:<NAME>END_PI (require "packer.rb")
[ { "context": " DEALINGS IN THE SOFTWARE.\n;\n; Original authors: Sol Swords <sswords@centtech.com>\n\n(in-package \"IPASIR\")\n\n(i", "end": 1424, "score": 0.9998652338981628, "start": 1414, "tag": "NAME", "value": "Sol Swords" }, { "context": "N THE SOFTWARE.\n;\n; Original author...
books/centaur/ipasir/ipasir-tools.lisp
solswords/acl2
0
; IPASIR - Link from ACL2 to IPASIR incremental sat solvers ; Copyright (C) 2017 Centaur Technology ; ; Contact: ; Centaur Technology Formal Verification Group ; 7600-C N. Capital of Texas Highway, Suite 300, Austin, TX 78731, USA. ; http://www.centtech.com/ ; ; License: (An MIT/X11-style license) ; ; Permissio...
67094
; IPASIR - Link from ACL2 to IPASIR incremental sat solvers ; Copyright (C) 2017 Centaur Technology ; ; Contact: ; Centaur Technology Formal Verification Group ; 7600-C N. Capital of Texas Highway, Suite 300, Austin, TX 78731, USA. ; http://www.centtech.com/ ; ; License: (An MIT/X11-style license) ; ; Permissio...
true
; IPASIR - Link from ACL2 to IPASIR incremental sat solvers ; Copyright (C) 2017 Centaur Technology ; ; Contact: ; Centaur Technology Formal Verification Group ; 7600-C N. Capital of Texas Highway, Suite 300, Austin, TX 78731, USA. ; http://www.centtech.com/ ; ; License: (An MIT/X11-style license) ; ; Permissio...
[ { "context": ";;;; form-types.lisp\n;;;;\n;;;; Copyright 2021 Alexander Gutev <alex.gutev@mail.bg>\n;;;;\n;;;; Permission is here", "end": 61, "score": 0.999874472618103, "start": 46, "tag": "NAME", "value": "Alexander Gutev" }, { "context": "es.lisp\n;;;;\n;;;; Copyright 2021 Alexan...
src/form-types.lisp
alex-gutev/cl-form-types
11
;;;; form-types.lisp ;;;; ;;;; Copyright 2021 Alexander Gutev <alex.gutev@mail.bg> ;;;; ;;;; Permission is hereby granted, free of charge, to any person ;;;; obtaining a copy of this software and associated documentation ;;;; files (the "Software"), to deal in the Software without ;;;; restriction, including without li...
82168
;;;; form-types.lisp ;;;; ;;;; Copyright 2021 <NAME> <<EMAIL>> ;;;; ;;;; Permission is hereby granted, free of charge, to any person ;;;; obtaining a copy of this software and associated documentation ;;;; files (the "Software"), to deal in the Software without ;;;; restriction, including without limitation the rights ...
true
;;;; form-types.lisp ;;;; ;;;; Copyright 2021 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> ;;;; ;;;; Permission is hereby granted, free of charge, to any person ;;;; obtaining a copy of this software and associated documentation ;;;; files (the "Software"), to deal in the Software without ;;;; restriction, including w...
[ { "context": "e for Project Euler Problem 52.\n;;\n;; Code author: Russell A. Edson\n;; Date last modified: 09/07/2021\n\n;; We can simp", "end": 73, "score": 0.9997653961181641, "start": 57, "tag": "NAME", "value": "Russell A. Edson" } ]
problem_052.lisp
RussellAndrewEdson/project_euler_solutions
0
;; Code for Project Euler Problem 52. ;; ;; Code author: Russell A. Edson ;; Date last modified: 09/07/2021 ;; We can simply hit this problem with modern computation in a brute ;; force solution. Define functions to do the digit-wise comparison, ;; and then loop over some sufficiently large set of numbers. (defun digi...
3851
;; Code for Project Euler Problem 52. ;; ;; Code author: <NAME> ;; Date last modified: 09/07/2021 ;; We can simply hit this problem with modern computation in a brute ;; force solution. Define functions to do the digit-wise comparison, ;; and then loop over some sufficiently large set of numbers. (defun digits (number...
true
;; Code for Project Euler Problem 52. ;; ;; Code author: PI:NAME:<NAME>END_PI ;; Date last modified: 09/07/2021 ;; We can simply hit this problem with modern computation in a brute ;; force solution. Define functions to do the digit-wise comparison, ;; and then loop over some sufficiently large set of numbers. (defun ...
[ { "context": "h wave audio files\"\n :version \"0.1.2\"\n :author \"Ryan King <rtking@bu.edu>\"\n :license \"MIT License\"\n :seri", "end": 182, "score": 0.9998543858528137, "start": 173, "tag": "NAME", "value": "Ryan King" }, { "context": "o files\"\n :version \"0.1.2\"\n :aut...
cl-wave.asd
RyanTKing/cl-wave
1
;;;; cl-wave.asd ;;;; ;;;; ASDF Configuration file (asdf:defsystem #:cl-wave :description "A library for interfacing with wave audio files" :version "0.1.2" :author "Ryan King <rtking@bu.edu>" :license "MIT License" :serial t :depends-on (#:alexandria) :components ((:file "package") (:file...
43348
;;;; cl-wave.asd ;;;; ;;;; ASDF Configuration file (asdf:defsystem #:cl-wave :description "A library for interfacing with wave audio files" :version "0.1.2" :author "<NAME> <<EMAIL>>" :license "MIT License" :serial t :depends-on (#:alexandria) :components ((:file "package") (:file "riff") ...
true
;;;; cl-wave.asd ;;;; ;;;; ASDF Configuration file (asdf:defsystem #:cl-wave :description "A library for interfacing with wave audio files" :version "0.1.2" :author "PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>" :license "MIT License" :serial t :depends-on (#:alexandria) :components ((:file "package") ...
[ { "context": "#|\nCopyright (c) 2016 Thomas W. Lynch and Reasoning Technology Inc.\nReleased under the ", "end": 37, "score": 0.9998533129692078, "start": 22, "tag": "NAME", "value": "Thomas W. Lynch" } ]
src-0/synonyms.lisp
Antigonus/tm
6
#| Copyright (c) 2016 Thomas W. Lynch and Reasoning Technology Inc. Released under the MIT License (MIT) See LICENSE.txt |# (in-package #:tm) ;;defsynonym from "Successful Lisp" (defmacro defsynonym (old-name new-name) "Define OLD-NAME to be equivalent to NEW-NAME when used in the first position of a Lisp form."...
2262
#| Copyright (c) 2016 <NAME> and Reasoning Technology Inc. Released under the MIT License (MIT) See LICENSE.txt |# (in-package #:tm) ;;defsynonym from "Successful Lisp" (defmacro defsynonym (old-name new-name) "Define OLD-NAME to be equivalent to NEW-NAME when used in the first position of a Lisp form." `(defm...
true
#| Copyright (c) 2016 PI:NAME:<NAME>END_PI and Reasoning Technology Inc. Released under the MIT License (MIT) See LICENSE.txt |# (in-package #:tm) ;;defsynonym from "Successful Lisp" (defmacro defsynonym (old-name new-name) "Define OLD-NAME to be equivalent to NEW-NAME when used in the first position of a Lisp f...
[ { "context": "\n;;; given function.\n;;;\n;;; Copyright © 2014–2018 Mark Karpov\n;;;\n;;; Permission is hereby granted, free of cha", "end": 191, "score": 0.999866783618927, "start": 180, "tag": "NAME", "value": "Mark Karpov" } ]
trivial-update.lisp
cbaggers/trivial-update
2
;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp -*- ;;; ;;; The library that provides tools for easy modification of places with any ;;; given function. ;;; ;;; Copyright © 2014–2018 Mark Karpov ;;; ;;; Permission is hereby granted, free of charge, to any person obtaining a ;;; copy of this software and associated documen...
10223
;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp -*- ;;; ;;; The library that provides tools for easy modification of places with any ;;; given function. ;;; ;;; Copyright © 2014–2018 <NAME> ;;; ;;; Permission is hereby granted, free of charge, to any person obtaining a ;;; copy of this software and associated documentatio...
true
;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp -*- ;;; ;;; The library that provides tools for easy modification of places with any ;;; given function. ;;; ;;; Copyright © 2014–2018 PI:NAME:<NAME>END_PI ;;; ;;; Permission is hereby granted, free of charge, to any person obtaining a ;;; copy of this software and associate...
[ { "context": ";; copyright (c) 2020 by Andrei Borac\n\n(require \"abort.lisp\")\n(require \"stdlib.lisp\")\n(", "end": 37, "score": 0.9998701214790344, "start": 25, "tag": "NAME", "value": "Andrei Borac" } ]
programs/udriver/002-progname/main.lisp
AndreiBorac/nocaml
2
;; copyright (c) 2020 by Andrei Borac (require "abort.lisp") (require "stdlib.lisp") (require "stdopt.lisp") (require "pitab.lisp") (require "stdio.lisp") (defun main (argv envp) (case argv ((ListFini) one) ((ListCons head tail) (progn (stdio-write-fully (stdio-new) one head zero...
89182
;; copyright (c) 2020 by <NAME> (require "abort.lisp") (require "stdlib.lisp") (require "stdopt.lisp") (require "pitab.lisp") (require "stdio.lisp") (defun main (argv envp) (case argv ((ListFini) one) ((ListCons head tail) (progn (stdio-write-fully (stdio-new) one head zero (blob...
true
;; copyright (c) 2020 by PI:NAME:<NAME>END_PI (require "abort.lisp") (require "stdlib.lisp") (require "stdopt.lisp") (require "pitab.lisp") (require "stdio.lisp") (defun main (argv envp) (case argv ((ListFini) one) ((ListCons head tail) (progn (stdio-write-fully (stdio-new) one h...
[ { "context": "; DEALINGS IN THE SOFTWARE.\n;\n; Original author: Sol Swords <sswords@centtech.com>\n\n(in-package \"ACL2\")\n\n(def", "end": 1416, "score": 0.9998733401298523, "start": 1406, "tag": "NAME", "value": "Sol Swords" }, { "context": "IN THE SOFTWARE.\n;\n; Original autho...
books/centaur/gl/package.lsp
ragerdl/acl2-defthm-rc2
1
; GL - A Symbolic Simulation Framework for ACL2 ; Copyright (C) 2008-2013 Centaur Technology ; ; Contact: ; Centaur Technology Formal Verification Group ; 7600-C N. Capital of Texas Highway, Suite 300, Austin, TX 78731, USA. ; http://www.centtech.com/ ; ; License: (An MIT/X11-style license) ; ; Permission is he...
55074
; GL - A Symbolic Simulation Framework for ACL2 ; Copyright (C) 2008-2013 Centaur Technology ; ; Contact: ; Centaur Technology Formal Verification Group ; 7600-C N. Capital of Texas Highway, Suite 300, Austin, TX 78731, USA. ; http://www.centtech.com/ ; ; License: (An MIT/X11-style license) ; ; Permission is he...
true
; GL - A Symbolic Simulation Framework for ACL2 ; Copyright (C) 2008-2013 Centaur Technology ; ; Contact: ; Centaur Technology Formal Verification Group ; 7600-C N. Capital of Texas Highway, Suite 300, Austin, TX 78731, USA. ; http://www.centtech.com/ ; ; License: (An MIT/X11-style license) ; ; Permission is he...
[ { "context": "is a part of dexador project.\n Copyright (c) 2015 Eitaro Fukamachi (e.arrows@gmail.com)\n|#\n\n(defsystem \"dexador-test", "end": 82, "score": 0.9998825788497925, "start": 66, "tag": "NAME", "value": "Eitaro Fukamachi" }, { "context": "r project.\n Copyright (c) 2015...
vendor/quicklisp/dists/quicklisp/software/dexador-20210807-git/dexador-test.asd
corpix/clx
0
#| This file is a part of dexador project. Copyright (c) 2015 Eitaro Fukamachi (e.arrows@gmail.com) |# (defsystem "dexador-test" :author "Eitaro Fukamachi" :license "MIT" :depends-on ("dexador" "rove" "lack-request" "clack-test" "babel" ...
82894
#| This file is a part of dexador project. Copyright (c) 2015 <NAME> (<EMAIL>) |# (defsystem "dexador-test" :author "<NAME>" :license "MIT" :depends-on ("dexador" "rove" "lack-request" "clack-test" "babel" "cl-cookie") :components (...
true
#| This file is a part of dexador project. Copyright (c) 2015 PI:NAME:<NAME>END_PI (PI:EMAIL:<EMAIL>END_PI) |# (defsystem "dexador-test" :author "PI:NAME:<NAME>END_PI" :license "MIT" :depends-on ("dexador" "rove" "lack-request" "clack-test" "babel" ...
[ { "context": ";;; (C) Copyright 1990 - 2014 by Wade L. Hennessey. All rights reserved.\n\n(defmacro defprimitive (na", "end": 50, "score": 0.9998784065246582, "start": 33, "tag": "NAME", "value": "Wade L. Hennessey" } ]
src/compiler/macros.lisp
wadehennessey/wcl
73
;;; (C) Copyright 1990 - 2014 by Wade L. Hennessey. All rights reserved. (defmacro defprimitive (name in/out &body body) (multiple-value-bind (ins outs in-types out-types) (parse-in/out in/out) `(eval-when (compile load eval) (define-primitive ',name ',ins ',outs (mapcar #'c-type-name->c-type-o...
30548
;;; (C) Copyright 1990 - 2014 by <NAME>. All rights reserved. (defmacro defprimitive (name in/out &body body) (multiple-value-bind (ins outs in-types out-types) (parse-in/out in/out) `(eval-when (compile load eval) (define-primitive ',name ',ins ',outs (mapcar #'c-type-name->c-type-object ',in-...
true
;;; (C) Copyright 1990 - 2014 by PI:NAME:<NAME>END_PI. All rights reserved. (defmacro defprimitive (name in/out &body body) (multiple-value-bind (ins outs in-types out-types) (parse-in/out in/out) `(eval-when (compile load eval) (define-primitive ',name ',ins ',outs (mapcar #'c-type-name->c-typ...
[ { "context": ";;;; Copyright (c) Frank James 2015 <frank.a.james@gmail.com>\r\n;;;; This code is", "end": 30, "score": 0.9998288750648499, "start": 19, "tag": "NAME", "value": "Frank James" }, { "context": ";;;; Copyright (c) Frank James 2015 <frank.a.james@gmail.com>\r\n;;;; This co...
src/nexus.lisp
fjames86/cliocp
0
;;;; Copyright (c) Frank James 2015 <frank.a.james@gmail.com> ;;;; This code is licensed under the MIT license. (in-package #:cliocp) ;; global (toplevel) state ;; includes iocp handle, freelist of foreign data etc (defclass nexus () ((iocp :initarg :iocp :accessor nexus-iocp) (key :initform 0 :access...
11690
;;;; Copyright (c) <NAME> 2015 <<EMAIL>> ;;;; This code is licensed under the MIT license. (in-package #:cliocp) ;; global (toplevel) state ;; includes iocp handle, freelist of foreign data etc (defclass nexus () ((iocp :initarg :iocp :accessor nexus-iocp) (key :initform 0 :accessor nexus-key) (de...
true
;;;; Copyright (c) PI:NAME:<NAME>END_PI 2015 <PI:EMAIL:<EMAIL>END_PI> ;;;; This code is licensed under the MIT license. (in-package #:cliocp) ;; global (toplevel) state ;; includes iocp handle, freelist of foreign data etc (defclass nexus () ((iocp :initarg :iocp :accessor nexus-iocp) (key :initform 0...
[ { "context": "dio-blender\n (c) 2016 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)\n Author: Nicolas Hafner <shinmera@tymoon.eu>\n|#\n", "end": 97, "score": 0.9999226331710815, "start": 79, "tag": "EMAIL", "value": "shinmera@tymoon.eu" }, { "context": "umo http://tymoon.eu (shinmer...
dispatch.lisp
Shirakumo/audio-blender
2
#| This file is a part of audio-blender (c) 2016 Shirakumo http://tymoon.eu (shinmera@tymoon.eu) Author: Nicolas Hafner <shinmera@tymoon.eu> |# (in-package #:org.shirakumo.fraf.audio-blender) (defvar *dispatch-functions* (make-hash-table :test 'eql)) (defun dispatch-function (name &optional (error T)) (or (geth...
56032
#| This file is a part of audio-blender (c) 2016 Shirakumo http://tymoon.eu (<EMAIL>) Author: <NAME> <<EMAIL>> |# (in-package #:org.shirakumo.fraf.audio-blender) (defvar *dispatch-functions* (make-hash-table :test 'eql)) (defun dispatch-function (name &optional (error T)) (or (gethash name *dispatch-functions*)...
true
#| This file is a part of audio-blender (c) 2016 Shirakumo http://tymoon.eu (PI:EMAIL:<EMAIL>END_PI) Author: PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> |# (in-package #:org.shirakumo.fraf.audio-blender) (defvar *dispatch-functions* (make-hash-table :test 'eql)) (defun dispatch-function (name &optional (error T...
[ { "context": "l nil nil nil nil nil 'a)))\n\n;;; Test suggested by Peter Graves\n(define-test |append 7|\n (let ((x (list 'a 'b 'c", "end": 139838, "score": 0.9974104762077332, "start": 139826, "tag": "NAME", "value": "Peter Graves" } ]
Code/Cons/Test/test.lisp
Passw/robert-strandh-SICL
842
(cl:in-package #:sicl-cons-high-test) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; ;;; Helper function to defeat the type inferencing of the ;;; compiler so there are no warnings. ;;; This function always returns true when given a proper list. (defun twisted (list) (if (null list) t ...
63643
(cl:in-package #:sicl-cons-high-test) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; ;;; Helper function to defeat the type inferencing of the ;;; compiler so there are no warnings. ;;; This function always returns true when given a proper list. (defun twisted (list) (if (null list) t ...
true
(cl:in-package #:sicl-cons-high-test) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; ;;; Helper function to defeat the type inferencing of the ;;; compiler so there are no warnings. ;;; This function always returns true when given a proper list. (defun twisted (list) (if (null list) t ...
[ { "context": "; DEALINGS IN THE SOFTWARE.\n;\n; Original author: Mertcan Temel <mert@utexas.edu>\n\n(in-package \"SVL\")\n\n(include-b", "end": 1281, "score": 0.999817967414856, "start": 1268, "tag": "NAME", "value": "Mertcan Temel" }, { "context": "THE SOFTWARE.\n;\n; Original aut...
books/centaur/svl/svexl/svexl.lisp
KestrelInstitute/acl2
305
; SVL - Listener-based Hierachical Symbolic Vector Hardware Analysis Framework ; Copyright (C) 2019 Centaur Technology ; ; License: (An MIT/X11-style license) ; ; Permission is hereby granted, free of charge, to any person obtaining a ; copy of this software and associated documentation files (the "Software"), ; ...
6442
; SVL - Listener-based Hierachical Symbolic Vector Hardware Analysis Framework ; Copyright (C) 2019 Centaur Technology ; ; License: (An MIT/X11-style license) ; ; Permission is hereby granted, free of charge, to any person obtaining a ; copy of this software and associated documentation files (the "Software"), ; ...
true
; SVL - Listener-based Hierachical Symbolic Vector Hardware Analysis Framework ; Copyright (C) 2019 Centaur Technology ; ; License: (An MIT/X11-style license) ; ; Permission is hereby granted, free of charge, to any person obtaining a ; copy of this software and associated documentation files (the "Software"), ; ...
[ { "context": "LISP; Package: CCL -*-\n;;;\n;;; Copyright 1994-2009 Clozure Associates\n;;;\n;;; Licensed under the Apache License, Versio", "end": 80, "score": 0.9849244356155396, "start": 62, "tag": "NAME", "value": "Clozure Associates" } ]
level-1/level-1.lisp
digikar99/ccl
732
;;-*-Mode: LISP; Package: CCL -*- ;;; ;;; Copyright 1994-2009 Clozure Associates ;;; ;;; Licensed under the Apache License, Version 2.0 (the "License"); ;;; you may not use this file except in compliance with the License. ;;; You may obtain a copy of the License at ;;; ;;; http://www.apache.org/licenses/LICENSE-2.0...
77611
;;-*-Mode: LISP; Package: CCL -*- ;;; ;;; Copyright 1994-2009 <NAME> ;;; ;;; Licensed under the Apache License, Version 2.0 (the "License"); ;;; you may not use this file except in compliance with the License. ;;; You may obtain a copy of the License at ;;; ;;; http://www.apache.org/licenses/LICENSE-2.0 ;;; ;;; Unl...
true
;;-*-Mode: LISP; Package: CCL -*- ;;; ;;; Copyright 1994-2009 PI:NAME:<NAME>END_PI ;;; ;;; Licensed under the Apache License, Version 2.0 (the "License"); ;;; you may not use this file except in compliance with the License. ;;; You may obtain a copy of the License at ;;; ;;; http://www.apache.org/licenses/LICENSE-2...
[ { "context": " kanji-tree\n (c) 2017 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)\n Author: Nicolas Hafner <shinmera@tymoon.eu>\n|#\n", "end": 94, "score": 0.9999104738235474, "start": 76, "tag": "EMAIL", "value": "shinmera@tymoon.eu" }, { "context": "umo http://tymoon.eu (shinmer...
toolkit.lisp
Shirakumo/kanji-tree
2
#| This file is a part of kanji-tree (c) 2017 Shirakumo http://tymoon.eu (shinmera@tymoon.eu) Author: Nicolas Hafner <shinmera@tymoon.eu> |# (in-package #:org.shirakumo.radiance.kanji-tree) (defun gather-kargs (args) (let ((plist ())) (loop with key = NIL for item in args do (if (keywordp...
51101
#| This file is a part of kanji-tree (c) 2017 Shirakumo http://tymoon.eu (<EMAIL>) Author: <NAME> <<EMAIL>> |# (in-package #:org.shirakumo.radiance.kanji-tree) (defun gather-kargs (args) (let ((plist ())) (loop with key = NIL for item in args do (if (keywordp item) (setf ...
true
#| This file is a part of kanji-tree (c) 2017 Shirakumo http://tymoon.eu (PI:EMAIL:<EMAIL>END_PI) Author: PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> |# (in-package #:org.shirakumo.radiance.kanji-tree) (defun gather-kargs (args) (let ((plist ())) (loop with key = NIL for item in args do...
[ { "context": "ols.lisp\n\n\n#|\nThe MIT license.\n\nCopyright (c) 2010 Paul L. Krueger\n\nPermission is hereby granted, free of charge, to", "end": 77, "score": 0.9998829364776611, "start": 62, "tag": "NAME", "value": "Paul L. Krueger" } ]
Utilities/debug.lisp
plkrueger/CocoaInterface
34
;; debug-tools.lisp #| The MIT license. Copyright (c) 2010 Paul L. Krueger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use,...
2382
;; debug-tools.lisp #| The MIT license. Copyright (c) 2010 <NAME> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, mo...
true
;; debug-tools.lisp #| The MIT license. Copyright (c) 2010 PI:NAME:<NAME>END_PI Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to...
[ { "context": "3, Regents of the University of Texas\n; Written by Matt Kaufmann, January, 2011 (revised slightly October, 2011)\n;", "end": 83, "score": 0.999708354473114, "start": 70, "tag": "NAME", "value": "Matt Kaufmann" } ]
books/misc/defattach-example.lisp
mayankmanj/acl2
305
; Copyright (C) 2013, Regents of the University of Texas ; Written by Matt Kaufmann, January, 2011 (revised slightly October, 2011) ; License: A 3-clause BSD license. See the LICENSE file distributed with ACL2. ; See also defattach-bang.lisp for a macro based ; on defattach that does not require guard verification. ...
37207
; Copyright (C) 2013, Regents of the University of Texas ; Written by <NAME>, January, 2011 (revised slightly October, 2011) ; License: A 3-clause BSD license. See the LICENSE file distributed with ACL2. ; See also defattach-bang.lisp for a macro based ; on defattach that does not require guard verification. ; Defat...
true
; Copyright (C) 2013, Regents of the University of Texas ; Written by PI:NAME:<NAME>END_PI, January, 2011 (revised slightly October, 2011) ; License: A 3-clause BSD license. See the LICENSE file distributed with ACL2. ; See also defattach-bang.lisp for a macro based ; on defattach that does not require guard verifica...
[ { "context": ";;;; typed-memory-tests.lisp\n;;;;\n;;;; Authors: Eric Peterson\n;;;; Robert Smith\n;;;;\n;;;; Tests for ty", "end": 61, "score": 0.999825656414032, "start": 48, "tag": "NAME", "value": "Eric Peterson" }, { "context": "isp\n;;;;\n;;;; Authors: Eric Peterson\n;;...
tests/typed-memory-tests.lisp
stylewarning/quilc
348
;;;; typed-memory-tests.lisp ;;;; ;;;; Authors: Eric Peterson ;;;; Robert Smith ;;;; ;;;; Tests for type-safety.lisp and classical-memory.lisp (in-package #:cl-quil-tests) (deftest test-typed-circuit-expansion () (let ((pp (quil::parse-quil " DECLARE a BIT DEFCIRCUIT CLEAR q scratch-bit: MEASURE q scr...
25135
;;;; typed-memory-tests.lisp ;;;; ;;;; Authors: <NAME> ;;;; <NAME> ;;;; ;;;; Tests for type-safety.lisp and classical-memory.lisp (in-package #:cl-quil-tests) (deftest test-typed-circuit-expansion () (let ((pp (quil::parse-quil " DECLARE a BIT DEFCIRCUIT CLEAR q scratch-bit: MEASURE q scratch-bit ...
true
;;;; typed-memory-tests.lisp ;;;; ;;;; Authors: PI:NAME:<NAME>END_PI ;;;; PI:NAME:<NAME>END_PI ;;;; ;;;; Tests for type-safety.lisp and classical-memory.lisp (in-package #:cl-quil-tests) (deftest test-typed-circuit-expansion () (let ((pp (quil::parse-quil " DECLARE a BIT DEFCIRCUIT CLEAR q scratch-bit: ...
[ { "context": "tation for CSV Wormtrails\n\n;;;; Copyright (c) 2014 Mark Trapp\n\n;;;; Permission is hereby granted, free of charg", "end": 82, "score": 0.99969083070755, "start": 72, "tag": "NAME", "value": "Mark Trapp" } ]
examples/states-top-10.lisp
itafroma/wormtrails-csv
0
;;;; Example implementation for CSV Wormtrails ;;;; Copyright (c) 2014 Mark Trapp ;;;; Permission is hereby granted, free of charge, to any person obtaining a ;;;; copy of this software and associated documentation files (the "Software"), ;;;; to deal in the Software without restriction, including without limitation ...
44846
;;;; Example implementation for CSV Wormtrails ;;;; Copyright (c) 2014 <NAME> ;;;; Permission is hereby granted, free of charge, to any person obtaining a ;;;; copy of this software and associated documentation files (the "Software"), ;;;; to deal in the Software without restriction, including without limitation ;;;;...
true
;;;; Example implementation for CSV Wormtrails ;;;; Copyright (c) 2014 PI:NAME:<NAME>END_PI ;;;; Permission is hereby granted, free of charge, to any person obtaining a ;;;; copy of this software and associated documentation files (the "Software"), ;;;; to deal in the Software without restriction, including without l...
[ { "context": " \"565b600080549050905600a165627a7a72305820e1f98c821c12eea52047d7\"\n \"324b034ddccc", "end": 841, "score": 0.5381452441215515, "start": 840, "tag": "KEY", "value": "1" }, { "context": " \"565b600080549050905600a165627a7a72305820e1f98c821c12eea5204...
books/evm/contracts.lisp
zchn/eth-acl2
4
(in-package "ACL2") ;; contract SimpleStorage { ;; uint storedData; ;; function set(uint x) { ;; storedData = x; ;; } ;; function get() constant returns (uint retVal) { ;; return storedData; ;; } ;; } ;; Contract registration: (defconst *simple-storage-create* (concatenate 'string "6...
80631
(in-package "ACL2") ;; contract SimpleStorage { ;; uint storedData; ;; function set(uint x) { ;; storedData = x; ;; } ;; function get() constant returns (uint retVal) { ;; return storedData; ;; } ;; } ;; Contract registration: (defconst *simple-storage-create* (concatenate 'string "6...
true
(in-package "ACL2") ;; contract SimpleStorage { ;; uint storedData; ;; function set(uint x) { ;; storedData = x; ;; } ;; function get() constant returns (uint retVal) { ;; return storedData; ;; } ;; } ;; Contract registration: (defconst *simple-storage-create* (concatenate 'string "6...
[ { "context": "\"\")\n(make-instance 'comic\n :name \"wulffmorgenthaler\"\n :mainurl \"http://www.wulffm", "end": 5140, "score": 0.5818041563034058, "start": 5129, "tag": "USERNAME", "value": "ulffmorgent" }, { "context": ")\n(make-instance 'comic\n ...
modules/comics/comics.lisp
hanshuebner/bknr-web
8
(in-package :bknr-user) (enable-interpol-syntax) (define-persistent-class comic () ((name :read :index-type string-unique-index :index-reader comic-with-name :index-values all-comics) (keywords :update :initform nil :index-type hash-list-index :index-reader get-key...
67325
(in-package :bknr-user) (enable-interpol-syntax) (define-persistent-class comic () ((name :read :index-type string-unique-index :index-reader comic-with-name :index-values all-comics) (keywords :update :initform nil :index-type hash-list-index :index-reader get-key...
true
(in-package :bknr-user) (enable-interpol-syntax) (define-persistent-class comic () ((name :read :index-type string-unique-index :index-reader comic-with-name :index-values all-comics) (keywords :update :initform nil :index-type hash-list-index :index-reader get-key...
[ { "context": ";;;; Copyright (c) 2011-2016 Henry Harrington <henry.harrington@gmail.com>\n;;;; This code is li", "end": 45, "score": 0.9998776316642761, "start": 29, "tag": "NAME", "value": "Henry Harrington" }, { "context": ";;;; Copyright (c) 2011-2016 Henry Harrington <henry.harri...
lispos.asd
salewski/cl-os-mezzano
0
;;;; Copyright (c) 2011-2016 Henry Harrington <henry.harrington@gmail.com> ;;;; This code is licensed under the MIT license. (in-package :asdf) (defsystem "lispos" :description "Lisp operating system." :version "0" :author "Henry Harrington <henry.harrington@gmail.com>" :licence "MIT" :depends-on (#:nibbles...
16761
;;;; Copyright (c) 2011-2016 <NAME> <<EMAIL>> ;;;; This code is licensed under the MIT license. (in-package :asdf) (defsystem "lispos" :description "Lisp operating system." :version "0" :author "<NAME> <<EMAIL>>" :licence "MIT" :depends-on (#:nibbles #:cl-ppcre #:iterate #:alexandria) :seri...
true
;;;; Copyright (c) 2011-2016 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> ;;;; This code is licensed under the MIT license. (in-package :asdf) (defsystem "lispos" :description "Lisp operating system." :version "0" :author "PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>" :licence "MIT" :depends-on (#:nibbles...
[ { "context": "***************************\n;;; Copyright (c) 1991 Venue\n;;; All rights reserved.\n;;; ********************", "end": 189, "score": 0.9451584815979004, "start": 184, "tag": "NAME", "value": "Venue" }, { "context": " ;; use the LEX debugger command (thank you, Her...
obsolete/clos/2.0/clos-env.lisp
FultonBrowne/medley
152
;;;-*-Mode:LISP; Package:(CLOS (LISP WALKER)); Base:10; Syntax:Common-lisp -*- ;;; ;;; ************************************************************************* ;;; Copyright (c) 1991 Venue ;;; All rights reserved. ;;; ************************************************************************* ;;; ;;; Medley-Lisp specifi...
7402
;;;-*-Mode:LISP; Package:(CLOS (LISP WALKER)); Base:10; Syntax:Common-lisp -*- ;;; ;;; ************************************************************************* ;;; Copyright (c) 1991 <NAME> ;;; All rights reserved. ;;; ************************************************************************* ;;; ;;; Medley-Lisp specif...
true
;;;-*-Mode:LISP; Package:(CLOS (LISP WALKER)); Base:10; Syntax:Common-lisp -*- ;;; ;;; ************************************************************************* ;;; Copyright (c) 1991 PI:NAME:<NAME>END_PI ;;; All rights reserved. ;;; ************************************************************************* ;;; ;;; Medl...
[ { "context": "; DEALINGS IN THE SOFTWARE.\n;\n; Original author: Jared Davis <jared@kookamara.com>\n\n(in-package \"SET\")\n(includ", "end": 1345, "score": 0.9997488260269165, "start": 1334, "tag": "NAME", "value": "Jared Davis" }, { "context": "N THE SOFTWARE.\n;\n; Original autho...
books/std/osets/cardinality.lisp
mayankmanj/acl2
305
; Fully Ordered Finite Sets ; Copyright (C) 2003-2012 Kookamara LLC ; ; Contact: ; ; Kookamara LLC ; 11410 Windermere Meadows ; Austin, TX 78759, USA ; http://www.kookamara.com/ ; ; License: (An MIT/X11-style license) ; ; Permission is hereby granted, free of charge, to any person obtaining a ; copy of this...
12776
; Fully Ordered Finite Sets ; Copyright (C) 2003-2012 Kookamara LLC ; ; Contact: ; ; Kookamara LLC ; 11410 Windermere Meadows ; Austin, TX 78759, USA ; http://www.kookamara.com/ ; ; License: (An MIT/X11-style license) ; ; Permission is hereby granted, free of charge, to any person obtaining a ; copy of this...
true
; Fully Ordered Finite Sets ; Copyright (C) 2003-2012 Kookamara LLC ; ; Contact: ; ; Kookamara LLC ; 11410 Windermere Meadows ; Austin, TX 78759, USA ; http://www.kookamara.com/ ; ; License: (An MIT/X11-style license) ; ; Permission is hereby granted, free of charge, to any person obtaining a ; copy of this...
[ { "context": "2013 Advanced Mirco Devices, Inc.\n;\n; Contact:\n; David Russinoff\n; 1106 W 9th St., Austin, TX 78703\n; http://w", "end": 162, "score": 0.9998922348022461, "start": 147, "tag": "NAME", "value": "David Russinoff" }, { "context": "cense file books/rtl/rel9/licens...
books/rtl/rel11/rel9-rtl-pkg/arithmetic/even-odd2.lisp
mayankmanj/acl2
305
; RTL - A Formal Theory of Register-Transfer Logic and Computer Arithmetic ; Copyright (C) 1995-2013 Advanced Mirco Devices, Inc. ; ; Contact: ; David Russinoff ; 1106 W 9th St., Austin, TX 78703 ; http://www.russsinoff.com/ ; ; See license file books/rtl/rel9/license.txt. ; ; Author: David M. Russinoff (david@ru...
7608
; RTL - A Formal Theory of Register-Transfer Logic and Computer Arithmetic ; Copyright (C) 1995-2013 Advanced Mirco Devices, Inc. ; ; Contact: ; <NAME> ; 1106 W 9th St., Austin, TX 78703 ; http://www.russsinoff.com/ ; ; See license file books/rtl/rel9/license.txt. ; ; Author: <NAME> (<EMAIL>) (in-package "RTL") ...
true
; RTL - A Formal Theory of Register-Transfer Logic and Computer Arithmetic ; Copyright (C) 1995-2013 Advanced Mirco Devices, Inc. ; ; Contact: ; PI:NAME:<NAME>END_PI ; 1106 W 9th St., Austin, TX 78703 ; http://www.russsinoff.com/ ; ; See license file books/rtl/rel9/license.txt. ; ; Author: PI:NAME:<NAME>END_PI (P...
[ { "context": "Lisp; Package: CCL -*-\n;;;\n;;; Copyright 1994-2009 Clozure Associates\n;;;\n;;; Licensed under the Apache License, Versio", "end": 82, "score": 0.9979177713394165, "start": 64, "tag": "NAME", "value": "Clozure Associates" } ]
level-0/PPC/ppc-array.lisp
digikar99/ccl
732
;;;-*- Mode: Lisp; Package: CCL -*- ;;; ;;; Copyright 1994-2009 Clozure Associates ;;; ;;; Licensed under the Apache License, Version 2.0 (the "License"); ;;; you may not use this file except in compliance with the License. ;;; You may obtain a copy of the License at ;;; ;;; http://www.apache.org/licenses/LICENSE-2...
47690
;;;-*- Mode: Lisp; Package: CCL -*- ;;; ;;; Copyright 1994-2009 <NAME> ;;; ;;; Licensed under the Apache License, Version 2.0 (the "License"); ;;; you may not use this file except in compliance with the License. ;;; You may obtain a copy of the License at ;;; ;;; http://www.apache.org/licenses/LICENSE-2.0 ;;; ;;; U...
true
;;;-*- Mode: Lisp; Package: CCL -*- ;;; ;;; Copyright 1994-2009 PI:NAME:<NAME>END_PI ;;; ;;; Licensed under the Apache License, Version 2.0 (the "License"); ;;; you may not use this file except in compliance with the License. ;;; You may obtain a copy of the License at ;;; ;;; http://www.apache.org/licenses/LICENSE...
[ { "context": "\n(defsystem lack-util\n :version \"0.1\"\n :author \"Eitaro Fukamachi\"\n :license \"LLGPL\"\n :depends-on (:ironclad)\n :", "end": 163, "score": 0.9998773336410522, "start": 147, "tag": "NAME", "value": "Eitaro Fukamachi" } ]
bundle-libs/software/lack-20190521-git/lack-util.asd
dbym4820/photon
4
(in-package :cl-user) (defpackage :lack-util-asd (:use :cl :asdf)) (in-package :lack-util-asd) (defsystem lack-util :version "0.1" :author "Eitaro Fukamachi" :license "LLGPL" :depends-on (:ironclad) :components ((:file "src/util")) :in-order-to ((test-op (test-op t-lack-util))))
90946
(in-package :cl-user) (defpackage :lack-util-asd (:use :cl :asdf)) (in-package :lack-util-asd) (defsystem lack-util :version "0.1" :author "<NAME>" :license "LLGPL" :depends-on (:ironclad) :components ((:file "src/util")) :in-order-to ((test-op (test-op t-lack-util))))
true
(in-package :cl-user) (defpackage :lack-util-asd (:use :cl :asdf)) (in-package :lack-util-asd) (defsystem lack-util :version "0.1" :author "PI:NAME:<NAME>END_PI" :license "LLGPL" :depends-on (:ironclad) :components ((:file "src/util")) :in-order-to ((test-op (test-op t-lack-util))))
[ { "context": "he LICENSE file distributed with ACL2.\n;\n; Author: Alessandro Coglio (coglio@kestrel.edu)\n\n;;;;;;;;;;;;;;;;;;;;;;;;;;;", "end": 191, "score": 0.9998753070831299, "start": 174, "tag": "NAME", "value": "Alessandro Coglio" }, { "context": "ributed with ACL2.\n;\n; Auth...
books/kestrel/java/language/primitive-conversions.lisp
mayankmanj/acl2
305
; Java Library ; ; Copyright (C) 2020 Kestrel Institute (http://www.kestrel.edu) ; ; License: A 3-clause BSD license. See the LICENSE file distributed with ACL2. ; ; Author: Alessandro Coglio (coglio@kestrel.edu) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (in-package "JAVA") (in...
96125
; Java Library ; ; Copyright (C) 2020 Kestrel Institute (http://www.kestrel.edu) ; ; License: A 3-clause BSD license. See the LICENSE file distributed with ACL2. ; ; Author: <NAME> (<EMAIL>) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (in-package "JAVA") (include-book "primitive-...
true
; Java Library ; ; Copyright (C) 2020 Kestrel Institute (http://www.kestrel.edu) ; ; License: A 3-clause BSD license. See the LICENSE file distributed with ACL2. ; ; Author: PI:NAME:<NAME>END_PI (PI:EMAIL:<EMAIL>END_PI) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (in-package "JAVA...
[ { "context": "e LICENSE file distributed with ACL2.\n;\n; Authors: Alessandro Coglio (coglio@kestrel.edu)\n; Eric McCarthy (mc", "end": 222, "score": 0.9998757839202881, "start": 205, "tag": "NAME", "value": "Alessandro Coglio" }, { "context": "ibuted with ACL2.\n;\n; Author...
books/kestrel/fty/deflist-of-len.lisp
kwancarl/acl2
0
; FTY -- Fixed-Length List Fixtype Generator ; ; Copyright (C) 2020 Kestrel Institute (http://www.kestrel.edu) ; ; License: A 3-clause BSD license. See the LICENSE file distributed with ACL2. ; ; Authors: Alessandro Coglio (coglio@kestrel.edu) ; Eric McCarthy (mccarthy@kestrel.edu) ;;;;;;;;;;;;;;;;;;;;;;;;;;;...
26252
; FTY -- Fixed-Length List Fixtype Generator ; ; Copyright (C) 2020 Kestrel Institute (http://www.kestrel.edu) ; ; License: A 3-clause BSD license. See the LICENSE file distributed with ACL2. ; ; Authors: <NAME> (<EMAIL>) ; <NAME> (<EMAIL>) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;...
true
; FTY -- Fixed-Length List Fixtype Generator ; ; Copyright (C) 2020 Kestrel Institute (http://www.kestrel.edu) ; ; License: A 3-clause BSD license. See the LICENSE file distributed with ACL2. ; ; Authors: PI:NAME:<NAME>END_PI (PI:EMAIL:<EMAIL>END_PI) ; PI:NAME:<NAME>END_PI (PI:EMAIL:<EMAIL>END_PI) ;;;;;;;;;;;...
[ { "context": "Copyright (C) 2019, ForrestHunt, Inc.\n; Written by Matt Kaufmann and J Moore\n; License: A 3-clause BSD license. S", "end": 66, "score": 0.9998292326927185, "start": 53, "tag": "NAME", "value": "Matt Kaufmann" }, { "context": ", ForrestHunt, Inc.\n; Written by Matt Ka...
books/projects/apply-model-2/ex2/user-thms.lisp
mayankmanj/acl2
305
; Copyright (C) 2019, ForrestHunt, Inc. ; Written by Matt Kaufmann and J Moore ; License: A 3-clause BSD license. See the LICENSE file distributed with ACL2. (in-package "MODAPP") (include-book "user-defs") ; ----------------------------------------------------------------- ; Some Sample Theorems about Mapping Funct...
88685
; Copyright (C) 2019, ForrestHunt, Inc. ; Written by <NAME> and <NAME> ; License: A 3-clause BSD license. See the LICENSE file distributed with ACL2. (in-package "MODAPP") (include-book "user-defs") ; ----------------------------------------------------------------- ; Some Sample Theorems about Mapping Functions ; ...
true
; Copyright (C) 2019, ForrestHunt, Inc. ; Written by PI:NAME:<NAME>END_PI and PI:NAME:<NAME>END_PI ; License: A 3-clause BSD license. See the LICENSE file distributed with ACL2. (in-package "MODAPP") (include-book "user-defs") ; ----------------------------------------------------------------- ; Some Sample Theorems...
[ { "context": "em cl-online-learning\n :version \"0.5\"\n :author \"Satoshi Imai\"\n :licence \"MIT Licence\"\n :encoding :utf-8\n :d", "end": 224, "score": 0.9998574256896973, "start": 212, "tag": "NAME", "value": "Satoshi Imai" } ]
cl-online-learning.asd
masatoi/cl-online-learning
50
;;; -*- coding:utf-8; mode: lisp; -*- (in-package :cl-user) (defpackage cl-online-learning-asd (:use :cl :asdf)) (in-package :cl-online-learning-asd) (defsystem cl-online-learning :version "0.5" :author "Satoshi Imai" :licence "MIT Licence" :encoding :utf-8 :depends-on (:cl-libsvm-format :cl-store) :com...
6437
;;; -*- coding:utf-8; mode: lisp; -*- (in-package :cl-user) (defpackage cl-online-learning-asd (:use :cl :asdf)) (in-package :cl-online-learning-asd) (defsystem cl-online-learning :version "0.5" :author "<NAME>" :licence "MIT Licence" :encoding :utf-8 :depends-on (:cl-libsvm-format :cl-store) :component...
true
;;; -*- coding:utf-8; mode: lisp; -*- (in-package :cl-user) (defpackage cl-online-learning-asd (:use :cl :asdf)) (in-package :cl-online-learning-asd) (defsystem cl-online-learning :version "0.5" :author "PI:NAME:<NAME>END_PI" :licence "MIT Licence" :encoding :utf-8 :depends-on (:cl-libsvm-format :cl-store...
[ { "context": "oading and representation\n;;;;\n;;;; Programmer: Ian S. Eslick\n;;;; Date Started: October 2004\n;;;;\n\n(in-packag", "end": 399, "score": 0.9998899102210999, "start": 386, "tag": "NAME", "value": "Ian S. Eslick" }, { "context": "air)\n\t\t\t pair))\n\t\t pair)))...
src/tagger-data.lisp
eslick/cl-langutils
25
;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10; Package: utils -*- ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; ;;;; Name: tagger-data ;;;; Purpose: Lisp version of the Brill tagger w/ WSJ/BROWN data; implements ;;;; ...
33053
;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10; Package: utils -*- ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; ;;;; Name: tagger-data ;;;; Purpose: Lisp version of the Brill tagger w/ WSJ/BROWN data; implements ;;;; ...
true
;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10; Package: utils -*- ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; ;;;; Name: tagger-data ;;;; Purpose: Lisp version of the Brill tagger w/ WSJ/BROWN data; implements ;;;; ...
[ { "context": "ght (C) 2016, Regents of the University of Texas\n; Marijn Heule, Warren A. Hunt, Jr., and Matt Kaufmann\n; License", "end": 71, "score": 0.999869167804718, "start": 59, "tag": "NAME", "value": "Marijn Heule" }, { "context": "Regents of the University of Texas\n; Marijn...
books/projects/sat/lrat/early/rev2/satisfiable-add-proof-clause-rup.lisp
mayankmanj/acl2
305
; Copyright (C) 2016, Regents of the University of Texas ; Marijn Heule, Warren A. Hunt, Jr., and Matt Kaufmann ; License: A 3-clause BSD license. See the LICENSE file distributed with ACL2. ; See soundness.lisp. Here we prove a key lemma in support of that book. (in-package "ACL2") (include-book "satisfiable-add-...
29297
; Copyright (C) 2016, Regents of the University of Texas ; <NAME>, <NAME>, <NAME>., and <NAME> ; License: A 3-clause BSD license. See the LICENSE file distributed with ACL2. ; See soundness.lisp. Here we prove a key lemma in support of that book. (in-package "ACL2") (include-book "satisfiable-add-proof-clause-base...
true
; Copyright (C) 2016, Regents of the University of Texas ; PI:NAME:<NAME>END_PI, PI:NAME:<NAME>END_PI, PI:NAME:<NAME>END_PI., and PI:NAME:<NAME>END_PI ; License: A 3-clause BSD license. See the LICENSE file distributed with ACL2. ; See soundness.lisp. Here we prove a key lemma in support of that book. (in-package "...
[ { "context": "*********\nPRODIGY Version 2.01 \nCopyright 1989 by Steven Minton, Craig Knoblock, Dan Kuokka and Jaime Carbonell\n\n", "end": 137, "score": 0.999881386756897, "start": 124, "tag": "NAME", "value": "Steven Minton" }, { "context": "GY Version 2.01 \nCopyright 1989 by S...
algorithm/java-ml/UCI-small/prodigy/domains/extended-strips/domain.lisp
diyerland/saveAll
0
#| ******************************************************************************* PRODIGY Version 2.01 Copyright 1989 by Steven Minton, Craig Knoblock, Dan Kuokka and Jaime Carbonell The PRODIGY System was designed and built by Steven Minton, Craig Knoblock, Dan Kuokka and Jaime Carbonell. Additional contributors ...
4156
#| ******************************************************************************* PRODIGY Version 2.01 Copyright 1989 by <NAME>, <NAME>, <NAME> and <NAME> The PRODIGY System was designed and built by <NAME>, <NAME>, <NAME> and <NAME>. Additional contributors include <NAME>, <NAME>, <NAME>, <NAME>, <NAME>, <NAME>, ...
true
#| ******************************************************************************* PRODIGY Version 2.01 Copyright 1989 by PI:NAME:<NAME>END_PI, PI:NAME:<NAME>END_PI, PI:NAME:<NAME>END_PI and PI:NAME:<NAME>END_PI The PRODIGY System was designed and built by PI:NAME:<NAME>END_PI, PI:NAME:<NAME>END_PI, PI:NAME:<NAME>EN...
[ { "context": "se: 10 -*-\n\n;;; cl-typesetting copyright 2002-2021 Marc Battyani see license.txt for the details\n;;; You can reach", "end": 113, "score": 0.9998986124992371, "start": 100, "tag": "NAME", "value": "Marc Battyani" }, { "context": "icense.txt for the details\n;;; You ca...
cl-typesetting.asd
mbattyani/cl-typesetting
39
;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;; cl-typesetting copyright 2002-2021 Marc Battyani see license.txt for the details ;;; You can reach me at marc.battyani@fractalconcept.com or marc@battyani.net ;;; The homepage of cl-typesetting is here: http://www.fractalconcept.com/asp/html/cl-typesettin...
42508
;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;; cl-typesetting copyright 2002-2021 <NAME> see license.txt for the details ;;; You can reach me at <EMAIL> or <EMAIL> ;;; The homepage of cl-typesetting is here: http://www.fractalconcept.com/asp/html/cl-typesetting.html (in-package :common-lisp-user) (d...
true
;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;; cl-typesetting copyright 2002-2021 PI:NAME:<NAME>END_PI see license.txt for the details ;;; You can reach me at PI:EMAIL:<EMAIL>END_PI or PI:EMAIL:<EMAIL>END_PI ;;; The homepage of cl-typesetting is here: http://www.fractalconcept.com/asp/html/cl-typesett...
[ { "context": "; Jared: what's this file for? It's not certifiable, so ", "end": 7, "score": 0.999681830406189, "start": 2, "tag": "NAME", "value": "Jared" }, { "context": "==================|#\n;; alists-definitions.lisp\n;; John D. Powell\n;(in-package \"ALIST\")\n\n;;\n;; This fil...
books/coi/alists/alists-definitions.lsp
ragerdl/acl2-defthm-rc2
1
; Jared: what's this file for? It's not certifiable, so I'm ; renaming it to a .lsp extension for Make compatibility #|-*-Lisp-*-=================================================================|# #| |# #|=======================================...
80551
; <NAME>: what's this file for? It's not certifiable, so I'm ; renaming it to a .lsp extension for Make compatibility #|-*-Lisp-*-=================================================================|# #| |# #|======================================...
true
; PI:NAME:<NAME>END_PI: what's this file for? It's not certifiable, so I'm ; renaming it to a .lsp extension for Make compatibility #|-*-Lisp-*-=================================================================|# #| |# #|========================...
[ { "context": "hat uses an Axe Prover\n;\n; Copyright (C) 2008-2011 Eric Smith and Stanford University\n; Copyright (C) 2013-2020", "end": 98, "score": 0.9995678067207336, "start": 88, "tag": "NAME", "value": "Eric Smith" }, { "context": "ense. See the file books/3BSD-mod.txt.\n;\n; A...
books/kestrel/axe/make-clause-processor-simple.lisp
airbornemihir/acl2
1
; A tool to make a clause processor that uses an Axe Prover ; ; Copyright (C) 2008-2011 Eric Smith and Stanford University ; Copyright (C) 2013-2020 Kestrel Institute ; Copyright (C) 2016-2020 Kestrel Technology, LLC ; ; License: A 3-clause BSD license. See the file books/3BSD-mod.txt. ; ; Author: Eric Smith (eric.smit...
79554
; A tool to make a clause processor that uses an Axe Prover ; ; Copyright (C) 2008-2011 <NAME> and Stanford University ; Copyright (C) 2013-2020 Kestrel Institute ; Copyright (C) 2016-2020 Kestrel Technology, LLC ; ; License: A 3-clause BSD license. See the file books/3BSD-mod.txt. ; ; Author: <NAME> (<EMAIL>) ;;;;;;;...
true
; A tool to make a clause processor that uses an Axe Prover ; ; Copyright (C) 2008-2011 PI:NAME:<NAME>END_PI and Stanford University ; Copyright (C) 2013-2020 Kestrel Institute ; Copyright (C) 2016-2020 Kestrel Technology, LLC ; ; License: A 3-clause BSD license. See the file books/3BSD-mod.txt. ; ; Author: PI:NAME:<NA...
[ { "context": "LISP; Package: CCL -*-\n;;;\n;;; Copyright 1994-2009 Clozure Associates\n;;;\n;;; Licensed under the Apache License, Versio", "end": 81, "score": 0.9956216216087341, "start": 63, "tag": "NAME", "value": "Clozure Associates" } ]
lib/level-2.lisp
digikar99/ccl
732
;;;-*-Mode: LISP; Package: CCL -*- ;;; ;;; Copyright 1994-2009 Clozure Associates ;;; ;;; Licensed under the Apache License, Version 2.0 (the "License"); ;;; you may not use this file except in compliance with the License. ;;; You may obtain a copy of the License at ;;; ;;; http://www.apache.org/licenses/LICENSE-2....
79521
;;;-*-Mode: LISP; Package: CCL -*- ;;; ;;; Copyright 1994-2009 <NAME> ;;; ;;; Licensed under the Apache License, Version 2.0 (the "License"); ;;; you may not use this file except in compliance with the License. ;;; You may obtain a copy of the License at ;;; ;;; http://www.apache.org/licenses/LICENSE-2.0 ;;; ;;; Un...
true
;;;-*-Mode: LISP; Package: CCL -*- ;;; ;;; Copyright 1994-2009 PI:NAME:<NAME>END_PI ;;; ;;; Licensed under the Apache License, Version 2.0 (the "License"); ;;; you may not use this file except in compliance with the License. ;;; You may obtain a copy of the License at ;;; ;;; http://www.apache.org/licenses/LICENSE-...
[ { "context": "defsystem #:clsc\n :description \"clsc\"\n :author \"zeldacl <zeldacl@gmail.com>\"\n :license \"Specify license ", "end": 412, "score": 0.9993804097175598, "start": 405, "tag": "USERNAME", "value": "zeldacl" }, { "context": " #:clsc\n :description \"clsc\"\n :autho...
clsc.asd
zeldacl/clsc
0
#-asdf3.1 (error "CLSC requires ASDF 3.1 or later. Please upgrade your ASDF.") ;;;; clsc.asd ;; (when (asdf:find-system :ql nil)) (let ((third-path #P"thirdparty/")) (when (not (find third-path ql:*local-project-directories* :test #'pathname-match-p)) (setf ql:*local-project-directories* (cons third-path ql:*loc...
10683
#-asdf3.1 (error "CLSC requires ASDF 3.1 or later. Please upgrade your ASDF.") ;;;; clsc.asd ;; (when (asdf:find-system :ql nil)) (let ((third-path #P"thirdparty/")) (when (not (find third-path ql:*local-project-directories* :test #'pathname-match-p)) (setf ql:*local-project-directories* (cons third-path ql:*loc...
true
#-asdf3.1 (error "CLSC requires ASDF 3.1 or later. Please upgrade your ASDF.") ;;;; clsc.asd ;; (when (asdf:find-system :ql nil)) (let ((third-path #P"thirdparty/")) (when (not (find third-path ql:*local-project-directories* :test #'pathname-match-p)) (setf ql:*local-project-directories* (cons third-path ql:*loc...
[ { "context": "CENSE file distributed with ACL2.\n;\n; Authors:\n; Alessandro Coglio (coglio@kestrel.edu)\n; Eric Smith (eric.smith@k", "end": 273, "score": 0.999854326248169, "start": 256, "tag": "NAME", "value": "Alessandro Coglio" }, { "context": "ed with ACL2.\n;\n; Authors:\n...
books/kestrel/utilities/system/world-queries.lisp
MattKaufmann/acl2
1
; System Utilities -- World Queries ; ; Copyright (C) 2018 Kestrel Institute (http://www.kestrel.edu) ; Copyright (C) 2018 Regents of the University of Texas ; ; License: A 3-clause BSD license. See the LICENSE file distributed with ACL2. ; ; Authors: ; Alessandro Coglio (coglio@kestrel.edu) ; Eric Smith (eric.smit...
16781
; System Utilities -- World Queries ; ; Copyright (C) 2018 Kestrel Institute (http://www.kestrel.edu) ; Copyright (C) 2018 Regents of the University of Texas ; ; License: A 3-clause BSD license. See the LICENSE file distributed with ACL2. ; ; Authors: ; <NAME> (<EMAIL>) ; <NAME> (<EMAIL>) ; <NAME> (<EMAIL>) ;;;;...
true
; System Utilities -- World Queries ; ; Copyright (C) 2018 Kestrel Institute (http://www.kestrel.edu) ; Copyright (C) 2018 Regents of the University of Texas ; ; License: A 3-clause BSD license. See the LICENSE file distributed with ACL2. ; ; Authors: ; PI:NAME:<NAME>END_PI (PI:EMAIL:<EMAIL>END_PI) ; PI:NAME:<NAME>...
[ { "context": "g in the development of OGMS, please send email to albertgoldfain@gmail.com. Be sure to include a google-account username wit", "end": 2137, "score": 0.9999291896820068, "start": 2113, "tag": "EMAIL", "value": "albertgoldfain@gmail.com" }, { "context": " to change.\")\n...
src/tools/ogms2owl.lisp
sbjain/ogms
17
;; another obo to owl converter ;; (setq obo (make-instance 'obo :path "~/repos/ogms/trunk/src/ontology/ogms.obo")) ;; (read-obo obo) ;; (ogms-to-owl obo) -> ~/Desktop/ogms.owl (defun getf-multiple (plist indicator) (loop for (key value) on plist by #'cddr when (eq indicator key) collect value)) (defun ogms-to-owl...
96962
;; another obo to owl converter ;; (setq obo (make-instance 'obo :path "~/repos/ogms/trunk/src/ontology/ogms.obo")) ;; (read-obo obo) ;; (ogms-to-owl obo) -> ~/Desktop/ogms.owl (defun getf-multiple (plist indicator) (loop for (key value) on plist by #'cddr when (eq indicator key) collect value)) (defun ogms-to-owl...
true
;; another obo to owl converter ;; (setq obo (make-instance 'obo :path "~/repos/ogms/trunk/src/ontology/ogms.obo")) ;; (read-obo obo) ;; (ogms-to-owl obo) -> ~/Desktop/ogms.owl (defun getf-multiple (plist indicator) (loop for (key value) on plist by #'cddr when (eq indicator key) collect value)) (defun ogms-to-owl...
[ { "context": ";;;;; Grupo 30 Taguspark - 77213 Rui Silva, 82134 Jorge Almeida\n\n(load \"exemplos.fas\")\n\n;;;;", "end": 42, "score": 0.999494194984436, "start": 33, "tag": "NAME", "value": "Rui Silva" }, { "context": ";;;;; Grupo 30 Taguspark - 77213 Rui Silva, 82134 Jorge Almeida\...
projeto.lisp
ruimams/fill-a-pix-solver
0
;;;;; Grupo 30 Taguspark - 77213 Rui Silva, 82134 Jorge Almeida (load "exemplos.fas") ;;;; 2.1.1 Tipo Restricao ;;; cria-restricao: lista de variaveis x predicado -> restricao (defstruct (restricao (:constructor cria-restricao (variaveis funcao-validacao))) "Tipo restricao caracterizado por uma lista das variavei...
74348
;;;;; Grupo 30 Taguspark - 77213 <NAME>, 82134 <NAME> (load "exemplos.fas") ;;;; 2.1.1 Tipo Restricao ;;; cria-restricao: lista de variaveis x predicado -> restricao (defstruct (restricao (:constructor cria-restricao (variaveis funcao-validacao))) "Tipo restricao caracterizado por uma lista das variaveis envolvid...
true
;;;;; Grupo 30 Taguspark - 77213 PI:NAME:<NAME>END_PI, 82134 PI:NAME:<NAME>END_PI (load "exemplos.fas") ;;;; 2.1.1 Tipo Restricao ;;; cria-restricao: lista de variaveis x predicado -> restricao (defstruct (restricao (:constructor cria-restricao (variaveis funcao-validacao))) "Tipo restricao caracterizado por uma ...
[ { "context": "m \"parmesan\"\n\t:serial t\n\t:version \"0.1\"\n\t:author \"Dylan Ball <arathnim@gmail.com>\"\n\t:maintainer \"Dylan Ball <a", "end": 74, "score": 0.9998855590820312, "start": 64, "tag": "NAME", "value": "Dylan Ball" }, { "context": "\n\t:serial t\n\t:version \"0.1\"\n...
parmesan.asd
arathnim/parmesan
20
(asdf:defsystem "parmesan" :serial t :version "0.1" :author "Dylan Ball <arathnim@gmail.com>" :maintainer "Dylan Ball <arathnim@gmail.com>" :description "Parmesan" :long-description "parser combinators, lisp-style" :depends-on (alexandria iterate wernicke) :components ((:file "parmesan")))
56456
(asdf:defsystem "parmesan" :serial t :version "0.1" :author "<NAME> <<EMAIL>>" :maintainer "<NAME> <<EMAIL>>" :description "Parmesan" :long-description "parser combinators, lisp-style" :depends-on (alexandria iterate wernicke) :components ((:file "parmesan")))
true
(asdf:defsystem "parmesan" :serial t :version "0.1" :author "PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>" :maintainer "PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>" :description "Parmesan" :long-description "parser combinators, lisp-style" :depends-on (alexandria iterate wernicke) :components ((:file "parmes...
[ { "context": "#|\n Copyright (C) 2019 Gnuxie <Gnuxie@protonmail.com>\n|#\n\n(in-package #:json-", "end": 30, "score": 0.5374901294708252, "start": 26, "tag": "USERNAME", "value": "Gnux" }, { "context": "#|\n Copyright (C) 2019 Gnuxie <Gnuxie@protonmail.com>\n|#\n\n(in-package #...
code/generation-protocol.lisp
lisp-mirror/cl-json-schema
1
#| Copyright (C) 2019 Gnuxie <Gnuxie@protonmail.com> |# (in-package #:json-schema) (defun cl-type<-json-schema-type (type) (etypecase type (null 'null) (list `(or ,@ (mapcar #'cl-type<-json-schema-type type))) (string (alexandria:switch (type :test #'string=) ("string" 'string) ...
29651
#| Copyright (C) 2019 Gnux<NAME> <<EMAIL>> |# (in-package #:json-schema) (defun cl-type<-json-schema-type (type) (etypecase type (null 'null) (list `(or ,@ (mapcar #'cl-type<-json-schema-type type))) (string (alexandria:switch (type :test #'string=) ("string" 'string) ("integ...
true
#| Copyright (C) 2019 GnuxPI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> |# (in-package #:json-schema) (defun cl-type<-json-schema-type (type) (etypecase type (null 'null) (list `(or ,@ (mapcar #'cl-type<-json-schema-type type))) (string (alexandria:switch (type :test #'string=) ("st...
[ { "context": "ser-based applications.\n;; \n;; Copyright (c) 2011, Patrick D. Logan\n;; All rights reserved.\n;;\n;; See COPYING for mor", "end": 269, "score": 0.9998698234558105, "start": 253, "tag": "NAME", "value": "Patrick D. Logan" } ]
workspace.lisp
patrickdlogan/abcl-webdriver
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; This file is a collection of 'workspace' code for exploring Armed ;; Bear Common Lisp, lisp-unit, and WebDriver for testing ;; browser-based applications. ;; ;; Copyright (c) 2011, Patrick D. Logan ;; All rights reserved. ;; ;; See COPYING for more...
67598
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; This file is a collection of 'workspace' code for exploring Armed ;; Bear Common Lisp, lisp-unit, and WebDriver for testing ;; browser-based applications. ;; ;; Copyright (c) 2011, <NAME> ;; All rights reserved. ;; ;; See COPYING for more informati...
true
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; This file is a collection of 'workspace' code for exploring Armed ;; Bear Common Lisp, lisp-unit, and WebDriver for testing ;; browser-based applications. ;; ;; Copyright (c) 2011, PI:NAME:<NAME>END_PI ;; All rights reserved. ;; ;; See COPYING for ...
[ { "context": "; Modified by Robert Krug from John Cowles's book bad-def.lisp.\n\n(in-packag", "end": 25, "score": 0.9998928904533386, "start": 14, "tag": "NAME", "value": "Robert Krug" }, { "context": "; Modified by Robert Krug from John Cowles's book bad-def.lisp.\n\n(in-package \"A...
books/workshops/2002/cowles-primrec/support/bad-def1.lisp
mayankmanj/acl2
305
; Modified by Robert Krug from John Cowles's book bad-def.lisp. (in-package "ACL2") (defstub g (*) => *) (defaxiom g-thm (implies (syntaxp (variablep n)) (equal (g n) (if (equal n 0) nil (cons nil (g (- n 1))))))) (defthm len-cons ...
74151
; Modified by <NAME> from <NAME>'s book bad-def.lisp. (in-package "ACL2") (defstub g (*) => *) (defaxiom g-thm (implies (syntaxp (variablep n)) (equal (g n) (if (equal n 0) nil (cons nil (g (- n 1))))))) (defthm len-cons (equal (le...
true
; Modified by PI:NAME:<NAME>END_PI from PI:NAME:<NAME>END_PI's book bad-def.lisp. (in-package "ACL2") (defstub g (*) => *) (defaxiom g-thm (implies (syntaxp (variablep n)) (equal (g n) (if (equal n 0) nil (cons nil (g (- n 1))))))) (defthm...
[ { "context": ";;;; The MIT License\n\n;;;; Copyright (c) 2003-2008 Aneil Mallavarapu\n\n;;;; Permission is hereby granted, free of charg", "end": 105, "score": 0.9998996257781982, "start": 88, "tag": "NAME", "value": "Aneil Mallavarapu" } ]
libraries/b/biochem/location.lisp
aneilbaboo/littleb
6
;;;; This file is part of little b. ;;;; The MIT License ;;;; Copyright (c) 2003-2008 Aneil Mallavarapu ;;;; Permission is hereby granted, free of charge, to any person obtaining a copy ;;;; of this software and associated documentation files (the "Software"), to deal ;;;; in the Software without restriction, includ...
79835
;;;; This file is part of little b. ;;;; The MIT License ;;;; Copyright (c) 2003-2008 <NAME> ;;;; Permission is hereby granted, free of charge, to any person obtaining a copy ;;;; of this software and associated documentation files (the "Software"), to deal ;;;; in the Software without restriction, including without...
true
;;;; This file is part of little b. ;;;; The MIT License ;;;; Copyright (c) 2003-2008 PI:NAME:<NAME>END_PI ;;;; Permission is hereby granted, free of charge, to any person obtaining a copy ;;;; of this software and associated documentation files (the "Software"), to deal ;;;; in the Software without restriction, inc...
[ { "context": "he LICENSE file distributed with ACL2.\n;\n; Author: Eric McCarthy (mccarthy@kestrel.edu)\n\n;;;;;;;;;;;;;;;;;;;;;;;;;", "end": 186, "score": 0.9998582005500793, "start": 173, "tag": "NAME", "value": "Eric McCarthy" }, { "context": "distributed with ACL2.\n;\n; Author: ...
books/kestrel/yul/json/top.lisp
mayankmanj/acl2
0
; Yul Library ; ; Copyright (C) 2021 Kestrel Institute (http://www.kestrel.edu) ; ; License: A 3-clause BSD license. See the LICENSE file distributed with ACL2. ; ; Author: Eric McCarthy (mccarthy@kestrel.edu) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (in-package "YUL") (includ...
39827
; Yul Library ; ; Copyright (C) 2021 Kestrel Institute (http://www.kestrel.edu) ; ; License: A 3-clause BSD license. See the LICENSE file distributed with ACL2. ; ; Author: <NAME> (<EMAIL>) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (in-package "YUL") (include-book "parse-json")...
true
; Yul Library ; ; Copyright (C) 2021 Kestrel Institute (http://www.kestrel.edu) ; ; License: A 3-clause BSD license. See the LICENSE file distributed with ACL2. ; ; Author: PI:NAME:<NAME>END_PI (PI:EMAIL:<EMAIL>END_PI) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (in-package "YUL")...
[ { "context": "; The MIT License (MIT)\n;;;\n;;; Copyright (c) 2017 Michael J. Forster\n;;;\n;;; Permission is hereby granted, free of cha", "end": 100, "score": 0.9998241662979126, "start": 82, "tag": "NAME", "value": "Michael J. Forster" }, { "context": "i/reference/\n(defparameter ...
core/auth-capture.lisp
michaeljforster/cl-anet-api
0
;;;; core/auth-capture.lisp ;;; The MIT License (MIT) ;;; ;;; Copyright (c) 2017 Michael J. Forster ;;; ;;; Permission is hereby granted, free of charge, to any person obtaining a copy ;;; of this software and associated documentation files (the "Software"), to deal ;;; in the Software without restriction, including w...
87620
;;;; core/auth-capture.lisp ;;; The MIT License (MIT) ;;; ;;; Copyright (c) 2017 <NAME> ;;; ;;; Permission is hereby granted, free of charge, to any person obtaining a copy ;;; of this software and associated documentation files (the "Software"), to deal ;;; in the Software without restriction, including without limit...
true
;;;; core/auth-capture.lisp ;;; The MIT License (MIT) ;;; ;;; Copyright (c) 2017 PI:NAME:<NAME>END_PI ;;; ;;; Permission is hereby granted, free of charge, to any person obtaining a copy ;;; of this software and associated documentation files (the "Software"), to deal ;;; in the Software without restriction, including...
[ { "context": "e \"ACL2\")\n\n#|\n\n german.lisp \n ~~~~~~~~~~~\n\nAuthor: Sandip Ray\nDate: Wed Oct 5 01:37:01 2005\n\nThis book represe", "end": 71, "score": 0.9997749328613281, "start": 61, "tag": "NAME", "value": "Sandip Ray" }, { "context": "h ACL2. \n\nPrelude\n=======\n\nBackg...
books/projects/concurrent-programs/german-protocol/german.lisp
ragerdl/acl2-defthm-rc2
1
(in-package "ACL2") #| german.lisp ~~~~~~~~~~~ Author: Sandip Ray Date: Wed Oct 5 01:37:01 2005 This book represents my efforts to model the German protocol and reason about it with ACL2. Prelude ======= Background ---------- Anna Slobodova recently was trying to model the German protocol an use ACL2 to pro...
52915
(in-package "ACL2") #| german.lisp ~~~~~~~~~~~ Author: <NAME> Date: Wed Oct 5 01:37:01 2005 This book represents my efforts to model the German protocol and reason about it with ACL2. Prelude ======= Background ---------- <NAME> recently was trying to model the German protocol an use ACL2 to prove it correc...
true
(in-package "ACL2") #| german.lisp ~~~~~~~~~~~ Author: PI:NAME:<NAME>END_PI Date: Wed Oct 5 01:37:01 2005 This book represents my efforts to model the German protocol and reason about it with ACL2. Prelude ======= Background ---------- PI:NAME:<NAME>END_PI recently was trying to model the German protocol an...
[ { "context": "il address to:\n;;; CommonLoops Coordinator\n;;; Xerox PARC\n;;; 3333 Coyote Hill Rd.\n;;; Palo Alto, CA 94", "end": 859, "score": 0.9524916410446167, "start": 849, "tag": "NAME", "value": "Xerox PARC" }, { "context": " Palo Alto, CA 94304\n;;; (or send Arpanet...
pcl/cache.lisp
binghe/portable-clos
57
;;;-*-Mode:LISP; Package:(PCL LISP 1000); Base:10; Syntax:Common-lisp -*- ;;; ;;; ************************************************************************* ;;; Copyright (c) 1985, 1986, 1987, 1988, 1989, 1990 Xerox Corporation. ;;; All rights reserved. ;;; ;;; Use and copying of this software and preparation of derivat...
50409
;;;-*-Mode:LISP; Package:(PCL LISP 1000); Base:10; Syntax:Common-lisp -*- ;;; ;;; ************************************************************************* ;;; Copyright (c) 1985, 1986, 1987, 1988, 1989, 1990 Xerox Corporation. ;;; All rights reserved. ;;; ;;; Use and copying of this software and preparation of derivat...
true
;;;-*-Mode:LISP; Package:(PCL LISP 1000); Base:10; Syntax:Common-lisp -*- ;;; ;;; ************************************************************************* ;;; Copyright (c) 1985, 1986, 1987, 1988, 1989, 1990 Xerox Corporation. ;;; All rights reserved. ;;; ;;; Use and copying of this software and preparation of derivat...
[ { "context": "; DEALINGS IN THE SOFTWARE.\n;\n; Original author: Jared Davis <jared@centtech.com>\n\n(in-package \"STD\")\n(include", "end": 1398, "score": 0.9996117353439331, "start": 1387, "tag": "NAME", "value": "Jared Davis" }, { "context": "N THE SOFTWARE.\n;\n; Original autho...
books/std/util/returnspecs.lisp
shigoel/acl2
1
; Standard Utilities Library ; Copyright (C) 2008-2014 Centaur Technology ; ; Contact: ; Centaur Technology Formal Verification Group ; 7600-C N. Capital of Texas Highway, Suite 300, Austin, TX 78731, USA. ; http://www.centtech.com/ ; ; License: (An MIT/X11-style license) ; ; Permission is hereby granted, free ...
11059
; Standard Utilities Library ; Copyright (C) 2008-2014 Centaur Technology ; ; Contact: ; Centaur Technology Formal Verification Group ; 7600-C N. Capital of Texas Highway, Suite 300, Austin, TX 78731, USA. ; http://www.centtech.com/ ; ; License: (An MIT/X11-style license) ; ; Permission is hereby granted, free ...
true
; Standard Utilities Library ; Copyright (C) 2008-2014 Centaur Technology ; ; Contact: ; Centaur Technology Formal Verification Group ; 7600-C N. Capital of Texas Highway, Suite 300, Austin, TX 78731, USA. ; http://www.centtech.com/ ; ; License: (An MIT/X11-style license) ; ; Permission is hereby granted, free ...
[ { "context": "******************************\n;;;\n;;; Written by: Dan Corkill\n;;;\n;;; Copyright (C) 2003-2013, Dan Corkill <cor", "end": 692, "score": 0.9998806715011597, "start": 681, "tag": "NAME", "value": "Dan Corkill" }, { "context": "n by: Dan Corkill\n;;;\n;;; Copyright (C)...
source/tools/scheduled-periodic-functions.lisp
earl-ducaine/gbbopen
25
;;;; -*- Mode:Common-Lisp; Package:PORTABLE-THREADS; Syntax:common-lisp -*- ;;;; *-* File: /usr/local/gbbopen/source/tools/scheduled-periodic-functions.lisp *-* ;;;; *-* Edited-By: cork *-* ;;;; *-* Last-Edit: Wed Oct 30 16:02:13 2013 *-* ;;;; *-* Machine: phoenix *-* ;;;; *********************************************...
60257
;;;; -*- Mode:Common-Lisp; Package:PORTABLE-THREADS; Syntax:common-lisp -*- ;;;; *-* File: /usr/local/gbbopen/source/tools/scheduled-periodic-functions.lisp *-* ;;;; *-* Edited-By: cork *-* ;;;; *-* Last-Edit: Wed Oct 30 16:02:13 2013 *-* ;;;; *-* Machine: phoenix *-* ;;;; *********************************************...
true
;;;; -*- Mode:Common-Lisp; Package:PORTABLE-THREADS; Syntax:common-lisp -*- ;;;; *-* File: /usr/local/gbbopen/source/tools/scheduled-periodic-functions.lisp *-* ;;;; *-* Edited-By: cork *-* ;;;; *-* Last-Edit: Wed Oct 30 16:02:13 2013 *-* ;;;; *-* Machine: phoenix *-* ;;;; *********************************************...
[ { "context": ";-*- Mode: Lisp -*-\n;;;; Author: Paul Dietz\n;;;; Created: Tue Jan 13 20:09:50 2004\n;;;; Cont", "end": 49, "score": 0.9998613595962524, "start": 39, "tag": "NAME", "value": "Paul Dietz" } ]
programs/ansi-test/streams/stream-element-type.lsp
TeamSPoon/wam_common_lisp_devel_workspace
8
;-*- Mode: Lisp -*- ;;;; Author: Paul Dietz ;;;; Created: Tue Jan 13 20:09:50 2004 ;;;; Contains: Tests for STREAM-ELEMENT-TYPE (in-package :cl-test) (deftest stream-element-type.1 (loop for s in (list *debug-io* *error-output* *query-io* *standard-input* *standard-output* ...
6101
;-*- Mode: Lisp -*- ;;;; Author: <NAME> ;;;; Created: Tue Jan 13 20:09:50 2004 ;;;; Contains: Tests for STREAM-ELEMENT-TYPE (in-package :cl-test) (deftest stream-element-type.1 (loop for s in (list *debug-io* *error-output* *query-io* *standard-input* *standard-output* ...
true
;-*- Mode: Lisp -*- ;;;; Author: PI:NAME:<NAME>END_PI ;;;; Created: Tue Jan 13 20:09:50 2004 ;;;; Contains: Tests for STREAM-ELEMENT-TYPE (in-package :cl-test) (deftest stream-element-type.1 (loop for s in (list *debug-io* *error-output* *query-io* *standard-input* *standard-output* ...
[ { "context": ";;;;\n;;;\n;; @file use-nleq.lisp\n;; @author Mitch Richling <https://www.mitchr.me>\n;; @brief Non-linear ", "end": 306, "score": 0.9998891353607178, "start": 292, "tag": "NAME", "value": "Mitch Richling" }, { "context": "rblock\n;; Copyright (c) 1997,1998...
use-nleq.lisp
richmit/mjrcalc
17
;; -*- Mode:Lisp; Syntax:ANSI-Common-LISP; Coding:us-ascii-unix; fill-column:158 -*- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; ;; @file use-nleq.lisp ;; @author Mitch Richling <https://www....
62465
;; -*- Mode:Lisp; Syntax:ANSI-Common-LISP; Coding:us-ascii-unix; fill-column:158 -*- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; ;; @file use-nleq.lisp ;; @author <NAME> <https://www.mitchr.m...
true
;; -*- Mode:Lisp; Syntax:ANSI-Common-LISP; Coding:us-ascii-unix; fill-column:158 -*- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; ;; @file use-nleq.lisp ;; @author PI:NAME:<NAME>END_PI <https:...
[ { "context": "Lisp; Base: 10 -*-\n\n;; How to use this:\n;; \n;; Get Marc Battyani's \"cl-typesetting\" and \"cl-pdf\" packages:\n;; h", "end": 105, "score": 0.9183928966522217, "start": 92, "tag": "NAME", "value": "Marc Battyani" }, { "context": "concept.com/asp/html/cl-typesetti...
contrib/xhtml-renderer/xml-render.asd
mbattyani/cl-typesetting
39
;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;; How to use this: ;; ;; Get Marc Battyani's "cl-typesetting" and "cl-pdf" packages: ;; http://www.fractalconcept.com/asp/html/cl-typesetting.html ;; ;; and Miles Egan's xmls parser: ;; http://common-lisp.net/project/xmls/ ;; ;; Then load this package...
50760
;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;; How to use this: ;; ;; Get <NAME>'s "cl-typesetting" and "cl-pdf" packages: ;; http://www.fractalconcept.com/asp/html/cl-typesetting.html ;; ;; and <NAME> E<NAME>'s xmls parser: ;; http://common-lisp.net/project/xmls/ ;; ;; Then load this package an...
true
;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;; How to use this: ;; ;; Get PI:NAME:<NAME>END_PI's "cl-typesetting" and "cl-pdf" packages: ;; http://www.fractalconcept.com/asp/html/cl-typesetting.html ;; ;; and PI:NAME:<NAME>END_PI EPI:NAME:<NAME>END_PI's xmls parser: ;; http://common-lisp.net/pro...
[ { "context": ";-*- Mode: Lisp -*-\n;;;; Author: Paul Dietz\n;;;; Created: Sun Jan 26 21:30:42 2003\n;;;; Cont", "end": 49, "score": 0.9998586177825928, "start": 39, "tag": "NAME", "value": "Paul Dietz" } ]
ansi-tests/hash-table.lsp
TeamSPoon/CYC_JRTL_with_CommonLisp_OLD
10
;-*- Mode: Lisp -*- ;;;; Author: Paul Dietz ;;;; Created: Sun Jan 26 21:30:42 2003 ;;;; Contains: Tests of HASH-TABLE and related interface (in-package :cl-test) (deftest hash-table.1 (notnot-mv (find-class 'hash-table)) t) (deftest hash-table.2 (loop for e in '(nil t 1 10.0 (a b c) #(a b c) #*1011 ...
86435
;-*- Mode: Lisp -*- ;;;; Author: <NAME> ;;;; Created: Sun Jan 26 21:30:42 2003 ;;;; Contains: Tests of HASH-TABLE and related interface (in-package :cl-test) (deftest hash-table.1 (notnot-mv (find-class 'hash-table)) t) (deftest hash-table.2 (loop for e in '(nil t 1 10.0 (a b c) #(a b c) #*1011 ...
true
;-*- Mode: Lisp -*- ;;;; Author: PI:NAME:<NAME>END_PI ;;;; Created: Sun Jan 26 21:30:42 2003 ;;;; Contains: Tests of HASH-TABLE and related interface (in-package :cl-test) (deftest hash-table.1 (notnot-mv (find-class 'hash-table)) t) (deftest hash-table.2 (loop for e in '(nil t 1 10.0 (a b c) #(a b c) #...
[ { "context": "\n :description \"Describe cl-nng here\"\n :author \"Your Name <your.name@example.com>\"\n :license \"Specify lic", "end": 133, "score": 0.9901712536811829, "start": 124, "tag": "NAME", "value": "Your Name" }, { "context": "tion \"Describe cl-nng here\"\n :author \...
cl-nng.asd
stacksmith/cl-nng
0
;;;; cl-nng.asd (asdf:load-system '#:cffi-grovel) (asdf:defsystem #:cl-nng :description "Describe cl-nng here" :author "Your Name <your.name@example.com>" :license "Specify license here" :version "0.0.1" :serial t :depends-on (:alexandria :cffi ) :components ((:file "package") ;; (:...
68292
;;;; cl-nng.asd (asdf:load-system '#:cffi-grovel) (asdf:defsystem #:cl-nng :description "Describe cl-nng here" :author "<NAME> <<EMAIL>>" :license "Specify license here" :version "0.0.1" :serial t :depends-on (:alexandria :cffi ) :components ((:file "package") ;; (:file "c-api") ...
true
;;;; cl-nng.asd (asdf:load-system '#:cffi-grovel) (asdf:defsystem #:cl-nng :description "Describe cl-nng here" :author "PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>" :license "Specify license here" :version "0.0.1" :serial t :depends-on (:alexandria :cffi ) :components ((:file "package") ...
[ { "context": "l-count (nconst 0))\n\t\t ;; Hack to fix bug that Andrzej Filinski found.\n\t\t ;; This should return an empty vect", "end": 6130, "score": 0.9996854066848755, "start": 6114, "tag": "NAME", "value": "Andrzej Filinski" } ]
nesl/src/ptrans.lisp
gblelloch/nesl
8
;;; ;;; Copyright (c) 1992, 1993, 1994 Carnegie Mellon University ;;; All Rights Reserved. ;;; ;;; See COPYRIGHT file for further information. ;;; (in-package :nesl-lisp) ;; Returns all the variables in a binding expression. ;; For example (bindvars-exp '(pair (pair x y) z)) ;; will return (x y z). (defun bindvars-ex...
86834
;;; ;;; Copyright (c) 1992, 1993, 1994 Carnegie Mellon University ;;; All Rights Reserved. ;;; ;;; See COPYRIGHT file for further information. ;;; (in-package :nesl-lisp) ;; Returns all the variables in a binding expression. ;; For example (bindvars-exp '(pair (pair x y) z)) ;; will return (x y z). (defun bindvars-ex...
true
;;; ;;; Copyright (c) 1992, 1993, 1994 Carnegie Mellon University ;;; All Rights Reserved. ;;; ;;; See COPYRIGHT file for further information. ;;; (in-package :nesl-lisp) ;; Returns all the variables in a binding expression. ;; For example (bindvars-exp '(pair (pair x y) z)) ;; will return (x y z). (defun bindvars-ex...
[ { "context": "ls\n :name \"gp_utils\"\n :version \"1.0\"\n :author \"Jeffrey Massung\"\n :license \"Apache 2.0\"\n :description \"Graphics", "end": 158, "score": 0.9998865127563477, "start": 143, "tag": "NAME", "value": "Jeffrey Massung" } ]
gp_utils.asd
massung/gp_utils
3
(defpackage :gp-utils-asd (:use :cl :asdf)) (in-package :gp-utils-asd) (defsystem :gp_utils :name "gp_utils" :version "1.0" :author "Jeffrey Massung" :license "Apache 2.0" :description "Graphics Port Utilities for LispWorks." :serial t :components ((:file "gp_utils")))
95263
(defpackage :gp-utils-asd (:use :cl :asdf)) (in-package :gp-utils-asd) (defsystem :gp_utils :name "gp_utils" :version "1.0" :author "<NAME>" :license "Apache 2.0" :description "Graphics Port Utilities for LispWorks." :serial t :components ((:file "gp_utils")))
true
(defpackage :gp-utils-asd (:use :cl :asdf)) (in-package :gp-utils-asd) (defsystem :gp_utils :name "gp_utils" :version "1.0" :author "PI:NAME:<NAME>END_PI" :license "Apache 2.0" :description "Graphics Port Utilities for LispWorks." :serial t :components ((:file "gp_utils")))
[ { "context": "ode: Lisp; Package: CCL -*-\n;;;\n;;; Copyright 2009 Clozure Associates\n;;;\n;;; Licensed under the Apache License, Versio", "end": 77, "score": 0.8738062381744385, "start": 59, "tag": "NAME", "value": "Clozure Associates" }, { "context": "arwinx8632-backend* *known-x8...
compiler/X86/X8632/x8632-backend.lisp
digikar99/ccl
732
;;;-*- Mode: Lisp; Package: CCL -*- ;;; ;;; Copyright 2009 Clozure Associates ;;; ;;; Licensed under the Apache License, Version 2.0 (the "License"); ;;; you may not use this file except in compliance with the License. ;;; You may obtain a copy of the License at ;;; ;;; http://www.apache.org/licenses/LICENSE-2.0 ;;...
35686
;;;-*- Mode: Lisp; Package: CCL -*- ;;; ;;; Copyright 2009 <NAME> ;;; ;;; Licensed under the Apache License, Version 2.0 (the "License"); ;;; you may not use this file except in compliance with the License. ;;; You may obtain a copy of the License at ;;; ;;; http://www.apache.org/licenses/LICENSE-2.0 ;;; ;;; Unless...
true
;;;-*- Mode: Lisp; Package: CCL -*- ;;; ;;; Copyright 2009 PI:NAME:<NAME>END_PI ;;; ;;; Licensed under the Apache License, Version 2.0 (the "License"); ;;; you may not use this file except in compliance with the License. ;;; You may obtain a copy of the License at ;;; ;;; http://www.apache.org/licenses/LICENSE-2.0 ...
[ { "context": ";;;; game-theory.lisp\n;;;;\n;;;; Copyright (c) 2017 Jeremiah LaRocco <jeremiah.larocco@gmail.com>\n\n(in-package #:game-", "end": 67, "score": 0.9998846054077148, "start": 51, "tag": "NAME", "value": "Jeremiah LaRocco" }, { "context": "sp\n;;;;\n;;;; Copyright (c) 2017...
game-theory.lisp
jl2/game-theory
0
;;;; game-theory.lisp ;;;; ;;;; Copyright (c) 2017 Jeremiah LaRocco <jeremiah.larocco@gmail.com> (in-package #:game-theory) (defclass 2-player-game () ((payoffs :initarg :payoffs))) (defun create-game (first-player second-player) (when (or (/= (mcols first-player) (mcols second-player)) (/= (mrows fi...
15804
;;;; game-theory.lisp ;;;; ;;;; Copyright (c) 2017 <NAME> <<EMAIL>> (in-package #:game-theory) (defclass 2-player-game () ((payoffs :initarg :payoffs))) (defun create-game (first-player second-player) (when (or (/= (mcols first-player) (mcols second-player)) (/= (mrows first-player) (mrows second-pla...
true
;;;; game-theory.lisp ;;;; ;;;; Copyright (c) 2017 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> (in-package #:game-theory) (defclass 2-player-game () ((payoffs :initarg :payoffs))) (defun create-game (first-player second-player) (when (or (/= (mcols first-player) (mcols second-player)) (/= (mrows fi...
[ { "context": "ing and retrieval API.\n;;;\n;;; Copyright (c) 2006, Alexey Dvoychenkov\n;;; Copyright (c) 2006, Luis Oliveira <loliveira", "end": 160, "score": 0.9998268485069275, "start": 142, "tag": "NAME", "value": "Alexey Dvoychenkov" }, { "context": ") 2006, Alexey Dvoychenkov\n...
glut/state.lisp
azimut/cl-opengl
174
;;; -*- Mode: Lisp; indent-tabs-mode: nil -*- ;;; ;;; state.lisp --- GLUT Window state setting and retrieval API. ;;; ;;; Copyright (c) 2006, Alexey Dvoychenkov ;;; Copyright (c) 2006, Luis Oliveira <loliveira@common-lisp.net> ;;; ;;; Redistribution and use in source and binary forms, with or without ;;; modification,...
82254
;;; -*- Mode: Lisp; indent-tabs-mode: nil -*- ;;; ;;; state.lisp --- GLUT Window state setting and retrieval API. ;;; ;;; Copyright (c) 2006, <NAME> ;;; Copyright (c) 2006, <NAME> <<EMAIL>> ;;; ;;; Redistribution and use in source and binary forms, with or without ;;; modification, are permitted provided that the foll...
true
;;; -*- Mode: Lisp; indent-tabs-mode: nil -*- ;;; ;;; state.lisp --- GLUT Window state setting and retrieval API. ;;; ;;; Copyright (c) 2006, PI:NAME:<NAME>END_PI ;;; Copyright (c) 2006, PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> ;;; ;;; Redistribution and use in source and binary forms, with or without ;;; modific...
[ { "context": "andom-state\n (c) 2015 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)\n Author: Nicolas Hafner <shinmera@tymoon.eu>\n|#\n", "end": 96, "score": 0.9998297095298767, "start": 78, "tag": "EMAIL", "value": "shinmera@tymoon.eu" }, { "context": "umo http://tymoon.eu (shinmer...
random-state.asd
Shinmera/random-state
18
#| This file is a part of random-state (c) 2015 Shirakumo http://tymoon.eu (shinmera@tymoon.eu) Author: Nicolas Hafner <shinmera@tymoon.eu> |# (asdf:defsystem random-state :version "0.1.0" :author "Nicolas Hafner <shinmera@tymoon.eu>" :license "zlib" :description "Portable random number generation." :home...
42535
#| This file is a part of random-state (c) 2015 Shirakumo http://tymoon.eu (<EMAIL>) Author: <NAME> <<EMAIL>> |# (asdf:defsystem random-state :version "0.1.0" :author "<NAME> <<EMAIL>>" :license "zlib" :description "Portable random number generation." :homepage "https://Shinmera.github.io/random-state/" ...
true
#| This file is a part of random-state (c) 2015 Shirakumo http://tymoon.eu (PI:EMAIL:<EMAIL>END_PI) Author: PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> |# (asdf:defsystem random-state :version "0.1.0" :author "PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>" :license "zlib" :description "Portable random num...
[ { "context": "013 Advanced Mirco Devices, Inc. \n;\n; Contact:\n; David Russinoff\n; 1106 W 9th St., Austin, TX 78703\n; http://w", "end": 164, "score": 0.9998607635498047, "start": 149, "tag": "NAME", "value": "David Russinoff" }, { "context": "ite 500, Boston, MA\n; 02110-133...
books/rtl/rel9/support/lib1/openers.lisp
ragerdl/acl2-defthm-rc2
1
; RTL - A Formal Theory of Register-Transfer Logic and Computer Arithmetic ; Copyright (C) 1995-2013 Advanced Mirco Devices, Inc. ; ; Contact: ; David Russinoff ; 1106 W 9th St., Austin, TX 78703 ; http://www.russsinoff.com/ ; ; This program is free software; you can redistribute it and/or modify it under ; the...
76030
; RTL - A Formal Theory of Register-Transfer Logic and Computer Arithmetic ; Copyright (C) 1995-2013 Advanced Mirco Devices, Inc. ; ; Contact: ; <NAME> ; 1106 W 9th St., Austin, TX 78703 ; http://www.russsinoff.com/ ; ; This program is free software; you can redistribute it and/or modify it under ; the terms of...
true
; RTL - A Formal Theory of Register-Transfer Logic and Computer Arithmetic ; Copyright (C) 1995-2013 Advanced Mirco Devices, Inc. ; ; Contact: ; PI:NAME:<NAME>END_PI ; 1106 W 9th St., Austin, TX 78703 ; http://www.russsinoff.com/ ; ; This program is free software; you can redistribute it and/or modify it under ...
[ { "context": " Array-Utils\n(c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)\nAuthor: Nicolas Hafner <shinmera@tymoon.eu>\n|#\n\n", "end": 93, "score": 0.9998817443847656, "start": 75, "tag": "EMAIL", "value": "shinmera@tymoon.eu" }, { "context": "kumo http://tymoon.eu (shinm...
utils.lisp
ccgcyber/array-utils
3
#| This file is a part of Array-Utils (c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu) Author: Nicolas Hafner <shinmera@tymoon.eu> |# (in-package #:cl-user) (defpackage #:array-utils (:nicknames #:org.shirakumo.array-utils) (:use #:cl) (:export #:ensure-array-size #:array-shift #:vector-push-ext...
26881
#| This file is a part of Array-Utils (c) 2014 Shirakumo http://tymoon.eu (<EMAIL>) Author: <NAME> <<EMAIL>> |# (in-package #:cl-user) (defpackage #:array-utils (:nicknames #:org.shirakumo.array-utils) (:use #:cl) (:export #:ensure-array-size #:array-shift #:vector-push-extend-front #:vector-push-ext...
true
#| This file is a part of Array-Utils (c) 2014 Shirakumo http://tymoon.eu (PI:EMAIL:<EMAIL>END_PI) Author: PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> |# (in-package #:cl-user) (defpackage #:array-utils (:nicknames #:org.shirakumo.array-utils) (:use #:cl) (:export #:ensure-array-size #:array-shift #:v...