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": "#|$ACL2s-Preamble$;\n; Julien Schmaltz\n;; Generic Scheduling Module of GeNoC\n;; Feb 16th",
"end": 37,
"score": 0.999883234500885,
"start": 22,
"tag": "NAME",
"value": "Julien Schmaltz"
},
{
"context": ";; Feb 16th 2005\n;; File: GeNoC-scheduling.lisp\n;; Amr HELMY Rev... | books/workshops/2009/verbeek-schmaltz/verbeek/generic-modules/GeNoC-scheduling.lisp | mayankmanj/acl2 | 305 | #|$ACL2s-Preamble$;
; Julien Schmaltz
;; Generic Scheduling Module of GeNoC
;; Feb 16th 2005
;; File: GeNoC-scheduling.lisp
;; Amr HELMY Revised and modified January 24th 2008
;;edited by Amr HELMY, Laurence Pierre august 22nd of august 2007
;;Amr helmy
;;31st october 2007
(begin-book);$ACL2s-Preamble$|#
(in-package... | 68194 | #|$ACL2s-Preamble$;
; <NAME>
;; Generic Scheduling Module of GeNoC
;; Feb 16th 2005
;; File: GeNoC-scheduling.lisp
;; <NAME> Revised and modified January 24th 2008
;;edited by <NAME>, <NAME> august 22nd of august 2007
;;<NAME>
;;31st october 2007
(begin-book);$ACL2s-Preamble$|#
(in-package "ACL2")
(include-book "GeN... | true | #|$ACL2s-Preamble$;
; PI:NAME:<NAME>END_PI
;; Generic Scheduling Module of GeNoC
;; Feb 16th 2005
;; File: GeNoC-scheduling.lisp
;; PI:NAME:<NAME>END_PI Revised and modified January 24th 2008
;;edited by PI:NAME:<NAME>END_PI, PI:NAME:<NAME>END_PI august 22nd of august 2007
;;PI:NAME:<NAME>END_PI
;;31st october 2007
(... |
[
{
"context": ";;;; Copyright (c) 2014\n;;;;\n;;;; Robert Strandh (robert.strandh@gmail.com)\n;;;;\n;;;; all rights r",
"end": 52,
"score": 0.9998533725738525,
"start": 38,
"tag": "NAME",
"value": "Robert Strandh"
},
{
"context": " Copyright (c) 2014\n;;;;\n;;;; Robert Strandh... | Code/String/trim.lisp | ebrasca/SICL | 1 | ;;;; Copyright (c) 2014
;;;;
;;;; Robert Strandh (robert.strandh@gmail.com)
;;;;
;;;; all rights reserved.
;;;;
;;;; Permission is hereby granted to use this software for any
;;;; purpose, including using, modifying, and redistributing it.
;;;;
;;;; The software is provided "as-is" with no warranty. The user of
;;... | 20973 | ;;;; Copyright (c) 2014
;;;;
;;;; <NAME> (<EMAIL>)
;;;;
;;;; all rights reserved.
;;;;
;;;; Permission is hereby granted to use this software for any
;;;; purpose, including using, modifying, and redistributing it.
;;;;
;;;; The software is provided "as-is" with no warranty. The user of
;;;; this software assumes ... | true | ;;;; Copyright (c) 2014
;;;;
;;;; PI:NAME:<NAME>END_PI (PI:EMAIL:<EMAIL>END_PI)
;;;;
;;;; all rights reserved.
;;;;
;;;; Permission is hereby granted to use this software for any
;;;; purpose, including using, modifying, and redistributing it.
;;;;
;;;; The software is provided "as-is" with no warranty. The user o... |
[
{
"context": "lize.lisp\n\n#|\nThe MIT license.\n\nCopyright (c) 2013 Paul L. Krueger\n\nPermission is hereby granted, free of charge, to",
"end": 80,
"score": 0.9998819231987,
"start": 65,
"tag": "NAME",
"value": "Paul L. Krueger"
}
] | Utilities/objc-initialize.lisp | plkrueger/CocoaInterface | 34 | ;; objc-initialize.lisp
#|
The MIT license.
Copyright (c) 2013 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 u... | 59242 | ;; objc-initialize.lisp
#|
The MIT license.
Copyright (c) 2013 <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,... | true | ;; objc-initialize.lisp
#|
The MIT license.
Copyright (c) 2013 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... |
[
{
"context": "ense. See the file books/3BSD-mod.txt.\n;\n; Author: Eric Smith (eric.smith@kestrel.edu)\n\n;;;;;;;;;;;;;;;;;;;;;;;",
"end": 177,
"score": 0.9995275735855103,
"start": 167,
"tag": "NAME",
"value": "Eric Smith"
},
{
"context": " file books/3BSD-mod.txt.\n;\n; Author: Eri... | books/kestrel/utilities/file-existsp.lisp | mayankmanj/acl2 | 305 | ; A tool to tell whether a file exists
;
; Copyright (C) 2015-2021 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")
;; Returns (m... | 72837 | ; A tool to tell whether a file exists
;
; Copyright (C) 2015-2021 Kestrel Institute
;
; License: A 3-clause BSD license. See the file books/3BSD-mod.txt.
;
; Author: <NAME> (<EMAIL>)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(in-package "ACL2")
;; Returns (mv existsp state). ... | true | ; A tool to tell whether a file exists
;
; Copyright (C) 2015-2021 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")
;; ... |
[
{
"context": "onway's Game of Life in Common Lisp. \"\n :author \"Andreas Ruscheinski <andreas.ruscheinski@googlemail.com>\"\n :license ",
"end": 195,
"score": 0.9998960494995117,
"start": 176,
"tag": "NAME",
"value": "Andreas Ruscheinski"
},
{
"context": "in Common Lisp. \"\n :au... | gol-render-demos.asd | aruscher/gol-render-demos | 0 | ;;;; gol-render-demos.asd
(asdf:defsystem #:gol-render-demos
:description "A collection of different approaches to render Conway's Game of Life in Common Lisp. "
:author "Andreas Ruscheinski <andreas.ruscheinski@googlemail.com>"
:license "MIT"
:version "0.0.1"
:serial t
:pathname ""
:depends-on ("gol-re... | 24606 | ;;;; gol-render-demos.asd
(asdf:defsystem #:gol-render-demos
:description "A collection of different approaches to render Conway's Game of Life in Common Lisp. "
:author "<NAME> <<EMAIL>>"
:license "MIT"
:version "0.0.1"
:serial t
:pathname ""
:depends-on ("gol-render-demos/game"
"gol-ren... | true | ;;;; gol-render-demos.asd
(asdf:defsystem #:gol-render-demos
:description "A collection of different approaches to render Conway's Game of Life in Common Lisp. "
:author "PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>"
:license "MIT"
:version "0.0.1"
:serial t
:pathname ""
:depends-on ("gol-render-demos/... |
[
{
"context": "he LICENSE file distributed with ACL2.\n;\n; Author: Eric McCarthy (mccarthy@kestrel.edu)\n\n;;;;;;;;;;;;;;;;;;;;;;;;;",
"end": 206,
"score": 0.9997506141662598,
"start": 193,
"tag": "NAME",
"value": "Eric McCarthy"
},
{
"context": "distributed with ACL2.\n;\n; Author: ... | books/kestrel/crypto/ecdsa/deterministic-ecdsa-secp256k1-tests.lisp | mayankmanj/acl2 | 305 | ; Tests of the RFC 6979 Deterministic ECDSA formalization.
;
; Copyright (C) 2019 Kestrel Institute
;
; License: A 3-clause BSD license. See the LICENSE file distributed with ACL2.
;
; Author: Eric McCarthy (mccarthy@kestrel.edu)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(in-pac... | 4281 | ; Tests of the RFC 6979 Deterministic ECDSA formalization.
;
; Copyright (C) 2019 Kestrel Institute
;
; License: A 3-clause BSD license. See the LICENSE file distributed with ACL2.
;
; Author: <NAME> (<EMAIL>)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(in-package "ECDSA")
(incl... | true | ; Tests of the RFC 6979 Deterministic ECDSA formalization.
;
; Copyright (C) 2019 Kestrel Institute
;
; 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": "sd)\n\n(defsystem t-lack-middleware-csrf\n :author \"Eitaro Fukamachi\"\n :license \"LLGPL\"\n :depends-on (:lack\n ",
"end": 184,
"score": 0.9998819231987,
"start": 168,
"tag": "NAME",
"value": "Eitaro Fukamachi"
}
] | bundle-libs/software/lack-20190521-git/t-lack-middleware-csrf.asd | dbym4820/photon | 4 | (in-package :cl-user)
(defpackage t-lack-middleware-csrf-asd
(:use :cl :asdf))
(in-package :t-lack-middleware-csrf-asd)
(defsystem t-lack-middleware-csrf
:author "Eitaro Fukamachi"
:license "LLGPL"
:depends-on (:lack
:lack-test
:lack-request
:lack-middleware-csrf
... | 16650 | (in-package :cl-user)
(defpackage t-lack-middleware-csrf-asd
(:use :cl :asdf))
(in-package :t-lack-middleware-csrf-asd)
(defsystem t-lack-middleware-csrf
:author "<NAME>"
:license "LLGPL"
:depends-on (:lack
:lack-test
:lack-request
:lack-middleware-csrf
... | true | (in-package :cl-user)
(defpackage t-lack-middleware-csrf-asd
(:use :cl :asdf))
(in-package :t-lack-middleware-csrf-asd)
(defsystem t-lack-middleware-csrf
:author "PI:NAME:<NAME>END_PI"
:license "LLGPL"
:depends-on (:lack
:lack-test
:lack-request
:lack-middleware-csr... |
[
{
"context": ";; Copyright 2010-2018 Ben Lambert\n\n;; Licensed under the Apache License, Version 2.",
"end": 34,
"score": 0.999828577041626,
"start": 23,
"tag": "NAME",
"value": "Ben Lambert"
}
] | src/util.lisp | belambert/lisp-asr | 10 | ;; Copyright 2010-2018 Ben Lambert
;; 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 required by applicable law or agreed to in w... | 33852 | ;; Copyright 2010-2018 <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 required by applicable law or agreed to in writin... | true | ;; Copyright 2010-2018 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
;; Unless required by applicable law or agree... |
[
{
"context": "ary for script reading and executing.\"\n :author \"Isoraķatheð Zorethan <isoraqathedh.zorethan@gmail.com>\"\n :license \"M",
"end": 141,
"score": 0.9998935461044312,
"start": 121,
"tag": "NAME",
"value": "Isoraķatheð Zorethan"
},
{
"context": " and executing.\"\n :... | sclript.asd | isoraqathedh/sclript | 5 | ;;;; sclript.asd
(asdf:defsystem #:sclript
:description "Common library for script reading and executing."
:author "Isoraķatheð Zorethan <isoraqathedh.zorethan@gmail.com>"
:license "MIT"
:version "0.0.1"
:serial t
:components ((:file "package")
(:file "sclript")))
| 31221 | ;;;; sclript.asd
(asdf:defsystem #:sclript
:description "Common library for script reading and executing."
:author "<NAME> <<EMAIL>>"
:license "MIT"
:version "0.0.1"
:serial t
:components ((:file "package")
(:file "sclript")))
| true | ;;;; sclript.asd
(asdf:defsystem #:sclript
:description "Common library for script reading and executing."
:author "PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>"
:license "MIT"
:version "0.0.1"
:serial t
:components ((:file "package")
(:file "sclript")))
|
[
{
"context": "anteau\n :description \"cl-portmanteau\"\n :author \"Sergey Polzunov <sergey@polzunov.com>\"\n :license \"OSI approved 3",
"end": 88,
"score": 0.9998884201049805,
"start": 73,
"tag": "NAME",
"value": "Sergey Polzunov"
},
{
"context": "tion \"cl-portmanteau\"\n :auth... | portmanteau.asd | traut/cl-portmanteau | 1 | (asdf:defsystem #:portmanteau
:description "cl-portmanteau"
:author "Sergey Polzunov <sergey@polzunov.com>"
:license "OSI approved 3-clause 'New BSD License'"
:in-order-to ((test-op (test-op #:portmanteau-tests)))
:depends-on (#:vom)
:serial t
:components ((:file "portmanteau")))
| 23062 | (asdf:defsystem #:portmanteau
:description "cl-portmanteau"
:author "<NAME> <<EMAIL>>"
:license "OSI approved 3-clause 'New BSD License'"
:in-order-to ((test-op (test-op #:portmanteau-tests)))
:depends-on (#:vom)
:serial t
:components ((:file "portmanteau")))
| true | (asdf:defsystem #:portmanteau
:description "cl-portmanteau"
:author "PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>"
:license "OSI approved 3-clause 'New BSD License'"
:in-order-to ((test-op (test-op #:portmanteau-tests)))
:depends-on (#:vom)
:serial t
:components ((:file "portmanteau")))
|
[
{
"context": "isp\n\n;;;; Copyright (c) 2012 -- 2014 \"the Phoeron\" Colin J.E. Lupton <//thephoeron.com>\n;;;; See LICENSE for additiona",
"end": 161,
"score": 0.9998674392700195,
"start": 144,
"tag": "NAME",
"value": "Colin J.E. Lupton"
}
] | web.lisp | thephoeron/REDSHIFTNET | 2 | ;;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: REDSHIFTNET; Base: 10 -*-
;;;; file: web.lisp
;;;; Copyright (c) 2012 -- 2014 "the Phoeron" Colin J.E. Lupton <//thephoeron.com>
;;;; See LICENSE for additional information.
(in-package :redshiftnet)
;;;; Default Splash Page
(define-easy-handler (splash-page :uri "/... | 75715 | ;;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: REDSHIFTNET; Base: 10 -*-
;;;; file: web.lisp
;;;; Copyright (c) 2012 -- 2014 "the Phoeron" <NAME> <//thephoeron.com>
;;;; See LICENSE for additional information.
(in-package :redshiftnet)
;;;; Default Splash Page
(define-easy-handler (splash-page :uri "/") ()
(cl... | true | ;;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: REDSHIFTNET; Base: 10 -*-
;;;; file: web.lisp
;;;; Copyright (c) 2012 -- 2014 "the Phoeron" PI:NAME:<NAME>END_PI <//thephoeron.com>
;;;; See LICENSE for additional information.
(in-package :redshiftnet)
;;;; Default Splash Page
(define-easy-handler (splash-page :uri... |
[
{
"context": "(defun test-usti ()\n (=wait ((ans))\n (send \"eval@rincon.local\"\n `(send ,(usti =wait-cont) 15))\n (",
"end": 12451,
"score": 0.9998777508735657,
"start": 12434,
"tag": "EMAIL",
"value": "eval@rincon.local"
}
] | Actors/actor-bridge.lisp | dbmcclain/Lisp-Actors | 43 | ;; actor-bridge.lisp -- The bridge needed to allow Actors to remotely interact
;;
;; When an Actor target is a string specified as
;; "service@ip-addr:port" this package re-routes the SEND/ASK to a
;; socket interface, connecting first to a remote server if needed.
;;
;; Keeps a local record of pending callbacks, and s... | 61956 | ;; actor-bridge.lisp -- The bridge needed to allow Actors to remotely interact
;;
;; When an Actor target is a string specified as
;; "service@ip-addr:port" this package re-routes the SEND/ASK to a
;; socket interface, connecting first to a remote server if needed.
;;
;; Keeps a local record of pending callbacks, and s... | true | ;; actor-bridge.lisp -- The bridge needed to allow Actors to remotely interact
;;
;; When an Actor target is a string specified as
;; "service@ip-addr:port" this package re-routes the SEND/ASK to a
;; socket interface, connecting first to a remote server if needed.
;;
;; Keeps a local record of pending callbacks, and s... |
[
{
"context": "(defsystem \"specialization-store\"\n :author \"Mark Cox\"\n :description \"The specialization store system ",
"end": 53,
"score": 0.999844491481781,
"start": 45,
"tag": "NAME",
"value": "Mark Cox"
}
] | specialization-store.asd | markcox80/specialization-store | 31 | (defsystem "specialization-store"
:author "Mark Cox"
:description "The specialization store system provides a new kind of function, called a store function, whose behavior depends on the types of objects passed to the function."
:depends-on ("specialization-store-features" "introspect-environment" "alexandria")
... | 66702 | (defsystem "specialization-store"
:author "<NAME>"
:description "The specialization store system provides a new kind of function, called a store function, whose behavior depends on the types of objects passed to the function."
:depends-on ("specialization-store-features" "introspect-environment" "alexandria")
:... | true | (defsystem "specialization-store"
:author "PI:NAME:<NAME>END_PI"
:description "The specialization store system provides a new kind of function, called a store function, whose behavior depends on the types of objects passed to the function."
:depends-on ("specialization-store-features" "introspect-environment" "al... |
[
{
"context": "#|\nCopyright (c) 2016 Thomas W. Lynch and Reasoning Technology Inc.\nReleased under the ",
"end": 37,
"score": 0.9998486042022705,
"start": 22,
"tag": "NAME",
"value": "Thomas W. Lynch"
}
] | deprecated/src-list/list-haz-tm-type.lisp | Antigonus/tm | 6 | #|
Copyright (c) 2016 Thomas W. Lynch and Reasoning Technology Inc.
Released under the MIT License (MIT)
See LICENSE.txt
The haz machine is both a solo and an nd machine combined.
|#
(in-package #:tm)
;;--------------------------------------------------------------------------------
;; a specialization
;;
(de... | 91161 | #|
Copyright (c) 2016 <NAME> and Reasoning Technology Inc.
Released under the MIT License (MIT)
See LICENSE.txt
The haz machine is both a solo and an nd machine combined.
|#
(in-package #:tm)
;;--------------------------------------------------------------------------------
;; a specialization
;;
(def-type li... | true | #|
Copyright (c) 2016 PI:NAME:<NAME>END_PI and Reasoning Technology Inc.
Released under the MIT License (MIT)
See LICENSE.txt
The haz machine is both a solo and an nd machine combined.
|#
(in-package #:tm)
;;--------------------------------------------------------------------------------
;; a specialization
;;
... |
[
{
"context": ";;; (c) 2013-2017 Vsevolod Dyomkin\n\n(in-package #:nlp.util)\n(named-readtables:in-rea",
"end": 34,
"score": 0.999853789806366,
"start": 18,
"tag": "NAME",
"value": "Vsevolod Dyomkin"
}
] | src/util/misc.lisp | vseloved/cl-nlp | 167 | ;;; (c) 2013-2017 Vsevolod Dyomkin
(in-package #:nlp.util)
(named-readtables:in-readtable rutilsx-readtable)
(declaim (inline filler))
;;; Some aliasing
(rename-package "CL-PPCRE" "CL-PPCRE" '("PPCRE" "RE"))
(define-condition nlp-error (simple-error) ())
(define-condition not-implemented-error (simple-error) ())
... | 30296 | ;;; (c) 2013-2017 <NAME>
(in-package #:nlp.util)
(named-readtables:in-readtable rutilsx-readtable)
(declaim (inline filler))
;;; Some aliasing
(rename-package "CL-PPCRE" "CL-PPCRE" '("PPCRE" "RE"))
(define-condition nlp-error (simple-error) ())
(define-condition not-implemented-error (simple-error) ())
(defun e... | true | ;;; (c) 2013-2017 PI:NAME:<NAME>END_PI
(in-package #:nlp.util)
(named-readtables:in-readtable rutilsx-readtable)
(declaim (inline filler))
;;; Some aliasing
(rename-package "CL-PPCRE" "CL-PPCRE" '("PPCRE" "RE"))
(define-condition nlp-error (simple-error) ())
(define-condition not-implemented-error (simple-error) ... |
[
{
"context": "Lisp; Package: CCL -*-\n;;;\n;;; Copyright 1994-2009 Clozure Associates\n;;;\n;;; Licensed under the Apache License, Versio",
"end": 82,
"score": 0.9557292461395264,
"start": 64,
"tag": "NAME",
"value": "Clozure Associates"
}
] | level-0/l0-def.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... | 96904 | ;;;-*- 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": "ense. See the file books/3BSD-mod.txt.\n;\n; Author: Eric Smith (eric.smith@kestrel.edu)\n\n;;;;;;;;;;;;;;;;;;;;;;;",
"end": 198,
"score": 0.999238133430481,
"start": 188,
"tag": "NAME",
"value": "Eric Smith"
},
{
"context": " file books/3BSD-mod.txt.\n;\n; Author: Eric... | books/kestrel/utilities/non-trivial-bindings.lisp | mayankmanj/acl2 | 0 | ; Finding lambda bindings where vars are not bound to themselves
;
; Copyright (C) 2021 Kestrel Institute
;
; License: A 3-clause BSD license. See the file books/3BSD-mod.txt.
;
; Author: Eric Smith (eric.smith@kestrel.edu)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(in-package "... | 41230 | ; Finding lambda bindings where vars are not bound to themselves
;
; Copyright (C) 2021 Kestrel Institute
;
; License: A 3-clause BSD license. See the file books/3BSD-mod.txt.
;
; Author: <NAME> (<EMAIL>)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(in-package "ACL2")
;; See also... | true | ; Finding lambda bindings where vars are not bound to themselves
;
; Copyright (C) 2021 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... |
[
{
"context": "(WHOM THE BELL TOLLS)\n\n(intersection `(fred john mary) `(sue mary fred)) ; (FRED MARY)\n\n(union `(fred j",
"end": 1189,
"score": 0.9989304542541504,
"start": 1186,
"tag": "NAME",
"value": "ary"
},
{
"context": "BELL TOLLS)\n\n(intersection `(fred john mary) `(sue mar... | chapter-6/chapter6.lsp | miguelmota/common-lisp-examples | 1 | (cons `w `(x y z)) ; => (W X Y Z)
(append `(friends romans) `(and countrymen))
(setf who `(only the good))
(append who `(die young))
(cons `rice `(and beans)) ; (RICE AND BEANS)
(list `rice `(and beans)) ; (RICE (AND BEANS))
(append `rice `(and beans)) ; Error: RICE is not a list
(cons `(eat at) `joes) ; ((EAT AT) ... | 72986 | (cons `w `(x y z)) ; => (W X Y Z)
(append `(friends romans) `(and countrymen))
(setf who `(only the good))
(append who `(die young))
(cons `rice `(and beans)) ; (RICE AND BEANS)
(list `rice `(and beans)) ; (RICE (AND BEANS))
(append `rice `(and beans)) ; Error: RICE is not a list
(cons `(eat at) `joes) ; ((EAT AT) ... | true | (cons `w `(x y z)) ; => (W X Y Z)
(append `(friends romans) `(and countrymen))
(setf who `(only the good))
(append who `(die young))
(cons `rice `(and beans)) ; (RICE AND BEANS)
(list `rice `(and beans)) ; (RICE (AND BEANS))
(append `rice `(and beans)) ; Error: RICE is not a list
(cons `(eat at) `joes) ; ((EAT AT) ... |
[
{
"context": "R; Base: 10 -*-\n\n;;; Copyright (c) 1998-2014, \n;;; Volker Haarslev, Ralf Moeller, Michael Wessel. \n;;; All rights r",
"end": 125,
"score": 0.9998987913131714,
"start": 110,
"tag": "NAME",
"value": "Volker Haarslev"
},
{
"context": ";;; Copyright (c) 1998-2014, \n;;... | source/simplex-support.lisp | CCMMueller/Racer | 93 | ;;; -*- Mode: Lisp; Syntax: Ansi-Common-Lisp; Package: RACER; Base: 10 -*-
;;; Copyright (c) 1998-2014,
;;; Volker Haarslev, Ralf Moeller, Michael Wessel.
;;; All rights reserved.
;;; Racer is distributed under the following BSD 3-clause license
;;; Redistribution and use in source and binary forms, with or witho... | 74702 | ;;; -*- Mode: Lisp; Syntax: Ansi-Common-Lisp; Package: RACER; Base: 10 -*-
;;; Copyright (c) 1998-2014,
;;; <NAME>, <NAME>, <NAME>.
;;; All rights reserved.
;;; Racer is distributed under the following BSD 3-clause license
;;; Redistribution and use in source and binary forms, with or without
;;; modification, ar... | true | ;;; -*- Mode: Lisp; Syntax: Ansi-Common-Lisp; Package: RACER; Base: 10 -*-
;;; Copyright (c) 1998-2014,
;;; PI:NAME:<NAME>END_PI, PI:NAME:<NAME>END_PI, PI:NAME:<NAME>END_PI.
;;; All rights reserved.
;;; Racer is distributed under the following BSD 3-clause license
;;; Redistribution and use in source and binary f... |
[
{
"context": ";; Copyright 2017 Bradley Jensen\n;;\n;; Licensed under the Apache License, Version ",
"end": 32,
"score": 0.9998494982719421,
"start": 18,
"tag": "NAME",
"value": "Bradley Jensen"
}
] | core/lisp-interpolation.lisp | diasbruno/shcl | 0 | ;; Copyright 2017 Bradley Jensen
;;
;; 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 required by applicable law or agreed to ... | 12494 | ;; Copyright 2017 <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 required by applicable law or agreed to in writi... | true | ;; Copyright 2017 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
;;
;; Unless required by applicable law or agre... |
[
{
"context": "ge: CL-USER; Base: 10 -*-\n\n;;; Copyright (c) 2004, Jochen Schmidt <js@codeartist.org>.\n;;; All rights reserved.\n\n;;",
"end": 111,
"score": 0.9998462796211243,
"start": 97,
"tag": "NAME",
"value": "Jochen Schmidt"
},
{
"context": ": 10 -*-\n\n;;; Copyright (c) 2004,... | folders/imap/folder.lisp | Ferada/mel-base | 13 | ;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-USER; Base: 10 -*-
;;; Copyright (c) 2004, Jochen Schmidt <js@codeartist.org>.
;;; All rights reserved.
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided that the following conditions
;;; are met:
;;; ... | 33153 | ;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-USER; Base: 10 -*-
;;; Copyright (c) 2004, <NAME> <<EMAIL>>.
;;; 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... | true | ;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-USER; Base: 10 -*-
;;; Copyright (c) 2004, PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>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 ... |
[
{
"context": "(cl:in-package \"https://github.com/g000001/srfi-25#internals\")\n\n(def-suite* srfi-25)\n\n;;; ar",
"end": 42,
"score": 0.9934242963790894,
"start": 35,
"tag": "USERNAME",
"value": "g000001"
},
{
"context": "s\")\n\n(def-suite* srfi-25)\n\n;;; array test\n;;; 2001 Juss... | test.lisp | g000001/srfi-25 | 0 | (cl:in-package "https://github.com/g000001/srfi-25#internals")
(def-suite* srfi-25)
;;; array test
;;; 2001 Jussi Piitulainen
(define-function past
(let ((stones '()))
(lambda stone
(if (null? stone)
(reverse stones)
(set! stones (cons (apply (lambda (stone) stone) stone) stones))))))... | 84402 | (cl:in-package "https://github.com/g000001/srfi-25#internals")
(def-suite* srfi-25)
;;; array test
;;; 2001 <NAME>
(define-function past
(let ((stones '()))
(lambda stone
(if (null? stone)
(reverse stones)
(set! stones (cons (apply (lambda (stone) stone) stone) stones))))))
(define-f... | true | (cl:in-package "https://github.com/g000001/srfi-25#internals")
(def-suite* srfi-25)
;;; array test
;;; 2001 PI:NAME:<NAME>END_PI
(define-function past
(let ((stones '()))
(lambda stone
(if (null? stone)
(reverse stones)
(set! stones (cons (apply (lambda (stone) stone) stone) stones)))... |
[
{
"context": ";;;; $Id: usocket.lisp 331 2008-04-11 21:48:26Z ehuelsmann $\n;;;; $URL: svn+ssh://ehuelsmann@common-lisp.net",
"end": 58,
"score": 0.996469259262085,
"start": 48,
"tag": "USERNAME",
"value": "ehuelsmann"
},
{
"context": "04-11 21:48:26Z ehuelsmann $\n;;;; $URL: svn+ssh... | cusp/jasko.tim.lisp.libs/libs/usocket-0.3.7/usocket.lisp | TeamSPoon/CYC_JRTL_with_CommonLisp_OLD | 10 | ;;;; $Id: usocket.lisp 331 2008-04-11 21:48:26Z ehuelsmann $
;;;; $URL: svn+ssh://ehuelsmann@common-lisp.net/project/usocket/svn/usocket/tags/0.3.7/usocket.lisp $
;;;; See LICENSE for licensing information.
(in-package :usocket)
(defparameter *wildcard-host* #(0 0 0 0)
"Hostname to pass when all interfaces in the ... | 19006 | ;;;; $Id: usocket.lisp 331 2008-04-11 21:48:26Z ehuelsmann $
;;;; $URL: svn+ssh://<EMAIL>uelsmann@common-lisp.net/project/usocket/svn/usocket/tags/0.3.7/usocket.lisp $
;;;; See LICENSE for licensing information.
(in-package :usocket)
(defparameter *wildcard-host* #(0 0 0 0)
"Hostname to pass when all interfaces in... | true | ;;;; $Id: usocket.lisp 331 2008-04-11 21:48:26Z ehuelsmann $
;;;; $URL: svn+ssh://PI:EMAIL:<EMAIL>END_PIuelsmann@common-lisp.net/project/usocket/svn/usocket/tags/0.3.7/usocket.lisp $
;;;; See LICENSE for licensing information.
(in-package :usocket)
(defparameter *wildcard-host* #(0 0 0 0)
"Hostname to pass when al... |
[
{
"context": "An ACL2 Tarai Function book.\n; Copyright (C) 2000 John R. Cowles, University of Wyoming\n\n; This book is free softw",
"end": 67,
"score": 0.9998640418052673,
"start": 53,
"tag": "NAME",
"value": "John R. Cowles"
},
{
"context": "ss Ave, Cambridge, MA 02139, USA.\n\n;... | books/workshops/2000/cowles/books/tarai10.lisp | ragerdl/acl2-defthm-rc2 | 1 | ; An ACL2 Tarai Function book.
; Copyright (C) 2000 John R. Cowles, University of Wyoming
; This book is free software; you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
; the Free Software Foundation; either version 2 of the License, or
; (at your option) an... | 84451 | ; An ACL2 Tarai Function book.
; Copyright (C) 2000 <NAME>, University of Wyoming
; This book is free software; you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
; the Free Software Foundation; either version 2 of the License, or
; (at your option) any later ... | true | ; An ACL2 Tarai Function book.
; Copyright (C) 2000 PI:NAME:<NAME>END_PI, University of Wyoming
; This book is free software; you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
; the Free Software Foundation; either version 2 of the License, or
; (at your opti... |
[
{
"context": "he LICENSE file distributed with ACL2.\n;\n; Author: Alessandro Coglio (coglio@kestrel.edu)\n\n;;;;;;;;;;;;;;;;;;;;;;;;;;;",
"end": 192,
"score": 0.9998748302459717,
"start": 175,
"tag": "NAME",
"value": "Alessandro Coglio"
},
{
"context": "ributed with ACL2.\n;\n; Auth... | books/kestrel/zcash/gadgets/a-3-3-4-spec.lisp | mayankmanj/acl2 | 305 | ; Zcash Library
;
; Copyright (C) 2021 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)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Specification of the ... | 58980 | ; Zcash 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>)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Specification of the gadget in [ZPS:A.3.3.4... | true | ; Zcash 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)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Specification ... |
[
{
"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.9996533989906311,
"start": 1379,
"tag": "NAME",
"value": "Jared Davis"
},
{
"context": "N THE SOFTWARE.\n;\n; Original autho... | books/centaur/vl/loader/parser/tests/base.lisp | jaredcdavis/acl2 | 1 | ; 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... | 9973 | ; 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": "ense. See the file books/3BSD-mod.txt.\n;\n; Author: Eric Smith (eric.smith@kestrel.edu)\n\n;;;;;;;;;;;;;;;;;;;;;;;",
"end": 159,
"score": 0.9988794326782227,
"start": 149,
"tag": "NAME",
"value": "Eric Smith"
},
{
"context": " file books/3BSD-mod.txt.\n;\n; Author: Eri... | books/kestrel/axe/get-disjuncts-tests.lisp | mayankmanj/acl2 | 305 | ; Tests for get-disjuncts
;
; Copyright (C) 2020 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 "get-disjuncts")
... | 44573 | ; Tests for get-disjuncts
;
; Copyright (C) 2020 Kestrel Institute
;
; License: A 3-clause BSD license. See the file books/3BSD-mod.txt.
;
; Author: <NAME> (<EMAIL>)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(in-package "ACL2")
(include-book "get-disjuncts")
(include-book "make... | true | ; Tests for get-disjuncts
;
; Copyright (C) 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)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(in-package "ACL2")
(include-book "get-di... |
[
{
"context": "pecific is using abstractions.\n(defvar *names* '((Robbert E. Lee) ...))\nthen you should also define functions to g",
"end": 322,
"score": 0.9998151063919067,
"start": 308,
"tag": "NAME",
"value": "Robbert E. Lee"
}
] | paip/3.1-a-guide-to-lisp-style.lisp | junjiemars/l | 1 | ;;;; -*- Mode: Lisp; Syntax: Common-Lisp -*-
#|
Using the most specific form possible makes it easier for your reader to
understand your intent.
(1) For example, the conditional special form when is more specific than if.
(2) One important way of being specific is using abstractions.
(defvar *names* '((Robbert E. L... | 63511 | ;;;; -*- Mode: Lisp; Syntax: Common-Lisp -*-
#|
Using the most specific form possible makes it easier for your reader to
understand your intent.
(1) For example, the conditional special form when is more specific than if.
(2) One important way of being specific is using abstractions.
(defvar *names* '((<NAME>) ...)... | true | ;;;; -*- Mode: Lisp; Syntax: Common-Lisp -*-
#|
Using the most specific form possible makes it easier for your reader to
understand your intent.
(1) For example, the conditional special form when is more specific than if.
(2) One important way of being specific is using abstractions.
(defvar *names* '((PI:NAME:<NAM... |
[
{
"context": "ad\n (:title (str (conc (getf data :title) \" | James Ball\")))\n (:link :rel \"stylesheet\" :href \"/css/te",
"end": 135,
"score": 0.9983633160591125,
"start": 125,
"tag": "NAME",
"value": "James Ball"
},
{
"context": " (:li (:a :href \"https://... | views/layouts/base.lisp | 84115/84115 | 0 | (in-package :eight)
(deflayout base (data :top-level t)
(:html
(:head
(:title (str (conc (getf data :title) " | James Ball")))
(:link :rel "stylesheet" :href "/css/template.css")
(:link :rel "shortcut icon" :href "/favicon.png" :type "image/png")
(:link :rel "stylesheet" :href "/css/highl... | 15787 | (in-package :eight)
(deflayout base (data :top-level t)
(:html
(:head
(:title (str (conc (getf data :title) " | <NAME>")))
(:link :rel "stylesheet" :href "/css/template.css")
(:link :rel "shortcut icon" :href "/favicon.png" :type "image/png")
(:link :rel "stylesheet" :href "/css/highlight... | true | (in-package :eight)
(deflayout base (data :top-level t)
(:html
(:head
(:title (str (conc (getf data :title) " | PI:NAME:<NAME>END_PI")))
(:link :rel "stylesheet" :href "/css/template.css")
(:link :rel "shortcut icon" :href "/favicon.png" :type "image/png")
(:link :rel "stylesheet" :href "... |
[
{
"context": "/01/15 03:42:53 dalal Exp $\n\n;; Modified 3aug02 by Mike Matessa and Bonnie John We changed the\n;; hold-resourc",
"end": 254,
"score": 0.9998905062675476,
"start": 242,
"tag": "NAME",
"value": "Mike Matessa"
},
{
"context": "alal Exp $\n\n;; Modified 3aug02 by Mike... | examples/apexlib/primitive-templates/typist.lisp | willf/apex | 1 | ;;;-*- Mode: Lisp; Package: :cl-user -*-
;;;
;;; apex/examples/apexlib/primitive-templates/typist.lisp
;;;
;;; Copyright: See apex/LICENSE
;;; Version: $Id: typist.lisp,v 1.7 2006/01/15 03:42:53 dalal Exp $
;; Modified 3aug02 by Mike Matessa and Bonnie John We changed the
;; hold-resource to be inside a... | 74844 | ;;;-*- Mode: Lisp; Package: :cl-user -*-
;;;
;;; apex/examples/apexlib/primitive-templates/typist.lisp
;;;
;;; Copyright: See apex/LICENSE
;;; Version: $Id: typist.lisp,v 1.7 2006/01/15 03:42:53 dalal Exp $
;; Modified 3aug02 by <NAME> and <NAME> We changed the
;; hold-resource to be inside a hold-resou... | true | ;;;-*- Mode: Lisp; Package: :cl-user -*-
;;;
;;; apex/examples/apexlib/primitive-templates/typist.lisp
;;;
;;; Copyright: See apex/LICENSE
;;; Version: $Id: typist.lisp,v 1.7 2006/01/15 03:42:53 dalal Exp $
;; Modified 3aug02 by PI:NAME:<NAME>END_PI and PI:NAME:<NAME>END_PI We changed the
;; hold-resour... |
[
{
"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.9996333122253418,
"start": 1345,
"tag": "NAME",
"value": "Jared Davis"
},
{
"context": "N THE SOFTWARE.\n;\n; Original autho... | books/projects/milawa/ACL2/classic/equal-substitution.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... | 36003 | ; 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": ";-*- Mode: Lisp -*-\n;;;; Author: Paul Dietz\n;;;; Created: Sat Jul 3 08:50:40 2004\n;;;; Cont",
"end": 49,
"score": 0.9998544454574585,
"start": 39,
"tag": "NAME",
"value": "Paul Dietz"
}
] | programs/ansi-test/printer/pprint-indent.lsp | TeamSPoon/wam_common_lisp_devel_workspace | 8 | ;-*- Mode: Lisp -*-
;;;; Author: Paul Dietz
;;;; Created: Sat Jul 3 08:50:40 2004
;;;; Contains: Tests of PPRINT-INDENT
(in-package :cl-test)
(deftest pprint-indent.1
(with-standard-io-syntax
(let ((*print-pretty* nil))
(with-open-stream (*standard-output* (make-string-output-stream))
... | 53675 | ;-*- Mode: Lisp -*-
;;;; Author: <NAME>
;;;; Created: Sat Jul 3 08:50:40 2004
;;;; Contains: Tests of PPRINT-INDENT
(in-package :cl-test)
(deftest pprint-indent.1
(with-standard-io-syntax
(let ((*print-pretty* nil))
(with-open-stream (*standard-output* (make-string-output-stream))
... | true | ;-*- Mode: Lisp -*-
;;;; Author: PI:NAME:<NAME>END_PI
;;;; Created: Sat Jul 3 08:50:40 2004
;;;; Contains: Tests of PPRINT-INDENT
(in-package :cl-test)
(deftest pprint-indent.1
(with-standard-io-syntax
(let ((*print-pretty* nil))
(with-open-stream (*standard-output* (make-string-output-stream))
... |
[
{
"context": ";;;; eight-queens.lisp\n;;;; Copyright (c) 2013 Robert Smith\n\n;;;; The classical eight queens problem.\n\n(defst",
"end": 59,
"score": 0.9996960163116455,
"start": 47,
"tag": "NAME",
"value": "Robert Smith"
}
] | miscellaneous_exercises/eight-queens.lisp | stylewarning/lisp-random | 56 | ;;;; eight-queens.lisp
;;;; Copyright (c) 2013 Robert Smith
;;;; The classical eight queens problem.
(defstruct queen row col)
(defun queens (n)
"Create a function which generates new queens for a board of size
N. The resulting function will take the row and column of a queen ROW
and COL, and return a queen at tha... | 64668 | ;;;; eight-queens.lisp
;;;; Copyright (c) 2013 <NAME>
;;;; The classical eight queens problem.
(defstruct queen row col)
(defun queens (n)
"Create a function which generates new queens for a board of size
N. The resulting function will take the row and column of a queen ROW
and COL, and return a queen at that posi... | true | ;;;; eight-queens.lisp
;;;; Copyright (c) 2013 PI:NAME:<NAME>END_PI
;;;; The classical eight queens problem.
(defstruct queen row col)
(defun queens (n)
"Create a function which generates new queens for a board of size
N. The resulting function will take the row and column of a queen ROW
and COL, and return a quee... |
[
{
"context": "e: COMMON-LISP-USER -*-\n\n#| simple-header\n\nAuthor: Gary King\n\nDISCUSSION\n\n|#\n\n(in-package #:common-lisp-user)\n",
"end": 85,
"score": 0.9998774528503418,
"start": 76,
"tag": "NAME",
"value": "Gary King"
},
{
"context": "(defsystem clnuplot\n :version \"0.2.2\... | clnuplot.asd | gwkkwg/clnuplot | 1 | ;;;-*- Mode: Lisp; Package: COMMON-LISP-USER -*-
#| simple-header
Author: Gary King
DISCUSSION
|#
(in-package #:common-lisp-user)
(defpackage #:clnuplot-system (:use #:asdf #:cl))
(in-package #:clnuplot-system)
(defsystem clnuplot
:version "0.2.2"
:author "Gary Warren King <gwking@metabang.com>"
:maintainer... | 43017 | ;;;-*- Mode: Lisp; Package: COMMON-LISP-USER -*-
#| simple-header
Author: <NAME>
DISCUSSION
|#
(in-package #:common-lisp-user)
(defpackage #:clnuplot-system (:use #:asdf #:cl))
(in-package #:clnuplot-system)
(defsystem clnuplot
:version "0.2.2"
:author "<NAME> <<EMAIL>>"
:maintainer "<NAME> <<EMAIL>>"
:li... | true | ;;;-*- Mode: Lisp; Package: COMMON-LISP-USER -*-
#| simple-header
Author: PI:NAME:<NAME>END_PI
DISCUSSION
|#
(in-package #:common-lisp-user)
(defpackage #:clnuplot-system (:use #:asdf #:cl))
(in-package #:clnuplot-system)
(defsystem clnuplot
:version "0.2.2"
:author "PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_... |
[
{
"context": "; DEALINGS IN THE SOFTWARE.\n;\n; Original author: Mertcan Temel <mert@utexas.edu>\n\n;; Mertcan Temel\n\n(in-package ",
"end": 1280,
"score": 0.9998410940170288,
"start": 1267,
"tag": "NAME",
"value": "Mertcan Temel"
},
{
"context": "THE SOFTWARE.\n;\n; Original auth... | books/centaur/svl/svl-run-to-svex-alist.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"),
; ... | 74138 | ; 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": "le\n :name \"creole\"\n :version \"0.1.2\"\n :author \"Takeru Ohta\"\n :description \"Convert between multibyte charse",
"end": 96,
"score": 0.9998779296875,
"start": 85,
"tag": "NAME",
"value": "Takeru Ohta"
}
] | creole.asd | sile/creole | 1 | (in-package :asdf)
(defsystem creole
:name "creole"
:version "0.1.2"
:author "Takeru Ohta"
:description "Convert between multibyte charset and unicode string"
:depends-on (:charseq)
:serial t
:components ((:file "package")
(:file "util")
(:file "constant")
(:file "trie")
... | 85248 | (in-package :asdf)
(defsystem creole
:name "creole"
:version "0.1.2"
:author "<NAME>"
:description "Convert between multibyte charset and unicode string"
:depends-on (:charseq)
:serial t
:components ((:file "package")
(:file "util")
(:file "constant")
(:file "trie")
(:f... | true | (in-package :asdf)
(defsystem creole
:name "creole"
:version "0.1.2"
:author "PI:NAME:<NAME>END_PI"
:description "Convert between multibyte charset and unicode string"
:depends-on (:charseq)
:serial t
:components ((:file "package")
(:file "util")
(:file "constant")
(:file "trie... |
[
{
"context": "***************************\n;;; Copyright (c) 1991 Venue\n;;; All rights reserved.\n;;; ********************",
"end": 185,
"score": 0.99697345495224,
"start": 180,
"tag": "NAME",
"value": "Venue"
},
{
"context": "+Genera-Release-8\t Rel-8\n\t #+imach Iv... | clos/defsys.lisp | FultonBrowne/medley | 152 | ;;;-*-Mode:LISP; Package:(CLOS LISP 1000); Base:10; Syntax:Common-lisp -*-
;;;
;;; *************************************************************************
;;; Copyright (c) 1991 Venue
;;; All rights reserved.
;;; *************************************************************************
;;;
;;; Some support stuff for ... | 91906 | ;;;-*-Mode:LISP; Package:(CLOS LISP 1000); Base:10; Syntax:Common-lisp -*-
;;;
;;; *************************************************************************
;;; Copyright (c) 1991 <NAME>
;;; All rights reserved.
;;; *************************************************************************
;;;
;;; Some support stuff for... | true | ;;;-*-Mode:LISP; Package:(CLOS LISP 1000); Base:10; Syntax:Common-lisp -*-
;;;
;;; *************************************************************************
;;; Copyright (c) 1991 PI:NAME:<NAME>END_PI
;;; All rights reserved.
;;; *************************************************************************
;;;
;;; Some sup... |
[
{
"context": "(asdf:defsystem #:xcall\n\n :author \"Jean-Philippe Paradis <hexstream@hexstreamsoft.com>\"\n\n ;; See the UNLI",
"end": 57,
"score": 0.9998653531074524,
"start": 36,
"tag": "NAME",
"value": "Jean-Philippe Paradis"
},
{
"context": "system #:xcall\n\n :author \"Jean-P... | xcall.asd | Hexstream-not-yet-ready/xcall | 0 | (asdf:defsystem #:xcall
:author "Jean-Philippe Paradis <hexstream@hexstreamsoft.com>"
;; See the UNLICENSE file for details.
:license "Public Domain"
:description "Maps a template over the cartesian product of trees of alternative forms provided within."
:depends-on ("trivial-jumptables"
"t... | 80362 | (asdf:defsystem #:xcall
:author "<NAME> <<EMAIL>>"
;; See the UNLICENSE file for details.
:license "Public Domain"
:description "Maps a template over the cartesian product of trees of alternative forms provided within."
:depends-on ("trivial-jumptables"
"trivial-macroexpand-all"
... | true | (asdf:defsystem #:xcall
:author "PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>"
;; See the UNLICENSE file for details.
:license "Public Domain"
:description "Maps a template over the cartesian product of trees of alternative forms provided within."
:depends-on ("trivial-jumptables"
"trivial... |
[
{
"context": ";; Ahmad Hisham, Mohammed Al Mehdar, Fred Morcos\n\n(defstruct (FOL",
"end": 15,
"score": 0.9998564720153809,
"start": 3,
"tag": "NAME",
"value": "Ahmad Hisham"
},
{
"context": ";; Ahmad Hisham, Mohammed Al Mehdar, Fred Morcos\n\n(defstruct (FOLTerm\n(:print-functio",
... | Projects/Partial Order Planner/PartialOrderPlanner.lisp | fredmorcos/attic | 2 | ;; Ahmad Hisham, Mohammed Al Mehdar, Fred Morcos
(defstruct (FOLTerm
(:print-function
(lambda (struct stream depth)
(declare (ignore depth))
(format stream "[~A ~A ~A]"
(FOLTerm-isPositive struct)
(FOLTerm-predicateName ... | 56270 | ;; <NAME>, <NAME>, <NAME>
(defstruct (FOLTerm
(:print-function
(lambda (struct stream depth)
(declare (ignore depth))
(format stream "[~A ~A ~A]"
(FOLTerm-isPositive struct)
(FOLTerm-predicateName struct)
... | true | ;; PI:NAME:<NAME>END_PI, PI:NAME:<NAME>END_PI, PI:NAME:<NAME>END_PI
(defstruct (FOLTerm
(:print-function
(lambda (struct stream depth)
(declare (ignore depth))
(format stream "[~A ~A ~A]"
(FOLTerm-isPositive struct)
(FOL... |
[
{
"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.9996196627616882,
"start": 1345,
"tag": "NAME",
"value": "Jared Davis"
},
{
"context": "N THE SOFTWARE.\n;\n; Original autho... | books/projects/milawa/ACL2/logic/piff.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... | 7776 | ; 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": ";;;\n;;; Copyright 2016 Clozure Associates\n;;;\n;;; Licensed under the Apache License, Versio",
"end": 41,
"score": 0.9967852234840393,
"start": 23,
"tag": "NAME",
"value": "Clozure Associates"
}
] | mac-ui/ccl-application.lisp | digikar99/ccl | 732 | ;;;
;;; Copyright 2016 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
;;;
;;; Unless required by applicable ... | 73773 | ;;;
;;; Copyright 2016 <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 required by applicable law or agree... | true | ;;;
;;; Copyright 2016 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
;;;
;;; Unless required by applicabl... |
[
{
"context": "; DEALINGS IN THE SOFTWARE.\n;\n; Original author: Jared Davis <jared@centtech.com>\n;\n; Modified 8/2014 by Matt ",
"end": 1395,
"score": 0.9998047947883606,
"start": 1384,
"tag": "NAME",
"value": "Jared Davis"
},
{
"context": "N THE SOFTWARE.\n;\n; Original author: ... | books/system/hons-check/memoize-tests.lisp | nzt/acl2 | 1 | ; Memoize Sanity Checking
; Copyright (C) 2011-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 ... | 68776 | ; Memoize Sanity Checking
; Copyright (C) 2011-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 ... | true | ; Memoize Sanity Checking
; Copyright (C) 2011-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 ... |
[
{
"context": ";;;; complex-double-float.lisp\n;;;;\n;;;; Author: Cole Scott\n\n(in-package #:magicl)\n\n(deftensor tensor/complex",
"end": 59,
"score": 0.9997994899749756,
"start": 49,
"tag": "NAME",
"value": "Cole Scott"
}
] | src/high-level/types/complex-double-float.lisp | macdavid313/magicl | 103 | ;;;; complex-double-float.lisp
;;;;
;;;; Author: Cole Scott
(in-package #:magicl)
(deftensor tensor/complex-double-float (complex double-float))
(defmatrix matrix/complex-double-float (complex double-float) tensor/complex-double-float)
(defvector vector/complex-double-float (complex double-float) tensor/complex-dou... | 51546 | ;;;; complex-double-float.lisp
;;;;
;;;; Author: <NAME>
(in-package #:magicl)
(deftensor tensor/complex-double-float (complex double-float))
(defmatrix matrix/complex-double-float (complex double-float) tensor/complex-double-float)
(defvector vector/complex-double-float (complex double-float) tensor/complex-double-... | true | ;;;; complex-double-float.lisp
;;;;
;;;; Author: PI:NAME:<NAME>END_PI
(in-package #:magicl)
(deftensor tensor/complex-double-float (complex double-float))
(defmatrix matrix/complex-double-float (complex double-float) tensor/complex-double-float)
(defvector vector/complex-double-float (complex double-float) tensor/c... |
[
{
"context": "; package: cl-user -*-\n;;; Copyright (c) 2004-2005 Tiago Maduro-Dias. All Rights Reserved.\n;;;\n;;; This code is free s",
"end": 86,
"score": 0.9998981356620789,
"start": 69,
"tag": "NAME",
"value": "Tiago Maduro-Dias"
},
{
"context": "utility library.\"\n :version... | platform/site-lisp/jnil/support/jnil-support.asd | TeamSPoon/CYC_JRTL_with_CommonLisp_OLD | 10 | ;;; -*- mode: lisp; package: cl-user -*-
;;; Copyright (c) 2004-2005 Tiago Maduro-Dias. All Rights Reserved.
;;;
;;; This code is free software; you can redistribute it and/or
;;; modify it under the terms of the version 2.1 of
;;; the GNU Lesser General Public License as published by
;;; the Free Software Foundation,... | 94037 | ;;; -*- mode: lisp; package: cl-user -*-
;;; Copyright (c) 2004-2005 <NAME>. All Rights Reserved.
;;;
;;; This code is free software; you can redistribute it and/or
;;; modify it under the terms of the version 2.1 of
;;; the GNU Lesser General Public License as published by
;;; the Free Software Foundation, as clarifi... | true | ;;; -*- mode: lisp; package: cl-user -*-
;;; Copyright (c) 2004-2005 PI:NAME:<NAME>END_PI. All Rights Reserved.
;;;
;;; This code is free software; you can redistribute it and/or
;;; modify it under the terms of the version 2.1 of
;;; the GNU Lesser General Public License as published by
;;; the Free Software Foundati... |
[
{
"context": "ommon-lisp-style: poem -*-\n\n;;; Copyright (c) 2013 Matthias Hölzl\n;;;\n;;; This file is licensed under the MIT licen",
"end": 86,
"score": 0.9998577237129211,
"start": 72,
"tag": "NAME",
"value": "Matthias Hölzl"
}
] | Core/package-utils.lisp | hoelzl/Iliad | 2 | ;;; -*- Mode: Lisp; common-lisp-style: poem -*-
;;; Copyright (c) 2013 Matthias Hölzl
;;;
;;; This file is licensed under the MIT license; see the file LICENSE in the root directory for
;;; further information.
(in-package #:poem-bootstrap)
(defun get-package-external-symbols (package-name &optional (ignored-symbols... | 29845 | ;;; -*- Mode: Lisp; common-lisp-style: poem -*-
;;; Copyright (c) 2013 <NAME>
;;;
;;; This file is licensed under the MIT license; see the file LICENSE in the root directory for
;;; further information.
(in-package #:poem-bootstrap)
(defun get-package-external-symbols (package-name &optional (ignored-symbols '()))
... | true | ;;; -*- Mode: Lisp; common-lisp-style: poem -*-
;;; Copyright (c) 2013 PI:NAME:<NAME>END_PI
;;;
;;; This file is licensed under the MIT license; see the file LICENSE in the root directory for
;;; further information.
(in-package #:poem-bootstrap)
(defun get-package-external-symbols (package-name &optional (ignored-s... |
[
{
"context": ";;;; pkg.lisp\n\n;;;; Copyright (C) 2016, 2017 Takahiro Ishikawa\n;;;;\n;;;; Permission is hereby granted, free of c",
"end": 62,
"score": 0.9998291730880737,
"start": 45,
"tag": "NAME",
"value": "Takahiro Ishikawa"
}
] | pkg.lisp | takahish/cl-gsl | 1 | ;;;; pkg.lisp
;;;; Copyright (C) 2016, 2017 Takahiro Ishikawa
;;;;
;;;; 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 ... | 38794 | ;;;; pkg.lisp
;;;; Copyright (C) 2016, 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 limitation the rights to use,
;;;... | true | ;;;; pkg.lisp
;;;; Copyright (C) 2016, 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 without limitation the righ... |
[
{
"context": "2015, University of British Columbia\n;; Written by Yan Peng (August 2nd 2016)\n;;\n;; License: A 3-clause BSD l",
"end": 76,
"score": 0.9996035695075989,
"start": 68,
"tag": "NAME",
"value": "Yan Peng"
}
] | books/projects/smtlink/verified/basics.lisp | MattKaufmann/acl2 | 305 | ;; Copyright (C) 2015, University of British Columbia
;; Written by Yan Peng (August 2nd 2016)
;;
;; License: A 3-clause BSD license.
;; See the LICENSE file distributed with ACL2
;;
(in-package "SMT")
(include-book "xdoc/top" :dir :system)
(include-book "std/util/defval" :dir :system)
(include-book "std/strings/decim... | 80530 | ;; Copyright (C) 2015, University of British Columbia
;; Written by <NAME> (August 2nd 2016)
;;
;; License: A 3-clause BSD license.
;; See the LICENSE file distributed with ACL2
;;
(in-package "SMT")
(include-book "xdoc/top" :dir :system)
(include-book "std/util/defval" :dir :system)
(include-book "std/strings/decimal... | true | ;; Copyright (C) 2015, University of British Columbia
;; Written by PI:NAME:<NAME>END_PI (August 2nd 2016)
;;
;; License: A 3-clause BSD license.
;; See the LICENSE file distributed with ACL2
;;
(in-package "SMT")
(include-book "xdoc/top" :dir :system)
(include-book "std/util/defval" :dir :system)
(include-book "std/s... |
[
{
"context": "tils.lisp\n\n#|\nThe MIT license.\n\nCopyright (c) 2010 Paul L. Krueger\n\nPermission is hereby granted, free of charge, to",
"end": 78,
"score": 0.9998793601989746,
"start": 63,
"tag": "NAME",
"value": "Paul L. Krueger"
}
] | Utilities/binding-utils.lisp | plkrueger/CocoaInterface | 34 | ;; binding-utils.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... | 96481 | ;; binding-utils.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, m... | true | ;; binding-utils.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 t... |
[
{
"context": "valuated in the correct lexical context.\r\n;;; From JP Massar.\r\n;;;\r\n(defmacro cl::multiple-value-bind (vars va",
"end": 46502,
"score": 0.9380801916122437,
"start": 46493,
"tag": "NAME",
"value": "JP Massar"
}
] | Sys/ffi.lisp | foss-santanu/cormanlisp | 608 | ;;;; -------------------------------
;;;; Copyright (c) Corman Technologies Inc.
;;;; See LICENSE.txt for license information.
;;;; -------------------------------
;;;;
;;;; File: ffi.lisp
;;;; Contents: Foreign function interface.
;;;; History: 2/13/97 RGC Created.
;;;;
(defpackage "C-TYPES"
(:export
... | 26038 | ;;;; -------------------------------
;;;; Copyright (c) Corman Technologies Inc.
;;;; See LICENSE.txt for license information.
;;;; -------------------------------
;;;;
;;;; File: ffi.lisp
;;;; Contents: Foreign function interface.
;;;; History: 2/13/97 RGC Created.
;;;;
(defpackage "C-TYPES"
(:export
... | true | ;;;; -------------------------------
;;;; Copyright (c) Corman Technologies Inc.
;;;; See LICENSE.txt for license information.
;;;; -------------------------------
;;;;
;;;; File: ffi.lisp
;;;; Contents: Foreign function interface.
;;;; History: 2/13/97 RGC Created.
;;;;
(defpackage "C-TYPES"
(:export
... |
[
{
"context": ";;; Copyright (c) 2011-2012, James M. Lawrence. All rights reserved.\n;;;\n;;; Redistribution and ",
"end": 46,
"score": 0.9997361898422241,
"start": 29,
"tag": "NAME",
"value": "James M. Lawrence"
}
] | vendor/quicklisp/dists/quicklisp/software/lparallel-20160825-git/src/util/defmacro.lisp | corpix/clx | 151 | ;;; Copyright (c) 2011-2012, James M. Lawrence. 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
;;; notic... | 92547 | ;;; Copyright (c) 2011-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 lis... | true | ;;; Copyright (c) 2011-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
;;; no... |
[
{
"context": " system for synchronized-hash-tables.\"\n :author \"Johnny Ruiz <johnny@ruiz-usa.com>\"\n :license \"MIT\"\n :versi",
"end": 171,
"score": 0.9998898506164551,
"start": 160,
"tag": "NAME",
"value": "Johnny Ruiz"
},
{
"context": "ynchronized-hash-tables.\"\n :author ... | synchronized-hash-tables-test.asd | jeko2000/synchronized-hash-tables | 0 | ;;;; synchronized-hash-tables-test.asd
(asdf:defsystem #:synchronized-hash-tables-test
:description "A test system for synchronized-hash-tables."
:author "Johnny Ruiz <johnny@ruiz-usa.com>"
:license "MIT"
:version "0.0.1"
:depends-on (:synchronized-hash-tables :parachute :bordeaux-threads)
:components ((:... | 43867 | ;;;; synchronized-hash-tables-test.asd
(asdf:defsystem #:synchronized-hash-tables-test
:description "A test system for synchronized-hash-tables."
:author "<NAME> <<EMAIL>>"
:license "MIT"
:version "0.0.1"
:depends-on (:synchronized-hash-tables :parachute :bordeaux-threads)
:components ((:file "test"))
:... | true | ;;;; synchronized-hash-tables-test.asd
(asdf:defsystem #:synchronized-hash-tables-test
:description "A test system for synchronized-hash-tables."
:author "PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>"
:license "MIT"
:version "0.0.1"
:depends-on (:synchronized-hash-tables :parachute :bordeaux-threads)
:co... |
[
{
"context": "\n #:fast-websocket.error)\n (:import-from :alexandria\n #:named-lambda)\n (:export #:make",
"end": 190,
"score": 0.6629872918128967,
"start": 180,
"tag": "NAME",
"value": "alexandria"
}
] | vendor/quicklisp/dists/quicklisp/software/fast-websocket-20210228-git/src/parser.lisp | corpix/clx | 0 | (in-package :cl-user)
(defpackage fast-websocket.parser
(:use :cl
#:fast-websocket.constants
#:fast-websocket.ws
#:fast-websocket.error)
(:import-from :alexandria
#:named-lambda)
(:export #:make-ll-parser))
(in-package :fast-websocket.parser)
(deftype octet () '(unsigned-b... | 46936 | (in-package :cl-user)
(defpackage fast-websocket.parser
(:use :cl
#:fast-websocket.constants
#:fast-websocket.ws
#:fast-websocket.error)
(:import-from :<NAME>
#:named-lambda)
(:export #:make-ll-parser))
(in-package :fast-websocket.parser)
(deftype octet () '(unsigned-byte ... | true | (in-package :cl-user)
(defpackage fast-websocket.parser
(:use :cl
#:fast-websocket.constants
#:fast-websocket.ws
#:fast-websocket.error)
(:import-from :PI:NAME:<NAME>END_PI
#:named-lambda)
(:export #:make-ll-parser))
(in-package :fast-websocket.parser)
(deftype octet () '(... |
[
{
"context": " oh - Kate's parents are back!\n;; Kate cannot hide Mark!\n;; Mark is thinking of an excuse...\nI was consul",
"end": 4101,
"score": 0.8714507818222046,
"start": 4097,
"tag": "NAME",
"value": "Mark"
},
{
"context": "e's parents are back!\n;; Kate cannot hide Mark!\n;; M... | Sources - TCLCS/04-restarts/tclcs-30-custom-restart-invoking-functions.lisp | johnhilts/common-lisp-condition-system | 88 | ;;;; clcs-30-custom-restart-invoking-functions.lisp
(defpackage #:clcs-30-custom-restart-invoking-functions
(:use #:cl)
(:export #:test-1 #:test-2 #:test-3 #:test-4))
(in-package #:clcs-30-custom-restart-invoking-functions)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; Rele... | 75180 | ;;;; clcs-30-custom-restart-invoking-functions.lisp
(defpackage #:clcs-30-custom-restart-invoking-functions
(:use #:cl)
(:export #:test-1 #:test-2 #:test-3 #:test-4))
(in-package #:clcs-30-custom-restart-invoking-functions)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; Rele... | true | ;;;; clcs-30-custom-restart-invoking-functions.lisp
(defpackage #:clcs-30-custom-restart-invoking-functions
(:use #:cl)
(:export #:test-1 #:test-2 #:test-3 #:test-4))
(in-package #:clcs-30-custom-restart-invoking-functions)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; Rele... |
[
{
"context": ";-*- Mode: Lisp -*-\n;;;; Author: Paul Dietz\n;;;; Created: Sat Nov 2 13:52:50 2002\n;;;; Cont",
"end": 49,
"score": 0.9998547434806824,
"start": 39,
"tag": "NAME",
"value": "Paul Dietz"
}
] | programs/ansi-test/iteration/loop5.lsp | TeamSPoon/wam_common_lisp_devel_workspace | 8 | ;-*- Mode: Lisp -*-
;;;; Author: Paul Dietz
;;;; Created: Sat Nov 2 13:52:50 2002
;;;; Contains: Tests of LOOP clause FOR-AS-ACROSS
(deftest loop.5.1
(let ((x "abcd")) (loop for e across x collect e))
(#\a #\b #\c #\d))
(deftest loop.5.2
(let ((x "abcd")) (loop for e across (the string x) collect e))
... | 11148 | ;-*- Mode: Lisp -*-
;;;; Author: <NAME>
;;;; Created: Sat Nov 2 13:52:50 2002
;;;; Contains: Tests of LOOP clause FOR-AS-ACROSS
(deftest loop.5.1
(let ((x "abcd")) (loop for e across x collect e))
(#\a #\b #\c #\d))
(deftest loop.5.2
(let ((x "abcd")) (loop for e across (the string x) collect e))
(#... | true | ;-*- Mode: Lisp -*-
;;;; Author: PI:NAME:<NAME>END_PI
;;;; Created: Sat Nov 2 13:52:50 2002
;;;; Contains: Tests of LOOP clause FOR-AS-ACROSS
(deftest loop.5.1
(let ((x "abcd")) (loop for e across x collect e))
(#\a #\b #\c #\d))
(deftest loop.5.2
(let ((x "abcd")) (loop for e across (the string x) co... |
[
{
"context": "track them down.\n\n;;; Copyright (c) 2002-2009, Dr. Edmund Weitz. All rights reserved.\n\n;;; Redistribution and use",
"end": 517,
"score": 0.9998334646224976,
"start": 505,
"tag": "NAME",
"value": "Edmund Weitz"
}
] | books/quicklisp/bundle/software/cl-ppcre-20190521-git/parser.lisp | mayankmanj/acl2 | 305 | ;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-PPCRE; Base: 10 -*-
;;; $Header: /usr/local/cvsrep/cl-ppcre/parser.lisp,v 1.31 2009/09/17 19:17:31 edi Exp $
;;; The parser will - with the help of the lexer - parse a regex
;;; string and convert it into a "parse tree" (see docs for details
;;; about the syntax of ... | 37998 | ;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-PPCRE; Base: 10 -*-
;;; $Header: /usr/local/cvsrep/cl-ppcre/parser.lisp,v 1.31 2009/09/17 19:17:31 edi Exp $
;;; The parser will - with the help of the lexer - parse a regex
;;; string and convert it into a "parse tree" (see docs for details
;;; about the syntax of ... | true | ;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-PPCRE; Base: 10 -*-
;;; $Header: /usr/local/cvsrep/cl-ppcre/parser.lisp,v 1.31 2009/09/17 19:17:31 edi Exp $
;;; The parser will - with the help of the lexer - parse a regex
;;; string and convert it into a "parse tree" (see docs for details
;;; about the syntax of ... |
[
{
"context": "cl-project:make-project \"./\" :name \"pkg\" :author \"imcomputer\"\n :license \"...\" :depends-on '(...)' :email ",
"end": 522,
"score": 0.9993691444396973,
"start": 512,
"tag": "USERNAME",
"value": "imcomputer"
},
{
"context": "ate user-p))\n \"User structure\... | app/src/main.lisp | thebridge0491/introlisp | 0 | ":"; exec sbcl --script $0 $@
":"; exit
;#!/usr/bin/env sbcl --script
; Common Lisp - comments style conventions
; title ;;;; Short title for block of code
; intro ;;; Description before block of code
; state ;; State of program or following code
; explanation ; Regarding line on which it appea... | 30340 | ":"; exec sbcl --script $0 $@
":"; exit
;#!/usr/bin/env sbcl --script
; Common Lisp - comments style conventions
; title ;;;; Short title for block of code
; intro ;;; Description before block of code
; state ;; State of program or following code
; explanation ; Regarding line on which it appea... | true | ":"; exec sbcl --script $0 $@
":"; exit
;#!/usr/bin/env sbcl --script
; Common Lisp - comments style conventions
; title ;;;; Short title for block of code
; intro ;;; Description before block of code
; state ;; State of program or following code
; explanation ; Regarding line on which it appea... |
[
{
"context": "ory package for Maxima\n;;;\n;;; Copyright (C) 2008 Andrej Vodopivec <andrej.vodopivec@gmail.com>\n;;;\n;;; This progra",
"end": 94,
"score": 0.9998960494995117,
"start": 78,
"tag": "NAME",
"value": "Andrej Vodopivec"
},
{
"context": "ima\n;;;\n;;; Copyright (C) 2008... | maxima/src/maxima/share/graphs/wiener_index.lisp | nilqed/spadlib | 1 | ;;;
;;; GRAPHS - graph theory package for Maxima
;;;
;;; Copyright (C) 2008 Andrej Vodopivec <andrej.vodopivec@gmail.com>
;;;
;;; This program is free software; you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either ve... | 26923 | ;;;
;;; GRAPHS - graph theory package for Maxima
;;;
;;; Copyright (C) 2008 <NAME> <<EMAIL>>
;;;
;;; This program is free software; you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 2 of the License, or
... | true | ;;;
;;; GRAPHS - graph theory package for Maxima
;;;
;;; Copyright (C) 2008 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
;;;
;;; This program is free software; you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either ve... |
[
{
"context": "---------------\n;; Deal with floats....\n;;\n;; From Peter Siebel\n;;\n\n(defun scale-integer (value bits)\n (if (zero",
"end": 94,
"score": 0.9997909665107727,
"start": 82,
"tag": "NAME",
"value": "Peter Siebel"
}
] | src/encode-float.lisp | npsimons/cl-mongo | 72 | (in-package :cl-mongo)
;;--------------------
;; Deal with floats....
;;
;; From Peter Siebel
;;
(defun scale-integer (value bits)
(if (zerop value)
(values 0 0)
(let ((scale (- bits (integer-length value))))
(values (round (* value (expt 2 scale))) scale))))
(defun scale (mantissa exponent man... | 70248 | (in-package :cl-mongo)
;;--------------------
;; Deal with floats....
;;
;; From <NAME>
;;
(defun scale-integer (value bits)
(if (zerop value)
(values 0 0)
(let ((scale (- bits (integer-length value))))
(values (round (* value (expt 2 scale))) scale))))
(defun scale (mantissa exponent mantissa-... | true | (in-package :cl-mongo)
;;--------------------
;; Deal with floats....
;;
;; From PI:NAME:<NAME>END_PI
;;
(defun scale-integer (value bits)
(if (zerop value)
(values 0 0)
(let ((scale (- bits (integer-length value))))
(values (round (* value (expt 2 scale))) scale))))
(defun scale (mantissa expo... |
[
{
"context": "e for Project Euler Problem 57.\n;;\n;; Code author: Russell A. Edson\n;; Date last modified: 31/08/2021\n\n;; Here we are",
"end": 73,
"score": 0.9997819066047668,
"start": 57,
"tag": "NAME",
"value": "Russell A. Edson"
}
] | problem_057.lisp | RussellAndrewEdson/project_euler_solutions | 0 | ;; Code for Project Euler Problem 57.
;;
;; Code author: Russell A. Edson
;; Date last modified: 31/08/2021
;; Here we are interested in continued fractions and convergents.
;; (Peeking ahead, we see some later problems that probably also
;; benefit from hitting them with computed convergents, e.g.
;; Problem 65 and P... | 34858 | ;; Code for Project Euler Problem 57.
;;
;; Code author: <NAME>
;; Date last modified: 31/08/2021
;; Here we are interested in continued fractions and convergents.
;; (Peeking ahead, we see some later problems that probably also
;; benefit from hitting them with computed convergents, e.g.
;; Problem 65 and Problem 66,... | true | ;; Code for Project Euler Problem 57.
;;
;; Code author: PI:NAME:<NAME>END_PI
;; Date last modified: 31/08/2021
;; Here we are interested in continued fractions and convergents.
;; (Peeking ahead, we see some later problems that probably also
;; benefit from hitting them with computed convergents, e.g.
;; Problem 65 a... |
[
{
"context": ";;;; Copyright (c) Frank James 2015 <frank.a.james@gmail.com>\n;;;; This code is ",
"end": 30,
"score": 0.9998303651809692,
"start": 19,
"tag": "NAME",
"value": "Frank James"
},
{
"context": ";;;; Copyright (c) Frank James 2015 <frank.a.james@gmail.com>\n;;;; This code ... | bind.lisp | fjames86/frpc | 8 | ;;;; Copyright (c) Frank James 2015 <frank.a.james@gmail.com>
;;;; This code is licensed under the MIT license.
;;; This file implements portmap (version 2) and rpcbind (versions 3 and 4)
(defpackage #:frpc.bind
(:use #:cl #:frpc)
(:export #:mapping
#:make-mapping
#:mapping-program
... | 16806 | ;;;; Copyright (c) <NAME> 2015 <<EMAIL>>
;;;; This code is licensed under the MIT license.
;;; This file implements portmap (version 2) and rpcbind (versions 3 and 4)
(defpackage #:frpc.bind
(:use #:cl #:frpc)
(:export #:mapping
#:make-mapping
#:mapping-program
#:mapping-version
... | true | ;;;; Copyright (c) PI:NAME:<NAME>END_PI 2015 <PI:EMAIL:<EMAIL>END_PI>
;;;; This code is licensed under the MIT license.
;;; This file implements portmap (version 2) and rpcbind (versions 3 and 4)
(defpackage #:frpc.bind
(:use #:cl #:frpc)
(:export #:mapping
#:make-mapping
#:mapping-program
... |
[
{
"context": ";;;; truth-table.lisp\n;;;;\n;;;; Author: Charles Zhang\n\n(in-package #:cl-quil)\n\n;;;; This file contains ",
"end": 53,
"score": 0.9998497366905212,
"start": 40,
"tag": "NAME",
"value": "Charles Zhang"
}
] | src/compilers/truth-table.lisp | franzinc/quilc | 1 | ;;;; truth-table.lisp
;;;;
;;;; Author: Charles Zhang
(in-package #:cl-quil)
;;;; This file contains the data structure representation for
;;;; manipulating boolean functions.
(defun missing-arg ()
(error "Required argument missing."))
;;; This representation is not particularly optimized for efficiency.
(defstru... | 6583 | ;;;; truth-table.lisp
;;;;
;;;; Author: <NAME>
(in-package #:cl-quil)
;;;; This file contains the data structure representation for
;;;; manipulating boolean functions.
(defun missing-arg ()
(error "Required argument missing."))
;;; This representation is not particularly optimized for efficiency.
(defstruct (tru... | true | ;;;; truth-table.lisp
;;;;
;;;; Author: PI:NAME:<NAME>END_PI
(in-package #:cl-quil)
;;;; This file contains the data structure representation for
;;;; manipulating boolean functions.
(defun missing-arg ()
(error "Required argument missing."))
;;; This representation is not particularly optimized for efficiency.
(... |
[
{
"context": "me*))))\n(defsystem :owl2\n :name \"OWL\"\n :author \"Alan Ruttenberg\"\n :license \"BSD\"\n :components\n ((:module \"basi",
"end": 345,
"score": 0.9998834729194641,
"start": 330,
"tag": "NAME",
"value": "Alan Ruttenberg"
}
] | owl2/owl2.asd | alanruttenberg/lsw2 | 22 | ;;;; -*- Mode: LISP -*-
;;;;
(in-package :asdf)
(setf (logical-pathname-translations "owl2")
`(("**;*.*" ,(make-pathname :directory (append (pathname-directory *load-pathname*)
'(:wild-inferiors))
:name :wild
:type :wild
:defaults *load-pathname*))))
(defsystem :owl2
:name "OWL"
... | 64109 | ;;;; -*- Mode: LISP -*-
;;;;
(in-package :asdf)
(setf (logical-pathname-translations "owl2")
`(("**;*.*" ,(make-pathname :directory (append (pathname-directory *load-pathname*)
'(:wild-inferiors))
:name :wild
:type :wild
:defaults *load-pathname*))))
(defsystem :owl2
:name "OWL"
... | true | ;;;; -*- Mode: LISP -*-
;;;;
(in-package :asdf)
(setf (logical-pathname-translations "owl2")
`(("**;*.*" ,(make-pathname :directory (append (pathname-directory *load-pathname*)
'(:wild-inferiors))
:name :wild
:type :wild
:defaults *load-pathname*))))
(defsystem :owl2
:name "OWL"
... |
[
{
"context": "-----------\n#|\nThe MIT License\n\nCopyright (c) 2018 Emotiq AG\n\nPermission is hereby granted, free of charge, to",
"end": 227,
"score": 0.924776017665863,
"start": 218,
"tag": "NAME",
"value": "Emotiq AG"
},
{
"context": "k\n\n(defvar *local-nodes* '((\"Malachite.l... | src/Cosi-Schnorr/random-partition.lisp | easye/emotiq | 109 | ;; random-partition.lisp -- Generate simulation trees of network nodes for Cosi
;;
;; 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 softwa... | 75744 | ;; random-partition.lisp -- Generate simulation trees of network nodes for Cosi
;;
;; 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 ... | true | ;; random-partition.lisp -- Generate simulation trees of network nodes for Cosi
;;
;; 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 ... |
[
{
"context": " :description \"Describe pidling here\"\n :author \"Your Name <your.name@example.com>\"\n :license \"Specify lice",
"end": 103,
"score": 0.9884132146835327,
"start": 94,
"tag": "NAME",
"value": "Your Name"
},
{
"context": "ion \"Describe pidling here\"\n :author \"Y... | pidling.asd | ibawt/pidling | 1 | ;;;; pidling.asd
(asdf:defsystem #:pidling
:description "Describe pidling here"
:author "Your Name <your.name@example.com>"
:license "Specify license here"
:depends-on (#:sdl2
#:sdl2-image
#:cl-opengl
#:trivial-main-thread)
:serial t
:components ((:file "package... | 37611 | ;;;; pidling.asd
(asdf:defsystem #:pidling
:description "Describe pidling here"
:author "<NAME> <<EMAIL>>"
:license "Specify license here"
:depends-on (#:sdl2
#:sdl2-image
#:cl-opengl
#:trivial-main-thread)
:serial t
:components ((:file "package")
... | true | ;;;; pidling.asd
(asdf:defsystem #:pidling
:description "Describe pidling here"
:author "PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>"
:license "Specify license here"
:depends-on (#:sdl2
#:sdl2-image
#:cl-opengl
#:trivial-main-thread)
:serial t
:components ((:f... |
[
{
"context": "s for Snark\"\n :version \"20120808r022\"\n :author \"Mark E. Stickel, SRI International\"\n :author \"Matthias Hölzl, LM",
"end": 165,
"score": 0.9998764991760254,
"start": 150,
"tag": "NAME",
"value": "Mark E. Stickel"
},
{
"context": "r \"Mark E. Stickel, SRI Inte... | programs/snark/snark-examples.asd | TeamSPoon/wam_common_lisp_devel_workspace | 1 | (in-package :common-lisp-user)
(asdf:defsystem #:snark-examples
:serial t
:description "Examples for Snark"
:version "20120808r022"
:author "Mark E. Stickel, SRI International"
:author "Matthias Hölzl, LMU"
:license "MPL 1.1, see file LICENSE"
:depends-on (#:snark)
:pathname "examples/"
:components (... | 75508 | (in-package :common-lisp-user)
(asdf:defsystem #:snark-examples
:serial t
:description "Examples for Snark"
:version "20120808r022"
:author "<NAME>, SRI International"
:author "<NAME>, LMU"
:license "MPL 1.1, see file LICENSE"
:depends-on (#:snark)
:pathname "examples/"
:components ((:file "overbeek-... | true | (in-package :common-lisp-user)
(asdf:defsystem #:snark-examples
:serial t
:description "Examples for Snark"
:version "20120808r022"
:author "PI:NAME:<NAME>END_PI, SRI International"
:author "PI:NAME:<NAME>END_PI, LMU"
:license "MPL 1.1, see file LICENSE"
:depends-on (#:snark)
:pathname "examples/"
:c... |
[
{
"context": ";-*- Mode: Lisp -*-\n;;;; Author: Paul Dietz\n;;;; Created: Thu Apr 9 19:32:56 1998\n;;;; Cont",
"end": 49,
"score": 0.9998432993888855,
"start": 39,
"tag": "NAME",
"value": "Paul Dietz"
}
] | programs/ansi-test/universe.lsp | TeamSPoon/wam_common_lisp_devel_workspace | 1 | ;-*- Mode: Lisp -*-
;;;; Author: Paul Dietz
;;;; Created: Thu Apr 9 19:32:56 1998
;;;; Contains: A global variable containing a list of
;;;; as many kinds of CL objects as we can think of
;;;; This list is used to test many other CL functions
(in-package :cl-test)
(defparameter *condition-... | 1507 | ;-*- Mode: Lisp -*-
;;;; Author: <NAME>
;;;; Created: Thu Apr 9 19:32:56 1998
;;;; Contains: A global variable containing a list of
;;;; as many kinds of CL objects as we can think of
;;;; This list is used to test many other CL functions
(in-package :cl-test)
(defparameter *condition-type... | true | ;-*- Mode: Lisp -*-
;;;; Author: PI:NAME:<NAME>END_PI
;;;; Created: Thu Apr 9 19:32:56 1998
;;;; Contains: A global variable containing a list of
;;;; as many kinds of CL objects as we can think of
;;;; This list is used to test many other CL functions
(in-package :cl-test)
(defparameter *... |
[
{
"context": ";; AUTHOR\n;; Shilpi Goel <shigoel@cs.utexas.edu>\n\n(in-package \"X86ISA\")\n\n;",
"end": 24,
"score": 0.9998883008956909,
"start": 13,
"tag": "NAME",
"value": "Shilpi Goel"
},
{
"context": ";; AUTHOR\n;; Shilpi Goel <shigoel@cs.utexas.edu>\n\n(in-package \"X86ISA\")\n... | books/projects/x86isa/machine/x86-register-readers-and-writers-raw.lsp | solswords/acl2 | 0 | ;; AUTHOR
;; Shilpi Goel <shigoel@cs.utexas.edu>
(in-package "X86ISA")
;; ======================================================================
;; Undef Flg:
(defun undef-flg$notinline (x86)
(declare (xargs :mode :program :stobjs x86))
(when (or (equal (f-get-global 'in-prove-flg ACL2::*the-live-state*)
... | 9833 | ;; AUTHOR
;; <NAME> <<EMAIL>>
(in-package "X86ISA")
;; ======================================================================
;; Undef Flg:
(defun undef-flg$notinline (x86)
(declare (xargs :mode :program :stobjs x86))
(when (or (equal (f-get-global 'in-prove-flg ACL2::*the-live-state*)
t)
... | true | ;; AUTHOR
;; PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
(in-package "X86ISA")
;; ======================================================================
;; Undef Flg:
(defun undef-flg$notinline (x86)
(declare (xargs :mode :program :stobjs x86))
(when (or (equal (f-get-global 'in-prove-flg ACL2::*the-live-stat... |
[
{
"context": "rt of trial\n (c) 2017 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)\n Author: Nicolas Hafner <shinmera@tymoon.eu>\n|#\n",
"end": 89,
"score": 0.9999229907989502,
"start": 71,
"tag": "EMAIL",
"value": "shinmera@tymoon.eu"
},
{
"context": "umo http://tymoon.eu (shinmer... | ui/text-field.lisp | pupcraft/trial | 0 | #|
This file is a part of trial
(c) 2017 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#
(in-package #:org.shirakumo.fraf.trial.ui)
(define-shader-entity text-field-cursor (vertex-entity)
((text-field :initarg :text-field :accessor text-field)
(text-position :ini... | 55235 | #|
This file is a part of trial
(c) 2017 Shirakumo http://tymoon.eu (<EMAIL>)
Author: <NAME> <<EMAIL>>
|#
(in-package #:org.shirakumo.fraf.trial.ui)
(define-shader-entity text-field-cursor (vertex-entity)
((text-field :initarg :text-field :accessor text-field)
(text-position :initform 0 :accessor text-positio... | true | #|
This file is a part of trial
(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.fraf.trial.ui)
(define-shader-entity text-field-cursor (vertex-entity)
((text-field :initarg :text-field :accessor text-field)
(text... |
[
{
"context": "mental Test Lisp Language Experiments\"\n :author \"Peter Keller <psilord@cs.wisc.edu>\"\n :license \"MIT License\"\n",
"end": 109,
"score": 0.9998927116394043,
"start": 97,
"tag": "NAME",
"value": "Peter Keller"
},
{
"context": "sp Language Experiments\"\n :author ... | psilisp.asd | psilord/psilisp | 1 | (asdf:defsystem #:psilisp
:description "Incremental Test Lisp Language Experiments"
:author "Peter Keller <psilord@cs.wisc.edu>"
:license "MIT License"
:version "0.0.1"
:serial t
:depends-on (:cl-ppcre :alexandria)
:components ((:file "package")
(:file "base") ;; stuff used by all compiler... | 67776 | (asdf:defsystem #:psilisp
:description "Incremental Test Lisp Language Experiments"
:author "<NAME> <<EMAIL>>"
:license "MIT License"
:version "0.0.1"
:serial t
:depends-on (:cl-ppcre :alexandria)
:components ((:file "package")
(:file "base") ;; stuff used by all compilers.
(:file... | true | (asdf:defsystem #:psilisp
:description "Incremental Test Lisp Language Experiments"
:author "PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>"
:license "MIT License"
:version "0.0.1"
:serial t
:depends-on (:cl-ppcre :alexandria)
:components ((:file "package")
(:file "base") ;; stuff used by a... |
[
{
"context": ";-*- Mode: Lisp -*-\n;;;; Author: Paul Dietz\n;;;; Created: Sat Apr 19 21:37:56 2003\n;;;; Cont",
"end": 49,
"score": 0.9998691082000732,
"start": 39,
"tag": "NAME",
"value": "Paul Dietz"
}
] | ansi-tests/subst.lsp | TeamSPoon/CYC_JRTL_with_CommonLisp_OLD | 10 | ;-*- Mode: Lisp -*-
;;;; Author: Paul Dietz
;;;; Created: Sat Apr 19 21:37:56 2003
;;;; Contains: Tests of SUBST
(in-package :cl-test)
(compile-and-load "cons-aux.lsp")
(defvar *subst-tree-1* '(10 (30 20 10) (20 10) (10 20 30 40)))
(deftest subst.1
(check-subst "Z" 30 (copy-tree *subst-tree-1*))
(10 ("Z"... | 22436 | ;-*- Mode: Lisp -*-
;;;; Author: <NAME>
;;;; Created: Sat Apr 19 21:37:56 2003
;;;; Contains: Tests of SUBST
(in-package :cl-test)
(compile-and-load "cons-aux.lsp")
(defvar *subst-tree-1* '(10 (30 20 10) (20 10) (10 20 30 40)))
(deftest subst.1
(check-subst "Z" 30 (copy-tree *subst-tree-1*))
(10 ("Z" 20 ... | true | ;-*- Mode: Lisp -*-
;;;; Author: PI:NAME:<NAME>END_PI
;;;; Created: Sat Apr 19 21:37:56 2003
;;;; Contains: Tests of SUBST
(in-package :cl-test)
(compile-and-load "cons-aux.lsp")
(defvar *subst-tree-1* '(10 (30 20 10) (20 10) (10 20 30 40)))
(deftest subst.1
(check-subst "Z" 30 (copy-tree *subst-tree-1*))
... |
[
{
"context": ";;;; Copyright (c) Frank James 2016 <frank.a.james@gmail.com>\r\n;;;; This code is",
"end": 30,
"score": 0.999845027923584,
"start": 19,
"tag": "NAME",
"value": "Frank James"
},
{
"context": ";;;; Copyright (c) Frank James 2016 <frank.a.james@gmail.com>\r\n;;;; This cod... | examples/minesweeper/minesweeper.lisp | fjames86/ftw | 48 | ;;;; Copyright (c) Frank James 2016 <frank.a.james@gmail.com>
;;;; This code is licensed under the MIT license.
;;; Simple minesweeper game
;;; Things which could be done and are left as an exercise to the reader:
;;; 1. Adding icons/images instead of using text for the numbers, mines and flags.
;;; 2. Keeping a... | 54247 | ;;;; Copyright (c) <NAME> 2016 <<EMAIL>>
;;;; This code is licensed under the MIT license.
;;; Simple minesweeper game
;;; Things which could be done and are left as an exercise to the reader:
;;; 1. Adding icons/images instead of using text for the numbers, mines and flags.
;;; 2. Keeping a high-score list save... | true | ;;;; Copyright (c) PI:NAME:<NAME>END_PI 2016 <PI:EMAIL:<EMAIL>END_PI>
;;;; This code is licensed under the MIT license.
;;; Simple minesweeper game
;;; Things which could be done and are left as an exercise to the reader:
;;; 1. Adding icons/images instead of using text for the numbers, mines and flags.
;;; 2. K... |
[
{
"context": " |\n;;; Copyright (c) 2021, Sentot Kromodimoeljo, William Pase, |\n;;; Mark Saaltink, D",
"end": 194,
"score": 0.9998644590377808,
"start": 174,
"tag": "NAME",
"value": "Sentot Kromodimoeljo"
},
{
"context": " |\n;;; Copyright (c) 2... | sources/dnf.lisp | sentot/ZK | 0 |
;;;======================================================================
;;; |
;;; Copyright (c) 2021, Sentot Kromodimoeljo, William Pase, |
;;; Mark Saaltink, Dan Craigen and Irwin Meisels. |
;;; All Rights Reserve... | 66239 |
;;;======================================================================
;;; |
;;; Copyright (c) 2021, <NAME>, <NAME>, |
;;; <NAME>, <NAME> and <NAME>. |
;;; All Rights Reserved. ... | true |
;;;======================================================================
;;; |
;;; Copyright (c) 2021, PI:NAME:<NAME>END_PI, PI:NAME:<NAME>END_PI, |
;;; PI:NAME:<NAME>END_PI, PI:NAME:<NAME>END_PI and PI:NAME:<NAME>END_PI. ... |
[
{
"context": "; DEALINGS IN THE SOFTWARE.\n;\n; Original author: Sol Swords <sswords@centtech.com>\n\n(in-package \"SV\")\n(includ",
"end": 1419,
"score": 0.9998676180839539,
"start": 1409,
"tag": "NAME",
"value": "Sol Swords"
},
{
"context": "IN THE SOFTWARE.\n;\n; Original author... | books/centaur/sv/svex/symbolic.lisp | mayankmanj/acl2 | 305 | ; SV - Symbolic Vector Hardware Analysis Framework
; Copyright (C) 2014-2015 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... | 62113 | ; SV - Symbolic Vector Hardware Analysis Framework
; Copyright (C) 2014-2015 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... | true | ; SV - Symbolic Vector Hardware Analysis Framework
; Copyright (C) 2014-2015 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... |
[
{
"context": "ncodings and mappings.\n;;;\n;;; Copyright (C) 2007, Luis Oliveira <loliveira@common-lisp.net>\n;;;\n;;; Permission i",
"end": 149,
"score": 0.9998555183410645,
"start": 136,
"tag": "NAME",
"value": "Luis Oliveira"
},
{
"context": "ings.\n;;;\n;;; Copyright (C) 2007, L... | libs/babel_0.3.0/src/encodings.lisp | mtstickney/plain-odbc | 0 | ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
;;;
;;; encodings.lisp --- Character encodings and mappings.
;;;
;;; Copyright (C) 2007, Luis Oliveira <loliveira@common-lisp.net>
;;;
;;; Permission is hereby granted, free of charge, to any person
;;; obtaining a copy of this software and associated documentation
;;; fi... | 49926 | ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
;;;
;;; encodings.lisp --- Character encodings and mappings.
;;;
;;; Copyright (C) 2007, <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 ... | true | ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
;;;
;;; encodings.lisp --- Character encodings and mappings.
;;;
;;; Copyright (C) 2007, 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
;;... |
[
{
"context": "SSIBILITY OF SUCH DAMAGE.\n\n; Original Author(s):\n; Mertcan Temel <mert@utexas.edu>\n\n(in-package \"RP\")\n\n(in",
"end": 1701,
"score": 0.9998629689216614,
"start": 1688,
"tag": "NAME",
"value": "Mertcan Temel"
},
{
"context": ".\n\n; Original Author(s):\n; ... | books/projects/rp-rewriter/lib/mult3/lemmas.lisp | kazarmy/acl2 | 9 | ; Note: The license below is based on the template at:
; http://opensource.org/licenses/BSD-3-Clause
; Copyright (C) 2019, Regents of the University of Texas
; All rights reserved.
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions... | 45336 | ; Note: The license below is based on the template at:
; http://opensource.org/licenses/BSD-3-Clause
; Copyright (C) 2019, Regents of the University of Texas
; All rights reserved.
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions... | true | ; Note: The license below is based on the template at:
; http://opensource.org/licenses/BSD-3-Clause
; Copyright (C) 2019, Regents of the University of Texas
; All rights reserved.
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions... |
[
{
"context": "#|\nCopyright (c) 2016 Thomas W. Lynch and Reasoning Technology Inc.\nReleased under the ",
"end": 37,
"score": 0.9998531341552734,
"start": 22,
"tag": "NAME",
"value": "Thomas W. Lynch"
}
] | deprecated/src-second-level/ea-parked.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)
;;--------------------------------------------------------------------------------
;; entanglements support
;;
(defun-typed entangled-on-same-cell ((tm ea-parked) &optional... | 138 | #|
Copyright (c) 2016 <NAME> and Reasoning Technology Inc.
Released under the MIT License (MIT)
See LICENSE.txt
|#
(in-package #:tm)
;;--------------------------------------------------------------------------------
;; entanglements support
;;
(defun-typed entangled-on-same-cell ((tm ea-parked) &optional ➜)
(... | 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)
;;--------------------------------------------------------------------------------
;; entanglements support
;;
(defun-typed entangled-on-same-cell ((tm ea-parked) &opt... |
[
{
"context": "he LICENSE file distributed with ACL2.\n;\n; Author: Alessandro Coglio (coglio@kestrel.edu)\n\n;;;;;;;;;;;;;;;;;;;;;;;;;;;",
"end": 202,
"score": 0.9998771548271179,
"start": 185,
"tag": "NAME",
"value": "Alessandro Coglio"
},
{
"context": "ributed with ACL2.\n;\n; Auth... | books/kestrel/std/system/apply-term.lisp | kwancarl/acl2 | 0 | ; Standard System 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-package "... | 43947 | ; Standard System 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-book ... | true | ; Standard System 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)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(in-pa... |
[
{
"context": "#|\n This file is a part of Chirp\n (c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)\n Author: Ni",
"end": 52,
"score": 0.979475200176239,
"start": 43,
"tag": "NAME",
"value": "Shirakumo"
},
{
"context": "rt of Chirp\n (c) 2014 Shirakumo http://tymoon.eu (shinme... | stream.lisp | Ferada/chirp | 59 | #|
This file is a part of Chirp
(c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#
(in-package #:org.tymoonnext.chirp)
(defvar *stream/statuses/filter* "https://stream.twitter.com/1.1/statuses/filter.json")
(defvar *stream/statuses/sample* "https://stream.twitte... | 32005 | #|
This file is a part of Chirp
(c) 2014 <NAME> http://tymoon.eu (<EMAIL>)
Author: <NAME> <<EMAIL>>
|#
(in-package #:org.tymoonnext.chirp)
(defvar *stream/statuses/filter* "https://stream.twitter.com/1.1/statuses/filter.json")
(defvar *stream/statuses/sample* "https://stream.twitter.com/1.1/statuses/sample.json")
... | true | #|
This file is a part of Chirp
(c) 2014 PI:NAME:<NAME>END_PI http://tymoon.eu (PI:EMAIL:<EMAIL>END_PI)
Author: PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
|#
(in-package #:org.tymoonnext.chirp)
(defvar *stream/statuses/filter* "https://stream.twitter.com/1.1/statuses/filter.json")
(defvar *stream/statuses/sampl... |
[
{
"context": "isp; Package: cello; -*-\n#|\n\nCopyright (C) 2004 by Kenneth William Tilton\n\nThis library is free software; you can redistrib",
"end": 108,
"score": 0.9998648166656494,
"start": 86,
"tag": "NAME",
"value": "Kenneth William Tilton"
}
] | ix-opengl.lisp | kennytilton/Cello | 9 | ;; -*- mode: Lisp; Syntax: Common-Lisp; Package: cello; -*-
#|
Copyright (C) 2004 by Kenneth William Tilton
This library is free software; you can redistribute it and/or
modify it under the terms of the Lisp Lesser GNU Public License
(http://opensource.franz.com/preamble.html), known as the LLGPL.
This library is d... | 66516 | ;; -*- mode: Lisp; Syntax: Common-Lisp; Package: cello; -*-
#|
Copyright (C) 2004 by <NAME>
This library is free software; you can redistribute it and/or
modify it under the terms of the Lisp Lesser GNU Public License
(http://opensource.franz.com/preamble.html), known as the LLGPL.
This library is distributed WITH... | true | ;; -*- mode: Lisp; Syntax: Common-Lisp; Package: cello; -*-
#|
Copyright (C) 2004 by PI:NAME:<NAME>END_PI
This library is free software; you can redistribute it and/or
modify it under the terms of the Lisp Lesser GNU Public License
(http://opensource.franz.com/preamble.html), known as the LLGPL.
This library is dis... |
[
{
"context": "e for Project Euler Problem 54.\n;;\n;; Code author: Russell A. Edson\n;; Date last modified: 26/08/2021\n\n;; We are give",
"end": 73,
"score": 0.9998249411582947,
"start": 57,
"tag": "NAME",
"value": "Russell A. Edson"
}
] | problem_054.lisp | RussellAndrewEdson/project_euler_solutions | 0 | ;; Code for Project Euler Problem 54.
;;
;; Code author: Russell A. Edson
;; Date last modified: 26/08/2021
;; We are given a list of two-player poker hands that we first download
;; and parse from the Project Euler problem page. We are given that
;; the hands comprise 10 cards separated by spaces, and the first 5
;; ... | 70472 | ;; Code for Project Euler Problem 54.
;;
;; Code author: <NAME>
;; Date last modified: 26/08/2021
;; We are given a list of two-player poker hands that we first download
;; and parse from the Project Euler problem page. We are given that
;; the hands comprise 10 cards separated by spaces, and the first 5
;; cards belo... | true | ;; Code for Project Euler Problem 54.
;;
;; Code author: PI:NAME:<NAME>END_PI
;; Date last modified: 26/08/2021
;; We are given a list of two-player poker hands that we first download
;; and parse from the Project Euler problem page. We are given that
;; the hands comprise 10 cards separated by spaces, and the first 5... |
[
{
"context": ")\n(defparameter influxdb nil)\n(defparameter user \"root\")\n(defparameter password \"root\")\n\n;; Preform some",
"end": 155,
"score": 0.9351760745048523,
"start": 151,
"tag": "USERNAME",
"value": "root"
},
{
"context": "defparameter user \"root\")\n(defparameter pass... | examples/examples.lisp | mmaul/cl-influxdb | 14 | (in-package cl-influxdb.examples)
(annot:enable-annot-syntax)
(defparameter db "cl_influxdb_example")
(defparameter influxdb nil)
(defparameter user "root")
(defparameter password "root")
;; Preform some operations to exercise the interface
@export
(defun exercise ()
(print-run "
Usage
=====
Lets create a in... | 94315 | (in-package cl-influxdb.examples)
(annot:enable-annot-syntax)
(defparameter db "cl_influxdb_example")
(defparameter influxdb nil)
(defparameter user "root")
(defparameter password "<PASSWORD>")
;; Preform some operations to exercise the interface
@export
(defun exercise ()
(print-run "
Usage
=====
Lets creat... | true | (in-package cl-influxdb.examples)
(annot:enable-annot-syntax)
(defparameter db "cl_influxdb_example")
(defparameter influxdb nil)
(defparameter user "root")
(defparameter password "PI:PASSWORD:<PASSWORD>END_PI")
;; Preform some operations to exercise the interface
@export
(defun exercise ()
(print-run "
Usage... |
[
{
"context": ";;;;\n;;;\n;; @file use-poly.lisp\n;; @author Mitch Richling <https://www.mitchr.me>\n;; @brief Polynomials",
"end": 306,
"score": 0.9998792409896851,
"start": 292,
"tag": "NAME",
"value": "Mitch Richling"
},
{
"context": " (c) 1994,1997,1998,2004,2008,2012,... | use-poly.lisp | richmit/mjrcalc | 17 | ;; -*- Mode:Lisp; Syntax:ANSI-Common-LISP; Coding:us-ascii-unix; fill-column:158 -*-
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;; @file use-poly.lisp
;; @author Mitch Richling <https://www.... | 15074 | ;; -*- Mode:Lisp; Syntax:ANSI-Common-LISP; Coding:us-ascii-unix; fill-column:158 -*-
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;; @file use-poly.lisp
;; @author <NAME> <https://www.mitchr.m... | true | ;; -*- Mode:Lisp; Syntax:ANSI-Common-LISP; Coding:us-ascii-unix; fill-column:158 -*-
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;; @file use-poly.lisp
;; @author PI:NAME:<NAME>END_PI <https:... |
[
{
"context": "orking with vectors.\n\n;; Copyright (C) Nov. 2008 Volker van Nek\n\n;; modified 08-12-03: vector_factor factors list",
"end": 162,
"score": 0.999847412109375,
"start": 148,
"tag": "NAME",
"value": "Volker van Nek"
}
] | maxima/src/maxima/share/vector/vector_rebuild.lisp | nilqed/spadlib | 1 |
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Some utilities for working with vectors.
;; Copyright (C) Nov. 2008 Volker van Nek
;; modified 08-12-03: vector_factor factors lists and matrices
;; 08-12-05: vector_eval: $ratprint set to false
;; 08-12-10: rename stardi... | 56297 |
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Some utilities for working with vectors.
;; Copyright (C) Nov. 2008 <NAME>
;; modified 08-12-03: vector_factor factors lists and matrices
;; 08-12-05: vector_eval: $ratprint set to false
;; 08-12-10: rename stardisp to st... | true |
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Some utilities for working with vectors.
;; Copyright (C) Nov. 2008 PI:NAME:<NAME>END_PI
;; modified 08-12-03: vector_factor factors lists and matrices
;; 08-12-05: vector_eval: $ratprint set to false
;; 08-12-10: rename ... |
[
{
"context": "or Common Lisp\"\n :version \"1.0.0\"\n :author \"Andrew Berkley <ajberkley@gmail.com>\"\n :licence \"BSD 3 Clause",
"end": 107,
"score": 0.9998973608016968,
"start": 93,
"tag": "NAME",
"value": "Andrew Berkley"
},
{
"context": " :version \"1.0.0\"\n :aut... | vxi11.asd | ajberkley/cl-vxi11 | 0 | (defsystem :vxi11
:description "VXI11 for Common Lisp"
:version "1.0.0"
:author "Andrew Berkley <ajberkley@gmail.com>"
:licence "BSD 3 Clause"
:depends-on ("frpc2" "drx" "fsocket" "pounds" "babel" "trivial-garbage")
:components ((:file "vxi11")))
| 93470 | (defsystem :vxi11
:description "VXI11 for Common Lisp"
:version "1.0.0"
:author "<NAME> <<EMAIL>>"
:licence "BSD 3 Clause"
:depends-on ("frpc2" "drx" "fsocket" "pounds" "babel" "trivial-garbage")
:components ((:file "vxi11")))
| true | (defsystem :vxi11
:description "VXI11 for Common Lisp"
:version "1.0.0"
:author "PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>"
:licence "BSD 3 Clause"
:depends-on ("frpc2" "drx" "fsocket" "pounds" "babel" "trivial-garbage")
:components ((:file "vxi11")))
|
[
{
"context": " DEALINGS IN THE SOFTWARE.\n;\n; Original authors: Sol Swords <sswords@centtech.com>\n\n\n(in-package \"SV\")\n\n(incl",
"end": 1447,
"score": 0.9998688697814941,
"start": 1437,
"tag": "NAME",
"value": "Sol Swords"
},
{
"context": "N THE SOFTWARE.\n;\n; Original autho... | books/centaur/sv/svtv/svtv-stobj-pipeline-thm.lisp | mayankmanj/acl2 | 0 | ; Centaur SV Hardware Verification Tutorial
; Copyright (C) 2016 Centaur Technology
; Copyright (C) 2022 Intel Corporation
;
; 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 l... | 53514 | ; Centaur SV Hardware Verification Tutorial
; Copyright (C) 2016 Centaur Technology
; Copyright (C) 2022 Intel Corporation
;
; 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 l... | true | ; Centaur SV Hardware Verification Tutorial
; Copyright (C) 2016 Centaur Technology
; Copyright (C) 2022 Intel Corporation
;
; 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 l... |
[
{
"context": "Package:CHAOS -*-\n;;;\n;;; Copyright (c) 2000-2015, Toshimi Sawada. All rights reserved.\n;;;\n;;; Redistribution and ",
"end": 103,
"score": 0.9998227953910828,
"start": 89,
"tag": "NAME",
"value": "Toshimi Sawada"
},
{
"context": ";;; **************\n;;; FROM OBJ3 im... | comlib/macros.lisp | debian-janitor/cafeobj | 25 | ;;;-*- Mode:Lisp; Syntax:Common-Lisp; Package:CHAOS -*-
;;;
;;; Copyright (c) 2000-2015, Toshimi Sawada. 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 sour... | 70803 | ;;;-*- Mode:Lisp; Syntax:Common-Lisp; Package:CHAOS -*-
;;;
;;; Copyright (c) 2000-2015, <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 ... | true | ;;;-*- Mode:Lisp; Syntax:Common-Lisp; Package:CHAOS -*-
;;;
;;; Copyright (c) 2000-2015, 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 o... |
[
{
"context": "ion\n;;;; All rights reserved.\n;;;;\n;;;; Author(s): Neil T. Dantam <ntd@gatech.edu>\n;;;; Georgia Tech Humanoid Robot",
"end": 148,
"score": 0.9998907446861267,
"start": 134,
"tag": "NAME",
"value": "Neil T. Dantam"
},
{
"context": "ts reserved.\n;;;;\n;;;; Author(s):... | lisp/pipe.lisp | munzir/39-ach | 0 | ;;;; -*- Lisp -*-
;;;;
;;;; Copyright (c) 2009-2011, Georgia Tech Research Corporation
;;;; All rights reserved.
;;;;
;;;; Author(s): Neil T. Dantam <ntd@gatech.edu>
;;;; Georgia Tech Humanoid Robotics Lab
;;;; Under Direction of Prof. Mike Stilman
;;;;
;;;;
;;;; This file is provided under the following "BSD-style" Li... | 6644 | ;;;; -*- Lisp -*-
;;;;
;;;; Copyright (c) 2009-2011, Georgia Tech Research Corporation
;;;; All rights reserved.
;;;;
;;;; Author(s): <NAME> <<EMAIL>>
;;;; Georgia Tech Humanoid Robotics Lab
;;;; Under Direction of Prof. Mike Stilman
;;;;
;;;;
;;;; This file is provided under the following "BSD-style" License:
;;;;
;;;... | true | ;;;; -*- Lisp -*-
;;;;
;;;; Copyright (c) 2009-2011, Georgia Tech Research Corporation
;;;; All rights reserved.
;;;;
;;;; Author(s): PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
;;;; Georgia Tech Humanoid Robotics Lab
;;;; Under Direction of Prof. Mike Stilman
;;;;
;;;;
;;;; This file is provided under the following ... |
[
{
"context": "; Bit-vector rules\n;\n; Copyright (C) 2008-2011 Eric Smith and Stanford University\n; Copyright (C) 2013-2020",
"end": 57,
"score": 0.9991294741630554,
"start": 47,
"tag": "NAME",
"value": "Eric Smith"
},
{
"context": "ense. See the file books/3BSD-mod.txt.\n;\n; Autho... | books/kestrel/axe/bv-rules.lisp | ayazhafiz/acl2 | 0 | ; Bit-vector rules
;
; 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.smith@kestrel.edu)
;;;;;;;;;;;;;;;;;;;;;;;;;... | 89867 | ; Bit-vector rules
;
; 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 | ; Bit-vector rules
;
; 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:<NAME>END_PI (PI:EMAIL:<EMAIL>END_PI)
;;;;;... |
[
{
"context": "rpose: system definition\n;;;; Author: mikel evins\n;;;; Copyright: 2020 by mikel evins\n;;;;\n;;;;",
"end": 236,
"score": 0.9998456239700317,
"start": 225,
"tag": "NAME",
"value": "mikel evins"
},
{
"context": "or: mikel evins\n;;;; Copyright: ... | lisp/lecter/lecter.asd | mikelevins/lecter | 0 | ;;;; ***********************************************************************
;;;;
;;;; Name: lecter.asd
;;;; Project: lecter: Delectus 1.x as a library
;;;; Purpose: system definition
;;;; Author: mikel evins
;;;; Copyright: 2020 by mikel evins
;;;;
;;;; *********************************... | 75611 | ;;;; ***********************************************************************
;;;;
;;;; Name: lecter.asd
;;;; Project: lecter: Delectus 1.x as a library
;;;; Purpose: system definition
;;;; Author: <NAME>
;;;; Copyright: 2020 by <NAME>
;;;;
;;;; *******************************************... | true | ;;;; ***********************************************************************
;;;;
;;;; Name: lecter.asd
;;;; Project: lecter: Delectus 1.x as a library
;;;; Purpose: system definition
;;;; Author: PI:NAME:<NAME>END_PI
;;;; Copyright: 2020 by PI:NAME:<NAME>END_PI
;;;;
;;;; ***************... |
[
{
"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.9995775818824768,
"start": 1345,
"tag": "NAME",
"value": "Jared Davis"
},
{
"context": "N THE SOFTWARE.\n;\n; Original autho... | books/projects/milawa/ACL2/interface/acl2-connection.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... | 39597 | ; 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": "; Copyright (C) 2000 Panagiotis Manolios\n \n; This program is free software; you can redis",
"end": 41,
"score": 0.9998782873153687,
"start": 22,
"tag": "NAME",
"value": "Panagiotis Manolios"
},
{
"context": "ass Ave, Cambridge, MA 02139, USA.\n \n; Written by Panag... | books/workshops/2000/manolios/pipeline/pipeline/deterministic-systems/128/netlist/ma128net.lisp | ragerdl/acl2-defthm-rc2 | 1 | ; Copyright (C) 2000 Panagiotis Manolios
; This program is free software; you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
; the Free Software Foundation; either version 2 of the License, or
; (at your option) any later version.
; This program is dis... | 12856 | ; Copyright (C) 2000 <NAME>
; This program is free software; you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
; the Free Software Foundation; either version 2 of the License, or
; (at your option) any later version.
; This program is distributed in t... | true | ; Copyright (C) 2000 PI:NAME:<NAME>END_PI
; This program is free software; you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
; the Free Software Foundation; either version 2 of the License, or
; (at your option) any later version.
; This program is di... |
[
{
"context": "he LICENSE file distributed with ACL2.\n;\n; Author: Alessandro Coglio (coglio@kestrel.edu)\n\n;;;;;;;;;;;;;;;;;;;;;;;;;;;",
"end": 202,
"score": 0.9998786449432373,
"start": 185,
"tag": "NAME",
"value": "Alessandro Coglio"
},
{
"context": "ributed with ACL2.\n;\n; Auth... | books/kestrel/std/system/flatten-ands-in-lit.lisp | mayankmanj/acl2 | 305 | ; Standard System 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-package "... | 14530 | ; Standard System 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-book ... | true | ; Standard System 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)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(in-pa... |
[
{
"context": "------\"\n||#\n\n;; Changes (into Lisp) Copyright 2019 Andrew Kenneth Wolven\n;; <awolven@gmail.com>\n;;\n;; Permission is hereby",
"end": 1286,
"score": 0.9998530745506287,
"start": 1265,
"tag": "NAME",
"value": "Andrew Kenneth Wolven"
},
{
"context": "to Lisp) Copyrig... | vulkan/vk-funcs.lisp | Hectarea1996/common-vulkan | 0 | ;;; this file is automatically generated, do not edit
#||
"Copyright (c) 2015-2017 The Khronos Group Inc.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and/or associated documentation files (the
\"Materials\"), to deal in the Materials without restriction, including
with... | 63926 | ;;; this file is automatically generated, do not edit
#||
"Copyright (c) 2015-2017 The Khronos Group Inc.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and/or associated documentation files (the
\"Materials\"), to deal in the Materials without restriction, including
with... | true | ;;; this file is automatically generated, do not edit
#||
"Copyright (c) 2015-2017 The Khronos Group Inc.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and/or associated documentation files (the
\"Materials\"), to deal in the Materials without restriction, including
with... |
[
{
"context": "mon-Lisp; Base: 10 -*-\n\n;;;. Copyright (c) 1991 by Venue\n(in-package \"CLOS\")\n\n;;; ************************",
"end": 89,
"score": 0.9988239407539368,
"start": 84,
"tag": "NAME",
"value": "Venue"
}
] | obsolete/clos/2.0/defclass.lisp | FultonBrowne/medley | 152 | ;;;-*- Package: CLOS; Syntax: Common-Lisp; Base: 10 -*-
;;;. Copyright (c) 1991 by Venue
(in-package "CLOS")
;;; *************************************************************************
;;; MAKE-TOP-LEVEL-FORM is used by all PCL macros that appear `at top-level'. The original
;;; motiviation for this function wa... | 84755 | ;;;-*- Package: CLOS; Syntax: Common-Lisp; Base: 10 -*-
;;;. Copyright (c) 1991 by <NAME>
(in-package "CLOS")
;;; *************************************************************************
;;; MAKE-TOP-LEVEL-FORM is used by all PCL macros that appear `at top-level'. The original
;;; motiviation for this function w... | true | ;;;-*- Package: CLOS; Syntax: Common-Lisp; Base: 10 -*-
;;;. Copyright (c) 1991 by PI:NAME:<NAME>END_PI
(in-package "CLOS")
;;; *************************************************************************
;;; MAKE-TOP-LEVEL-FORM is used by all PCL macros that appear `at top-level'. The original
;;; motiviation for t... |
[
{
"context": "; DEALINGS IN THE SOFTWARE.\n;\n; Original author: Sol Swords <sswords@centtech.com>\n\n\n(in-package \"AIGNET\")\n\n(",
"end": 1402,
"score": 0.9998686909675598,
"start": 1392,
"tag": "NAME",
"value": "Sol Swords"
},
{
"context": "IN THE SOFTWARE.\n;\n; Original auth... | books/centaur/aignet/stats.lisp | mayankmanj/acl2 | 305 | ; AIGNET - And-Inverter Graph Networks
; 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)
;
; Permission is hereby granted, ... | 63907 | ; AIGNET - And-Inverter Graph Networks
; 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)
;
; Permission is hereby granted, ... | true | ; AIGNET - And-Inverter Graph Networks
; 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)
;
; Permission is hereby granted, ... |
[
{
"context": ":asdf-user)\r\n(defsystem \"step7_quote\"\r\n :author \"Aratrik Pal\"\r\n :serial t\r\n :depends-on (\"cl-ppcre\" \"unix-op",
"end": 75,
"score": 0.9998540282249451,
"start": 64,
"tag": "NAME",
"value": "Aratrik Pal"
}
] | step7_quote.asd | AP2008/mal-cl | 0 |
(in-package :asdf-user)
(defsystem "step7_quote"
:author "Aratrik Pal"
:serial t
:depends-on ("cl-ppcre" "unix-opts")
:components ((:file "errors")
(:file "types")
(:file "env")
(:file "reader")
(:file "printer")
(:file "core... | 37104 |
(in-package :asdf-user)
(defsystem "step7_quote"
:author "<NAME>"
:serial t
:depends-on ("cl-ppcre" "unix-opts")
:components ((:file "errors")
(:file "types")
(:file "env")
(:file "reader")
(:file "printer")
(:file "core")
... | true |
(in-package :asdf-user)
(defsystem "step7_quote"
:author "PI:NAME:<NAME>END_PI"
:serial t
:depends-on ("cl-ppcre" "unix-opts")
:components ((:file "errors")
(:file "types")
(:file "env")
(:file "reader")
(:file "printer")
(:f... |
[
{
"context": "- Parsnip example JSON decoder\n\n;;; Copyright 2021 Samuel Hunter <samuel (at) shunter (dot) xyz>\n;;; BSD-3-Clause\n",
"end": 78,
"score": 0.9998773336410522,
"start": 65,
"tag": "NAME",
"value": "Samuel Hunter"
},
{
"context": "e JSON decoder\n\n;;; Copyright 2021 Sa... | examples/json.lisp | samuel-hunter/parsnip | 0 | ;;; json.lisp - Parsnip example JSON decoder
;;; Copyright 2021 Samuel Hunter <samuel (at) shunter (dot) xyz>
;;; BSD-3-Clause
(defpackage #:xyz.shunter.parsnip.examples.json
(:documentation "Parsnip example JSON decoder")
(:use #:cl #:xyz.shunter.parsnip)
(:import-from #:alexandria
#:eswitch)
... | 27410 | ;;; json.lisp - Parsnip example JSON decoder
;;; Copyright 2021 <NAME> <samuel (at) shunter (dot) xyz>
;;; BSD-3-Clause
(defpackage #:xyz.shunter.parsnip.examples.json
(:documentation "Parsnip example JSON decoder")
(:use #:cl #:xyz.shunter.parsnip)
(:import-from #:alexandria
#:eswitch)
(:expo... | true | ;;; json.lisp - Parsnip example JSON decoder
;;; Copyright 2021 PI:NAME:<NAME>END_PI <samuel (at) shunter (dot) xyz>
;;; BSD-3-Clause
(defpackage #:xyz.shunter.parsnip.examples.json
(:documentation "Parsnip example JSON decoder")
(:use #:cl #:xyz.shunter.parsnip)
(:import-from #:alexandria
#:esw... |
[
{
"context": "art of mmap\n (c) 2017 Shirakumo http://tymoon.eu (shinmera@tymoon .eu)\n Author: Nicolas Hafner <shinmera@tymoon.eu>\n|#\n",
"end": 89,
"score": 0.9992203116416931,
"start": 70,
"tag": "EMAIL",
"value": "shinmera@tymoon .eu"
},
{
"context": "mo http://tymoon.eu (shinme... | mmap-test.asd | jathd/mmap | 28 | #|
This file is a part of mmap
(c) 2017 Shirakumo http://tymoon.eu (shinmera@tymoon .eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#
(asdf:defsystem mmap-test
:version "1.0.0"
:license "zlib"
:author "Nicolas Hafner <shinmera@tymoon.eu>"
:maintainer "Nicolas Hafner <shinmera@tymoon.eu>"
:description "T... | 9615 | #|
This file is a part of mmap
(c) 2017 Shirakumo http://tymoon.eu (<EMAIL>)
Author: <NAME> <<EMAIL>>
|#
(asdf:defsystem mmap-test
:version "1.0.0"
:license "zlib"
:author "<NAME> <<EMAIL>>"
:maintainer "<NAME> <<EMAIL>>"
:description "Tests for the mmap system."
:homepage "https://shinmera.github.io/mm... | true | #|
This file is a part of mmap
(c) 2017 Shirakumo http://tymoon.eu (PI:EMAIL:<EMAIL>END_PI)
Author: PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
|#
(asdf:defsystem mmap-test
:version "1.0.0"
:license "zlib"
:author "PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>"
:maintainer "PI:NAME:<NAME>END_PI <PI:EMAIL:... |
[
{
"context": "\n% RLISP to LISP converter. A C Norman 2004-2020\n\n\n%%\n%% Copyright (C) 2020, following t",
"end": 38,
"score": 0.6931051015853882,
"start": 32,
"tag": "NAME",
"value": "Norman"
}
] | csl/cslbase/compiler-for-jlisp.lsp | arthurcnorman/general | 0 |
% RLISP to LISP converter. A C Norman 2004-2020
%%
%% Copyright (C) 2020, following the master REDUCE source files. *
%% *
%% Redistribution and use in source and binary forms, with or without *
%% modification, are permitted provide... | 8499 |
% RLISP to LISP converter. A C <NAME> 2004-2020
%%
%% Copyright (C) 2020, following the master REDUCE source files. *
%% *
%% Redistribution and use in source and binary forms, with or without *
%% modification, are permitted provide... | true |
% RLISP to LISP converter. A C PI:NAME:<NAME>END_PI 2004-2020
%%
%% Copyright (C) 2020, following the master REDUCE source files. *
%% *
%% Redistribution and use in source and binary forms, with or without *
%% modification, are per... |
[
{
"context": "; DEALINGS IN THE SOFTWARE.\n;\n; Original author: Sol Swords <sswords@centtech.com>\n\n(in-package \"ACL2\")\n\n(def",
"end": 1387,
"score": 0.9998593926429749,
"start": 1377,
"tag": "NAME",
"value": "Sol Swords"
},
{
"context": "IN THE SOFTWARE.\n;\n; Original autho... | books/tools/mv-nth.lisp | MattKaufmann/acl2 | 1 | ; MV-NTH Meta Rule
; 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 charge,... | 92945 | ; MV-NTH Meta Rule
; 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 charge,... | true | ; MV-NTH Meta Rule
; 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 charge,... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.