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
22,485
neoplastic.pde
rheaplex_like-that-generator/source/appearance/neoplastic.pde
class Appearance { color colour; Appearance () { switch (int (random (3))) { case 0: colour = color (255, 0, 0, 240); break; case 1: colour = color (255, 255, 0, 200); break; case 2: colour = color (0, 0, 255, 210); break; case 3: ...
440
Common Lisp
.l
27
11
42
0.476886
rheaplex/like-that-generator
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
b0382f522260b3ab34beda553f6c1a9f86973791de38b8c514ecf3b182a172a6
22,485
[ -1 ]
22,486
black.pde
rheaplex_like-that-generator/source/appearance/black.pde
class Appearance { void draw (Form f) { fill (33); f.draw (); } }
73
Common Lisp
.l
8
7.25
19
0.6
rheaplex/like-that-generator
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
a5c387cab8e96cbc545a0af447777bf2ed06058af5bef3d6c928fd2d766ca8db
22,486
[ -1 ]
22,489
rhizomebb.lisp
rheaplex_rhizomebb/rhizomebb.lisp
;; rhizomebb.lisp - Functions to generate bbcode aestheticized text for Rhizome. ;; Copyright (c) 2008 Rob Myers <rob@robmyers.org> ;; 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 vers...
4,786
Common Lisp
.lisp
107
40.925234
80
0.583441
rheaplex/rhizomebb
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
12e428c016489a75b43f405130c89ad7704eed06dc5a6144354bbdfdb063de3d
22,489
[ -1 ]
22,506
app-utils.lisp
fade_cl-wikidata/app-utils.lisp
(defpackage :cl-wikidata.app-utils (:use :cl) (:export :internal-disable-debugger) (:export :internal-quit)) (in-package :cl-wikidata.app-utils) (defun internal-disable-debugger () (labels ((internal-exit (c h) (declare (ignore h)) (format t "~a~%" c) (internal-quit))) (se...
1,309
Common Lisp
.lisp
34
34.617647
74
0.615264
fade/cl-wikidata
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
89380dd0fbd9c74eab81fcad87ab528b909f0da4c1bf8d59ff682e4ec1ffa8fa
22,506
[ -1 ]
22,507
cl-wikidata.asd
fade_cl-wikidata/cl-wikidata.asd
;;;; cl-wikidata.asd (asdf:defsystem #:cl-wikidata :description "Common Lisp interface to the Wikidata SPARQL endpoint." :author "Brian O'Reilly <fade@deepsky.com>" :license "GNU General Public License v3 or later." :serial t :depends-on (#:ALEXANDRIA #:RUTILS #:DEXADOR ...
587
Common Lisp
.asd
18
22.388889
71
0.525573
fade/cl-wikidata
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
8322ef13e7bbd6d53ea9b49fcd1c257ed4a100516ab72424d608c91b7371c32f
22,507
[ -1 ]
22,508
wikidata-rest-client
fade_cl-wikidata/wikidata-rest-client
# -*- restclient -*- # interrogate the wikidata SPARQL endpoint GET https://query.wikidata.org/sparql Accept: application/json User-Agent: Emacs Restclient "query":"SELECT DISTINCT ?airport ?airportLabel ?icaocode WHERE { ?airport wdt:P31 wd:Q1248784 ; wdt:P239 ?icaocode . SERVICE wikibase:label { ...
1,233
Common Lisp
.cl
21
56.428571
376
0.769677
fade/cl-wikidata
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
cbd926415179aa709c39473f844573baec911c2651c0b550ac24e852eecb2aae
22,508
[ -1 ]
22,510
wikidata-queries.sparql
fade_cl-wikidata/wikidata-queries.sparql
# Demonstrates filtering for "unknown value" SELECT ?human ?humanLabel WHERE { ?human wdt:P21 ?gender . FILTER wikibase:isSomeValue(?gender) SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" } }
231
Common Lisp
.l
8
27.125
83
0.780269
fade/cl-wikidata
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
e960503d851a23d4a4cf3e21e495cc16f85d3469d6fce05f050568c741f2c36c
22,510
[ -1 ]
22,511
Makefile
fade_cl-wikidata/Makefile
ROOT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))) PACKAGE=cl-wikidata PACKAGEUTILS=cl-wikidata.app-utils OUT=wikidata ENTRY=-main $(OUT): buildapp *.lisp quicklisp-manifest.txt ./buildapp --manifest-file quicklisp-manifest.txt \ --load-system asdf \ --eval '(push "$(ROOT_DIR)/" asdf:*centra...
886
Common Lisp
.l
22
37.545455
93
0.689535
fade/cl-wikidata
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
bb819b6dd273cdaa91d8cd62c9f341735e2bb8f6e209d17dce686e03a759d5c0
22,511
[ -1 ]
22,529
package.lisp
kisp_ompw/package.lisp
;;; -*- Mode:Lisp; Syntax:ANSI-Common-Lisp; -*- ;;; This file is part of ompw. ;;; Copyright (c) 2007 - 2011, Kilian Sprotte. All rights reserved. ;;; 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 Fo...
1,031
Common Lisp
.lisp
19
52.263158
84
0.730348
kisp/ompw
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
c93df37d1194ab09dadc1ab4d59887f0a7ef0d02d89211b86a33033e3cda3550
22,529
[ -1 ]
22,530
ompw.lisp
kisp_ompw/ompw.lisp
;;; -*- Mode:Lisp; Syntax:ANSI-Common-Lisp; -*- ;;; This file is part of ompw. ;;; Copyright (c) 2007 - 2011, Kilian Sprotte. All rights reserved. ;;; 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 Fo...
1,212
Common Lisp
.lisp
23
49.869565
73
0.715976
kisp/ompw
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
bb691079e06c658729d74aa4849b9e99e19585c62c88607e26bb9fd4f7852b31
22,530
[ -1 ]
22,531
menu.lisp
kisp_ompw/menu.lisp
;;; -*- Mode:Lisp; Syntax:ANSI-Common-Lisp; -*- ;;; This file is part of ompw. ;;; Copyright (c) 2007 - 2011, Kilian Sprotte. All rights reserved. ;;; 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 Fo...
5,748
Common Lisp
.lisp
160
31.53125
112
0.656419
kisp/ompw
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
f7a65e97e931ebccfcd1e7dd7e7b4204a4ce44d9ebbb86db2e0ef7a25575ac81
22,531
[ -1 ]
22,532
file-dialog.lisp
kisp_ompw/file-dialog.lisp
;;; -*- Mode:Lisp; Syntax:ANSI-Common-Lisp; -*- ;;; This file is part of ompw. ;;; Copyright (c) 2007 - 2011, Kilian Sprotte. All rights reserved. ;;; 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 Fo...
2,187
Common Lisp
.lisp
50
41.14
84
0.707765
kisp/ompw
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
ab48f31b0ad64f01d104788e4cfc9f0a14a33aeebb5c602c2980576043249325
22,532
[ -1 ]
22,533
load.lisp
kisp_ompw/load.lisp
;;; -*- Mode:Lisp; Syntax:ANSI-Common-Lisp; -*- ;;; This file is part of ompw. ;;; Copyright (c) 2007 - 2011, Kilian Sprotte. All rights reserved. ;;; 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 Fo...
1,989
Common Lisp
.lisp
39
49.74359
76
0.62268
kisp/ompw
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
67af679ec3e93dd4f98fbf14ede2518a0a66effd9ccebe3907c2ff1512192f95
22,533
[ -1 ]
22,534
pprint-define-box.lisp
kisp_ompw/pprint-define-box.lisp
;;; -*- Mode:Lisp; Syntax:ANSI-Common-Lisp; -*- ;;; This file is part of ompw. ;;; Copyright (c) 2007 - 2011, Kilian Sprotte. All rights reserved. ;;; 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 Fo...
1,701
Common Lisp
.lisp
42
36.857143
80
0.682617
kisp/ompw
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
0dfc6767266a649d0c439a9798a9c03b40dec4ead7cbb24d8b246ec2298ed870
22,534
[ -1 ]
22,535
menu-tests.lisp
kisp_ompw/menu-tests.lisp
;;; -*- Mode:Lisp; Syntax:ANSI-Common-Lisp; -*- ;;; This file is part of ompw. ;;; Copyright (c) 2007 - 2011, Kilian Sprotte. All rights reserved. ;;; 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 Fo...
2,520
Common Lisp
.lisp
78
27.192308
73
0.578298
kisp/ompw
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
1d8c9ebf25e9c23dfadfc9a214c8a47615b6081fd92f8f265d3d9760cdc0925b
22,535
[ -1 ]
22,536
define-box.lisp
kisp_ompw/define-box.lisp
;;; -*- Mode:Lisp; Syntax:ANSI-Common-Lisp; -*- ;;; This file is part of ompw. ;;; Copyright (c) 2007 - 2011, Kilian Sprotte. All rights reserved. ;;; 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 Fo...
10,290
Common Lisp
.lisp
240
38.029167
134
0.660247
kisp/ompw
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
603f9e9eff2ed2a0db6accb4cde73c6cf7f607b104cb790fa4837055509020c7
22,536
[ -1 ]
22,537
examples.lisp
kisp_ompw/examples.lisp
;;; -*- Mode:Lisp; Syntax:ANSI-Common-Lisp; -*- ;;; This file is part of ompw. ;;; Copyright (c) 2007 - 2011, Kilian Sprotte. All rights reserved. ;;; 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 Fo...
1,914
Common Lisp
.lisp
51
35.156863
81
0.660705
kisp/ompw
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
25d34d2f60cb9dfe813927e7bfd076728b060a9037fd0c8cb973be7810f74389
22,537
[ -1 ]
22,538
ompw.asd
kisp_ompw/ompw.asd
;;; -*- Mode:Lisp; Syntax:ANSI-Common-Lisp; -*- ;;; This file is part of ompw. ;;; Copyright (c) 2007 - 2011, Kilian Sprotte. All rights reserved. ;;; 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 Fo...
1,211
Common Lisp
.asd
30
37.8
73
0.702726
kisp/ompw
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
f3f46b7867d98de8ca03da30aa4a23af4057e5c9818eb4dd4b3c1fcddd63eb19
22,538
[ -1 ]
22,563
mandelpnm.lisp
lvecsey_mandel-pnm/mandelpnm.lisp
(defpackage :mandelpnm (:use :cl)) (in-package :mandelpnm) ; mandelpnm will stream a set of .pnm images to stdout. You can pipe this ; to an mpeg4 image encoder, or to encodedv first and then another encoder. ; You can also render a single .pnm image directly to a file. Usually this ; is done with the 'nomem' code p...
14,003
Common Lisp
.lisp
254
50.051181
219
0.690516
lvecsey/mandel-pnm
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
11ac173e6ffa8ec7abc2a7e22f1ccd46ceb45a53d162d36a5096286344b0d773
22,563
[ -1 ]
22,564
mandelpnm.asd
lvecsey_mandel-pnm/mandelpnm.asd
(defsystem "mandelpnm" :description "Mandelbrot movies via streaming .pnm file output" :version "0.94" :author "Lester Vecsey" :licence "GPL" :components ((:file "mandelpnm")))
197
Common Lisp
.asd
6
28.5
67
0.685864
lvecsey/mandel-pnm
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
09c7e7e1a31808c46664161c78bd6419e12de2d05ca61be02fa17d0c2f041758
22,564
[ -1 ]
22,566
mandelpnm.sh
lvecsey_mandel-pnm/mandelpnm.sh
#!/usr/bin/clisp -ansi -Kfull -E iso-8859-1 (load "mandelpnm.lisp") (in-package "MANDELPNM") ;(defparameter +width+ 1280) ;(defparameter +height+ 1024) (defparameter +width+ 720) (defparameter +height+ 480) ;(defparameter +width+ 1280) ;(defparameter +height+ 720) (defun movie-render-short () (writerender-dev_stdou...
844
Common Lisp
.l
19
42.631579
142
0.743902
lvecsey/mandel-pnm
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
0935ed0ed4eaae043d14c3eefae9b34961281bb120389e3ac586924dfffdaf66
22,566
[ -1 ]
22,583
user-example.lisp
persidastricl_persidastricl/user-example.lisp
;; ----- ;; ;; -*- mode: Lisp; -*- ;; ;; user-example.lisp ;; ;; load up the persidastricl library (ql:quickload :persidastricl) ;; there is a :user package that has already set things up for you if you want to just explore (in-package #:user) ;; turn on the syntactic sugar (named-readtables:in-readtable persidastr...
2,518
Common Lisp
.lisp
55
44.163636
143
0.681967
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
6ed4bed3dbd635d85b8ff141b9730ba32b8e7e86cc00f3c27d6a7dd6f5a93e5f
22,583
[ -1 ]
22,584
example.lisp
persidastricl_persidastricl/example.lisp
;; ----- ;; ;; -*- mode: Lisp; -*- ;; ;; example.lisp ;; ;; load up the persidastricl library (ql:quickload :persidastricl) ;; ;; now define the package where my code will go and use persidastricl there ;; NOTE: you have to shadow those things that are re-written from CL ;; (defpackage #:example (:use #:cl #:persi...
1,919
Common Lisp
.lisp
55
21.563636
124
0.438814
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
d6f0a5a09bae3887f8fffc134b62826d3664cd3d2275af7a3596a16e8fc5adc0
22,584
[ -1 ]
22,585
combinatorics.lisp
persidastricl_persidastricl/test/combinatorics.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
5,732
Common Lisp
.lisp
137
37.284672
143
0.518479
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
96c98441d8cc35d45dc0c8a87267d09838e2ca51335242cfa5be74f4a516343d
22,585
[ -1 ]
22,586
syntax.lisp
persidastricl_persidastricl/test/syntax.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
1,111
Common Lisp
.lisp
49
20.571429
65
0.617647
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
9cec6bd28c6cb4c033e96e9ac80e203559e6001c380aef076cef698848093e38
22,586
[ -1 ]
22,587
bits.lisp
persidastricl_persidastricl/test/bits.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
1,555
Common Lisp
.lisp
46
31.804348
94
0.679119
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
c5e25635d84e9a7c25f4a6ff9354ebb5764e91cea97edc7b494b369a1f9a6a52
22,587
[ -1 ]
22,588
hash.lisp
persidastricl_persidastricl/test/hash.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
926
Common Lisp
.lisp
34
25.470588
65
0.641084
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
f482907ff0f8784be6d19efb5d3c3d4eac83238843a71b4aff520ee933b283bc
22,588
[ -1 ]
22,589
immutable-class.lisp
persidastricl_persidastricl/test/immutable-class.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
1,918
Common Lisp
.lisp
52
34.211538
122
0.670264
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
3b8c191a6f8eb3dff23965250c3d5af7de686c46bd0c226761d7cee1292c2509
22,589
[ -1 ]
22,590
lazy-sequence.lisp
persidastricl_persidastricl/test/lazy-sequence.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
2,069
Common Lisp
.lisp
69
24.463768
84
0.530653
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
9ba9039e7545b2cea1def0c1ac97bc17e643c46d93ce62a9237009666f58fab3
22,590
[ -1 ]
22,591
data.lisp
persidastricl_persidastricl/test/data.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
1,752
Common Lisp
.lisp
43
38.744186
122
0.5
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
92dbc608dcf473bc0e4bfdaa7d0ce23e4946c342b5f443e266b4be3a5b3ec9b7
22,591
[ -1 ]
22,592
vector.lisp
persidastricl_persidastricl/test/vector.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
2,517
Common Lisp
.lisp
63
36.793651
98
0.631299
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
31c81194f32f878374b472797c092ca8aef4043ad1177695e00d97c331d1bdae
22,592
[ -1 ]
22,593
walk.lisp
persidastricl_persidastricl/test/walk.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
2,422
Common Lisp
.lisp
69
28.623188
77
0.49059
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
53452023f526a5bef3431fc69ca7ed408f701d6f3cb8c856bab88f63b6b10716
22,593
[ -1 ]
22,594
entry.lisp
persidastricl_persidastricl/test/entry.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
1,245
Common Lisp
.lisp
40
29.25
65
0.640468
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
c123997821b9a284db2161dd8e85d9c111633184ff97a85902c618bff48481e5
22,594
[ -1 ]
22,595
atom.lisp
persidastricl_persidastricl/test/atom.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
1,052
Common Lisp
.lisp
38
25.184211
65
0.595427
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
4c118f85188632e1fd675050d6619ee198d87440ccc5594b5291611dd3bb1c88
22,595
[ -1 ]
22,596
node.lisp
persidastricl_persidastricl/test/node.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
631
Common Lisp
.lisp
28
21.035714
65
0.634841
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
fec4db087335bcc7810e8ff5a9a868bbd849a017cf5ef63329d12dfa083bc0f9
22,596
[ -1 ]
22,597
master.lisp
persidastricl_persidastricl/test/master.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
748
Common Lisp
.lisp
29
20.413793
65
0.558989
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
386a95a11e124357c008e35e6a8d2513edbc012bfbacca724e623772c363e28f
22,597
[ -1 ]
22,598
equality.lisp
persidastricl_persidastricl/test/equality.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
3,651
Common Lisp
.lisp
100
33.95
79
0.465668
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
4817fa55be0540c066bc7f162e759520b9ebf961c27f0ba63a529c9ea7978f6b
22,598
[ -1 ]
22,599
set.lisp
persidastricl_persidastricl/test/set.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
7,780
Common Lisp
.lisp
168
39.089286
114
0.446069
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
c4ce3cc9e7e5eb2ce15393e6c2360807efe8797f679e582ce5f57b7538b81283
22,599
[ -1 ]
22,600
hash-map.lisp
persidastricl_persidastricl/test/hash-map.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
3,520
Common Lisp
.lisp
99
29.616162
82
0.424082
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
7da05e916bed44bdd6dbdef8c976d85d3ad281a7cd394844d61bc0f833512e83
22,600
[ -1 ]
22,601
string.lisp
persidastricl_persidastricl/test/string.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
7,485
Common Lisp
.lisp
181
38.254144
101
0.55719
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
9f1a5ab1a84714aa8878e2890e7e7c09997721f88364a896338f5d1e53c67c22
22,601
[ -1 ]
22,602
hash-set.lisp
persidastricl_persidastricl/test/hash-set.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
996
Common Lisp
.lisp
34
27.117647
65
0.626834
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
f4663a36e5e71c943ff3bf975daba66198cf53089167c3e25057efa4b9c6795b
22,602
[ -1 ]
22,603
thunk.lisp
persidastricl_persidastricl/test/thunk.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
994
Common Lisp
.lisp
35
25.8
65
0.605263
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
6f7dbba57b4798ae2c295733c9bbca85d2e4c1fa18bb6d31d417ace75963e1fb
22,603
[ -1 ]
22,604
package.lisp
persidastricl_persidastricl/src/package.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
12,173
Common Lisp
.lisp
530
10.326415
65
0.333649
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
2eb4374d3214c90e2457305a5dba0734981bf99275df5ef79b82a54e29f56d61
22,604
[ -1 ]
22,605
node-iterator.lisp
persidastricl_persidastricl/src/iterator/node-iterator.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
1,202
Common Lisp
.lisp
38
28.973684
65
0.66609
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
f4168a066657dbdb88b2507db2eac07d7f4e960b9f90d3c34ef5b42b6258bc3c
22,605
[ -1 ]
22,606
hamt-iterator.lisp
persidastricl_persidastricl/src/iterator/hamt-iterator.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
1,834
Common Lisp
.lisp
49
31.591837
86
0.61677
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
e05fdf2664d33d0b376ddadd89923b5c1099b3d8d85376d164a4d6b107233a5a
22,606
[ -1 ]
22,607
methods.lisp
persidastricl_persidastricl/src/iterator/methods.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
729
Common Lisp
.lisp
27
24.518519
85
0.616046
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
74b58b9be2012fb5e372e6eb76a611ca64bb16b354d3c615f973b67455ae5c78
22,607
[ -1 ]
22,608
iterator.lisp
persidastricl_persidastricl/src/iterator/iterator.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
549
Common Lisp
.lisp
22
23.772727
65
0.648184
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
3f2e7e5443b955a53dd1d34db741b1e17490a5e717640b501ab0b1cec679ab61
22,608
[ -1 ]
22,609
lazy-sequence.lisp
persidastricl_persidastricl/src/lazy/lazy-sequence.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
4,206
Common Lisp
.lisp
112
32.651786
110
0.601918
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
fa06a7cbedb6919a265df57af5a68cc26ef13b16db83eade050fe902508f00c4
22,609
[ -1 ]
22,610
demo.lisp
persidastricl_persidastricl/src/lazy/demo.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
879
Common Lisp
.lisp
39
20.948718
65
0.61185
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
6598f19dd911434d32bee3c79eaceb037c5e13d239d9c18d1e275170f74d4e83
22,610
[ -1 ]
22,611
sequences.lisp
persidastricl_persidastricl/src/lazy/sequences.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
3,877
Common Lisp
.lisp
120
27.533333
76
0.531083
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
55925c05afc2d68588805a5c4ea062d619fb982983e4bb799054ce8f9c8291b8
22,611
[ -1 ]
22,612
thunk.lisp
persidastricl_persidastricl/src/lazy/thunk.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
872
Common Lisp
.lisp
35
23.057143
65
0.616867
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
43f6ae4e9813c32a49b946ca7aa30f0d724c32af99463c7e30c2f604a4fc18b4
22,612
[ -1 ]
22,613
counted.lisp
persidastricl_persidastricl/src/mixins/counted.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
847
Common Lisp
.lisp
31
25.709677
65
0.662546
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
ef78b153b5372489c49fc2d1cf5c4c6b472b6af0d67c3518757f168321f6a31d
22,613
[ -1 ]
22,614
collection.lisp
persidastricl_persidastricl/src/mixins/collection.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
718
Common Lisp
.lisp
27
25.037037
65
0.662281
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
37aea8e4f608887a5d80f7411a6496500fe3806f1ae52ecade6c5a46eb1b24c2
22,614
[ -1 ]
22,615
seqable.lisp
persidastricl_persidastricl/src/mixins/seqable.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
621
Common Lisp
.lisp
24
24.375
85
0.644182
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
a1feaeb58d8dab53794772536b94b2ea3e3343c3f45c08f7b26d6d1a3a454a1f
22,615
[ -1 ]
22,616
meta.lisp
persidastricl_persidastricl/src/mixins/meta.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
798
Common Lisp
.lisp
28
27
72
0.658377
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
30bd778a01b43663b188a1ef2a9677d0c71e80d89378786af14ad6b2c0a3ca3b
22,616
[ -1 ]
22,617
associable.lisp
persidastricl_persidastricl/src/mixins/associable.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
4,665
Common Lisp
.lisp
138
28.601449
78
0.611914
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
393aeef33c2314076a86f72d4d50222a2b4500ea2050afeebbe2fcb06d7fb4a3
22,617
[ -1 ]
22,618
syntax.lisp
persidastricl_persidastricl/src/impl/syntax.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
5,665
Common Lisp
.lisp
139
36.366906
110
0.667878
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
f7e53076f35c067a315d0540ecd9ae1bbeffad065a6dc25f0b046dfcb4205557
22,618
[ -1 ]
22,619
bpvt.lisp
persidastricl_persidastricl/src/impl/bpvt.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
1,381
Common Lisp
.lisp
34
31.264706
101
0.52871
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
940a8cc89ffafe311e5de7aa9f93d73339041fa4d2da923b63aba4de39a1a0db
22,619
[ -1 ]
22,620
functions.lisp
persidastricl_persidastricl/src/impl/functions.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
1,574
Common Lisp
.lisp
41
34.097561
117
0.645711
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
567b4482946cef0b13036abdfa06f98e7fea940dbecf4ca85e9c10ee7f2181fb
22,620
[ -1 ]
22,621
hamt.lisp
persidastricl_persidastricl/src/impl/hamt.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
1,111
Common Lisp
.lisp
36
29.166667
101
0.678571
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
f0b076bf309d34de690200e0605c8560bf0f99003c6d5a4158f8167089678c75
22,621
[ -1 ]
22,622
methods.lisp
persidastricl_persidastricl/src/impl/methods.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
729
Common Lisp
.lisp
27
24.851852
75
0.626973
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
89bd8ff26348badd8365eac73dfb65479b50dca7390e09ed85cbd0ce1d6af9c6
22,622
[ -1 ]
22,623
hash-map.lisp
persidastricl_persidastricl/src/impl/map/hash-map.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
3,637
Common Lisp
.lisp
111
26.954955
100
0.550385
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
069a8f38433287e1aff21e23932aa0f79c653c6db7c8fafa2d19eca09dc98b2f
22,623
[ -1 ]
22,624
vector.lisp
persidastricl_persidastricl/src/impl/vector/vector.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
1,821
Common Lisp
.lisp
58
27.793103
86
0.62221
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
90b16188441d22a77de082bff6499557724491a53bd9216e8ddc1c1655de1747
22,624
[ -1 ]
22,625
hash-set.lisp
persidastricl_persidastricl/src/impl/set/hash-set.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
1,283
Common Lisp
.lisp
43
27.27907
79
0.624085
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
d47b9e27a013598bd77fed8d888c525cc490ec0ea3afc4532a3c1b461aae0af7
22,625
[ -1 ]
22,626
immutable-class.lisp
persidastricl_persidastricl/src/metaclass/immutable-class.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
1,912
Common Lisp
.lisp
44
39.204545
178
0.684578
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
2506bf61d0ed6bf4f81f015193d549401ccf9e9b4aaae67c72ecf5c831caf47e
22,626
[ -1 ]
22,627
hash-map-node.lisp
persidastricl_persidastricl/src/node/hash-map-node.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
4,075
Common Lisp
.lisp
102
30.696078
94
0.546673
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
b088d3be36f855fa24fba1a1588e49b8d4e32438464760fa8bfd25412bdfa535
22,627
[ -1 ]
22,628
transient-vector-leaf-node.lisp
persidastricl_persidastricl/src/node/transient-vector-leaf-node.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
1,000
Common Lisp
.lisp
33
28.151515
95
0.669095
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
8ee49f760bf26b61c7c7c5e571c44d6ea6910f633686d75d01070d459f6b7cb3
22,628
[ -1 ]
22,629
vector-leaf-node.lisp
persidastricl_persidastricl/src/node/vector-leaf-node.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
903
Common Lisp
.lisp
29
29.172414
65
0.649366
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
f2b5a42c848a68707d17e098f9b93895ad8fe089da98ea654a2e5fcbdde2ac3d
22,629
[ -1 ]
22,630
hash-set-overflow-node.lisp
persidastricl_persidastricl/src/node/hash-set-overflow-node.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
866
Common Lisp
.lisp
30
27.2
93
0.645783
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
d1796b1d583741dd905fc17c1bca80d486ff7120a8f0f909c792b7bc59a369a7
22,630
[ -1 ]
22,631
transient-hash-set-overflow-node.lisp
persidastricl_persidastricl/src/node/transient-hash-set-overflow-node.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
1,112
Common Lisp
.lisp
33
32.030303
92
0.656104
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
2846106c8828238b9b5eca336805858f0a03148ae2e753a105a36aa0d81c25f5
22,631
[ -1 ]
22,632
persistent-hash-map-node.lisp
persidastricl_persidastricl/src/node/persistent-hash-map-node.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
3,619
Common Lisp
.lisp
73
35.945205
134
0.536523
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
6877e82f8e72550649cde9086cb1ed43f96f2127d050f56803d3ff5b3ba87f29
22,632
[ -1 ]
22,633
persistent-vector-node.lisp
persidastricl_persidastricl/src/node/persistent-vector-node.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
4,594
Common Lisp
.lisp
99
33.383838
144
0.517503
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
7c060edcc0eaeb7077c1910b6a2b0fe151283f8d64f3d1e1d11a97cf3085d128
22,633
[ -1 ]
22,634
persistent-hash-map-overflow-node.lisp
persidastricl_persidastricl/src/node/persistent-hash-map-overflow-node.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
1,361
Common Lisp
.lisp
33
35.212121
121
0.581694
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
1a5d9fa67a9bda63ccc2203df8ca9c69a46e98e76cacef1005a706ed064ba342
22,634
[ -1 ]
22,635
overflow-node.lisp
persidastricl_persidastricl/src/node/overflow-node.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
965
Common Lisp
.lisp
36
25.111111
65
0.649294
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
61a1f90906df4ad04dd7e1a873677b1827069efdebb23af77e7a312f733ac213
22,635
[ -1 ]
22,636
bpvt-node.lisp
persidastricl_persidastricl/src/node/bpvt-node.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
727
Common Lisp
.lisp
26
26.769231
65
0.670977
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
191040c14c2186d7dc0e0aaef391a8ba4e005af2e74f8895f4de217560df0afb
22,636
[ -1 ]
22,637
persistent-vector-leaf-node.lisp
persidastricl_persidastricl/src/node/persistent-vector-leaf-node.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
1,559
Common Lisp
.lisp
38
35.710526
89
0.629874
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
761d145b3e0ec283b3b4a8b010d81b11c9948f6add3d2fbfa489e1f200ec588f
22,637
[ -1 ]
22,638
vector-node.lisp
persidastricl_persidastricl/src/node/vector-node.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
1,157
Common Lisp
.lisp
36
30.333333
66
0.66487
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
f594da4c3a9bfb2b6834e58d9bfe8d76875ab00d1bb07d033b7b31d45624c8ee
22,638
[ -1 ]
22,639
node.lisp
persidastricl_persidastricl/src/node/node.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
1,609
Common Lisp
.lisp
49
30
103
0.663443
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
880cb3d3777ed067582af63803cb1f8008b63caddce24b27156fbba9b5c7d8ef
22,639
[ -1 ]
22,640
hamt-node.lisp
persidastricl_persidastricl/src/node/hamt-node.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
2,696
Common Lisp
.lisp
70
35.985714
80
0.689629
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
22ebe6f0d4059560baa72ce39aeab8713c44b49753f9d31a7e1a2aed6fb03cb8
22,640
[ -1 ]
22,641
transient-hash-map-node.lisp
persidastricl_persidastricl/src/node/transient-hash-map-node.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
2,374
Common Lisp
.lisp
61
35.836066
132
0.678261
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
62d61207d8ac665b61981fc362d963cdba5546cd5fe4f2011e81ec8fdda995ee
22,641
[ -1 ]
22,642
hash-map-overflow-node.lisp
persidastricl_persidastricl/src/node/hash-map-overflow-node.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
1,067
Common Lisp
.lisp
34
29.470588
92
0.641326
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
d1621dd1a3a68386153f3ff674403f964d1dd661ca159b7806fae49c9c552407
22,642
[ -1 ]
22,643
transient-hash-set-node.lisp
persidastricl_persidastricl/src/node/transient-hash-set-node.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
2,318
Common Lisp
.lisp
61
34.918033
132
0.684046
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
3adff3d00a76326ea54a3736e9c59fb556d253ca71397eb846bb3d95431e8ab9
22,643
[ -1 ]
22,644
hash-set-node.lisp
persidastricl_persidastricl/src/node/hash-set-node.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
3,288
Common Lisp
.lisp
85
29.717647
93
0.542346
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
914f3628ccc710af756ed03f283aed2a7c4e8513543c47b6a3afc4b39525e2ee
22,644
[ -1 ]
22,645
persistent-hash-set-node.lisp
persidastricl_persidastricl/src/node/persistent-hash-set-node.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
3,551
Common Lisp
.lisp
73
35
134
0.537684
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
644e116b3ce53a7805b67a69683ec3820f54ba852edb1b80c7d0daa55bdd6878
22,645
[ -1 ]
22,646
transient-vector-node.lisp
persidastricl_persidastricl/src/node/transient-vector-node.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
3,391
Common Lisp
.lisp
83
30.481928
97
0.531799
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
b23afe09b2059439048b637abca668d68c4f46e07386dfc63ce2febf462f2d98
22,646
[ -1 ]
22,647
transient-hash-map-overflow-node.lisp
persidastricl_persidastricl/src/node/transient-hash-map-overflow-node.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
1,261
Common Lisp
.lisp
37
30.810811
91
0.617406
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
356841e59da1da161a7b46623fb06877dcba0acc2491e02a7bc5a65e8a4bf30e
22,647
[ -1 ]
22,648
persistent-hash-set-overflow-node.lisp
persidastricl_persidastricl/src/node/persistent-hash-set-overflow-node.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
1,109
Common Lisp
.lisp
29
36.758621
110
0.663873
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
a3f0878bd95b421985ddb0034bb5b54577eee1419fc95c79db4424f143a0b218
22,648
[ -1 ]
22,649
bits.lisp
persidastricl_persidastricl/src/init/bits.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
1,563
Common Lisp
.lisp
45
32.711111
71
0.687003
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
b6c57b72f56b7b465b3824b2504538b901181eda51a1702cb5b2b13482a566d9
22,649
[ -1 ]
22,650
hash.lisp
persidastricl_persidastricl/src/init/hash.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
2,601
Common Lisp
.lisp
57
28.842105
127
0.447472
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
bc045360917b15aabe5a0aff2a17743f1b778cbbd59c95413dd90e700964b892
22,650
[ -1 ]
22,651
vector.lisp
persidastricl_persidastricl/src/init/vector.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
2,932
Common Lisp
.lisp
91
26.076923
73
0.548535
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
933549bf130a7922e230caaaa904af1132c8e0ff0246cb01e9112e5709dc3960
22,651
[ -1 ]
22,652
entry.lisp
persidastricl_persidastricl/src/init/entry.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
2,461
Common Lisp
.lisp
68
33.794118
102
0.678345
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
f53eaf01d2b9f83af71336f543ce624393e4153b67fc78e38fa6c209cbdaca16
22,652
[ -1 ]
22,653
equality.lisp
persidastricl_persidastricl/src/init/equality.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
2,190
Common Lisp
.lisp
73
25.068493
89
0.554394
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
ac74fc272f045fc349edfb37995611ba7cd3881895f776bfe114cb6c99bdb0ad
22,653
[ -1 ]
22,654
functions.lisp
persidastricl_persidastricl/src/init/functions.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
3,494
Common Lisp
.lisp
124
24.137097
97
0.584458
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
59a1179f8e75e1eeb5e1c55e03bffd4516485b85e20b213c1b2985438b891e52
22,654
[ -1 ]
22,655
methods.lisp
persidastricl_persidastricl/src/init/methods.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
3,859
Common Lisp
.lisp
99
35.626263
112
0.631297
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
efb6c9aee2a7d20d2c7066d3253deb2820c62cdb065c8f6976774402b5da13af
22,655
[ -1 ]
22,656
compare.lisp
persidastricl_persidastricl/src/init/compare.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
1,245
Common Lisp
.lisp
41
26.780488
65
0.574895
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
08fdaf5e3edd13738a71e48a69914f398d32ed55a862a8d906b1ca947d86e87b
22,656
[ -1 ]
22,657
macros.lisp
persidastricl_persidastricl/src/init/macros.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
1,741
Common Lisp
.lisp
57
25.666667
84
0.580048
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
244a4c1d4651453503f7ec229539013342408033f9b902035b286b25ad62c761
22,657
[ -1 ]
22,658
atom.lisp
persidastricl_persidastricl/src/stm/atom.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
2,670
Common Lisp
.lisp
86
27.325581
101
0.632009
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
c076e01274887aa29e3ec6be6e598dc00c313ef5aaf4211916ca74eb7ba6c4f5
22,658
[ -1 ]
22,659
combinatorics.lisp
persidastricl_persidastricl/src/core/combinatorics.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
18,046
Common Lisp
.lisp
420
31.009524
128
0.487569
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
a03081a179ee20b44f639e9ef899fb1d3ec3c561e4fe05e358e38e20ec9c6426
22,659
[ -1 ]
22,660
when-first.lisp
persidastricl_persidastricl/src/core/when-first.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
786
Common Lisp
.lisp
28
24.714286
65
0.579576
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
0d4c15f2d249a35d28f44c4e03af06c6d880c19ae9efdfd35f4184127a5dcc00
22,660
[ -1 ]
22,661
json.lisp
persidastricl_persidastricl/src/core/json.lisp
;;; ----- ;;; ;;; Copyright (c) 2019-2023 Michael D Pendergrass, pupcus.org ;;; ;;; This program and the accompanying materials are made ;;; available under the terms of the Eclipse Public License 2.0 ;;; which is available at https://www.eclipse.org/legal/epl-2.0/ ;;; ;;; SPDX-License-Identifier: EPL-2.0 ;;; ;;; ...
4,352
Common Lisp
.lisp
87
44.586207
310
0.500945
persidastricl/persidastricl
2
0
2
EPL-2.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
2b5dd5a73565591ab449e6c680456684deebe900c5fae8828f002afed178156e
22,661
[ -1 ]