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
2,674
display.common.lisp
phantomics_seed/seed.ui-spec.display.common/display.common.lisp
;;;; display.common.lisp (in-package #:seed.ui-model.react) (specify-components html-view-mode (html-display (:get-initial-state (lambda () (create content-string (@ this props data))) :component-did-mount (lambda () (chain subcomponents (script-effects (@ this props)))) ;; run specified script effect...
1,156
Common Lisp
.lisp
30
34.4
94
0.652135
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
aaf820f9cde4b3aa739f741296ee77a840f7c6d6cfb2727cd917424b0533adb6
2,674
[ -1 ]
2,675
style.icons-m-design.lisp
phantomics_seed/seed.foreign.browser-spec.style.icons-m-design/style.icons-m-design.lisp
;;;; style.icons-m-design.lisp (in-package #:seed.foreign.browser-spec.style.icons-m-design) (defparameter *local-package-name* (package-name *package*)) (defmacro foundational-browser-style-material-design-icons () "Generate the paths for the style source files." (mapcar (lambda (item) (asdf:system-relative-pat...
408
Common Lisp
.lisp
7
55.857143
102
0.751256
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
e8b322b0767ebbf13d2f92f4a8bae9bdfb928d3f5d5faade4fb6b834be0bd214
2,675
[ -1 ]
2,676
media.base.lisp
phantomics_seed/seed.media.base/media.base.lisp
;;;; media.base.lisp (in-package #:seed.generate) (specify-media media-spec-base ;; read data from a file (get-file (source) `(load-exp-from-file (sprout-name sprout) ,(if (symbolp source) `(concatenate 'string (string-downcase ,(if (eq :-self source) `(branch-name branch) `(...
21,805
Common Lisp
.lisp
533
34.838649
109
0.612562
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
5b5fb7845793c7a91df0fa64f3bf05d516b2335ddc65d8a94deeb067d318faeb
2,676
[ -1 ]
2,677
extension.lisp
phantomics_seed/seed.media.base/extension.lisp
;;;; extension.lisp (in-package #:seed.generate) (use-package 'drakma) (use-package 'seed.app-model.sheet.base) (use-package 'seed.app-model.document-slate.base) (export 'media-spec-base)
190
Common Lisp
.lisp
6
30.333333
49
0.763736
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
e86862a30e2d6ed1a2b9ea1f60ea27a7329b6e62a963cae12d951c4e3ea06d78
2,677
[ -1 ]
2,678
package.lisp
phantomics_seed/seed.modulate/package.lisp
(defpackage #:seed.modulate (:export #:encode #:decode #:display-format-predicate #:modes #:glyphs #:specify-glyphs #:preprocess-structure #:symbol-jstring-process #:postprocess-structure) (:use #:common-lisp #:cl-utilities #:fare-quasiquote #:cl-ppcre #:parse-number #:symbol-munger))
301
Common Lisp
.lisp
4
70.5
109
0.717172
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
729a0855404120d7d14b8d337cc3c4f411cd2218ec333d32b6218bd4bc2f2dad
2,678
[ -1 ]
2,679
modulate.lisp
phantomics_seed/seed.modulate/modulate.lisp
;;;; modulate.lisp (in-package #:seed.modulate) (defparameter *local-package-name* (package-name *package*)) (defun array-map (function &rest arrays) "Maps the function over the arrays. Assumes that all arrays are of the same dimensions. Returns a new result array of the same dimension." (flet ((make-displaced-a...
26,585
Common Lisp
.lisp
626
35.408946
181
0.609439
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
922f6f724eb8a6ca7cff8442a047cb4088894ab01da0f4de9c11bcbe038e14b3
2,679
[ -1 ]
2,680
document.base.lisp
phantomics_seed/seed.ui-spec.stage-controls.document.base/document.base.lisp
;;;; seed.ui-spec.stage-controls.document.base.lisp (in-package #:seed.ui-spec.stage.base) (defmacro stage-controls-document-base (meta-symbol spec-symbol params-symbol output-symbol) (declare (ignorable spec-symbol)) `(((eq :doc-mark-bold (first ,params-symbol)) (cons `(,',meta-symbol :bold :mode (:interact...
1,091
Common Lisp
.lisp
22
44.954545
92
0.668229
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
34bda31c4a420cf181b5640d9eaf342237cca49798d721ed66cb73fcd0f6fd2f
2,680
[ -1 ]
2,681
styles.lisp
phantomics_seed/portal.demo1/styles.lisp
(in-package #:my-portal) (defvar css-string nil) (setq css-string (concatenate 'string "/* Portal styles */" (lass:compile-and-write '(|#main| (.container :background "#fff" (.portal-column :padding-right 8px :padding-left 8px)) (.portal (.overview :position absolut...
2,236
Common Lisp
.lisp
93
17.903226
125
0.584201
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
cbe068bb95e1286c5626d54c97d107807de84eee6b0302b4ece31823c57a530a
2,681
[ -1 ]
2,682
package.lisp
phantomics_seed/portal.demo1/package.lisp
;;;; package.lisp (defpackage #:portal.demo1 (:export #:grow) (:use #:common-lisp #:seed.generate #:seed.modulate #:seed.express.glyphs.base #:seed.ui-model.stage #:seed.ui-model.keys #:seed.ui-model.html #:seed.ui-model.css #:seed.ui-model.react #:seed.ui-spec.html.base #:seed.ui-spec.color.base ;; #:s...
746
Common Lisp
.lisp
16
44.125
80
0.728395
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
642f78d4d40d793a386ce38fdc4819939de50951710d7254c3e8c639f3da2319
2,682
[ -1 ]
2,683
portal.lisp
phantomics_seed/portal.demo1/portal.lisp
;;;; portal.lisp (in-package #:portal.demo1) (defvar *portal*) (modes (:atom modes-atom-base) (:form modes-form-base) (:meta modes-meta-common)) (media media-spec-base media-spec-chart-base media-spec-graph-garden-path) (glyphs glyphs-base) (test-core-systems) (browser-interface (:markup (html-inde...
2,277
Common Lisp
.lisp
52
35.788462
83
0.670578
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
20e36ebe69cab1d1a9629ce0349b472f86c545d4b11fe0c850e805478220cff7
2,683
[ -1 ]
2,684
test-core-systems.lisp
phantomics_seed/portal.demo1/test-core-systems.lisp
;;;; test-core-systems.lisp (in-package #:portal.demo1) ;; tests of the seed.generate and seed.modulate systems are run in the portal, ;; because these systems are extended as part of the portal's build process. (defvar test-sprout) (defmacro test-core-systems () `(progn (princ (format nil "~%Tests for seed...
3,216
Common Lisp
.lisp
59
47.644068
104
0.620855
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
d8c97883fcc7ed924f1e82b3ff224ac5a93d3f7e1b86d3f5df9ecfc633f11aea
2,684
[ -1 ]
2,685
systems.lisp
phantomics_seed/portal.demo1/systems.lisp
(META ((META :PORTAL.DEMO1 :MODE (:VIEW :PORTAL-NAME)) (META "demo-market" :MODE (:VIEW :SELECT :OPTIONS ((:VALUE "demo-sheet" :TITLE "demoSheet") (:VALUE "demo-graph" :TITLE "demoGraph") (:VALUE "demo-image" :TITLE "demoImage") (:VALUE "demo-drawing" :TITLE "demoDrawing") (:VALUE "demo-ma...
1,638
Common Lisp
.lisp
37
39.540541
77
0.642723
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
2316c440d1c5d33bc95b7a53d98102e783fc938d8b33937b7f074ec011345124
2,685
[ -1 ]
2,686
unit.base.lisp
phantomics_seed/seed.ui-spec.unit.base/unit.base.lisp
;;;; seed.ui-spec.unit.base.lisp (in-package #:seed.ui-model.react) (specify-components interface-units (cell-standard (:get-initial-state (lambda () (chain this (initialize (@ this props)))) :initialize (lambda (props) (funcall inherit this props (lambda (d) (@ d data)) (lambda (pd) (...
26,484
Common Lisp
.lisp
655
32.764885
106
0.548851
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
016dee0122b33e7f6700553be5b0499c4847181b399706f2bf62c85cea615861
2,686
[ -1 ]
2,687
style.base.lisp
phantomics_seed/seed.foreign.browser-spec.style.base/style.base.lisp
;;;; style.base.lisp (in-package #:seed.foreign.browser-spec.style.base) (defparameter *local-package-name* (package-name *package*)) (defmacro foundational-browser-style-base () "Generate the paths for the style source files." (mapcar (lambda (item) (asdf:system-relative-pathname (intern *local-package-name* "K...
558
Common Lisp
.lisp
10
53.2
102
0.750459
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
2851db6f3f4148bae1b58ea3501c9928e50475cd5ba5170e4cd778043daf2930
2,687
[ -1 ]
2,688
css-vector.base.lisp
phantomics_seed/seed.ui-spec.css-vector.base/css-vector.base.lisp
;;;; css-vector.base.lisp (in-package #:seed.ui-model.css) (specify-css-styles css-ivector-standard (with (:palette-symbols base3 base2 base1 base0 base00 base01 base02 base03 yellow orange red magenta violet blue cyan green)) :by-palette (``((.pane (svg (.link :stroke ,base1) (.icon-title-frame ((:or...
7,122
Common Lisp
.lisp
268
17.735075
128
0.525165
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
ba9dbfe7686887ffb0dda214be31a0fc5c98d327225421b903316b7411e9dd6d
2,688
[ -1 ]
2,689
package.lisp
phantomics_seed/seed.ui-spec.stage.base/package.lisp
;;;; package.lisp (defpackage #:seed.ui-spec.stage.base (:export #:simple-stage #:simple-branch-layout #:simple-sub-navigation-layout) (:use #:cl #:seed.generate #:symbol-munger))
185
Common Lisp
.lisp
4
44
80
0.716667
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
10a787debd2cd9a019c5e86f82308af94cf021a2a89a2a57fbd6255f3f3ea004
2,689
[ -1 ]
2,690
stage.base.lisp
phantomics_seed/seed.ui-spec.stage.base/stage.base.lisp
;;;; seed.ui-spec.stage.base.lisp (in-package #:seed.ui-spec.stage.base) (defmacro simple-stage (portal &key (branches nil) (sub-nav nil)) `(lambda () (let ((branch-specs (if (of-sprout-meta ,portal :active-system) (get-portal-contact-branch-specs ,portal (intern (string-upcase ...
5,046
Common Lisp
.lisp
100
41.45
107
0.610953
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
3bce8f55749c1e32101f92e6d08fcbc2fcdc91243d4a6c28a827bb842c13d943
2,690
[ -1 ]
2,691
stage-controls.graph.lisp
phantomics_seed/seed.ui-spec.stage-controls.graph/stage-controls.graph.lisp
;;;; stage-controls.graph.lisp (in-package #:seed.ui-spec.stage.base) (defmacro stage-controls-graph-base (meta-symbol spec-symbol params-symbol output-symbol) (declare (ignorable spec-symbol)) `(((eq :add-graph-node (first ,params-symbol)) (cons `(,',meta-symbol :add-node :mode (:interaction :add-graph-node...
653
Common Lisp
.lisp
13
46.076923
89
0.68652
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
d3e25f8719906299d06a31615e5e09edca012353f170f9b3857858f45b6f8fce
2,691
[ -1 ]
2,692
form.mode-sheet.lisp
phantomics_seed/seed.ui-spec.form.mode-sheet/form.mode-sheet.lisp
;;;; seed.ui-spec.form.mode-sheet.lisp (in-package #:seed.ui-model.react) (specify-components sheet-view-mode (sheet-view (:get-initial-state (lambda () (chain j-query (extend (create point #(0 0) point-attrs (create value nil delta nil) meta (chain j-query (extend t (create max-depth 0 ...
12,215
Common Lisp
.lisp
286
35.909091
107
0.575478
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
c645969f774cb000bc31ea59e5d6bb5271c7f5eccb86dbc60d0ca3a72829473c
2,692
[ -1 ]
2,693
form.mode-document.lisp
phantomics_seed/seed.ui-spec.form.mode-document/form.mode-document.lisp
;;;; seed.ui-spec.form.mode-document.lisp (in-package #:seed.ui-model.react) (specify-components document-view-mode (document-view (:get-initial-state (lambda () (let ((initial-value (chain -slate-value (from-j-s-o-n (if (and (@ this props data data) (not (= "undefined" (typeof (@ th...
8,995
Common Lisp
.lisp
213
34.741784
101
0.586411
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
959319fffcda7e48b0445141006de5b7367cf62f5383072e40074d758bce286d
2,693
[ -1 ]
2,694
package.lisp
phantomics_seed/demo-sheet/package.lisp
;;;; package.lisp (defpackage #:demo-sheet (:export) (:use #:common-lisp #:april #:array-operations #:seed.app-model.sheet.base #:seed.sublimate #:seed.app-model.graph.garden-path #:seed.app-model.document-slate.base))
226
Common Lisp
.lisp
6
35.5
74
0.726027
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
449fc2852c54ab17a5759570246a0e2308890f69262017c33cf12ea13903ff51
2,694
[ -1 ]
2,695
graph.lisp
phantomics_seed/demo-sheet/graph.lisp
(in-package #:demo-sheet) (graph-garden-path main-graph (:ID :CC :TYPE :SWITCH :ITEMS ("Begin") :META (:TITLE "First Node" :ABOUT "") :DO ((setf (getf state :bla) (1+ (getf state :bla)))) :LINKS ((:ID :C1 :TO :AA :META (:TITLE "Return" :ABOUT "") :IF (= 1 1)) (:ID :C2 :TO :BB :META (:...
1,734
Common Lisp
.lisp
42
35.52381
62
0.534953
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
522a75ce6d4eac262906241a75998a34d05469584bb959a755c6d73497a11590
2,695
[ -1 ]
2,696
main.lisp
phantomics_seed/demo-sheet/main.lisp
(IN-PACKAGE #:DEMO-SHEET) (DEFVAR GEN-SPACE-APL) (SETQ GEN-SPACE-APL "addWalls←{⍺⍪⍵[1+⍳(1⌷⍴⍵)-2;;]⍪⍺} addFloor←{⍵[;⍳(2⌷⍴⍵)-1;],[2]⍺} field←16 16 16⍴0 field←1 addWalls 2 addFloor field field[;5 6;4]←3 field[8;4;6]←4 field[8;8;]←1 field") (DEFVAR GENERATED-SPACE) (SETQ GENERATED-SPACE (ARRAY-TO-NESTED-VECTOR (APRIL GEN-...
15,821
Common Lisp
.lisp
296
39.793919
79
0.490373
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
82dabed62a5c2c51983088b0a05d97b4c4350f753d2f95fbccc3c42b0a5934ff
2,696
[ -1 ]
2,697
ui-model.css.lisp
phantomics_seed/seed.ui-model.css/ui-model.css.lisp
;;;; ui-model.css.lisp (in-package #:seed.ui-model.css) (defun replace-keys-in-form (to-find to-replace-with form) (loop for item in form collect (cond ((listp item) (replace-keys-in-form to-find to-replace-with item)) ((and (keywordp item) (find item to-find)) (nth (position item to...
3,468
Common Lisp
.lisp
81
37.716049
109
0.59234
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
6ede8d044bf75d55888c1389ada4a5ece41acee3e0c141517df56f3fa3589975
2,697
[ -1 ]
2,698
css.base.lisp
phantomics_seed/seed.ui-spec.css.base/css.base.lisp
;;;; css.base.lisp (in-package #:seed.ui-model.css) ;; Main CSS styles for Seed's interface. (specify-css-styles css-base (with (:palette-symbols base3 base2 base1 base0 base00 base01 base02 base03 yellow orange red magenta violet blue cyan green)) :basic (``("/* Portal styles */ @keyframes animatedBackgrou...
44,954
Common Lisp
.lisp
1,335
27.991011
569
0.607501
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
d29c4a95383c5439002f1d18f45fbe839b0d194a75c23acaaf08c3e571934d91
2,698
[ -1 ]
2,699
extension.lisp
phantomics_seed/seed.ui-spec.css.base/extension.lisp
;;;; extension.lisp (in-package #:seed.ui-model.css) (export 'css-base) (export 'css-overview) (export 'css-adjunct) (export 'css-column-view) (export 'css-form-view) (export 'css-form-view-interface-elements) (export 'css-text-view) (export 'css-glyph-display) (export 'css-font-spec-ddin) (export 'css-symbol-style-d...
458
Common Lisp
.lisp
15
29.333333
47
0.772727
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
5ffdadc601a59608d66a1f1dd6cd2a15210b0951c7a54f6e92f669c482cd7537
2,699
[ -1 ]
2,700
main.lisp
phantomics_seed/demo-drawing/main.lisp
(IN-PACKAGE #:DEMO-DRAWING) (GEN-SVG (:G :ID "group1" (:RECT :X 228 :Y 82 :HEIGHT 100 :WIDTH 40 :FILL (META "#195e19" :MODE (:VIEW :COLOR-PICKER :OUTPUT :HTML-RGB-STRING))) (:ELLIPSE :CX 245 :FILL (META "#CC4B4B" :MODE (:VIEW :SELECT :OPTIONS ((:VALUE "#CC4B4B" :TITLE "Faded Red") (:VALUE "#C8...
9,702
Common Lisp
.lisp
202
40.485149
79
0.575263
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
cb2ca8d4979b1b212545d759db228a98e6b7f11e546b5d5ddd202cc1fc8b09a3
2,700
[ -1 ]
2,701
format.lisp
phantomics_seed/demo-drawing/format.lisp
;;;; format.lisp (in-package #:demo-drawing) (defmacro define-stream (symbol) `(defvar ,symbol (make-string-output-stream))) (defmacro gen-svg (&rest form) (let ((stream-symbol (gensym))) `(let ((,stream-symbol (make-string-output-stream))) (defvar svg-content) (cl-who:with-html-output (,stream...
1,631
Common Lisp
.lisp
36
41.166667
97
0.649874
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
37c3ceb8b1a3126a1cc5f8d1df185cd46dcadbc776dc158c00b9e4e105942e1a
2,701
[ -1 ]
2,702
vector.base.lisp
phantomics_seed/seed.ui-effects.vector.base/vector.base.lisp
;;;; vector.base.lisp (in-package #:seed.ui-model.react) (defvar title-text-standard) (setq title-text-standard `(lambda (interface) (let ((text-xoffset-expandable (* 1.7 (@ interface params section))) (text-xoffset-unexpandable (* 1.1 (@ interface params section))) (text-yposition 4.8)) (...
9,631
Common Lisp
.lisp
217
37.281106
108
0.592522
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
e958d897377f7f3e49a9c04b930b8737d3a0178b5ca63029fa0917a11d66ba03
2,702
[ -1 ]
2,703
utils.lisp
phantomics_seed/demo-market/utils.lisp
;; utils.lisp (in-package #:demo-market) (defvar chart-data) (defvar *forex-time-modulation* (list (list :offset 144000 :period 604800 :gap 176400))) (defun load-exp-from-file (package-name file-path) "Load a form from a file at the given relative path." (with-open-file (data (asdf:system-relative-pathname pack...
5,778
Common Lisp
.lisp
141
36.219858
106
0.610637
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
d5abc067c7669e669b884cffe9fc6c5de9a529a505a4c416fc73f5ae019927cb
2,703
[ -1 ]
2,704
main.lisp
phantomics_seed/demo-market/main.lisp
(IN-PACKAGE #:DEMO-MARKET) (DEFVAR CHART-ENTITIES) (META (SETQ CHART-ENTITIES (LIST)) :MODE (:MODEL ((META ((META "1087455600" :MODE (:TITLE "Start Time" :VIEW :TEXTFIELD :VALUE "1087455600")) (META "1.52" :MODE (:TITLE "Start Price" :VIEW :TEXTFIELD :VALUE "1.52")) (META "1087650000" :MODE ...
2,668
Common Lisp
.lisp
58
40.137931
79
0.612644
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
ca29f22fdcadd50d8156636a0ac888732e572e528ce56a44956db93709fa96aa
2,704
[ -1 ]
2,705
package.lisp
phantomics_seed/seed.ui-spec.color.base/package.lisp
;;;; package.lisp (defpackage #:seed.ui-spec.color.base (:export #:palette-hicontrast-solarized #:palette-medcontrast-adjunct #:palette-medcontrast-dropcloth) (:use #:cl))
181
Common Lisp
.lisp
5
33.4
71
0.737143
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
2ed00d9fe23f2411ff2417c91f878a8e4fc23bdaa26065e748763b5fc8312ede
2,705
[ -1 ]
2,706
color.base.lisp
phantomics_seed/seed.ui-spec.color.base/color.base.lisp
;;;; seed.ui-spec.color.base.lisp (in-package #:seed.ui-spec.color.base) (defvar palette-hicontrast-solarized) (defvar palette-medcontrast-adjunct) (defvar palette-medcontrast-dropcloth) (setq palette-hicontrast-solarized (list :base03 "#002b36" :base02 "#073642" :base01 "#586e75" :base00 "#657b83" :base0...
4,396
Common Lisp
.lisp
86
47.895349
109
0.618648
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
d4acbddada70bcc7c956784093594f032730285bd5d353c47e6de7c748c62a37
2,706
[ -1 ]
2,707
package.lisp
phantomics_seed/seed.ui-model.html/package.lisp
;;;; package.lisp (defpackage #:seed.ui-model.html (:export #:browser-interface #:html-stream-to-file #:html-stream-to-string) (:import-from :seed.modulate #:trace-symbol) (:use #:cl #:cl-ppcre #:cl-who #:parenscript #:lass #:symbol-munger #:seed.modulate))
266
Common Lisp
.lisp
5
50.6
87
0.698842
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
f50c8709ae0dcca5492c1787b6b8812099ef9a12967ef035f8b1d362dd1a8388
2,707
[ -1 ]
2,708
ui-model.html.lisp
phantomics_seed/seed.ui-model.html/ui-model.html.lisp
;;;; ui-model.html.lisp (in-package #:seed.ui-model.html) (defmacro browser-interface (&rest params) "Top-level macro to generate a browser interface." (let ((foundation (rest (assoc :foundation params))) (markup (rest (assoc :markup params))) (script (rest (assoc :script params))) (style (rest (assoc :style p...
10,680
Common Lisp
.lisp
200
45.53
174
0.63474
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
1833af109f9de1b2226a545897e2f27755d0fa2e64ade89e0d2481195cafa60e
2,708
[ -1 ]
2,709
qualify-build.lisp
phantomics_seed/seed.ui-model.html/qualify-build.lisp
;;;; qualify-build.lisp ;;; This macro is broken out in a separate file so it can easily be used in the install-seed program. (in-package #:seed.ui-model.html) (defmacro qualify-build (success failure) "Ensure that the necessary components are in place to build the libraries needed by the frontend interface." `(f...
1,719
Common Lisp
.lisp
28
55
221
0.654233
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
61b1a8d4ce0796159a3eb8fd76c80dee776799d81ced24c875126592a6738364
2,709
[ -1 ]
2,710
meta.common.lisp
phantomics_seed/seed.modes.meta.common/meta.common.lisp
;;;; meta.common.lisp (in-package #:seed.modulate) (specify-meta-modes modes-meta-common (:spiral-points-expand (lambda (items) (flet ((fibo-plotter (x y scale iterations) (flet ((e-process (value) (exp (* value 0.30635)))) (loop :for index :from 0 :to (1- iterations) ...
3,368
Common Lisp
.lisp
69
33.797101
109
0.478617
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
7abbbc2af7667003b65006c86b8ef5c04a15bebcb4f8206314dc0abbba449a79
2,710
[ -1 ]
2,711
chart.base.lisp
phantomics_seed/seed.ui-spec.stage-controls.chart.base/chart.base.lisp
;;;; chart.base.lisp (in-package #:seed.ui-spec.stage.base) (defmacro stage-controls-chart-base (meta-symbol spec-symbol params-symbol output-symbol) (declare (ignorable spec-symbol)) `(((eq :select (first ,params-symbol)) (cons `(,',meta-symbol :select :mode (:interaction :chart-select)) ,output-symbol)...
901
Common Lisp
.lisp
19
42.894737
89
0.663636
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
fd923ca87a7871865f9e89877cc7d9f5e753c773ba0edf03e5da03365322b8e2
2,711
[ -1 ]
2,712
package.lisp
phantomics_seed/seed.generate/package.lisp
;;;; package.lisp (defpackage #:seed.generate (:export #:portal #:media #:file-output #:find-form-in-spec #:get-portal-contacts #:of-sprout-meta #:get-portal-contact-branch-specs #:media-spec-base) ; TODO should not be necessary to include this last (:use #:cl #:asdf #:jonathan #:fare-quasiquote #:quic...
382
Common Lisp
.lisp
8
44.375
83
0.709677
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
8993de7d06b448e204056d90053146204e8683cc6d13b65f66c2f435f2c71ac0
2,712
[ -1 ]
2,713
generate.lisp
phantomics_seed/seed.generate/generate.lisp
;;;; generate.lisp (in-package #:seed.generate) (defun list-dimensions (list depth) "Get the dimensions of a list." (loop repeat depth collect (length list) do (setf list (car list)))) (defun find-form-in-spec (head-name limbs &optional results) (if limbs (if (listp (first limbs)) (if (string= (string-u...
37,863
Common Lisp
.lisp
777
43.34749
314
0.613656
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
82d279008cf157d7a45a78c07b7ab5717a86d815d23c243db6bce959cd05cb87
2,713
[ -1 ]
2,714
main.lisp
phantomics_seed/demo-blog/main.lisp
(IN-PACKAGE #:DEMO-BLOG) (META 5 :MODE (:MODEL ((META (((META "First Post" :MODE (:VIEW :TEXTFIELD :VALUE "First Post")))) :MODE (:VIEW :ITEM :TITLE "Load File" :REMOVABLE T :FORMAT-PROPERTIES (:TYPE :LOAD) :MODEL (((META "First Post" :MODE (:VIEW :TEXTFIELD :VALUE "First Post"))))...
650
Common Lisp
.lisp
20
28.3
84
0.615873
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
b6130db298ad962af453a516f4b8a0c9114f17be1f0d6f8f1c8c063e9b4afa4f
2,714
[ -1 ]
2,715
document-slate.base.lisp
phantomics_seed/seed.app-model.document-slate.base/document-slate.base.lisp
;;;; slate.base.lisp (in-package #:seed.app-model.document-slate.base) (defun render-html (form) (if (and (eq :document (first form)) (eq :nodes (caadr form)) (string= "document" (getf (second form) :kind))) (mapcar #'render-node (cadadr form)))) (defun render-node (node) (labels ((apply-marks (mar...
1,642
Common Lisp
.lisp
48
28.25
58
0.579245
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
5aff45e7be274ef1e14e963ecd5afc6a3c97539da1e8d4e16557f0c6c7987fb7
2,715
[ -1 ]
2,716
package.lisp
phantomics_seed/seed.ui-spec.keys.map-apl/package.lisp
;;;; package.lisp (defpackage #:seed.ui-spec.keys.map-apl (:export #:key-ui-map-apl #:key-ui-map-apl-meta-specialized) (:use #:cl #:parenscript #:seed.ui-model.keys))
172
Common Lisp
.lisp
4
40.75
62
0.688623
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
b8948e0c4904d117a2998a7cca43970d4b3f7a4369fabf5e83664247065acae7
2,716
[ -1 ]
2,717
keys.map-apl.lisp
phantomics_seed/seed.ui-spec.keys.map-apl/keys.map-apl.lisp
;;;; keys.map-apl.lisp (in-package #:seed.ui-spec.keys.map-apl) (specify-key-ui key-ui-map-apl ;; This is an orthodox APL keymap. It is unsuitable for use when using the meta key (ctrl on PC systems and ;; command on Apple systems) as the modifier because most browsers do not allow the reassignment of the ;; meta...
2,570
Common Lisp
.lisp
33
66.454545
109
0.507105
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
29bc1634b7993467028f79b85762dd58d34c6a52c7efd31f91d50ac9573f5cae
2,717
[ -1 ]
2,718
html-css.glyph-set-mdi.lisp
phantomics_seed/seed.ui-spec.html-css.glyph-set-mdi/html-css.glyph-set-mdi.lisp
;;;; html-css.glyph-set-mdi.lisp (in-package #:seed.ui-spec.html-css.glyph-set-mdi) (defmacro simple-icon (name) ``(:div :class-name "icon simple" (:i :class-name "material-icons" ,,(string-downcase name)))) (defmacro composite-icon (&key (main nil) (hint nil) (backdrop nil)) ``(:div :class-name "icon-holder" ...
1,464
Common Lisp
.lisp
29
45.241379
96
0.665035
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
f6f38b9f59f50a0b5413ec02130d54d182fea03f2b25d241ff26a32c412bcb61
2,718
[ -1 ]
2,719
package.lisp
phantomics_seed/seed.app-model.sheet.base/package.lisp
;;;; package.lisp (defpackage #:seed.app-model.sheet.base (:use #:cl #:jonathan #:parse-number) (:import-from :swank-backend #:arglist) (:export #:interpret-cell #:in-table #:cell #:cells #:to-cell #:cell-right #:cell-left #:cell-up #:cell-down #:make-cell #:row #:col))
284
Common Lisp
.lisp
6
44.166667
76
0.655797
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
67098e1af279e168acc751b6c1e5240c4615129566d5b5e8d7f3a9799202775f
2,719
[ -1 ]
2,720
sheet.base.lisp
phantomics_seed/seed.app-model.sheet.base/sheet.base.lisp
;;;; sheet.base.lisp (in-package #:seed.app-model.sheet.base) (defun list-to-2d-array (list) (make-array (list (length list) (length (first list))) :initial-contents list)) (defun array-map (function &rest arrays) "maps the function over the arrays. Assumes that all arrays ar...
10,119
Common Lisp
.lisp
260
32.084615
101
0.588863
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
e1622ec16a9ce86e50d8b1f72e31ef63d5d593a756b57cca23daf78b262b78f6
2,720
[ -1 ]
2,721
package.lisp
phantomics_seed/seed.ui-model.react/package.lisp
;;;; package.lisp (defpackage #:seed.ui-model.react (:export #:react-ui #:component-set #:handle-actions #:extend-state #:subcomponent #:vista) (:use #:cl #:parenscript #:panic #:symbol-munger))
201
Common Lisp
.lisp
4
47.75
93
0.697436
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
c2b29f4c788ece6d7d9d015d26bcb938a51642a8bdb0a8992e2dc3f6c8f627ff
2,721
[ -1 ]
2,722
ui-model.react.lisp
phantomics_seed/seed.ui-model.react/ui-model.react.lisp
;;;; ui-model.react.lisp (in-package #:seed.ui-model.react) (defparameter *this-package-name* (package-name *package*)) (defpsmacro handle-actions (action-obj state props &rest pairs) ;; Handle actions that propagate to a component according to the component's properties, ;; such as whether it is currently the ...
9,729
Common Lisp
.lisp
224
35.1875
297
0.586203
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
fb75e77cee2109b018acf4efa2b83e2660a7e5dfd675b142ed88415ce4b7e43a
2,722
[ -1 ]
2,723
form.mode-text.lisp
phantomics_seed/seed.ui-spec.form.mode-text/form.mode-text.lisp
;;;; form.mode-text.lisp (in-package #:seed.ui-model.react) (defpsmacro cl (&rest items) `(chain console (log ,@items))) (specify-components text-view-mode (text-view (:get-initial-state (lambda () (chain j-query (extend (create point #(0 0) point-attrs (create value nil delta nil) meta...
7,168
Common Lisp
.lisp
164
36.542683
113
0.590312
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
ac84a53aeb07d20a97d7618be50ab044486109fdefa26e816bdb4ccb70deda11
2,723
[ -1 ]
2,724
form.base.lisp
phantomics_seed/seed.ui-spec.form.base/form.base.lisp
;;;; seed.ui-spec.form.base.lisp (in-package #:seed.ui-model.react) (specify-components form-view-mode (form-view (:get-initial-state (lambda () (chain j-query (extend (create point (if (= "full" (@ this props context view-scope)) #(0 0) #(0)) point-attrs (create index 0 value nil delta...
59,670
Common Lisp
.lisp
1,323
36.207105
107
0.556588
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
d3f2c7b2be40065b532017476b79c90a2981b35abeffa8696e5469d3e8621abc
2,724
[ -1 ]
2,725
package.lisp
phantomics_seed/panic/package.lisp
;;;; package.lisp ;;; The MIT License (MIT) ;;; ;;; Copyright (c) 2015 Michael J. Forster ;;; ;;; Permission is hereby granted, free of charge, to any person obtaining a copy ;;; of this software and associated documentation files (the "Software"), to deal ;;; in the Software without restriction, including without lim...
1,264
Common Lisp
.lisp
26
46.961538
82
0.746764
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
913ed64c77dc3db101284a5bca24502e0424365ad3634c73d870f93f86953ef2
2,725
[ 34453 ]
2,726
panic.lisp
phantomics_seed/panic/panic.lisp
;;;; panic.lisp ;;; The MIT License (MIT) ;;; ;;; Copyright (c) 2015 Michael J. Forster ;;; ;;; Permission is hereby granted, free of charge, to any person obtaining a copy ;;; of this software and associated documentation files (the "Software"), to deal ;;; in the Software without restriction, including without limit...
7,123
Common Lisp
.lisp
153
36.862745
104
0.618945
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
4936dcdaf889446b2dd7b06e13502f83f2bbe4260142ac74626f129e29d12b1a
2,726
[ -1 ]
2,727
form.mode-block-space.lisp
phantomics_seed/seed.ui-spec.form.mode-block-space/form.mode-block-space.lisp
;;;; seed.ui-spec.form.mode-block-space.lisp (in-package #:seed.ui-model.react) (defpsmacro cl (&rest items) `(chain console (log ,@items))) (specify-components block-space-view-mode (block-space-view (:get-initial-state (lambda () (chain j-query (extend (create point #(0 0) point-attrs (create...
6,130
Common Lisp
.lisp
140
37.164286
107
0.597928
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
0fd4c90375e85caba1ca9cea549f3f67181d34a5687dc55a8d49aacd96237d66
2,727
[ -1 ]
2,728
package.lisp
phantomics_seed/seed.foreign.browser-spec.ss.form-dygraphs/package.lisp
;;;; package.lisp (defpackage #:seed.foreign.browser-spec.ss.form-dygraphs (:export #:foundational-browser-script-dygraphs #:foundational-browser-style-dygraphs) (:use #:cl #:parenscript))
198
Common Lisp
.lisp
5
36.8
56
0.75
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
070bb0108fc8f69e11b6ce7ab28d8118c6a3e82939f71e1cd4d024e7dadeae94
2,728
[ -1 ]
2,729
ss.form-dygraphs.lisp
phantomics_seed/seed.foreign.browser-spec.ss.form-dygraphs/ss.form-dygraphs.lisp
;;;; ss.form-dygraphs.lisp (in-package #:seed.foreign.browser-spec.ss.form-dygraphs) (defparameter *local-package-name* (package-name *package*)) (defmacro foundational-browser-script-dygraphs () "Generate the content for the root script source file." `(parenscript:ps (setf (@ window -dygraph) (require "dygraphs...
680
Common Lisp
.lisp
12
53.583333
102
0.740964
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
95ce5826e778520e02cc59f62a005b0e2cf2446a4ca97836d694db6a4e944f99
2,729
[ -1 ]
2,730
form.mode-chart-dygraph.lisp
phantomics_seed/seed.ui-spec.form.mode-chart-dygraph/form.mode-chart-dygraph.lisp
;;;; seed.ui-spec.form.mode-chart-dygraph.lisp (in-package #:seed.ui-model.react) (specify-components dygraph-chart-view-mode (dygraph-chart-view (:get-initial-state (lambda () (chain j-query (extend (create point 0 data (@ this props data) entities (@ this props data data entities) ...
28,581
Common Lisp
.lisp
622
38.512862
112
0.552919
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
f633c073b3915fc02406ef4b798f67be12fcd2d8889f21e445be26d8c2737061
2,730
[ -1 ]
2,731
package.lisp
phantomics_seed/seed.ui-model.stage/package.lisp
;;;; package.lisp (defpackage #:seed.ui-model.stage (:export #:stage #:stage-control-set) (:use #:cl #:seed.generate))
125
Common Lisp
.lisp
4
28.75
39
0.672269
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
629b315dba7689f34bd877d5c618de22bd7a241d8a3f8bae4a702ac34cfc9812
2,731
[ -1 ]
2,732
ui-model.stage.lisp
phantomics_seed/seed.ui-model.stage/ui-model.stage.lisp
;;;; ui-model.stage.lisp (in-package #:seed.ui-model.stage) (defmacro stage (spec) "Generate an interface model, or stage, based on parameters specifying stage components." (let ((portal-symbol (intern "*PORTAL*" (package-name *package*))) (function-symbol (intern "BUILD-STAGE" (package-name *package*)))) `(...
1,779
Common Lisp
.lisp
35
43.742857
306
0.667433
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
da364065e5dedbb00a5855a11da55ba5eb9ecebc0eca81cbd4b25a54f6fe009c
2,732
[ -1 ]
2,733
package.lisp
phantomics_seed/seed.app-model.raster-layers.base/package.lisp
;;;; package.lisp (defpackage #:seed.app-model.raster-layers.base (:export #:raster-process-layers) (:use #:cl #:opticl #:april))
136
Common Lisp
.lisp
4
31.5
47
0.692308
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
d02a713cee2fd3b24606fc90e9e72bb6e0a5ec6e10926ceb38bb2d621ba0a853
2,733
[ -1 ]
2,734
raster-layers.base.lisp
phantomics_seed/seed.app-model.raster-layers.base/raster-layers.base.lisp
;;;;raster-layers.base.lisp (in-package #:seed.app-model.raster-layers.base) (defun do-test () (let* ((img-src-path (namestring (asdf:system-relative-pathname (intern (package-name *package*) "KEYWORD") "sample.jpg"))) (img-out-path (namestring (asdf:system-relative-pathname (intern (package-...
2,371
Common Lisp
.lisp
68
27.661765
98
0.584602
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
015ac2bff688319c521b2e4739c5f08bec7628c802cb1bf22e961aefabcc776b
2,734
[ -1 ]
2,735
form.base.lisp
phantomics_seed/seed.modes.form.base/form.base.lisp
;;;; form.base.lisp (in-package #:seed.modulate) (specify-form-modes modes-form-base (:predicate (:enclosed-by (meta)) :to-process (if (and (getf (cddr form) :mode) (getf (getf (cddr form) :mode) :format)) (getf (getf (cddr form) :mode) :model) (second form)) :encode ((if (keywordp (first res...
4,128
Common Lisp
.lisp
95
35.915789
94
0.613913
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
7f1d0471f8ea4749e513b95b6a91cd576f7fabcd08440e967157b20d33133e7a
2,735
[ -1 ]
2,736
script.base.lisp
phantomics_seed/seed.foreign.browser-spec.script.base/script.base.lisp
;;;; script.base.lisp (in-package #:seed.foreign.browser-spec.script.base) (defmacro foundational-browser-script-base () "Generate the content for the root script source file." `(parenscript:ps (let ((j-query (require "jquery/dist/jquery.min.js"))) (setf (@ window $) j-query (@ window j-query) j...
2,703
Common Lisp
.lisp
44
54.772727
99
0.663907
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
52f722f6c5340ca30947975c209383b3a7e5d78bdebfd63f167bcdbfeae627f1
2,736
[ -1 ]
2,737
package.lisp
phantomics_seed/seed.ui-spec.keys.base/package.lisp
;;;; package.lisp (defpackage #:seed.ui-spec.keys.base (:export #:key-ui-base) (:use #:cl #:parenscript #:seed.ui-model.keys))
133
Common Lisp
.lisp
4
30.75
49
0.669291
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
a62a80dd8ce2bfb3ba58ec12c52073e3767e2663ad15e8f5fecf57aa8865516d
2,737
[ -1 ]
2,738
keys.base.lisp
phantomics_seed/seed.ui-spec.keys.base/keys.base.lisp
;;;; keys.base.lisp (in-package #:seed.ui-spec.keys.base) (specify-key-ui key-ui-base :discrete ((move ("space" on-keydown (portal-action trigger-secondary)) ("enter" on-keyup (portal-action trigger-primary)) ;; this must be on-keyup, not on-keydown, or else the enter action in the specify-keys ;; keyset will a...
3,629
Common Lisp
.lisp
69
49.623188
96
0.663856
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
33bd6bc6bf0f3a53fbdf02eb7bcc579dca14a703ca4042e3e297100a164a26b1
2,738
[ -1 ]
2,739
package.lisp
phantomics_seed/seed.ui-spec.html.base/package.lisp
;;;; package.lisp (defpackage #:seed.ui-spec.html.base (:export #:html-index-header #:html-index-body) (:use #:cl #:symbol-munger))
138
Common Lisp
.lisp
4
32
49
0.681818
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
9a346cb13f8cab8d641952f6c45dd5cda701dd3ef7794bda7260f6c2cc516c76
2,739
[ -1 ]
2,740
html.base.lisp
phantomics_seed/seed.ui-spec.html.base/html.base.lisp
;;;; html.base.lisp (in-package #:seed.ui-spec.html.base) (defmacro html-index-header (title) "Generates HTML header using given page title." `(cl-who:htm (:head (:meta :charset "utf-8") (:title ,title) (:link :rel "stylesheet" :href "./main.css") (:link :rel "stylesheet" :href "./portal.c...
818
Common Lisp
.lisp
19
35.526316
63
0.580402
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
9737f07f801c8c420f29d09d428ccc4af0a1d7a39e0bf70562cb47a7137a3f6a
2,740
[ -1 ]
2,741
package.lisp
phantomics_seed/seed.sublimate/package.lisp
;;;; package.lisp (defpackage #:seed.sublimate (:export #:meta #:fetch-meta #:instantiate-priority-macro-reader) (:use #:cl #:prove))
140
Common Lisp
.lisp
4
32.5
67
0.69403
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
e1560dde0972477d2da85493996c437b74cd7cdcddaee11a6c6ef249fa0dba9d
2,741
[ -1 ]
2,742
test-load.lisp
phantomics_seed/seed.sublimate/test-load.lisp
;;;; test-load.lisp ;; The code in this file is loaded by test.lisp to test the priority macro reader. (princ (format nil "~% Collapse of meta forms in read phase:~%")) (is (META (+ 1 2) :a 1 :b 2 :c 3) 3) ;; (princ (format nil "~% Applying format macros during meta form collapse:~%")) ;; (is (META (2 2) :FORM...
462
Common Lisp
.lisp
10
44.3
82
0.635347
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
b5182f8d0ca620494a9f66d0eec3ff856628a763d5e46b713e1624eef0dc9b9a
2,742
[ -1 ]
2,743
sublimate.lisp
phantomics_seed/seed.sublimate/sublimate.lisp
;;;; sublimate.lisp (in-package #:seed.sublimate) (defparameter *opening-parenthesis-handler* (get-macro-character #\()) (defun priority-macro-reader-extension (stream character) "Extend a character reader macro, typically for the left/opening parenthesis '(', to check for the presence of certain macro names so th...
2,496
Common Lisp
.lisp
51
43.294118
227
0.679245
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
24a62260e423dc950bbe9906060e972b600b00da9eb20e6e308c6080ce2d12d3
2,743
[ -1 ]
2,744
test.lisp
phantomics_seed/seed.sublimate/test.lisp
;;;; test.lisp (in-package #:seed.sublimate) (princ (format nil "~%Tests for seed.sublimate:~%")) (defmacro format-add (items) (cons '+ items)) (defmacro format-increment-numbers (items) (mapcar (lambda (item) (if (numberp item) (1+ item) item)) items)) (instantiate-priority-mac...
460
Common Lisp
.lisp
13
30.153846
77
0.648526
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
db3ff143d36598b1ca4cdae6f0efa89311e97196e6c5a44eedb4fc6296df8967
2,744
[ -1 ]
2,745
package.lisp
phantomics_seed/seed.app-model.graph.garden-path/package.lisp
;;;; package.lisp (defpackage #:seed.app-model.graph.garden-path (:export #:graph-garden-path #:generate-blank-node #:generate-blank-link #:add-blank-node #:add-blank-link #:connect-link #:remove-graph-element #:preprocess-nodes #:postprocess-nodes) (:use #:cl #:cl-utilities #:uuid))
298
Common Lisp
.lisp
6
46.5
74
0.71134
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
b551a2dc754660550e29b90aa551e4b8b7a5dc169ee5a759cfc32be3ac9e9f6d
2,745
[ -1 ]
2,746
graph.garden-path.lisp
phantomics_seed/seed.app-model.graph.garden-path/graph.garden-path.lisp
;;;; graph.garden-path.lisp (in-package #:seed.app-model.graph.garden-path) (defmacro graph-garden-path (function-name &rest nodes) "Build the function for traversal of a path given the specification of the nodes in the path." (let ((node-ids (mapcar (lambda (node) (getf node :id)) nodes)) (nodes-sym (gensy...
6,085
Common Lisp
.lisp
137
38.379562
188
0.640667
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
ef0110b4cb00d30bac617c30adf81df392f208836152f834ade157f9b50746b5
2,746
[ -1 ]
2,747
react.base.lisp
phantomics_seed/seed.ui-spec.react.base/react.base.lisp
;;; react.base.lisp (in-package #:seed.ui-model.react) (defpsmacro cl (&rest items) `(chain console (log ,@items))) (defpsmacro jstr (item) `(chain -j-s-o-n (stringify ,item))) (defpsmacro for-data-branch (id branches-list action) "Perform an operation on the Javascript representation of each data branch with...
46,911
Common Lisp
.lisp
1,084
34.559041
110
0.552304
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
4e6e1d9a6acecf752558102dc5110f34504e876b2393116e780a1cb12aa445c2
2,747
[ -1 ]
2,748
seed.asd
phantomics_seed/seed.asd
;;;; seed.asd (asdf:defsystem #:seed :description "This is the root system for Seed, an interactive software environment. It instantiates the portals and contact points associated with this instance of Seed." :author "Andrew Sengul" :license "GPL" :serial t :depends-on (#:seed.contact #:seed.platform-model.r...
403
Common Lisp
.asd
10
37.4
173
0.732143
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
5450e8153d3330049623e9688167b5f25b7a036fd5a491e0288dae4304c04808
2,748
[ -1 ]
2,749
seed.ui-spec.form.mode-shape-graph.asd
phantomics_seed/seed.ui-spec.form.mode-shape-graph/seed.ui-spec.form.mode-shape-graph.asd
;;;; seed.ui-spec.form.mode-shape-graph.asd (asdf:defsystem #:seed.ui-spec.form.mode-shape-graph :description "Describe seed.ui-spec.form.mode-shape-graph here" :author "Andrew Sengul" :license "GPL-3.0" :serial t :components ((:file "extension") (:file "form.mode-shape-graph")))
308
Common Lisp
.asd
8
34.125
65
0.687919
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
50f1095308f3ce7f207ab57d572d25377e4633776cf1dc8cd65198d8cbdf11a2
2,749
[ -1 ]
2,750
seed.ui-model.color.asd
phantomics_seed/seed.ui-model.color/seed.ui-model.color.asd
;;;; seed.ui-model.color.asd (asdf:defsystem #:seed.ui-model.color :description "Models for defining and modulating color palettes for use in Seed's user interface." :author "Andrew Sengul" :license "GPL-3.0" :version "0.0.1" :serial t :depends-on (:dufy) :components ((:file "package") (:f...
344
Common Lisp
.asd
10
30.4
100
0.675676
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
9640441437862b38ec053f51bef317b3288291cfb221bd89809d7fb1eca1e171
2,750
[ -1 ]
2,751
seed.media.graph.garden-path.asd
phantomics_seed/seed.media.graph.garden-path/seed.media.graph.garden-path.asd
;;;; seed.media.graph.garden-path.asd (asdf:defsystem #:seed.media.graph.garden-path :description "A set of media supporting the growth of garden path graph structures." :author "Andrew Sengul" :license "GPL-3.0" :serial t :depends-on (:uuid #:seed.app-model.graph.garden-path) :components ((:file "extensio...
370
Common Lisp
.asd
9
36.888889
86
0.699164
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
4147c02b46865c14a515100941cf37b6b841bec1020601b48fc5cbdca5c8b4d0
2,751
[ -1 ]
2,752
seed.app-model.feed.base.asd
phantomics_seed/seed.app-model.feed.base/seed.app-model.feed.base.asd
;;;; seed.app-model.feed.base.asd (asdf:defsystem #:seed.app-model.feed.base :description "Seed application model for content feeds, such as blogs, publishing systems and more." :author "Andrew Sengul" :license "GPL-3.0" :version "0.0.1" :serial t :components ((:file "package") (:file "feed...
330
Common Lisp
.asd
9
32.555556
102
0.678125
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
e4011b732ededb06834210d15fb54190e3fda3927140796d76d972acc0495321
2,752
[ -1 ]
2,753
seed.platform-model.router.base.asd
phantomics_seed/seed.platform-model.router.base/seed.platform-model.router.base.asd
;;;; seed.platform-model.router.base.asd (asdf:defsystem #:seed.platform-model.router.base :description "The model for Seed's standard router: a set of portal and contacts that route communication with systems in a standard namespace to specific remote or local destinations." :author "Andrew Sengul" :license "GP...
462
Common Lisp
.asd
9
47.111111
187
0.727273
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
983db8dbca3b5d6b3b3a2cd2b31f10494b9243bf8ca787125ad4fca0bf556187
2,753
[ -1 ]
2,754
seed.ui-spec.stage-menu.base.asd
phantomics_seed/seed.ui-spec.stage-menu.base/seed.ui-spec.stage-menu.base.asd
;;;; seed.ui-spec.stage-menu.base.asd (asdf:defsystem #:seed.ui-spec.stage-menu.base :description "Standard set of contextual menu options for the Seed stage." :author "Andrew Sengul" :license "GPL-3.0" :serial t :components ((:file "package") (:file "stage-menu.base")))
299
Common Lisp
.asd
8
33
76
0.681661
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
89638e127b7c8949c4e7f7f8f6cc7000a8b8cf478b6c5cad373dbb5c18a29038
2,754
[ -1 ]
2,755
seed.express.glyphs.base.asd
phantomics_seed/seed.express.glyphs.base/seed.express.glyphs.base.asd
;;;; seed.express.glyphs.base.asd (asdf:defsystem #:seed.express.glyphs.base :description "The standard set of glyphs representing Common Lisp symbols and datatypes." :author "Andrew Sengul" :license "GPL-3.0" :serial t :components ((:file "package") (:file "glyphs.base")))
291
Common Lisp
.asd
9
29.555556
91
0.725979
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
f5a2049203e09a762baa5558136a97e025ce7a34915aa2ffbfd39109325d9eba
2,755
[ -1 ]
2,756
seed.ui-model.keys.asd
phantomics_seed/seed.ui-model.keys/seed.ui-model.keys.asd
;;;; seed.ui-model.keys.asd (asdf:defsystem #:seed.ui-model.keys :description "The model for the key/action associations that enable keyboard input in the Seed interface." :author "Andrew Sengul" :license "GPL-3.0" :serial t :depends-on (#:parenscript #:symbol-munger) :components ((:file "package") (...
346
Common Lisp
.asd
10
31.6
108
0.712575
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
cf755ba039ce40f1adb84e698b3e48541a353d43b71130ad60dd78860a153075
2,756
[ -1 ]
2,757
demo-image.asd
phantomics_seed/demo-image/demo-image.asd
;;;; demo-image.asd (asdf:defsystem #:demo-image :description "Sample Seed system implementing a raster image editor." :author "Andrew Sengul" :license "GPL-3.0" :serial t :depends-on (:seed.app-model.raster-layers.base) :components ((:file "package") (:file "main") (:file "utils")))...
322
Common Lisp
.asd
10
27.5
71
0.654839
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
1656a554e2238ca299ae2b9c464d43d0655bbd787fb49c7081bb9081f6a8ed33
2,757
[ -1 ]
2,758
seed.modes.atom.base.asd
phantomics_seed/seed.modes.atom.base/seed.modes.atom.base.asd
;;;; seed.modes.atom.base.asd (asdf:defsystem #:seed.modes.atom.base :description "Baseline specifications for modulating atoms in Seed." :author "Andrew Sengul" :license "GPL-3.0" :serial t :components ((:file "atom.base") (:file "extension")))
263
Common Lisp
.asd
9
26.333333
70
0.710317
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
5f707368c59f55646d415b175afed0013328d971b90d845c71f1a5a4b6e6a1da
2,758
[ -1 ]
2,759
seed.app-model.site.base.asd
phantomics_seed/seed.app-model.site.base/seed.app-model.site.base.asd
;;;; seed.app-model.site.base.asd (asdf:defsystem #:seed.app-model.site.base :description "Seed application model with basic facilities for creating HTML pages." :author "Andrew Sengul" :license "GPL-3.0" :version "0.0.1" :serial t :components ((:file "package") (:file "site.base")))
314
Common Lisp
.asd
9
30.777778
86
0.677632
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
0e1f81f67fe4cd4ab6490d1d892b0877bb6afd005faf583ab599b3b9936c9d99
2,759
[ -1 ]
2,760
seed.contact.asd
phantomics_seed/seed.contact/seed.contact.asd
;;;; seed.contact.asd (asdf:defsystem #:seed.contact :description "This system is the point of contact between Seed systems and the larger network, routing HTTP requests to the appropriate handler functions and returning output." :author "Andrew Sengul" :license "GPL-3.0" :serial t :depends-on (#:jonathan #:...
424
Common Lisp
.asd
10
39.5
178
0.738499
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
f63cbe94e151be2523e4d96c9041277e2947d2699bee626c52ca412bb2f3a5f3
2,760
[ -1 ]
2,761
seed.media.chart.base.asd
phantomics_seed/seed.media.chart.base/seed.media.chart.base.asd
;;;; seed.media.chart.base.asd (asdf:defsystem #:seed.media.chart.base :description "A set of media supporting the growth of charts and chart entities." :author "Andrew Sengul" :license "GPL-3.0" :version "0.0.1" :serial t :components ((:file "extension") (:file "chart.base")))
308
Common Lisp
.asd
9
30.111111
83
0.671141
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
9ae9da92064f3c76f4360a7ece70425c83a61ac5cc82fa35cb9701ec3a0c8e33
2,761
[ -1 ]
2,762
seed.ui-spec.display.common.asd
phantomics_seed/seed.ui-spec.display.common/seed.ui-spec.display.common.asd
;;;; seed.ui-spec.display.common.asd (asdf:defsystem #:seed.ui-spec.display.common :description "Display templates for common types of static data within Seed's browser interface." :author "Andrew Sengul" :license "GPL-3.0" :version "0.0.1" :serial t :components ((:file "extension") (:file ...
340
Common Lisp
.asd
9
33.666667
99
0.693939
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
06bcf55996ad6992a262c0f77168efe3297a3bce3d42d30bc780e24d072dfae0
2,762
[ -1 ]
2,763
seed.foreign.browser-spec.style.icons-m-design.asd
phantomics_seed/seed.foreign.browser-spec.style.icons-m-design/seed.foreign.browser-spec.style.icons-m-design.asd
;;;; seed.foreign.browser-spec.style.icons-m-design.asd (asdf:defsystem #:seed.foreign.browser-spec.style.icons-m-design :description "Parameters to implement material design icons in Seed's user interface via CSS rules." :author "Andrew Sengul" :license "GPL-3.0" :version "0.0.1" :serial t :components ((...
385
Common Lisp
.asd
9
38.666667
102
0.706667
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
c2d53bebe9d4d0ffa564a9c9397bc635e2cf6562f95615e5f18964d4840200ea
2,763
[ -1 ]
2,764
seed.media.base.asd
phantomics_seed/seed.media.base/seed.media.base.asd
;;;; seed.media.standard.asd (asdf:defsystem #:seed.media.base :description "Standard I/O media for Seed." :author "Andrew Sengul" :license "GPL-3.0" :serial t :depends-on (#:seed.app-model.sheet.base #:drakma #:seed.app-model.document-slate.base) :components ((:file "extension") (:file "med...
333
Common Lisp
.asd
9
32.777778
89
0.673913
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
4fefa9898e5c772466aad6bc4ee189300ca405119ef0c3ebc9d2d6d807e53a9b
2,764
[ -1 ]
2,765
seed.modulate.asd
phantomics_seed/seed.modulate/seed.modulate.asd
(asdf:defsystem #:seed.modulate :description "The seed.modulate system mediates the external and internal representations of data used by Seed." :author "Andrew Sengul" :license "GPL-3.0" :serial t :depends-on (#:fare-quasiquote #:cl-ppcre #:cl-utilities #:parse-number #:symbol-munger) :components ((:fil...
357
Common Lisp
.asd
9
36.666667
114
0.724138
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
5c1d0e507b7af6ff82e7b4664b8a15a972c3e1e5d38a13012c0ec020a6815307
2,765
[ -1 ]
2,766
seed.ui-spec.stage-controls.document.base.asd
phantomics_seed/seed.ui-spec.stage-controls.document.base/seed.ui-spec.stage-controls.document.base.asd
;;;; seed.ui-spec.stage-controls.document.base.asd (asdf:defsystem #:seed.ui-spec.stage-controls.document.base :description "A set of standard control interface specs for rich text documents." :author "Andrew Sengul" :license "GPL-3.0" :serial t :components ((:file "extension") (:file "documen...
331
Common Lisp
.asd
8
37.125
83
0.708075
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
5b95801940c8aeef58d6bb0a820d38828350183303075205d9c11eabfac6df2a
2,766
[ -1 ]
2,767
portal.demo1.asd
phantomics_seed/portal.demo1/portal.demo1.asd
;;;; portal.demo1.asd (asdf/defsystem:defsystem #:portal.demo1 :description "This is my portal." :author "Andrew Sengul" :license "GPL-3.0" :serial t :depends-on (#:seed.generate #:seed.media.base #:seed.media.chart.base #:seed.media.graph.garden-path #:seed.modulate #:seed.modes.atom.base #:...
1,853
Common Lisp
.asd
40
39
85
0.655629
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
8aac1190518253a8ae0c67363817cf1bfea3b80862bb7cb21f7109e993cc7978
2,767
[ -1 ]
2,768
seed.ui-spec.unit.base.asd
phantomics_seed/seed.ui-spec.unit.base/seed.ui-spec.unit.base.asd
;;;; seed.ui-spec.unit.base.asd (asdf:defsystem #:seed.ui-spec.unit.base :description "Standard templates for the display of data units in the Seed interface." :author "Andrew Sengul" :license "GPL-3.0" :serial t :components ((:file "extension") (:file "unit.base")))
295
Common Lisp
.asd
8
32.5
88
0.680702
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
ab693cf91468a7007ed9ceec42d500328e4aaaa402f568a67293e7bd08447da4
2,768
[ -1 ]
2,769
seed.foreign.browser-spec.style.base.asd
phantomics_seed/seed.foreign.browser-spec.style.base/seed.foreign.browser-spec.style.base.asd
;;;; seed.foreign.browser-spec.style.base.asd (asdf:defsystem #:seed.foreign.browser-spec.style.base :description "Defines the system through which CSS modules are compiled and built to create the base library supporting Seed interface functions in the browser." :author "Andrew Sengul" :license "GPL" :serial t...
423
Common Lisp
.asd
9
42.777778
163
0.730583
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
680d7b85be59b0ff29890721c7632a1b70ccc9db4264c4f2f298609a54ba9e77
2,769
[ -1 ]
2,770
seed.ui-spec.css-vector.base.asd
phantomics_seed/seed.ui-spec.css-vector.base/seed.ui-spec.css-vector.base.asd
;;;; seed.ui-spec.css-vector.base.asd (asdf:defsystem #:seed.ui-spec.css-vector.base :description "Common styles for Seed's vector graphics-based user interface modules." :author "Andrew Sengul" :license "GPL-3.0" :serial t :components ((:file "extension") (:file "css-vector.base")))
312
Common Lisp
.asd
8
34.625
87
0.692053
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
ed00ff0956791735850fa7dfa25cf081c13281df61da24d4e08a70807add724a
2,770
[ -1 ]
2,771
seed.ui-spec.stage.base.asd
phantomics_seed/seed.ui-spec.stage.base/seed.ui-spec.stage.base.asd
;;;; seed.ui-spec.stage.base.asd (asdf:defsystem #:seed.ui-spec.stage.base :description "The standard layout templates for presentation of a Seed interface." :author "Andrew Sengul" :license "GPL-3.0" :serial t :components ((:file "package") (:file "stage.base")))
291
Common Lisp
.asd
8
32.125
84
0.684397
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
475fb5a7fdd90a3f4eafd7a53dabf7afc4340a1b1cba8cbbe6a58548b7b8b0dd
2,771
[ -1 ]
2,772
seed.ui-spec.stage-controls.graph.asd
phantomics_seed/seed.ui-spec.stage-controls.graph/seed.ui-spec.stage-controls.graph.asd
;;;; seed.ui-spec.stage-controls.graph.asd (asdf:defsystem #:seed.ui-spec.stage-controls.graph :description "A set of standard control interface specs for graphs." :author "Andrew Sengul" :license "GPL-3.0" :serial t :components ((:file "extension") (:file "stage-controls.graph")))
310
Common Lisp
.asd
8
34.375
70
0.696667
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
b3c689b4e98a6c1e7276c94dac0121a3a6a4fc9f1727f778d6934651f8d0ae86
2,772
[ -1 ]
2,773
seed.ui-spec.form.mode-sheet.asd
phantomics_seed/seed.ui-spec.form.mode-sheet/seed.ui-spec.form.mode-sheet.asd
;;;; seed.ui-spec.form.mode-sheet.asd (asdf:defsystem #:seed.ui-spec.form.mode-sheet :description "A template for the display of spreadsheet-formatted data in the Seed interface." :author "Andrew Sengul" :license "GPL-3.0" :serial t :components ((:file "extension") (:file "form.mode-sheet"))) ...
321
Common Lisp
.asd
8
35.75
96
0.694534
phantomics/seed
77
4
3
GPL-3.0
9/19/2024, 11:25:50 AM (Europe/Amsterdam)
64cf950673fdfdf8fb0ee91e6cf56d8cbf271fb238d9ba6c0da5068d0d16706c
2,773
[ -1 ]