id
int64
0
45.1k
file_name
stringlengths
4
68
file_path
stringlengths
14
193
content
stringlengths
32
9.62M
size
int64
32
9.62M
language
stringclasses
1 value
extension
stringclasses
6 values
total_lines
int64
1
136k
avg_line_length
float64
3
903k
max_line_length
int64
3
4.51M
alphanum_fraction
float64
0
1
repo_name
stringclasses
779 values
repo_stars
int64
0
882
repo_forks
int64
0
108
repo_open_issues
int64
0
90
repo_license
stringclasses
8 values
repo_extraction_date
stringclasses
146 values
sha
stringlengths
64
64
__index_level_0__
int64
0
45.1k
exdup_ids_cmlisp_stkv2
listlengths
1
47
19,268
usocket.lisp
Eggy115_Lisp/usocket-0.4.1/usocket.lisp
;;;; $Id: usocket.lisp 452 2008-10-22 07:18:07Z ctian $ ;;;; $URL: svn+ssh://ehuelsmann@common-lisp.net/project/usocket/svn/usocket/tags/0.4.1/usocket.lisp $ ;;;; See LICENSE for licensing information. (in-package :usocket) (defparameter *wildcard-host* #(0 0 0 0) "Hostname to pass when all interfaces in t...
17,576
Common Lisp
.lisp
416
35.579327
102
0.653479
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
5890d96823e6636b12f9fbc1913b24baba090ede6df033209f4caba80425cc3b
19,268
[ 349002 ]
19,269
package.lisp
Eggy115_Lisp/usocket-0.4.1/package.lisp
;;;; $Id: package.lisp 452 2008-10-22 07:18:07Z ctian $ ;;;; $URL: svn+ssh://ehuelsmann@common-lisp.net/project/usocket/svn/usocket/tags/0.4.1/package.lisp $ ;;;; See the LICENSE file for licensing information. #+lispworks (cl:require "comm") (cl:eval-when (:execute :load-toplevel :compile-toplevel) (cl:de...
2,312
Common Lisp
.lisp
59
25.305085
102
0.51639
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
28b7f8a6f7ad4189f84b08d5313da497bbfdba61372facecd5a58245660e3b78
19,269
[ 163560 ]
19,270
package.lisp
Eggy115_Lisp/usocket-0.4.1/test/package.lisp
;;;; $Id: package.lisp 57 2006-02-07 19:39:46Z ehuelsmann $ ;;;; $URL: svn+ssh://ehuelsmann@common-lisp.net/project/usocket/svn/usocket/tags/0.4.1/test/package.lisp $ ;;;; See the LICENSE file for licensing information. (in-package :cl-user) (eval-when (:execute :load-toplevel :compile-toplevel) (defpackag...
445
Common Lisp
.lisp
9
44.777778
107
0.693925
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
294abe38afba14fd12c9db664d719fae20f01b122f71135fa0c30a3c236194c7
19,270
[ 322883 ]
19,271
test-usocket.lisp
Eggy115_Lisp/usocket-0.4.1/test/test-usocket.lisp
;;;; $Id: test-usocket.lisp 228 2007-04-08 21:56:25Z ehuelsmann $ ;;;; $URL: svn+ssh://ehuelsmann@common-lisp.net/project/usocket/svn/usocket/tags/0.4.1/test/test-usocket.lisp $ ;;;; See LICENSE for licensing information. (in-package :usocket-test) ;; The parameters below may need adjustments to match the sys...
6,284
Common Lisp
.lisp
148
29.939189
112
0.546154
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
3d49b822f250410d7fa939d384e7bd8c39d140e6074990dd9ac2fe73eaa5c7bf
19,271
[ 483188 ]
19,272
allegro.lisp
Eggy115_Lisp/usocket-0.4.1/backend/allegro.lisp
;;;; $Id: allegro.lisp 456 2008-10-22 13:51:19Z ctian $ ;;;; $URL: svn+ssh://ehuelsmann@common-lisp.net/project/usocket/svn/usocket/tags/0.4.1/backend/allegro.lisp $ ;;;; See LICENSE for licensing information. (in-package :usocket) (eval-when (:compile-toplevel :load-toplevel :execute) (require :sock) ;...
6,765
Common Lisp
.lisp
146
36.458904
110
0.620033
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
8dbee6cd8f8496186b63ffff06694ac2dac982d5cfabbdac673c51a855e17949
19,272
[ 437938 ]
19,273
armedbear.lisp
Eggy115_Lisp/usocket-0.4.1/backend/armedbear.lisp
;;;; $Id: armedbear.lisp 453 2008-10-22 07:21:47Z ctian $ ;;;; $URL: svn+ssh://ehuelsmann@common-lisp.net/project/usocket/svn/usocket/tags/0.4.1/backend/armedbear.lisp $ ;;;; See LICENSE for licensing information. (in-package :usocket) ;;;;; Proposed contribution to the JAVA package (defpackage :jdi (...
17,516
Common Lisp
.lisp
378
33.814815
112
0.571109
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
0460cb6bd1bb6ac9607d657bf10c1c313239a1d1953f280ab60062acda489102
19,273
[ 103934 ]
19,274
lispworks.lisp
Eggy115_Lisp/usocket-0.4.1/backend/lispworks.lisp
;;;; $Id: lispworks.lisp 476 2008-11-12 14:18:15Z ctian $ ;;;; $URL: svn+ssh://ehuelsmann@common-lisp.net/project/usocket/svn/usocket/tags/0.4.1/backend/lispworks.lisp $ ;;;; See LICENSE for licensing information. (in-package :usocket) (eval-when (:compile-toplevel :load-toplevel :execute) (require "comm")...
16,778
Common Lisp
.lisp
381
34.83727
112
0.614038
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
b530b94257138b248482fbc1ae546ac22077a4cabc89ba970bc226c392fd3398
19,274
[ 267386 ]
19,275
clisp.lisp
Eggy115_Lisp/usocket-0.4.1/backend/clisp.lisp
;;;; $Id: clisp.lisp 448 2008-10-21 19:18:02Z ctian $ ;;;; $URL: svn+ssh://ehuelsmann@common-lisp.net/project/usocket/svn/usocket/tags/0.4.1/backend/clisp.lisp $ ;;;; See LICENSE for licensing information. (in-package :usocket) ;; utility routine for looking up the current host name (FFI:DEF-CALL-OUT get-h...
6,781
Common Lisp
.lisp
148
34.141892
108
0.580228
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
1474cf34db1b3bd0023c07e2f63ebc70a3c87672fa507f96f90b5e39198bdece
19,275
[ 426174 ]
19,276
scl.lisp
Eggy115_Lisp/usocket-0.4.1/backend/scl.lisp
;;;; $Id: scl.lisp 479 2008-11-26 16:18:06Z ctian $ ;;;; $URL: svn+ssh://ehuelsmann@common-lisp.net/project/usocket/svn/usocket/tags/0.4.1/backend/scl.lisp $ ;;;; See LICENSE for licensing information. (in-package :usocket) (defparameter +scl-error-map+ (append +unix-errno-condition-map+ +unix-e...
8,016
Common Lisp
.lisp
175
34.377143
106
0.575614
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
410ad69ab681491d98a06f6b56159fcb52dfc5529824c394105c3648ec119348
19,276
[ 90639 ]
19,277
openmcl.lisp
Eggy115_Lisp/usocket-0.4.1/backend/openmcl.lisp
;;;; $Id: openmcl.lisp 440 2008-10-21 12:27:45Z ehuelsmann $ ;;;; $URL: svn+ssh://ehuelsmann@common-lisp.net/project/usocket/svn/usocket/tags/0.4.1/backend/openmcl.lisp $ ;;;; See LICENSE for licensing information. (in-package :usocket) (defun get-host-name () (ccl::%stack-block ((resultbuf 256)) (whe...
7,281
Common Lisp
.lisp
143
38.608392
110
0.592373
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
89c537529e798be9e3155ab2ca71e1879e82a8d9c03b51caf35d5c3c59e15e07
19,277
[ 163174 ]
19,278
sbcl.lisp
Eggy115_Lisp/usocket-0.4.1/backend/sbcl.lisp
;;;; $Id: sbcl.lisp 485 2008-12-26 14:31:49Z ctian $ ;;;; $URL: svn+ssh://ehuelsmann@common-lisp.net/project/usocket/svn/usocket/tags/0.4.1/backend/sbcl.lisp $ ;;;; See LICENSE for licensing information. (in-package :usocket) ;; There's no way to preload the sockets library other than by requiring it ;; ;; ...
14,905
Common Lisp
.lisp
339
32.020649
107
0.55757
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
a8e985030acb0e8915ee2d227e90c9d59eeebb7c0901af9d0be45c25d6365b33
19,278
[ 52507 ]
19,279
cmucl.lisp
Eggy115_Lisp/usocket-0.4.1/backend/cmucl.lisp
;;;; $Id: cmucl.lisp 470 2008-10-28 12:02:01Z ctian $ ;;;; $URL: svn+ssh://ehuelsmann@common-lisp.net/project/usocket/svn/usocket/tags/0.4.1/backend/cmucl.lisp $ ;;;; See LICENSE for licensing information. (in-package :usocket) #+win32 (defun remap-for-win32 (z) (mapcar #'(lambda (x) (cons ...
8,793
Common Lisp
.lisp
192
34.130208
108
0.575424
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
0e9bf44a41032d1086f00feb87261d60961ddc5db4ca1a1ee2b262f22a34d61c
19,279
[ 256383 ]
19,280
test.lisp
Eggy115_Lisp/freebase_client/test.lisp
(require :aserve) (in-package :net.aserve.client) (push "../utils/yason/" asdf:*central-registry*) (asdf:operate 'asdf:load-op 'yason) (defvar mql-url "http://api.freebase.com/api/service/mqlread?query=") (defvar *h* (make-hash-table :test #'equal)) (defvar *h2* (make-hash-table :test #'equal)) (setf (geth...
885
Common Lisp
.lisp
21
38.52381
86
0.651659
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
64b2c844835628898d3172873249a166ed409045f792a1d976fc9e5a24925aa8
19,280
[ -1 ]
19,281
test.lisp
Eggy115_Lisp/gui_test_LTK/test.lisp
(ql:quickload "ltk") (in-package :ltk) (load "ltk-widgets.lisp") (load "ltk-mw.lisp") (setq *wish-pathname* "/usr/bin/wish") ;; otherwise Python/conda version is used (defun test () (with-ltk () (let* ((f (make-instance 'frame)) (b1 (make-instance 'button :master...
809
Common Lisp
.lisp
23
23.043478
81
0.465473
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
d8e09675c03cf392b3a487f37c9e3b910e5a2ead6bf31312d98530a889f1e245
19,281
[ -1 ]
19,282
sparql_query.lisp
Eggy115_Lisp/sparql/sparql_query.lisp
(require :agraph) (in-package :db.agraph.user) (create-triple-store "/tmp/rdfstore_1") (register-namespace "kb" "http:://knowledgebooks.com/ontology#") (register-namespace "test_news" "http://news.yahoo.com/s/nm/20080616/ts_nm") (load-ntriples "news.nt") ;; warning: the following generates an XML response: ...
1,954
Common Lisp
.lisp
56
30.607143
77
0.689989
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
fb11b989144a5f400e156e00b1d37a77264fd850a024a027e2cd7c91826bda15
19,282
[ -1 ]
19,283
package.lisp
Eggy115_Lisp/cl-json_0.4.0/src/package.lisp
;;;; Copyright (c) 2006-2008 Henrik Hjelte ;;;; All rights reserved. ;;;; See the file LICENSE for terms of use and distribution. (defpackage :json (:use :common-lisp) (:export ;; common.lisp #:with-shadowed-custom-vars #:bind-custom-vars #:set-custom-vars #:*use-strict-json-rules* #:...
3,090
Common Lisp
.lisp
117
20.905983
61
0.635322
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
4d828f8587deed165a701c34c48d6d5cb5b39246cf4f957383fbaeac9836f216
19,283
[ 347963 ]
19,284
json-rpc.lisp
Eggy115_Lisp/cl-json_0.4.0/src/json-rpc.lisp
;;;; Copyright (c) 2006-2008 Henrik Hjelte ;;;; All rights reserved. ;;;; See the file LICENSE for terms of use and distribution. (in-package :json-rpc) ;; http://json-rpc.org/wiki/specification ;; http://json-rpc.org/wd/JSON-RPC-1-1-WD-20060807.html (defvar *json-rpc-functions* (make-hash-table :test #'equ...
3,745
Common Lisp
.lisp
68
45.441176
136
0.630655
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
2c858358a976520d7387430741eeb1e46d328c3094dd1e7455d1b080b15003f6
19,284
[ 203694 ]
19,285
objects.lisp
Eggy115_Lisp/cl-json_0.4.0/src/objects.lisp
;;;; Copyright (c) 2006-2008 Henrik Hjelte ;;;; All rights reserved. ;;;; See the file LICENSE for terms of use and distribution. (in-package :json) (defvar *class-registry* nil "A list of anonymous fluid classes, one member for every distinct combination of direct superclasses.") (defmacro with-local-cl...
15,347
Common Lisp
.lisp
314
39.643312
77
0.64479
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
2060312b9dc40a009df131bd15f939960b92ca9cbcf536bf515af52cef4119b4
19,285
[ 69131 ]
19,286
encoder.lisp
Eggy115_Lisp/cl-json_0.4.0/src/encoder.lisp
;;;; Copyright (c) 2006-2008 Henrik Hjelte ;;;; Copyright (c) 2008 Hans Hübner (marked parts) ;;;; All rights reserved. ;;;; See the file LICENSE for terms of use and distribution. (in-package :json) (defvar *json-output* (make-synonym-stream '*standard-output*) "The default output stream for encoding opera...
13,787
Common Lisp
.lisp
288
39.232639
76
0.642916
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
ef200dd151e5c8e33a6ba0c164c123f780e5cb2e9fa115176970fc7a0547de76
19,286
[ -1 ]
19,287
utils.lisp
Eggy115_Lisp/cl-json_0.4.0/src/utils.lisp
;;;; Copyright (c) 2006-2008 Henrik Hjelte ;;;; All rights reserved. ;;;; See the file LICENSE for terms of use and distribution. (in-package :json) (defun range-keys (var-keys) (loop for var-key in var-keys for (primary-key . subkey) = (destructuring-bind (var . key) var-key (let ((d...
6,120
Common Lisp
.lisp
136
33.698529
84
0.500335
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
3851de41e0a441ee08630a4af19ed2dfabca07135884bfa4cbb832be55d221ac
19,287
[ 86372 ]
19,288
decoder-args.lisp
Eggy115_Lisp/cl-json_0.4.0/src/decoder-args.lisp
(in-package :json) ;;; Custom variables (eval-when (:compile-toplevel :load-toplevel) (defvar *custom-vars* nil) (defmacro with-shadowed-custom-vars (&body body) `(let ,(loop for (var) in *custom-vars* collect `(,var (if (boundp ',var) ,var))) ,@body)) (defmacro set-custom-vars (&re...
22,875
Common Lisp
.lisp
505
32.445545
77
0.540723
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
79fec5eece5d2f6b01110db9a45462050d456d6b58726cb214b2cf23fb03d7a6
19,288
[ 453572 ]
19,289
common.lisp
Eggy115_Lisp/cl-json_0.4.0/src/common.lisp
;;;; Copyright (c) 2006-2008 Henrik Hjelte ;;;; All rights reserved. ;;;; See the file LICENSE for terms of use and distribution. (in-package :json) (defmacro let-gensyms ((&rest names) &body body) `(let ,(loop for name in names collect `(,name (gensym))) ,@body)) ;;; Custom variables (eval-when ...
2,872
Common Lisp
.lisp
71
35
71
0.641016
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
11e16864e46e0285d9ce5d6df63830180665ac81febb2f2612064d86a0ca628a
19,289
[ 429398 ]
19,290
camel-case.lisp
Eggy115_Lisp/cl-json_0.4.0/src/camel-case.lisp
;;;; Copyright (c) 2006-2008 Henrik Hjelte ;;;; All rights reserved. ;;;; See the file LICENSE for terms of use and distribution. (in-package :json) (defun camel-case-split (string) "Assume STRING is in camel case, and split it into largest possible ``homogenous'' parts. A homogenous part consists either a...
7,321
Common Lisp
.lisp
153
31.751634
77
0.476523
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
0b9846307868d2cbb803712636a41058db51b35c3f2a855530d49eaea367b12d
19,290
[ 247447 ]
19,291
decoder.lisp
Eggy115_Lisp/cl-json_0.4.0/src/decoder.lisp
;;;; Copyright (c) 2006-2008 Henrik Hjelte ;;;; All rights reserved. ;;;; See the file LICENSE for terms of use and distribution. (in-package :json) ;;; Token reader (define-condition json-syntax-error (simple-error stream-error) ((stream-file-position :reader stream-error-stream-file-position ...
31,059
Common Lisp
.lisp
646
37.586687
76
0.607139
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
9986fdf763338864e2fa7462547ed12ca57e4d970ee2165cefbe5478d9128e91
19,291
[ 456392 ]
19,292
package.lisp
Eggy115_Lisp/cl-json_0.4.0/t/package.lisp
(defpackage :json-test (:use :json :json-rpc :common-lisp :5am ) (:import-from #+(or mcl openmcl) #:ccl #+cmu #:clos-mop #+sbcl #:sb-mop #+(or clisp ecl lispworks) #:clos #+allegro #:mop #:finalize-inheritance)) (in-package :json-test) (...
335
Common Lisp
.lisp
10
24.3
50
0.524691
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
ad56f35b49b5b8206654cbbff83c82e83128831a2d4df8c57376ee1ba6968009
19,292
[ -1 ]
19,293
testencoder.lisp
Eggy115_Lisp/cl-json_0.4.0/t/testencoder.lisp
(in-package :json-test) (in-suite json) (defmacro with-objects-as-hashtables (&body body) ;;For testing, keys are stored as strings (let ((ht (gensym)) (key (gensym))) `(let (,ht ,key) (declare (special ,ht ,key)) (json:bind-custom-vars (:beginning-of-object #'(lambda () (setq...
12,034
Common Lisp
.lisp
255
39.12549
411
0.569694
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
a31febbd754d4c108d926cbd7edf818e93ddc8101194bf2916d3a6583fc61c18
19,293
[ 124393 ]
19,294
testdecoder.lisp
Eggy115_Lisp/cl-json_0.4.0/t/testdecoder.lisp
(in-package :json-test) (in-suite json) ;; Test decoder (defun make-json-array-type (&rest elements) (map json:*json-array-type* #'identity elements)) (test json-literal (is-true (decode-json-from-string " true")) (is-true (decode-json-from-string " true ")) (is-true (decode-json-from-string "...
14,615
Common Lisp
.lisp
316
35.822785
107
0.546586
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
9fca14f21d23a403d529d14cd6fe59d5a758f25629729b7b3fc3a283e596cf37
19,294
[ 109144 ]
19,295
testmisc.lisp
Eggy115_Lisp/cl-json_0.4.0/t/testmisc.lisp
(in-package :json-test) (in-suite json) (test test-json-bind (json-bind (hello hi ciao) "{\"hello\":100,\"hi\":5}" (is (= hello 100)) (is (= hi 5)) (is-false ciao))) (test test-json-bind-advanced (json-bind (hello-world sub-obj.property sub-obj.missing-propert...
1,968
Common Lisp
.lisp
48
35.375
108
0.58307
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
d90530e1e71b0c704e35e42492b965a53a3421ce047fddadeca35618fd15735c
19,295
[ 250946 ]
19,297
login.clp
Eggy115_Lisp/web_app/web/login.clp
<html> <head> <title> Login to: Knowledge Based Semantic Portal </title> </head> <body> <div style="padding: 30px"> <div style="border: 2px solid black; padding: 50px; width: 500px"> <h2><i>Knowledge Based Semantic Portal Login</i></h2> <form id="myForm2" action="gotlogin" method=...
873
Common Lisp
.cl
30
23.2
97
0.562574
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
ab0670997b298dc34cf22d04abba3c239bd04bf49671597ffd8a0954730cd051
19,297
[ -1 ]
19,298
left_bar.clp
Eggy115_Lisp/web_app/web/left_bar.clp
<div id="left"> <div id="menu"> <ul> <li><a href="/browser" title="Browser">Search</a></li> <li><a href="/upload" title="Admin">Upload</a></li> <li><a href="/about" title="About">About</a></li> </ul> </div> </div>
238
Common Lisp
.cl
9
22.777778
58
0.548246
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
1cb0f2d3fd992dfa00fe8403a4320f07d1b77b2ccc9239d7d9e0b6599bb40319
19,298
[ -1 ]
19,299
upload.clp
Eggy115_Lisp/web_app/web/upload.clp
<clp_include name="./header.clp" /> <div id="centerposition"> <clp_ifdef name="upload-status" session>Last file upload was completed OK.</clp_ifdef> <h3>File upload to repository</h3> <br /> <form method="post" action="do-upload" enctype="multipart/form-data"> <table> <tr> <td>File to uploa...
655
Common Lisp
.cl
21
26.190476
87
0.623377
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
22263c55755ad18d40c78d6517f44472645f5cef3d70075f154b854dbd970cd0
19,299
[ -1 ]
19,300
browser.clp
Eggy115_Lisp/web_app/web/browser.clp
<clp_include name="./header.clp" /> <div id="centerposition"> <h3>Free form search of Knowledge Sources</h3> <form id="myForm2" method="get" action="/browser"> <input type="text" name="input_test_form_text" /> <br /> <input type="submit" name="button1" value="Search" /> </form> <se...
382
Common Lisp
.cl
11
29.818182
58
0.627397
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
947eb6649226760e91fe5a21379905d18d7aebbd506bbaaa412e09aa3c6b3189
19,300
[ -1 ]
19,301
about.clp
Eggy115_Lisp/web_app/web/about.clp
<clp_include name="./header.clp" /> <div id="centerposition"> <div style="overflow: auto; padding: 30px"> <h4 align="center">Knowledge is Power</h4> Knowledge by itself is a worthy goal. Power in business comes from the application of knowledge to solve problems. Use a complete Open Source software sta...
500
Common Lisp
.cl
12
38.333333
64
0.760504
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
42be03cffdc7825140c6ea0586e4d371704f7224e451a5a691d1949666020c65
19,301
[ -1 ]
19,302
header.clp
Eggy115_Lisp/web_app/web/header.clp
<html> <head> <title> Knowledge Based Semantic Portal </title> <link href="layout.css" rel="stylesheet" type="text/css"> </head> <clp_include name="left_bar.clp" /> <div id="header"><h3>Knowledge Based Semantic Portal</h3></div>
271
Common Lisp
.cl
9
24.444444
64
0.633858
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
1d0c493d34d378d2a2d5614dd54ff93dd29c5e9a0406a85e677c13081ab31480
19,302
[ -1 ]
19,303
footer.clp
Eggy115_Lisp/web_app/web/footer.clp
<div id="footer"> <i><b>Footer:</b> Demo web application for the Common Lisp edition of "Practical Semantic Web Programming"</i> </div>
141
Common Lisp
.cl
3
44.333333
113
0.715328
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
689a565a139241d9e6457693a9334703f68b649c22c2119a5d5f9de8188f1801
19,303
[ -1 ]
19,324
array.l
Eggy115_Lisp/array.l
;;; -*- Mode: Lisp; Package: LISP -*- ;;; ;;; This file is part of xyzzy. ;;; (provide "array") (in-package "lisp") (export '(make-vector make-array vector array-dimensions array-in-bounds-p upgraded-array-element-type adjust-array)) (defun upgraded-array-element-type (type) (cond ((or (eq type 't...
5,007
Common Lisp
.l
152
26.809211
80
0.60236
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
40cee47a72bfaad4b4768727a260383dbd0c73008b2e39c0144ee5114ade148e
19,324
[ 172011 ]
19,341
queens.nl
Eggy115_Lisp/queens.nl
#!/usr/bin/env newlisp (constant 'NUM 8) (define (intersects? q1 q2) (or (= (q1 0) (q2 0)) (= (q1 1) (q2 1)) (= (abs (- (q1 0) (q2 0))) (abs (- (q1 1) (q2 1)))))) (define (variant? alist) (set 'logic nil) (cond ((= (length alist) 1) true) ((> (length alist) 1) (while (> (length alist...
1,144
Common Lisp
.l
43
21.627907
58
0.528493
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
a64639cc3c4725d2adf47258f28b44a223203b2ca9f024098204550a8c4553a8
19,341
[ -1 ]
19,346
common.l
Eggy115_Lisp/common.l
;;; common.l ;;; commonLisp features for eus ;;; ;;; Copyright(c)1988, Toshihiro MATSUI, Electrotechnical Laboratory ;;; 1986-Aug ;;; 1987-Feb ;;; 1988-Jun defclass, setf (in-package "LISP") (list "@(#)$Id: common.l,v 1.1.1.1 2003/11/20 07:46:30 eus Exp $") (export '(lisp-implementation-type lisp-implem...
39,486
Common Lisp
.l
1,082
30.848429
95
0.601992
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
bfc56a1f0f3ee1af0fa62037f5ed82bfb4903c48e572510186cfe692f06ddb56
19,346
[ 48293 ]
19,348
irc.lsp
Eggy115_Lisp/irc.lsp
#!/usr/bin/env newlisp ;; @module IRC ;; @description a basic irc library ;; @version early alpha! 0.1 2013-01-02 20:11:22 ;; @author cormullion ;; Usage: ;; (IRC:init "newlithper") ; a username/nick (not that one obviously :-) ;; (IRC:connect "irc.freenode.net" 6667) ; irc/server ;; (IRC:join-channel {#newli...
10,320
Common Lisp
.l
212
39.09434
143
0.582911
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
cb2bf0a613e9d3d747a13fe2cc6e546f76af6bf2f4777e083d39e2e371cc74da
19,348
[ -1 ]
19,363
PlaceData.ldat
Eggy115_Lisp/data/names/PlaceData.ldat
;;Set country hash values: ;; Copyright Mark Watson 2001-2010. All Rights Reserved. ;; License: LGPL version 3 (http://www.gnu.org/licenses/lgpl-3.0.txt) (defvar place-hash (make-hash-table :test #'equal)) (setf (gethash "Reunion" place-hash) "country") (setf (gethash "Western Sahara" place-hash) "country") ...
14,900
Common Lisp
.l
288
49.666667
76
0.712582
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
1591aa16fd11068a7dec08910abe572b1a93a06050683a1b371eae9d2b73d06b
19,363
[ -1 ]
19,364
StopWords.ldat
Eggy115_Lisp/data/names/StopWords.ldat
(defvar stop-word-hash (make-hash-table :test #'equal)) (setf (gethash "a" stop-word-hash) t) (setf (gethash "a's" stop-word-hash) t) (setf (gethash "able" stop-word-hash) t) (setf (gethash "about" stop-word-hash) t) (setf (gethash "above" stop-word-hash) t) (setf (gethash "according" stop-word-hash) t) (setf ...
24,775
Common Lisp
.l
572
41.309441
56
0.690674
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
f43acabd95f7e332e9e246ee0284a9028a7901284caba716349e0672d8f2655e
19,364
[ -1 ]
19,365
names.male
Eggy115_Lisp/data/names/names.male
Aaron Abbey Abbie Abbot Abbott Abby Abdel Abdul Abdulkarim Abdullah Abe Abel Abelard Abner Abraham Abram Ace Adair Adam Adams Addie Adger Aditya Adlai Adnan Adolf Adolfo Adolph Adolphe Adolpho Adolphus Adrian Adrick Adrien Agamemnon Aguinaldo Aguste Agustin Aharon Ahmad Ahmed Ah...
23,287
Common Lisp
.l
2,951
5.891223
16
0.854445
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
706c57ab63b305c733cffab1c6091096c2344bd4a212c03d4a2c5970e1554f8c
19,365
[ -1 ]
19,366
names.last
Eggy115_Lisp/data/names/names.last
Schoffstall Matarrita Allaman Alleman Gismondi Alliman Donohve Stahlecker Hetzler Jansons Shutter Slusarski Wiesemann Bronakowski Bronoski Fulmore Muinos Mcglauflin Sutherlin Schontz Broadrick Imhoff Schminke Speranza Mccloudy Shearhart Mccloude Foudray Wieseman Dipiazza Rilling Gushiken ...
899,632
Common Lisp
.l
100,423
6.958426
22
0.874289
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
315398dfc85bd52f6e512f024da94eb4a20829c99c09901813e81dd599609e33
19,366
[ -1 ]
19,367
names.female
Eggy115_Lisp/data/names/names.female
Abagael Abagail Abbe Abbey Abbi Abbie Abby Abigael Abigail Abigale Abra Acacia Ada Adah Adaline Adara Addie Adel Adela Adelaide Adele Adelice Adelina Adelind Adeline Adella Adelle Adena Adey Adi Adiana Adina Adora Adore Adoree Adorne Adrea Adria Adriaens Adrian Adriana Adriane ...
40,330
Common Lisp
.l
4,969
6.11612
16
0.85863
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
30ee28fda189eac6567d5a6654c056d00f613dfcff4e80ceae95982c278daab9
19,367
[ -1 ]
19,378
sample_news.nt
Eggy115_Lisp/quick_start_allegrograph_lisp_embedded/sample_news.nt
<http://kbsportal.com/oak_creek_flooding /> <http://knowledgebooks.com/ontology/#storyType> <http://knowledgebooks.com/ontology/#disaster> . <http://kbsportal.com/oak_creek_flooding /> <http://knowledgebooks.com/ontology/#summary> "Oak Creek flooded last week affecting 5 businesses" . <http://kbsportal.com/bear_m...
1,128
Common Lisp
.l
8
137.25
145
0.75859
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
2a08bbcdc7e9bfe82747ff06a954628f284c4ff4136ef685c05622e401ca44d2
19,378
[ -1 ]
19,406
Info.plist
Eggy115_Lisp/kgn/templates/KnowledgeGraphNavigator.app/Contents/Info.plist
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>KnowledgeGraphNavigator</string> <ke...
1,261
Common Lisp
.l
40
28.55
103
0.734644
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
93a0420849ff5154cc3407ca533a83096a64cf53fbd220605a49fabe5a7c7cf0
19,406
[ -1 ]
19,425
FUNDING.yml
Eggy115_Lisp/.github/FUNDING.yml
# These are supported funding model platforms github: [Eggy115] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] patreon: Eggy115 # Replace with a single Patreon username open_collective: Eggy115 # Replace with a single Open Collective username ko_fi: Eggy115 # Replace with a single Ko-fi...
948
Common Lisp
.l
12
77.916667
144
0.786096
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
e29050417d14462e0f1a88394926f78537b829259cf189300f81b491c8438c2e
19,425
[ -1 ]
19,538
fail1.json
Eggy115_Lisp/cl-json_0.4.0/t/fail1.json
"A JSON payload should be an object or array, not a string."
60
Common Lisp
.l
1
60
60
0.75
Eggy115/Lisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
a94651e9813476154f3717594c1dd1b8ed08d4e8c060a69b1e04fe4c8dd2cf1b
19,538
[ -1 ]
19,559
proxy--std.lisp
esden_lispcl/src/proxy--std.lisp
;;; ---------------------------------------------------------------------------- ;;; ;;; LISCPL - Lisp Player Client - proxy--std.lisp ;;; ;;; Copyright (C) 2006, Armin Mueller ;;; ;;; ...
5,570
Common Lisp
.lisp
103
49.252427
101
0.48011
esden/lispcl
2
2
0
GPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
c028e458d74d743cff9429e9d5d859599aa53878e8fde5b2b1ea6c74c0b90104
19,559
[ -1 ]
19,560
proxy-limb.lisp
esden_lispcl/src/proxy-limb.lisp
;;; ---------------------------------------------------------------------------- ;;; ;;; LISCPL - Lisp Player Client - proxy-actarray.lisp ;;; ;;; Copyright (C) 2006, Armin Mueller ;;; ;;; ...
4,110
Common Lisp
.lisp
57
61.842105
105
0.364828
esden/lispcl
2
2
0
GPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
5f9a7b06a0b95512595b9640cacdc0fef1c4d114590c24c9d5af672d840424a9
19,560
[ -1 ]
19,561
proxy-blobfinder.lisp
esden_lispcl/src/proxy-blobfinder.lisp
;;; ---------------------------------------------------------------------------- ;;; ;;; LISCPL - Lisp Player Client - proxy-blobfinder.lisp ;;; ;;; Copyright (C) 2006, Armin Mueller ;;; ;;; ...
2,833
Common Lisp
.lisp
37
74.432432
119
0.397849
esden/lispcl
2
2
0
GPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
2684b5a552ad9ab305971c698fbaa39ed3d5abd1b5d4950147b2de4f48215598
19,561
[ -1 ]
19,562
proxy-actarray.lisp
esden_lispcl/src/proxy-actarray.lisp
;;; ---------------------------------------------------------------------------- ;;; ;;; LISCPL - Lisp Player Client - proxy-actarray.lisp ;;; ;;; Copyright (C) 2006, Armin Mueller ;;; ;;; ...
6,389
Common Lisp
.lisp
89
66.516854
127
0.504773
esden/lispcl
2
2
0
GPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
9cd2e70577867aa211d90d00094bda744aad1eab80ecc9741005950a44ea2467
19,562
[ -1 ]
19,563
proxy-sonar.lisp
esden_lispcl/src/proxy-sonar.lisp
;;; ---------------------------------------------------------------------------- ;;; ;;; LISCPL - Lisp Player Client - proxy-sonar.lisp ;;; ;;; Copyright (C) 2006, Armin Mueller ;;; ;;; ...
2,565
Common Lisp
.lisp
35
71.657143
84
0.360143
esden/lispcl
2
2
0
GPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
d3bb6a025f326ec74d03231eb8eed83d711ca6956812338ae6e46bf688f50790
19,563
[ -1 ]
19,564
proxy--base.lisp
esden_lispcl/src/proxy--base.lisp
;;; ---------------------------------------------------------------------------- ;;; ;;; LISCPL - Lisp Player Client - proxy--base.lisp ;;; ;;; Copyright (C) 2006, Armin Mueller ;;; ;;; ...
2,188
Common Lisp
.lisp
29
74.068966
84
0.393686
esden/lispcl
2
2
0
GPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
b00ac2ab734b31e29701d79eb36fd619686706f4cd21252f8284b487f949e791
19,564
[ -1 ]
19,565
proxy-ptz.lisp
esden_lispcl/src/proxy-ptz.lisp
;;; ---------------------------------------------------------------------------- ;;; ;;; LISCPL - Lisp Player Client - proxy-ptz.lisp ;;; ;;; Copyright (C) 2006, Armin Mueller ;;; ;;; ...
3,693
Common Lisp
.lisp
57
59.894737
112
0.412966
esden/lispcl
2
2
0
GPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
1b70b397168d3e24fc01fb64a3d44a57d27048191f2488a1f0df520730489ae9
19,565
[ -1 ]
19,566
proxy-laser.lisp
esden_lispcl/src/proxy-laser.lisp
;;; ---------------------------------------------------------------------------- ;;; ;;; LISCPL - Lisp Player Client - proxy-laser.lisp ;;; ;;; Copyright (C) 2006, Armin Mueller ;;; ;;; ...
2,566
Common Lisp
.lisp
36
69.666667
84
0.360143
esden/lispcl
2
2
0
GPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
d4794e08a03f8681caa7587cd4db9ca26ee1504d2741119c400b318ca58e5145
19,566
[ -1 ]
19,567
proxy-player.lisp
esden_lispcl/src/proxy-player.lisp
;;; ---------------------------------------------------------------------------- ;;; ;;; LISCPL - Lisp Player Client - proxy-player.lisp ;;; ;;; Copyright (C) 2006, Armin Mueller ;;; ;;; ...
4,947
Common Lisp
.lisp
72
65.041667
124
0.446638
esden/lispcl
2
2
0
GPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
0e501b858605e703a5fe37261a5229d07e6dbb9ecac18b57a6b374d48c8c7eb0
19,567
[ -1 ]
19,568
utilities.lisp
esden_lispcl/src/utilities.lisp
;;; ---------------------------------------------------------------------------- ;;; ;;; LISCPL - Lisp Player Client - utilities.lisp ;;; ;;; Copyright (C) 2006, Armin Mueller ;;; ;;; ...
9,489
Common Lisp
.lisp
185
41.913514
108
0.387865
esden/lispcl
2
2
0
GPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
9db6bc80902f806cca73b3958d5d0c69ccea56eb600e4be69752a03d7437d6ba
19,568
[ -1 ]
19,569
player-client.lisp
esden_lispcl/src/player-client.lisp
;;; ---------------------------------------------------------------------------- ;;; ;;; LISCPL - Lisp Player Client - player client ;;; ;;; Copyright (C) 2006, Armin Mueller ;;; ;;; ...
16,928
Common Lisp
.lisp
287
46.74216
130
0.492087
esden/lispcl
2
2
0
GPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
6d08da5f7d1d8d535c993cd9683c6db80603d9eaa6445514de8eb7f0b6508a5c
19,569
[ -1 ]
19,570
proxy-position3d.lisp
esden_lispcl/src/proxy-position3d.lisp
;;; ---------------------------------------------------------------------------- ;;; ;;; LISCPL - Lisp Player Client - proxy-position3d.lisp ;;; ;;; Copyright (C) 2006, Armin Mueller ;;; ;;; ...
4,149
Common Lisp
.lisp
62
58.064516
84
0.389012
esden/lispcl
2
2
0
GPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
77e3288c4c5946c61b97ab7082abe71a1b3d14fdb7485f7497ffc38f6b1983b3
19,570
[ -1 ]
19,571
proxy-planner.lisp
esden_lispcl/src/proxy-planner.lisp
;;; ---------------------------------------------------------------------------- ;;; ;;; LISCPL - Lisp Player Client - proxy-planner.lisp ;;; ;;; Copyright (C) 2006, Armin Mueller ;;; ;;; ...
3,149
Common Lisp
.lisp
47
63.148936
84
0.38914
esden/lispcl
2
2
0
GPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
c0a16e4003d75040cc442aa0cb61a319014b3050a2a72635ac63ab081ad50c8d
19,571
[ -1 ]
19,572
xdr.lisp
esden_lispcl/src/xdr.lisp
;;; ---------------------------------------------------------------------------- ;;; ;;; LISCPL - Lisp Player Client - proxy--std.lisp ;;; ;;; Copyright (C) 2006, Armin Mueller ;;; ;;; ...
23,128
Common Lisp
.lisp
479
41.995825
110
0.540317
esden/lispcl
2
2
0
GPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
087c4b4f6caa45c0da847f6dcb903f3667fb05b2e6ccbe7eafcb7aa7508f70bb
19,572
[ -1 ]
19,573
proxy-position2d.lisp
esden_lispcl/src/proxy-position2d.lisp
;;; ---------------------------------------------------------------------------- ;;; ;;; LISCPL - Lisp Player Client - proxy-position2d.lisp ;;; ;;; Copyright (C) 2006, Armin Mueller ;;; ;;; ...
6,352
Common Lisp
.lisp
95
60.978947
110
0.477724
esden/lispcl
2
2
0
GPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
218569b5c552b6c1ce901ab68add4d47d60469e525f51842e0eaf4634fc151a5
19,573
[ -1 ]
19,574
tests-examples.lisp
esden_lispcl/src/tests-examples.lisp
;;; ---------------------------------------------------------------------------- ;;; ;;; LISCPL - Lisp Player Client - tests-examples.lisp ;;; ;;; Copyright (C) 2006, Armin Mueller ;;; ;;; ...
21,408
Common Lisp
.lisp
393
45.450382
123
0.498951
esden/lispcl
2
2
0
GPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
d18868b4e0ffc3ddc7327d6877ec1a69e4b0be1cc703a19b9c65b2379fe8b555
19,574
[ -1 ]
19,575
threads.lisp
esden_lispcl/src/threads.lisp
;;; ---------------------------------------------------------------------------- ;;; ;;; LISCPL - Lisp Player Client - threads.lisp ;;; ;;; Copyright (C) 2006, Armin Mueller ;;; ;;; ...
6,566
Common Lisp
.lisp
105
54.72381
108
0.543579
esden/lispcl
2
2
0
GPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
68a60c3504a9bf35ea6ec1cdeeac820840ec19ee7b95985717c969d49db9d9e9
19,575
[ -1 ]
19,576
lispcl.asd
esden_lispcl/lispcl.asd
;;; ---------------------------------------------------------------------------- ;;; ;;; LISCPL - Lisp Player Client - lispcl.asd ;;; ;;; Copyright (C) 2006, Armin Mueller ;;; ;;; ...
8,659
Common Lisp
.asd
166
44.981928
129
0.52844
esden/lispcl
2
2
0
GPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
7cc36e1885cc3682e15a0b38abcd88d04e8e070aaabb53be597d465484f95bfa
19,576
[ -1 ]
19,577
lispcl-test.asd
esden_lispcl/lispcl-test.asd
;;; ---------------------------------------------------------------------------- ;;; ;;; LISCPL - Lisp Player Client - lispcl-test.asd ;;; ;;; Copyright (C) 2006, Armin Mueller ;;; ;;; ...
2,385
Common Lisp
.asd
37
62.324324
84
0.452605
esden/lispcl
2
2
0
GPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
458193d017dfdcdffc6bbe3f2c5ead4f421d26da9886b715c826fb730a6be895
19,577
[ -1 ]
19,584
wall-follower.world
esden_lispcl/examples/wall-follower.world
# defines Pioneer-like robots include "pioneer.inc" # defines 'map' object used for floorplans include "map.inc" # size of the world in meters size [20 15] # set the resolution of the underlying raytrace model in meters resolution 0.02 # configure the GUI window window ( size [ 1000.000 800.000 ] center [0 0] scale...
497
Common Lisp
.l
23
19.913043
63
0.75
esden/lispcl
2
2
0
GPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
2c77e1ce61521b53a433213fe06675a6106380404e4246eb0ea2d3c18657ebe2
19,584
[ -1 ]
19,585
blob-finder.cfg
esden_lispcl/examples/blob-finder.cfg
# load the Stage plugin simulation driver driver ( name "stage" provides ["simulation:0" ] plugin "libstageplugin" # load the named file into the simulator worldfile "blob-finder.world" ) driver ( name "stage" provides ["position2d:0" "blobfinder:0" "sonar:0" ] model "robot1" )
297
Common Lisp
.l
15
17.6
53
0.735714
esden/lispcl
2
2
0
GPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
e97c612c71d37b62765f8e03c872a443133f7e22760e948ba26ee84e0f502c5e
19,585
[ -1 ]
19,586
wall-follower.cfg
esden_lispcl/examples/wall-follower.cfg
# load the Stage plugin simulation driver driver ( name "stage" provides ["simulation:0" ] plugin "libstageplugin" # load the named file into the simulator worldfile "wall-follower.world" ) driver ( name "stage" provides ["position2d:0" "sonar:0" ] model "robot1" )
284
Common Lisp
.l
15
16.733333
42
0.737828
esden/lispcl
2
2
0
GPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
ec11972af8f9e1d4bfc5c42085f8249425f8081ca43f698fc52382000e60f60a
19,586
[ -1 ]
19,587
blob-finder.world
esden_lispcl/examples/blob-finder.world
# defines Pioneer-like robots include "pioneer.inc" # defines 'map' object used for floorplans include "map.inc" # size of the world in meters size [12 12] # set the resolution of the underlying raytrace model in meters resolution 0.02 # configure the GUI window window ( size [ 600.000 600.000 ] center [0 0] scale ...
818
Common Lisp
.l
47
14.787234
63
0.653088
esden/lispcl
2
2
0
GPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
ce373fa176fe562923464b0d328e73f21ebbee69114269cdfec2d612f9be590f
19,587
[ -1 ]
19,588
space-wanderer.world
esden_lispcl/examples/space-wanderer.world
# defines Pioneer-like robots include "pioneer.inc" # defines 'map' object used for floorplans include "map.inc" # size of the world in meters size [20 17] # set the resolution of the underlying raytrace model in meters resolution 0.02 # configure the GUI window window ( size [ 1000.000 800.000 ] center [0 0] scale...
513
Common Lisp
.l
23
20.608696
63
0.75
esden/lispcl
2
2
0
GPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
4a5757c29b6662ded1842c43423f5fdac89bd47939707cfbad8acfafe25b46ce
19,588
[ -1 ]
19,606
makefile
esden_lispcl/src/makefile
### ---------------------------------------------------------------------------- ### ### LISCPL - Lisp Player Client - makefile ### ### Copyright (C) 2006, Armin Mueller ### ### ...
2,111
Common Lisp
.l
34
60.764706
97
0.478744
esden/lispcl
2
2
0
GPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
45519be1769eb8eadb032c9171c31d4af0057f5612782619da354bef8804f209
19,606
[ -1 ]
19,607
make-release
esden_lispcl/scripts/make-release
#!/bin/bash ### ---------------------------------------------------------------------------- ### ### LISCPL - Lisp Player Client - make-release ### ### Copyright (C) 2006, Armin Mueller ### ### ...
2,395
Common Lisp
.l
54
42.962963
84
0.48067
esden/lispcl
2
2
0
GPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
4a85120a4a30a1a3f35d75fc9a94321ba6344011b75e175849924e7afb15d228
19,607
[ -1 ]
19,608
player-constants-gen
esden_lispcl/scripts/player-constants-gen
#!/bin/bash ### ---------------------------------------------------------------------------- ### ### LISCPL - Lisp Player Client - player-constants-gen ### ### Copyright (C) 2006, Armin Mueller ### ### ...
4,558
Common Lisp
.l
77
57.844156
170
0.478738
esden/lispcl
2
2
0
GPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
a252c8ffd21d704677c0d2ffb2d7b0b8a26ed80f85e5eb274c0eef5d2270046d
19,608
[ -1 ]
19,609
player-xdr-gen.py
esden_lispcl/scripts/player-xdr-gen.py
#!/usr/bin/env python ### ---------------------------------------------------------------------------- ### ### LISCPL - Lisp Player Client - player-xdr-gen.py ### ### Copyright (C) 2006, Armin Mueller ### ### ...
12,978
Common Lisp
.l
286
37.451049
105
0.511659
esden/lispcl
2
2
0
GPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
2dd657968c6752f1b26fc1034b5bf16fdbe8106e3c1294a13d08abf8683a5e46
19,609
[ -1 ]
19,610
player-proxy-gen.py
esden_lispcl/scripts/player-proxy-gen.py
#!/usr/bin/env python ### ---------------------------------------------------------------------------- ### ### LISCPL - Lisp Player Client - player-proxy-gen.py ### ### Copyright (C) 2006, Armin Mueller ### ### ...
9,705
Common Lisp
.l
154
53.272727
128
0.507085
esden/lispcl
2
2
0
GPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
7f811bc9015c6699f6142296ff5c03ecfb0fa14b80737b02a2d7ffa472e3758e
19,610
[ -1 ]
19,625
LICENSE-GPL3.lisp
seanpm2001_SNU_2D_ProgrammingTools_IDE_CommonLisp/LICENSE-GPL3.lisp
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Pream...
35,149
Common Lisp
.lisp
553
61.144665
78
0.806439
seanpm2001/SNU_2D_ProgrammingTools_IDE_CommonLisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
47e032e04c3cfc255ea285f5c07e8b8beeedb012fa1e14fa8714a078e11a10c6
19,625
[ -1 ]
19,627
PROJECT_LANG_1.lisp
seanpm2001_SNU_2D_ProgrammingTools_IDE_CommonLisp/PROJECT_LANG_1.lisp
; Start of script ; Project language file 1 ; For: SNU/2D/ProgrammingTools/IDE/CommonLisp ; About: ; I decided to make Common Lisp the main project language file for this project (SNU / 2D / Programming Tools / IDE / CommonLisp) as this is a Common Lisp IDE, and it needs its main language to be represented here. (def...
880
Common Lisp
.lisp
16
53.5
226
0.753488
seanpm2001/SNU_2D_ProgrammingTools_IDE_CommonLisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
b634623fb76afb67fefdc1196ccccdb104069ceb9a8e0d18d87ceb09c87bcecd
19,627
[ -1 ]
19,633
ConditionSystem_V1.lisp
seanpm2001_SNU_2D_ProgrammingTools_IDE_CommonLisp/CommonLisp/Samples/ConditionSystem_V1.lisp
Command: (test ">zippy>lispm-int.lisp") Error: The file was not found. For lispm:>zippy>lispm-int.lisp.newest LMFS:OPEN-LOCAL-LMFS-1 Arg 0: #P"lispm:>zippy>lispm-int.lisp.newest" s-A, <Resume>: Retry OPEN of lispm:>zippy>lispm-int.lisp.newest s-B: Retry OPEN using a different pathname s-C, <Abort...
594
Common Lisp
.lisp
13
43.307692
71
0.734375
seanpm2001/SNU_2D_ProgrammingTools_IDE_CommonLisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
51191519898f726ab3e2fb8cee5b64bd8a6cc671601609fb6714068f17bd79d4
19,633
[ -1 ]
19,634
Concatenate.lisp
seanpm2001_SNU_2D_ProgrammingTools_IDE_CommonLisp/CommonLisp/Samples/Concatenate.lisp
(defmethod add ((a string) (b string)) (concatenate 'string a b))
68
Common Lisp
.lisp
2
32
38
0.681818
seanpm2001/SNU_2D_ProgrammingTools_IDE_CommonLisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
242c79bd5bcc1f85e4d1a02ee7eed5322957b5731f8d7dc45343b956067dbf18
19,634
[ -1 ]
19,635
XSquare.lisp
seanpm2001_SNU_2D_ProgrammingTools_IDE_CommonLisp/CommonLisp/Samples/XSquare.lisp
;; Define a function that squares a number: (defun square (x) (* x x))
76
Common Lisp
.lisp
3
22.666667
44
0.643836
seanpm2001/SNU_2D_ProgrammingTools_IDE_CommonLisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
514803037ab337e29f2071262116622481c4b1686be3de637b8f700738d5f249
19,635
[ -1 ]
19,636
SquareExponentiate.lisp
seanpm2001_SNU_2D_ProgrammingTools_IDE_CommonLisp/CommonLisp/Samples/SquareExponentiate.lisp
(defun power (x n) (loop with result = 1 while (plusp n) when (oddp n) do (setf result (* result x)) do (setf x (* x x) n (truncate n 2)) finally (return result)))
215
Common Lisp
.lisp
7
22.428571
51
0.504808
seanpm2001/SNU_2D_ProgrammingTools_IDE_CommonLisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
1729aa4810533e4b6f5b015663b27a40225de8e04a097e6d7aec0ab561be214e
19,636
[ -1 ]
19,637
TAGBODY2_V1.lisp
seanpm2001_SNU_2D_ProgrammingTools_IDE_CommonLisp/CommonLisp/Samples/TAGBODY2_V1.lisp
(TAGBODY #:START1136 (IF (ZEROP (RANDOM 10)) (PROGN (GO #:END1137)) NIL) (PROGN (WRITE-LINE "hello")) (GO #:START1136)) #:END1137)
144
Common Lisp
.lisp
8
15.375
29
0.625
seanpm2001/SNU_2D_ProgrammingTools_IDE_CommonLisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
0dea0ef5732687d9a9794211f99e60e078479938d053df72a0646668e02871df
19,637
[ -1 ]
19,638
DefMethod_AddVector_V1.lisp
seanpm2001_SNU_2D_ProgrammingTools_IDE_CommonLisp/CommonLisp/Samples/DefMethod_AddVector_V1.lisp
(defmethod add ((a vector) (b number)) (map 'vector (lambda (n) (+ n b)) a))
81
Common Lisp
.lisp
2
37.5
40
0.56962
seanpm2001/SNU_2D_ProgrammingTools_IDE_CommonLisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
89452bca5c0014f4d506d985c4823ccefc8fae51233e35c0bed33898c1ecc928
19,638
[ -1 ]
19,641
MultipleReturnValues_V1.lisp
seanpm2001_SNU_2D_ProgrammingTools_IDE_CommonLisp/CommonLisp/Samples/MultipleReturnValues_V1.lisp
(let ((x 1266778) (y 458)) (multiple-value-bind (quotient remainder) (truncate x y) (format nil "~A divided by ~A is ~A remainder ~A" x y quotient remainder))) ;;;; => "1266778 divided by 458 is 2765 remainder 408"
234
Common Lisp
.lisp
6
34.833333
79
0.651982
seanpm2001/SNU_2D_ProgrammingTools_IDE_CommonLisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
f3b03d6f8088a500f981fac35dfe3e510ae170a8ff73a4c531a48b09d8b7bee7
19,641
[ -1 ]
19,642
TAGBODY.lisp
seanpm2001_SNU_2D_ProgrammingTools_IDE_CommonLisp/CommonLisp/Samples/TAGBODY.lisp
(TAGBODY #:START1136 (WHEN (ZEROP (RANDOM 10)) (GO #:END1137)) (PROGN (WRITE-LINE "hello")) (GO #:START1136) #:END1137)
128
Common Lisp
.lisp
7
16.142857
29
0.652893
seanpm2001/SNU_2D_ProgrammingTools_IDE_CommonLisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
4bd991e06af3add66f88491a00e4e305e7ce01e87a764584eb3d668b0eb8c7d7
19,642
[ -1 ]
19,643
Defvariable_V1.lisp
seanpm2001_SNU_2D_ProgrammingTools_IDE_CommonLisp/CommonLisp/Samples/Defvariable_V1.lisp
(defvar *x*) ; Ensures that a variable *x* exists, ; without giving it a value. The asterisks are part of ; the name, by convention denoting a special (global) variable. ; The symbol *x* is also hereby endowed with the property that ; su...
454
Common Lisp
.lisp
6
61.5
83
0.607143
seanpm2001/SNU_2D_ProgrammingTools_IDE_CommonLisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
eb41239c72f4d2acc9927b4712ef53afb40593707671577ef2fc56d81746d884
19,643
[ -1 ]
19,644
PersonObjectListSort_V1.lisp
seanpm2001_SNU_2D_ProgrammingTools_IDE_CommonLisp/CommonLisp/Samples/PersonObjectListSort_V1.lisp
(defclass person () ((name :initarg :name :accessor person-name) (age :initarg :age :accessor person-age)) (:documentation "The class PERSON with slots NAME and AGE.")) (defmethod display ((object person) stream) "Displaying a PERSON object to an output stream." (with-slots (name age) object (format s...
725
Common Lisp
.lisp
18
34.5
63
0.633523
seanpm2001/SNU_2D_ProgrammingTools_IDE_CommonLisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
b820d83e0872fddc44a1b6597d24c0ac25683a6c78ccf5a5e08a5bced68b27c1
19,644
[ -1 ]
19,645
2Plus2_V1.lisp
seanpm2001_SNU_2D_ProgrammingTools_IDE_CommonLisp/CommonLisp/Samples/2Plus2_V1.lisp
(+ 2 2) ; adds 2 and 2, yielding 4. The function's name is '+'. Lisp has no operators as such.
106
Common Lisp
.lisp
1
104
105
0.590476
seanpm2001/SNU_2D_ProgrammingTools_IDE_CommonLisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
cf9c6d3c2ed71b46f6b8b129c02d419091c7121547c9198f146976f3141216d6
19,645
[ -1 ]
19,646
MagicEightBall.lisp
seanpm2001_SNU_2D_ProgrammingTools_IDE_CommonLisp/CommonLisp/Samples/MagicEightBall.lisp
(defun magic-eight-ball () "Return an outlook prediction, with the probability as a secondary value" (values "Outlook good" (random 1.0))) ;;;; => "Outlook good" ;;;; => 0.3187
182
Common Lisp
.lisp
5
34.4
75
0.681818
seanpm2001/SNU_2D_ProgrammingTools_IDE_CommonLisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
a6855bc2408b805595113e9d6a1b97f76060a0139b2078e6a4a802f7634d177a
19,646
[ -1 ]
19,647
DefMacro.lisp
seanpm2001_SNU_2D_ProgrammingTools_IDE_CommonLisp/CommonLisp/Samples/DefMacro.lisp
(defmacro until (test &body body) (let ((start-tag (gensym "START")) (end-tag (gensym "END"))) `(tagbody ,start-tag (when ,test (go ,end-tag)) (progn ,@body) (go ,start-tag) ,end-tag)))
258
Common Lisp
.lisp
8
22.5
40
0.472
seanpm2001/SNU_2D_ProgrammingTools_IDE_CommonLisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
10552fad3ab89aeee7101093b64a3183f73d3c0104c0d409a3ea9be66d6ccff5
19,647
[ -1 ]
19,650
ListShells.lisp
seanpm2001_SNU_2D_ProgrammingTools_IDE_CommonLisp/CommonLisp/Samples/ListShells.lisp
(defun list-matching-lines (file predicate) "Returns a list of lines in file, for which the predicate applied to the line returns T." (with-open-file (stream file) (loop for line = (read-line stream nil nil) while line when (funcall predicate line) collect it)))
304
Common Lisp
.lisp
8
31.875
70
0.676871
seanpm2001/SNU_2D_ProgrammingTools_IDE_CommonLisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
90c4e625917eb126bd9cd6b88246ef5906d77d23c408117b609d87b7b74f66ae
19,650
[ -1 ]
19,654
Functions2_V1.lisp
seanpm2001_SNU_2D_ProgrammingTools_IDE_CommonLisp/CommonLisp/Samples/Functions2_V1.lisp
;; Sorts the list according to the first element of each sub-list. (sort (list '(9 A) '(3 B) '(4 C)) #'< :key #'first) ; Returns ((3 B) (4 C) (9 A))
153
Common Lisp
.lisp
2
74.5
84
0.569536
seanpm2001/SNU_2D_ProgrammingTools_IDE_CommonLisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
a363a8ba0f11cbf36e7732f020a0f0dedbc0c490b3e017258233c9cafb165c0d
19,654
[ -1 ]
19,656
GetLibrary_V1.lisp
seanpm2001_SNU_2D_ProgrammingTools_IDE_CommonLisp/CommonLisp/Samples/GetLibrary_V1.lisp
(defun get-answer (library) (gethash 'answer library 42)) (defun the-answer-1 (library) (format nil "The answer is ~A" (get-answer library))) ;;;; Returns "The answer is 42" if ANSWER not present in LIBRARY (defun the-answer-2 (library) (multiple-value-bind (answer sure-p) (get-answer library) (if (no...
461
Common Lisp
.lisp
12
34.833333
64
0.680089
seanpm2001/SNU_2D_ProgrammingTools_IDE_CommonLisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
aa6e3a0e48d2d7e472cbd7a4a0bb399a961a2d7691e6de89ed78c67e62454e76
19,656
[ -1 ]
19,657
Let.lisp
seanpm2001_SNU_2D_ProgrammingTools_IDE_CommonLisp/CommonLisp/Samples/Let.lisp
;; The 'let' construct creates a scope for local variables. Here ;; the variable 'a' is bound to 6 and the variable 'b' is bound ;; to 4. Inside the 'let' is a 'body', where the last computed value is returned. ;; Here the result of adding a and b is returned from the 'let' expression. ;; The variables a and b hav...
491
Common Lisp
.lisp
9
51.666667
82
0.684647
seanpm2001/SNU_2D_ProgrammingTools_IDE_CommonLisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
f71b15d89302dc08a7761ae50b6fd181da7b0b1a22be1611f8745a594a965fce
19,657
[ -1 ]
19,659
MapVector.lisp
seanpm2001_SNU_2D_ProgrammingTools_IDE_CommonLisp/CommonLisp/Samples/MapVector.lisp
(defmethod add ((a vector) (b vector)) (map 'vector #'+ a b))
66
Common Lisp
.lisp
2
30
39
0.578125
seanpm2001/SNU_2D_ProgrammingTools_IDE_CommonLisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
01dfa26e3aa0dbb6591dab624cce4cdf6243aea7379ca11f63cbfea47574453e
19,659
[ -1 ]
19,660
Add_V1.lisp
seanpm2001_SNU_2D_ProgrammingTools_IDE_CommonLisp/CommonLisp/Samples/Add_V1.lisp
(add 2 3) ; returns 5 (add #(1 2 3 4) 7) ; returns #(8 9 10 11) (add #(1 2 3 4) #(4 3 2 1)) ; returns #(5 5 5 5) (add "COMMON " "LISP") ; returns "COMMON LISP"
196
Common Lisp
.lisp
4
47
52
0.447917
seanpm2001/SNU_2D_ProgrammingTools_IDE_CommonLisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
b12c106a16baa13745ea2fdc0a8c798a146c0ebdcfd2e58c4107abcb5073efb7
19,660
[ -1 ]
19,662
HelloWorld.lisp.lisp
seanpm2001_SNU_2D_ProgrammingTools_IDE_CommonLisp/CommonLisp/Samples/HelloWorld.lisp.lisp
-> "Hello, world" ; gathered output returned as a string
58
Common Lisp
.lisp
1
56
57
0.719298
seanpm2001/SNU_2D_ProgrammingTools_IDE_CommonLisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
e064c28cc778f761f56fdd7880b249d3e62392833a318686230ff39714fb8092
19,662
[ -1 ]
19,663
Functions1_V1.lisp
seanpm2001_SNU_2D_ProgrammingTools_IDE_CommonLisp/CommonLisp/Samples/Functions1_V1.lisp
;; Sorts the list using the > and < function as the relational operator. (sort (list 5 2 6 3 1 4) #'>) ; Returns (6 5 4 3 2 1) (sort (list 5 2 6 3 1 4) #'<) ; Returns (1 2 3 4 5 6)
188
Common Lisp
.lisp
3
60.666667
73
0.583784
seanpm2001/SNU_2D_ProgrammingTools_IDE_CommonLisp
2
2
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
d24fbb66cb9c6146913f5c8cd325919224b4c62ae5e50eaec627f1730fd60c2e
19,663
[ -1 ]