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
27,356
military.db
Vortaro_Guild-Master/military.db
;; Unit to modify ((:name "man" :range 0 :slash 0 :chop 0 :stab 0 :bash 2 :speed 4 :attack-speed 1 :mobility 10 :health 100)) ;; Weapons ((:name "Bow" :range 170 :slash 0 :chop 0 :stab 6 :bash 1 :attack-speed 5) (:name "Crossbow" :range 100 :slash 0 :chop 0 :stab 8 :bash 2 :attack-speed 8) (:name "Javelin" :range 30 :s...
1,502
Common Lisp
.l
24
61.583333
107
0.677267
Vortaro/Guild-Master
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
14953876e7ffd5f12d19595cf0c3357223529f0f6047b4f971b1a25814ed53ca
27,356
[ -1 ]
27,360
title.cpp
Vortaro_Guild-Master/old/title.cpp
#include <iostream> using namespace std; int economy(); int city(); void tradeinterface(); int main() { int selection; cout << "==============\n"; cout << "*Guild Master*\n"; cout << "==============\n"; cout << "1. Trade interface\n2. Demand curve test\n3. City navigation interface\n4. Exit\n"; cout << "Choo...
610
Common Lisp
.l
34
15.235294
93
0.597561
Vortaro/Guild-Master
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
6cbd3b9e7abec580d44c40f17b8f40b9a54460c1b18e5d9821871479920f952b
27,360
[ -1 ]
27,375
package.lisp
Shookakko_slynk-client/src/package.lisp
(in-package #:common-lisp-user) (defpackage #:slynk-client (:documentation "A client interface to Slynk servers.") (:use #:common-lisp #:alexandria) (:export #:slynk-connection #:slime-connect #:slime-close #:slime-eval #:slime-eval-async #:slime-migrate-eva...
428
Common Lisp
.lisp
13
24.615385
57
0.596618
Shookakko/slynk-client
1
0
1
GPL-2.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
cc6e49d956d662f875104b7039b7bb759fd8246b35a8f624d97dc17f40b8885f
27,375
[ -1 ]
27,376
slynk-client.lisp
Shookakko_slynk-client/src/slynk-client.lisp
(in-package #:slynk-client) (deftype port () "A non-privileged TCP/IP port number." '(integer 1024 65535)) (define-constant +abort+ (cons nil nil) :documentation "Unique object used to signal that a computation was aborted on the server." :test #'equal) (defvar *thread-offset* 0 "Counter used to assign each ...
21,017
Common Lisp
.lisp
428
43.060748
99
0.696063
Shookakko/slynk-client
1
0
1
GPL-2.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
6101a09e60188b6c59cb47ed8f9bd49090407107bb9b1b1187a3cf386e292e9a
27,376
[ -1 ]
27,377
lib.lisp
Shookakko_slynk-client/src/lib.lisp
(in-package #:slynk-client) (defmacro destructure-case (value &body patterns) "Dispatches VALUE to one of PATTERNS. A cross between CASE and DESTRUCTURING-BIND. The pattern syntax is: ((HEAD . ARGS) . BODY). The list of patterns is searched for a HEAD that's EQ to the car of VALUE. If one is found, BODY is execut...
3,358
Common Lisp
.lisp
70
43.742857
97
0.700213
Shookakko/slynk-client
1
0
1
GPL-2.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
d2b10069ea0f9c3264bd6ef8e46354fce1a346a89c94de7883700be6f4a519c8
27,377
[ -1 ]
27,378
slynk-client-test.lisp
Shookakko_slynk-client/tests/slynk-client-test.lisp
(in-package #:common-lisp-user) (defpackage #:slynk-client-test (:documentation "Test code in the SLYNK-CLIENT package.") (:use #:common-lisp #:slynk-client #:fiveam) (:export #:test-slynk-client)) (in-package #:slynk-client-test) (def-suite test-slynk-client :description "Main test suite for slynk tests"...
3,401
Common Lisp
.lisp
71
37.450704
98
0.599578
Shookakko/slynk-client
1
0
1
GPL-2.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
1d837c992b75dee3d5f265c1a6d2e6993eb9ee4c62557457517b0e8aefebdd78
27,378
[ -1 ]
27,379
run-tests.lisp
Shookakko_slynk-client/scripts/run-tests.lisp
(require :asdf) (asdf:clear-configuration) (asdf:operate 'asdf:load-op ':slynk-client) (asdf:operate 'asdf:load-op ':slynk-client/test) ;; Insert 5am project suite name ;; (5am:run! ...) (in-package :slynk-client-test) (5am:run! 'test-slynk-client) (sb-ext::quit)
270
Common Lisp
.lisp
9
28.333333
48
0.729412
Shookakko/slynk-client
1
0
1
GPL-2.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
e95715d85c236cc4dd8171e921c49fb453aa87b18b1e3aa0853b25ecc078b26c
27,379
[ -1 ]
27,380
dep-install.lisp
Shookakko_slynk-client/scripts/dep-install.lisp
(require "asdf") (let ((quicklisp-init (merge-pathnames "quicklisp/setup.lisp" (user-homedir-pathname)))) (when (probe-file quicklisp-init) (load quicklisp-init))) (asdf:load-system :quicklisp) ;; Insert the quicklisp external dependencies (ql:quickload :slynk) (ql:quick...
391
Common Lisp
.lisp
11
30.090909
65
0.68883
Shookakko/slynk-client
1
0
1
GPL-2.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
e8af65870d74fb7bf12372483b8d42a0cf19c68152dbcd3f57ac828f0647d72b
27,380
[ -1 ]
27,381
install-clisp.sh
Shookakko_slynk-client/scripts/install-clisp.sh
## Install Quicklisp curl -O https://beta.quicklisp.org/quicklisp.lisp clisp -x '(load "quicklisp.lisp") (quicklisp-quickstart:install)' ## Install dependencies clisp -x '(load "scripts/dep-install.lisp")' ## Move the project to local-projects mkdir -p $HOME/quicklisp/local-projects cp scripts/lisp-init $HOME/.c...
384
Common Lisp
.lisp
9
40.555556
65
0.771117
Shookakko/slynk-client
1
0
1
GPL-2.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
bf1fab31e1cc2fe8c16f00b56448e053c9c1bb0bded9e0f5999766d9bdbc5858
27,381
[ -1 ]
27,382
run-compile.lisp
Shookakko_slynk-client/scripts/run-compile.lisp
(require :asdf) (asdf:load-system :slynk-client) (asdf:load-system :slynk-client/test) (asdf:make :slynk-client) (asdf:make :slynk-client) (quit)
149
Common Lisp
.lisp
6
23.333333
37
0.764286
Shookakko/slynk-client
1
0
1
GPL-2.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
18d684fb950b4ea15a27248ad3c5d38f3f58470e3dbe6e58d5f9d051b1b73c35
27,382
[ -1 ]
27,383
slynk-client.asd
Shookakko_slynk-client/slynk-client.asd
(eval-when (:compile-toplevel) (error "This ASDF file should be run interpreted.")) (defsystem slynk-client :name "Slynk Client" :description "Client side of the Slynk protocol." :long-description "An implementation of the client side of Sly's Slynk debugging protocol." :version "1.6" :author "Fermin MF" ...
959
Common Lisp
.asd
27
32.111111
93
0.708288
Shookakko/slynk-client
1
0
1
GPL-2.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
99c94ac18379e5edff5096ec702157eb52c9410e99e2c49a9ac0ce70504cd08f
27,383
[ -1 ]
27,387
install-sbcl.sh
Shookakko_slynk-client/scripts/install-sbcl.sh
## Install Quicklisp curl -O https://beta.quicklisp.org/quicklisp.lisp if [ ! -d "$HOME/quicklisp" ]; then sbcl --load quicklisp.lisp --eval "(quicklisp-quickstart:install)" --eval "(quit)" fi ## Install dependencies sbcl --load scripts/dep-install.lisp --eval "(quit)" ## Move the project to local-projects mk...
451
Common Lisp
.cl
11
38.727273
86
0.740741
Shookakko/slynk-client
1
0
1
GPL-2.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
2757cadd2f6ab3791cd38ed32d4e326b0e808473cf2d4984d0bb7b43f4d86c10
27,387
[ -1 ]
27,391
Makefile
Shookakko_slynk-client/Makefile
int-compile-sbcl: sbcl --load ./scripts/run-compile.lisp int-compile-clisp: clisp -x '(load "./scripts/run-compile.lisp")' clean: find -name "*.fasl" -exec rm {} \; find -name "*.fas" -exec rm {} \; int-test-sbcl: sbcl --load ./scripts/run-tests.lisp int-test-clisp: clisp -x '(load "./scripts/run-tests.lis...
469
Common Lisp
.l
15
29.133333
47
0.717489
Shookakko/slynk-client
1
0
1
GPL-2.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
8c57db4b9be81b3d905700edd799bb30b66a6c06597dd42fecd8aea8774effbb
27,391
[ -1 ]
27,415
tic-tac-toe-vs-comp-working-random.cl
renderedSafe_cl-tic-tac-toe/tic-tac-toe-vs-comp-working-random.cl
;;;; tictactoe.lisp ;;;; ;;;; Andrew Levenson ;;;; 10/27/10 ;;;; ;;;; Simple two player ASCII Tic Tac Toe Game ;;; First player is X, so initialize the marker to X (setf *marker* :X) (setf *player* "Player 1") ;;; Create the board in memory (defun create-board () (setf *board* (make-array 9 :initia...
6,249
Common Lisp
.cl
180
27.888889
113
0.548819
renderedSafe/cl-tic-tac-toe
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
305b4960efc900f03a5a2a825ccf420ac839a15850ec85fbc69543e4dc0c16a3
27,415
[ -1 ]
27,432
blog.lisp
tsmall_blog_lisp/blog.lisp
;;; blog.lisp ;;; ;;; This is a simple blog I wrote in Common Lisp. It's friggin' ;;; awesome. ;;; ;;; Copyright (c) 2011 Tom Small ;;; ;;; 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, eith...
8,766
Common Lisp
.lisp
234
28.858974
86
0.554483
tsmall/blog.lisp
0
0
0
GPL-3.0
9/19/2024, 11:33:17 AM (Europe/Amsterdam)
617dc93392fdd43da78a78954409282783600bb71c262d0b07d3d44dd1fc0699
27,432
[ -1 ]
27,449
math.lisp
davidlohr_euler-clisp/math.lisp
; ; Copyright (C) 2012 Davidlohr Bueso <dave@gnu.org> ; ; General purpose math functions - used throughout the problems. ; ; This program is free software; you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by ; the Free Software Foundation; either version 2 o...
1,196
Common Lisp
.lisp
35
31.685714
74
0.69171
davidlohr/euler-clisp
0
0
0
GPL-3.0
9/19/2024, 11:34:24 AM (Europe/Amsterdam)
7c408fa4007fdc4b35a8f2ea4cd49592138a92e646dda888632201f294a0856f
27,449
[ -1 ]
27,450
problem20.lisp
davidlohr_euler-clisp/problem20.lisp
; ; Copyright (C) 2012 Davidlohr Bueso <dave@gnu.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 version 2 of the License, or ; (at your option) any later version. ; ; This p...
1,334
Common Lisp
.lisp
31
41.612903
74
0.681015
davidlohr/euler-clisp
0
0
0
GPL-3.0
9/19/2024, 11:34:24 AM (Europe/Amsterdam)
7d5e1d6f2f092ac9a7a8bb5d70faf38d879e33b51e36c4d1ab2bf367853fd039
27,450
[ -1 ]
27,451
problem2.lisp
davidlohr_euler-clisp/problem2.lisp
; ; Copyright (C) 2012 Davidlohr Bueso <dave@gnu.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 version 2 of the License, or ; (at your option) any later version. ; ; This p...
1,443
Common Lisp
.lisp
36
38.416667
76
0.704626
davidlohr/euler-clisp
0
0
0
GPL-3.0
9/19/2024, 11:34:24 AM (Europe/Amsterdam)
8d23f60683c661429afbc80f142e8cf0c70f4bcae6ca749707511f2592446f29
27,451
[ -1 ]
27,452
problem3.lisp
davidlohr_euler-clisp/problem3.lisp
; ; Copyright (C) 2012 Davidlohr Bueso <dave@gnu.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 version 2 of the License, or ; (at your option) any later version. ; ; This p...
1,265
Common Lisp
.lisp
29
41.827586
74
0.743922
davidlohr/euler-clisp
0
0
0
GPL-3.0
9/19/2024, 11:34:24 AM (Europe/Amsterdam)
901146554830726aa27298ab677e22e8e443e61fe14e22c3225dd38730936dc5
27,452
[ -1 ]
27,453
problem10.lisp
davidlohr_euler-clisp/problem10.lisp
; ; Copyright (C) 2012 Davidlohr Bueso <dave@gnu.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 version 2 of the License, or ; (at your option) any later version. ; ; This p...
1,220
Common Lisp
.lisp
31
38.064516
74
0.74305
davidlohr/euler-clisp
0
0
0
GPL-3.0
9/19/2024, 11:34:24 AM (Europe/Amsterdam)
3ec6a5093c44c79efcfbfc890342e38ba4354585365282b5808caf34864587fd
27,453
[ -1 ]
27,454
problem6.lisp
davidlohr_euler-clisp/problem6.lisp
; ; Copyright (C) 2012 Davidlohr Bueso <dave@gnu.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 version 2 of the License, or ; (at your option) any later version. ; ; This p...
1,792
Common Lisp
.lisp
43
39.953488
74
0.686892
davidlohr/euler-clisp
0
0
0
GPL-3.0
9/19/2024, 11:34:24 AM (Europe/Amsterdam)
cb9f98ad5ecd58b890e8045a39a53d8648225932044eada247ba48194bc18d13
27,454
[ -1 ]
27,455
problem13.lisp
davidlohr_euler-clisp/problem13.lisp
; ; Copyright (C) 2012 Davidlohr Bueso <dave@gnu.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 version 2 of the License, or ; (at your option) any later version. ; ; This p...
6,976
Common Lisp
.lisp
135
47.548148
75
0.886354
davidlohr/euler-clisp
0
0
0
GPL-3.0
9/19/2024, 11:34:24 AM (Europe/Amsterdam)
c7ca01303c74d79865475b0c172aa7e199bdd18c0409c7da757e8fd4ef0a72db
27,455
[ -1 ]
27,456
problem16.lisp
davidlohr_euler-clisp/problem16.lisp
; ; Copyright (C) 2012 Davidlohr Bueso <dave@gnu.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 version 2 of the License, or ; (at your option) any later version. ; ; This p...
1,133
Common Lisp
.lisp
26
42.192308
81
0.729656
davidlohr/euler-clisp
0
0
0
GPL-3.0
9/19/2024, 11:34:24 AM (Europe/Amsterdam)
4a01753175cd49475e11924a435dc504af35cad7c407f17d3142b7a88459d3ac
27,456
[ -1 ]
27,457
problem7.lisp
davidlohr_euler-clisp/problem7.lisp
; ; Copyright (C) 2012 Davidlohr Bueso <dave@gnu.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 version 2 of the License, or ; (at your option) any later version. ; ; This p...
1,254
Common Lisp
.lisp
34
34.970588
78
0.70936
davidlohr/euler-clisp
0
0
0
GPL-3.0
9/19/2024, 11:34:24 AM (Europe/Amsterdam)
6f45332d74055c97b26e5fe01f8600e18454312e90487820fa1f00a763e8dde4
27,457
[ -1 ]
27,458
problem48.lisp
davidlohr_euler-clisp/problem48.lisp
; ; Copyright (C) 2012 Davidlohr Bueso <dave@gnu.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 version 2 of the License, or ; (at your option) any later version. ; ; This p...
1,206
Common Lisp
.lisp
30
38.833333
74
0.712095
davidlohr/euler-clisp
0
0
0
GPL-3.0
9/19/2024, 11:34:24 AM (Europe/Amsterdam)
7e8f10a39fd461db9bb2522c1f9ea87133670578877357d597700919ca4476f6
27,458
[ -1 ]
27,459
problem1.lisp
davidlohr_euler-clisp/problem1.lisp
; ; Copyright (C) 2012 Davidlohr Bueso <dave@gnu.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 version 2 of the License, or ; (at your option) any later version. ; ; This p...
1,226
Common Lisp
.lisp
31
37.83871
80
0.716681
davidlohr/euler-clisp
0
0
0
GPL-3.0
9/19/2024, 11:34:24 AM (Europe/Amsterdam)
38053defc63b9a6c7f779733dbc17a90fd89edd1eff9545a126d22169f634295
27,459
[ -1 ]
27,486
package.lisp
aivijay_cl-ibe/package.lisp
;;;; package.lisp (defpackage #:cl-ibe (:use #:cl) (:export #:get-cipher #:encrypt #:decrypt))
101
Common Lisp
.lisp
4
22.75
45
0.631579
aivijay/cl-ibe
0
0
0
GPL-3.0
9/19/2024, 11:34:40 AM (Europe/Amsterdam)
02e47028688856c40a73010f63b1963111a14d95cfa2059a3c58b32f938ab46a
27,486
[ -1 ]
27,487
cl-ibe.lisp
aivijay_cl-ibe/cl-ibe.lisp
;;;; cl-ibe.lisp (in-package #:cl-ibe) ;;; "cl-ibe" main codebase (defun get-cipher (key) (ironclad:make-cipher :blowfish :mode :ecb :key (ironclad:ascii-string-to-byte-array key))) (defun encrypt (plaintext key) (let ((cipher (get-cipher key)) (msg (ironclad:ascii-string-to-byte-array plaintext))) (ironclad...
618
Common Lisp
.lisp
14
41.214286
115
0.714524
aivijay/cl-ibe
0
0
0
GPL-3.0
9/19/2024, 11:34:40 AM (Europe/Amsterdam)
e34c7e0a050f919bbe469574819533137fae229d87d360c4aa899e33dc729ba8
27,487
[ -1 ]
27,488
cl-ibe.asd
aivijay_cl-ibe/cl-ibe.asd
;;;; cl-ibe.asd (defclass cl-ibe-source-file (cl-source-file) ()) (defclass txt-file (doc-file) ()) (defclass css-file (doc-file) ()) (defmethod source-file-type ((c txt-file) (s module)) "txt") (defmethod source-file-type ((c css-file) (s module)) "css") (asdf:defsystem #:cl-ibe :version "0.01" :author "Vijay <...
567
Common Lisp
.asd
15
34.6
77
0.677007
aivijay/cl-ibe
0
0
0
GPL-3.0
9/19/2024, 11:34:40 AM (Europe/Amsterdam)
6d0e3a52e16767435cd6ff6d984bfca8960e58d81421c27670abb56b8177e72f
27,488
[ -1 ]
27,507
microblog.lisp
tsmall_microblog-lisp/microblog.lisp
;;; microblog.lisp ;;; ;;; This is a simple microblog I wrote in Common Lisp. I found that ;;; keeping short status updates were a great way for me to keep a ;;; journal after originally writing this application in Seaside in ;;; Pharo. Unfortunately, that program seemed to take up a lot of ;;; resources on my laptop...
7,006
Common Lisp
.lisp
196
28.780612
86
0.5954
tsmall/microblog-lisp
0
0
0
GPL-3.0
9/19/2024, 11:34:53 AM (Europe/Amsterdam)
20ad2c0192313f8042e4e211718a0bfa0337be703e226bbd6a32c2d1300199f1
27,507
[ -1 ]
27,524
package.lisp
jollheef_tick/package.lisp
;;;; This file is part of the tick application, released under ;;;; GNU General Public License, Version 3.0 ;;;; See file COPYING for details. ;;;; ;;;; Author: Klementyev Mikhail <jollheef@riseup.net> (defpackage #:tick (:use #:cl #:date-calc) (:export #:with-tick #:tick #:ltick))
297
Common Lisp
.lisp
11
24.727273
62
0.677193
jollheef/tick
0
0
0
GPL-3.0
9/19/2024, 11:35:17 AM (Europe/Amsterdam)
cbd91c5a1bd9954da3575372e144af78675da83bc8e180c8bde5d083fcf64b4c
27,524
[ -1 ]
27,525
tick.lisp
jollheef_tick/tick.lisp
;;;; This file is part of the tick application, released under ;;;; GNU General Public License, Version 3.0 ;;;; See file COPYING for details. ;;;; ;;;; Author: Klementyev Mikhail <jollheef@riseup.net> (in-package #:tick) (defun tick-s (lstart-time) (let ((lcurrent-time (multiple-value-list (date-calc:localtime))))...
996
Common Lisp
.lisp
30
29.7
68
0.640625
jollheef/tick
0
0
0
GPL-3.0
9/19/2024, 11:35:17 AM (Europe/Amsterdam)
e228f476f49282a07de4d14558452ff4086e1d44d0640e7f516d7f33a7827625
27,525
[ -1 ]
27,526
tick.asd
jollheef_tick/tick.asd
;;;; This file is part of the tick application, released under ;;;; GNU General Public License, Version 3.0 ;;;; See file COPYING for details. ;;;; ;;;; Author: Klementyev Mikhail <jollheef@riseup.net> (asdf:defsystem #:tick :description "Simple time tick" :author "Mikhail Klementyev <jollheef@riseup.net>" :lice...
483
Common Lisp
.asd
14
31
62
0.675214
jollheef/tick
0
0
0
GPL-3.0
9/19/2024, 11:35:17 AM (Europe/Amsterdam)
8339d3da68098bfd45ea5b85d28dafc29c3de2b819887e3a087ff76bdac91a54
27,526
[ -1 ]
27,544
the-lisp-life.lisp
RobotDisco_the-lisp-life/the-lisp-life.lisp
;;;; the-lisp-life.lisp (in-package #:the-lisp-life) ;;; "the-lisp-life" goes here. Hacks and glory await! (defun alivep (cell) (eql cell :alive)) (defun princ-cell (cell) (princ (cond ((alivep cell) "*") (t ".")))) (defun princ-world (world) (loop for i below (array-dimension world 0) do (progn ...
1,508
Common Lisp
.lisp
44
30.295455
57
0.629808
RobotDisco/the-lisp-life
0
0
0
GPL-3.0
9/19/2024, 11:35:33 AM (Europe/Amsterdam)
b8f8f004d9e1c83c8189dbe730ca86c5e212bcc2ae8ae5730348b6d0f0a2927f
27,544
[ -1 ]
27,545
the-lisp-life.asd
RobotDisco_the-lisp-life/the-lisp-life.asd
;;;; the-lisp-life.asd (asdf:defsystem #:the-lisp-life :serial t :description "Describe the-lisp-life here" :author "Gaelan D'costa" :license "GPLv3" :components ((:file "package") (:file "the-lisp-life")))
234
Common Lisp
.lisp
8
24.875
44
0.647321
RobotDisco/the-lisp-life
0
0
0
GPL-3.0
9/19/2024, 11:35:33 AM (Europe/Amsterdam)
8c44d602d6ba913d656dbe4fa7e735ec619840a1216238fd08bb6a25dffc33b6
27,545
[ -1 ]
27,564
washi.lisp
codepony_washi_lisp/washi.lisp
#| washi.lisp - A simple waschi cl-i-ent written in CommonLisp (SBCL) - version current-git Copyright (C) 2013 @d3f <http://identi.ca/d3f> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software...
12,500
Common Lisp
.lisp
237
43.139241
128
0.588925
codepony/washi.lisp
0
0
0
AGPL-3.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
de21929e73c621ea3f679affc25670ba3804ce299c81abd4af16e9e7f2fd68d0
27,564
[ -1 ]
27,581
ajr36-lispcw.lisp
alexr1993_symbolic-algebra-implementation/ajr36-lispcw.lisp
;;;; ;;;; ajr36 - Alex Remedios ;;;; ;;;; CM20214/221 ;;;; Advanced Programming Principles/Programming II Assessed Coursework ;;;; Assignment 1 - Using Common Lisp ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ...
20,486
Common Lisp
.lisp
405
42.037037
88
0.48554
alexr1993/symbolic-algebra-implementation
0
0
0
GPL-2.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
6a0a874a72134331292922db4a90cc6c8f6d5ae6205aec1f1cb3b5ccefa4b2b9
27,581
[ -1 ]
27,598
package.lisp
GazeboHub_lupine-m2/src/main/lisp/lupine-xmi/package.lisp
(im-package #:cl-user) (defpackage #:lupine/xmi (:use #:lupine/aux #:cl) (:export ;; validation.lisp #:version-namespace #:compute-xmi-namespace ))
186
Common Lisp
.lisp
8
17.5
31
0.585227
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
f97e231528444257c7b26000a981d0f338fa74e978eae5398b78cd940ca55434
27,598
[ -1 ]
27,599
validation.lisp
GazeboHub_lupine-m2/src/main/lisp/lupine-xmi/validation.lisp
(in-package #:xmi) (defconstant* version-namespace (simplify-string "20110701") "Refer to MOF 2 /XMI Mapping Specification, v2.4.1, subclause 7.3.1 See also: `compute-xmi-namespace'") (defun compute-xmi-namespace (&optional (version-ns version-namespace)) "Refer to MOF 2 /XMI Mapping Specification, v2.4.1, ...
540
Common Lisp
.lisp
11
44
71
0.711538
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
f07e5defee361b007a103f46b903785f4e0fe7560300f980cb888e77e87671a3
27,599
[ -1 ]
27,600
package.lisp
GazeboHub_lupine-m2/src/main/lisp/lupine-aux/package.lisp
(in-package #:cl-user) (defpackage #:lupine/aux (use #:cl) (export ;; refs.lisp #:defconstant* ;; strings.lisp #:simplify-string #:simplify-string* ;; files.lisp #:%file-buffer-size% #:%file-buffer-element-type% #:file= ...
336
Common Lisp
.lisp
14
14.928571
36
0.515358
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
86975956fed50ab683478f00f6995c3b113da70934c3da4a7ea55b9137abd551
27,600
[ -1 ]
27,601
strings.lisp
GazeboHub_lupine-m2/src/main/lisp/lupine-aux/strings.lisp
(in-package #:lupine/aux) (defun simplify-string (string) "Coerce STRING to a `SIMPLE-BASE-STRING', if possible, or else to a `SIMPLE-STRING', or else err. See also: `SIMPLIFY-STRING*'" (declare (type string string) (values simple-string &optional)) (or (ignore-errors (coerce string 'simple-base-s...
622
Common Lisp
.lisp
14
39.785714
98
0.707155
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
0e31e59989a603d007737f7e86b693085b33256893cdfa8d3c7a6f930540c70b
27,601
[ -1 ]
27,602
files.lisp
GazeboHub_lupine-m2/src/main/lisp/lupine-aux/files.lisp
(in-package #:lupine/aux) (defvar %file-buffer-size% 1024) (defvar %file-buffer-element-type% '(unsigned-byte 8)) (defun file= (f1 f2 &key (start 0) end (test #'=) (element-type %file-buffer-element-type%) (buffer-size %file-buffer-size%)) ;; Initial motivation: This function design was begun, originally, with ...
3,467
Common Lisp
.lisp
53
36.849057
462
0.408971
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
97beeeb327a83eac209c444fa695116ba8ed4c382b049948d26e4397d3768023
27,602
[ -1 ]
27,603
refs.lisp
GazeboHub_lupine-m2/src/main/lisp/lupine-aux/refs.lisp
(in-package #:lupine/aux) (defmacro defconstant* (name value &optional docs) `(eval-when (:compile-toplevel :load-toplevel :execute) (unless (boundp (quote ,name)) (defconstant ,name ,value ,@(when docs (list docs))))))
261
Common Lisp
.lisp
6
35.666667
59
0.61811
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
6d36df4bfd03ffb1834fe599fa910bc7e73c3c9a509f09dccda85dc5a046d6bf
27,603
[ -1 ]
27,604
parse.lisp
GazeboHub_lupine-m2/module/ucx/src/main/lisp/parse.lisp
#| Copyright (c) 2013, Sean Champ. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html |# (in-package #:lupine/ucx) ;;; * U...
1,364
Common Lisp
.lisp
45
26.466667
70
0.671505
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
5a1b71603dea748270ed0f9fc7ec208ae01c6214380dc612da5773b58d885338
27,604
[ -1 ]
27,605
package.lisp
GazeboHub_lupine-m2/module/ucx/src/main/lisp/package.lisp
#| Copyright (c) 2013, Sean Champ. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html |# (defpackage #:lupine/ucx (:use #...
440
Common Lisp
.lisp
14
28.285714
70
0.729858
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
6b5bd804b3bd36a1aaac4f56e8431cb06cf82771f2fef1fe37641bf600497559
27,605
[ -1 ]
27,606
ns-xsd.lisp
GazeboHub_lupine-m2/module/xd/src/main/lisp/ns-xsd.lisp
#| Copyright (c) 2013, Sean Champ. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html |# (in-package #:lupine/xd/xsd) (de...
1,291
Common Lisp
.lisp
37
32.459459
70
0.753027
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
56f2d0cfcea4f0b7faee91fff8f5d726e50b7171f58eefd5fe272d032dbbd739
27,606
[ -1 ]
27,607
package.lisp
GazeboHub_lupine-m2/module/xd/src/main/lisp/package.lisp
#| Copyright (c) 2013, Sean Champ. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html |# (in-package #:cl-user) (defpacka...
459
Common Lisp
.lisp
16
24.625
70
0.704805
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
ce9f167d0d6db1686c5a8c492fdb7ade0a83d860c85336d009d3566e18d0b5f3
27,607
[ -1 ]
27,608
ns.lisp
GazeboHub_lupine-m2/module/xd/src/main/lisp/ns.lisp
#| Copyright (c) 2013, Sean Champ. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html |# (in-package #:lupine/xd) (defcla...
717
Common Lisp
.lisp
21
30.047619
70
0.72969
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
76b8b55365362cc12501347692e8ebac1d1a5eb19737cbe6094f33731f9906e8
27,608
[ -1 ]
27,609
package.lisp
GazeboHub_lupine-m2/module/ns/src/main/lisp/package.lisp
#| Copyright (c) 2013, Sean Champ. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html |# (in-package #:cl-user) (defpacka...
2,487
Common Lisp
.lisp
68
33.088235
70
0.727727
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
05bd53dab4e60f4f9afad287662f7c7f616352e7696636870901a4a5409c13b7
27,609
[ -1 ]
27,610
ns.lisp
GazeboHub_lupine-m2/module/ns/src/main/lisp/ns.lisp
#| Copyright (c) 2013, Sean Champ. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html |# (in-package #:lupine/ns) ;;; * Co...
25,284
Common Lisp
.lisp
670
33.362687
73
0.692399
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
e0306484d6ab96e1d71718dc129d1b3f6c9ea93433afc3a349a355f8f127bf3f
27,610
[ -1 ]
27,611
package.lisp
GazeboHub_lupine-m2/module/mop/src/main/lisp/package.lisp
(in-package #:cl-user) (defpackage #:lupine/mop (:use #:c2mop #:lupine/aux #:cl) #+(or CMU SBCL) (:shadowing-import-from #+sbcl #:sb-pcl #+cmu #:pcl #:validate-superclass) (:shadowing-import-from #:c2mop #:defmethod #:defgeneric #:standard-generic-function ) (:export #:class-des...
625
Common Lisp
.lisp
27
19.222222
39
0.652101
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
5806b4a0cab9edacf36fe593541ec58626cc75afb2d1820542ea12061af96b13
27,611
[ -1 ]
27,612
ext-std-class.lisp
GazeboHub_lupine-m2/module/mop/src/main/lisp/ext-std-class.lisp
(in-package #:lupine/mop) (defclass extended-standard-class (standard-class) ()) (defmethod validate-superclass ((class extended-standard-class) (superclass standard-class)) t) (defmethod direct-slot-definition-class ((class extended-standard-class) &rest initargs) ;; this system could endeavor to use ...
2,814
Common Lisp
.lisp
73
35.150685
71
0.713603
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
e41c507c019da7025aec5b265de6a7467337eef7c27229d147b88a98923efdb7
27,612
[ -1 ]
27,613
aux.lisp
GazeboHub_lupine-m2/module/mop/src/main/lisp/aux.lisp
(in-package #:lupine/mop) (defun compute-direct-slot-definitions (name class) (declare (type symbol name) (type class-designator class) (values list &optional)) (let* ((c (compute-class class)) (ds (class-direct-slots c)) (it (find name ds :key #'slot-definition-name :test #'eq))) (flet ((compute...
2,499
Common Lisp
.lisp
72
30.486111
78
0.645643
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
f11431587a211a5b123c4429132db55410e870c638a510d581fbd28626e88993
27,613
[ -1 ]
27,614
null-unbound-slotd.lisp
GazeboHub_lupine-m2/module/mop/src/main/lisp/null-unbound-slotd.lisp
(in-package #:lupine/mop) (defclass null-unbound-slot-definition () ((null-unbound ;; FIXME: This slot is defined only to consume the :null-unbound ;; initialization argument at slot definition initialization time, ;; and is otherwise unused :initform t :initarg :null-unbound :allocation :cl...
2,289
Common Lisp
.lisp
52
40.5
70
0.741007
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
6cb51598470e1d76e70a264223883a031eae286580ae96278dcf206d4acfe7c1
27,614
[ -1 ]
27,615
package.lisp
GazeboHub_lupine-m2/module/xpc/src/main/lisp/package.lisp
#| Copyright (c) 2013, Sean Champ. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html |# (defpackage #:lupine/xpc (:use #...
380
Common Lisp
.lisp
11
31.636364
70
0.742466
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
6514aac0a126f44f56103060d5d119707b9a6f5e0045b808c1ce37e33c276480
27,615
[ -1 ]
27,616
scan.lisp
GazeboHub_lupine-m2/module/xpc/src/main/lisp/scan.lisp
#| Copyright (c) 2013, Sean Champ. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html |# (in-package #:lupine/ucx) (define...
6,341
Common Lisp
.lisp
179
30.653631
74
0.646972
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
8bc6aec110b23e00893740381d394e1b6c5414952a582ddc184d42c1e39fe143
27,616
[ -1 ]
27,617
model.lisp
GazeboHub_lupine-m2/module/xmi/src/main/lisp/model.lisp
#| Copyright (c) 2013, Sean Champ. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html |# (in-package #:lupine/xmi) (defcla...
521
Common Lisp
.lisp
18
25.833333
70
0.735354
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
4f7b96c05a2ea1c10d64d17605fcab84a095d37042dc4c63c7b330d91a92ca15
27,617
[ -1 ]
27,618
package.lisp
GazeboHub_lupine-m2/module/xmi/src/main/lisp/package.lisp
#| Copyright (c) 2013, Sean Champ. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html |# (in-package #:cl-user) (defpacka...
1,435
Common Lisp
.lisp
47
27.468085
70
0.701384
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
ac894e46dce65e8f4bb7b40489b3c12761d7e0443e16672b7e4f2d0b226f8927
27,618
[ -1 ]
27,619
transform.lisp
GazeboHub_lupine-m2/module/xmi/src/main/lisp/transform.lisp
#| Copyright (c) 2013, Sean Champ. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html |# (in-package #:lupine/xmi) #| Her...
32,464
Common Lisp
.lisp
838
34.947494
112
0.709418
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
f314aeebf3c257c941492c61c75cb257853b6786491b936919743df911048a28
27,619
[ -1 ]
27,620
uri.lisp
GazeboHub_lupine-m2/module/xmi/src/main/lisp/uri.lisp
#| Copyright (c) 2013, Sean Champ. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html |# (in-package #:lupine/xmi) (defgen...
720
Common Lisp
.lisp
21
30.714286
70
0.70317
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
b4e099a131fc5c2ed8582e99bf1e1f1de938a5b036db2ade07bd1f45d60c69aa
27,620
[ -1 ]
27,621
xmi.lisp
GazeboHub_lupine-m2/module/xmi/src/main/lisp/xmi.lisp
#| Copyright (c) 2013, Sean Champ. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html |# (in-package #:lupine/xmi) (defun...
331
Common Lisp
.lisp
9
34.111111
70
0.772871
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
ddb04dbf13ccc6ee4d95c3b06ee07b21c15c9131b9de52db223419002c809aca
27,621
[ -1 ]
27,622
types-cxml.lisp
GazeboHub_lupine-m2/module/xmi/src/main/lisp/types-cxml.lisp
#| Copyright (c) 2013, Sean Champ. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html |# (in-package #:lupine/xmi) (deftyp...
391
Common Lisp
.lisp
10
36.4
70
0.773936
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
9d9fef7543c12fa3811376009784f6f5cd5218a7555e33fe4be4d2ab95ef42e9
27,622
[ -1 ]
27,623
package-late.lisp
GazeboHub_lupine-m2/module/xmi/src/main/lisp/package-late.lisp
#| Copyright (c) 2013, Sean Champ. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html |# (in-package #:lupine/xmi) (defpa...
1,200
Common Lisp
.lisp
32
34.65625
70
0.704918
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
e04e2c2d585847ec0f8f035e7f107b0a2f63596f07cd1d04e0d026b3cf768210
27,623
[ -1 ]
27,624
uml-package.lisp
GazeboHub_lupine-m2/module/xmi/src/main/lisp/uml-package.lisp
#| Copyright (c) 2013, Sean Champ. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html |# (in-package #:lupine/xmi) (defcl...
867
Common Lisp
.lisp
30
25.633333
70
0.706167
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
9e2f3f3649a275ffd313f44bdfcc7a6fc6feac100c696d213df89894e40ed929
27,624
[ -1 ]
27,625
transform-klacks.lisp
GazeboHub_lupine-m2/module/xmi/src/main/lisp/transform-klacks.lisp
#| Copyright (c) 2013, Sean Champ. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html |# (in-package #:lupine/xmi) (defun ...
6,711
Common Lisp
.lisp
169
34.035503
73
0.684331
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
398ebeeb36f313ad841490a3ef615d54e8cde694e30ea879892cec4f8ce87c28
27,625
[ -1 ]
27,626
package.lisp
GazeboHub_lupine-m2/module/aux/src/main/lisp/package.lisp
#| Copyright (c) 2013, Sean Champ. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html |# (in-package #:cl-user) (defpackag...
2,238
Common Lisp
.lisp
81
23.91358
70
0.685393
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
f43193cb8c8a8c8133266e87d0820e9e85f8d3714096ca3aecb617da962dd00c
27,626
[ -1 ]
27,627
seq.lisp
GazeboHub_lupine-m2/module/aux/src/main/lisp/seq.lisp
#| Copyright (c) 2013, Sean Champ. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html |# (in-package #:lupine/aux) (defty...
3,801
Common Lisp
.lisp
116
28.646552
70
0.654635
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
d89ecf228542f945eba860799e0a57b78e7ede6a7769c94530122b4a8a1e119b
27,627
[ -1 ]
27,628
macro.lisp
GazeboHub_lupine-m2/module/aux/src/main/lisp/macro.lisp
#| Copyright (c) 2013, Sean Champ. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html |# (in-package #:lupine/aux) (defm...
880
Common Lisp
.lisp
27
28.259259
70
0.63658
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
9d1d44788a7e8e7e1f962a6101023b6de2f359dad7a2fda6592924c1c555ef11
27,628
[ -1 ]
27,629
condition.lisp
GazeboHub_lupine-m2/module/aux/src/main/lisp/condition.lisp
#| Copyright (c) 2013, Sean Champ. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html |# (in-package #:lupine/aux) #-(or S...
1,525
Common Lisp
.lisp
44
30.590909
70
0.711263
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
0cee1da17b581dcf6366105bba2c2991d71dd71900d2d1704edb388d4dd21388
27,629
[ -1 ]
27,630
type.lisp
GazeboHub_lupine-m2/module/aux/src/main/lisp/type.lisp
#| Copyright (c) 2013, Sean Champ. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html |# (in-package #:lupine/aux) (deftyp...
1,598
Common Lisp
.lisp
52
27.461538
71
0.667538
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
6a52ec41435040587d55998b00407d7d1c5a72008285dacc63d530b47452ec72
27,630
[ -1 ]
27,631
primitive-types.lisp
GazeboHub_lupine-m2/module/m2/src/main/lisp/primitive-types.lisp
#| Copyright (c) 2013, Sean Champ. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html |# (defgeneric element-generalization...
3,675
Common Lisp
.lisp
104
32.528846
70
0.732919
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
f0d2ed142f103bc9f84d6d169fa34956c394da98ccc2f5305d9412c43b1fadf9
27,631
[ -1 ]
27,632
package.lisp
GazeboHub_lupine-m2/module/pmmt/src/main/lisp/package.lisp
#| Copyright (c) 2013, Sean Champ. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html |# (defpackage #:lupine/pmmt (:use ...
354
Common Lisp
.lisp
9
36.555556
70
0.753666
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
d97cf54259fcb67aef865cf099d181515ee24cae9af9b29957d9792c3aa1abba
27,632
[ -1 ]
27,633
project.lisp
GazeboHub_lupine-m2/module/pmmt/src/main/lisp/project.lisp
#| Copyright (c) 2013, Sean Champ. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html |# (in-package #:lupine/pmmt) (defge...
796
Common Lisp
.lisp
25
28.12
70
0.740838
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
4510e8567de0416729e3a6d90a2dba515c6f2335c7fdd0d63dc273584b543f5c
27,633
[ -1 ]
27,634
package.lisp
GazeboHub_lupine-m2/module/final/src/main/lisp/package.lisp
#| Copyright (c) 2013, Sean Champ. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html |# (in-package #:cl-user) (defpacka...
639
Common Lisp
.lisp
22
25.590909
70
0.742623
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
2333d84326ab3d4f5007a477471788f844cde997617350b91e09ca5ee1a5a349
27,634
[ -1 ]
27,635
final.lisp
GazeboHub_lupine-m2/module/final/src/main/lisp/final.lisp
#| Copyright (c) 2013, Sean Champ. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html |# ;; Simple "Object Finalization" Pr...
3,226
Common Lisp
.lisp
89
31.865169
77
0.716129
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
b121918ed0645466a0e59c1ba5882aa73e1402547a6c83f9277545e55fe64f27
27,635
[ -1 ]
27,636
lupine-xmi.asd
GazeboHub_lupine-m2/src/main/lisp/lupine-xmi/lupine-xmi.asd
;; -*- lisp -*- (in-package #:asdf) (eval-when (#:compile-toplevel #:load-toplevel #:execute) ;; ensure that the main sysdef is loaded, initially (find-system #:lupine-aux)) (in-package #:lupine/system) (defsystem #:lupine-xmi :defsystem-depends-on (#:lupine-aux) :components ((:file "package") ...
378
Common Lisp
.asd
12
27.583333
57
0.649171
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
2e17f1109271807e3ed3c96ee25b5c328a477c90781bcade909968b53775940a
27,636
[ -1 ]
27,637
lupine-aux.asd
GazeboHub_lupine-m2/src/main/lisp/lupine-aux/lupine-aux.asd
;; -*- lisp -*- (in-package #:asdf) (eval-when (#:compile-toplevel #:load-toplevel #:execute) (defpackage #:lupine/system (:use #:asdf #:cl))) (in-package #:lupine/system) (defsystem #:lupine-aux :components ((:file "package") (:file "refs" :depends-on ("package")) (:file "strings" :depends-o...
388
Common Lisp
.asd
13
26
57
0.609164
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
e13dfabd850d0858e927e3ed269598188eddd7521256e9ac77573146e42b03ee
27,637
[ -1 ]
27,638
lupine-ucx.asd
GazeboHub_lupine-m2/module/ucx/src/main/lisp/lupine-ucx.asd
#| -*- lisp -*- Copyright (c) 2013, Sean Champ. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.ecli...
781
Common Lisp
.asd
22
33
70
0.660453
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
86429cead0a765534e2ec2e728208d3ba2436a795d2761eb5bae939e32ab124f
27,638
[ -1 ]
27,639
lupine-ns.asd
GazeboHub_lupine-m2/module/ns/src/main/lisp/lupine-ns.asd
#| -*- lisp -*- Copyright (c) 2013, Sean Champ. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.ecli...
758
Common Lisp
.asd
22
31.818182
70
0.65522
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
4cc2c83126583dbf4900332a196163c77580c7767bd01e4c3d6f350b61daa162
27,639
[ -1 ]
27,640
lupine-mop.asd
GazeboHub_lupine-m2/module/mop/src/main/lisp/lupine-mop.asd
#| -*- lisp -*- Copyright (c) 2013, Sean Champ. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.ecli...
888
Common Lisp
.asd
26
31.076923
70
0.652989
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
5e2e3fee929ca05cfe7867b4d541f74d85135ee713a16e92e148e3bba70f746f
27,640
[ -1 ]
27,641
lupine-xpc.asd
GazeboHub_lupine-m2/module/xpc/src/main/lisp/lupine-xpc.asd
#| -*- lisp -*- Copyright (c) 2013, Sean Champ. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.ecli...
790
Common Lisp
.asd
23
31.782609
70
0.658762
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
171dc8a43bb150259451e5be72e0b5bcdce123bea7fcd94b31255bd5c4eae509
27,641
[ -1 ]
27,642
lupine-xmi.asd
GazeboHub_lupine-m2/module/xmi/src/main/lisp/lupine-xmi.asd
#| -*- lisp -*- Copyright (c) 2013, Sean Champ. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.ecli...
1,109
Common Lisp
.asd
34
28.588235
70
0.623243
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
f4229ad84089f9e441d9b29ee25b6b152a6e2efa3f9e1346a2b78d438f0eb093
27,642
[ -1 ]
27,643
lupine-aux.asd
GazeboHub_lupine-m2/module/aux/src/main/lisp/lupine-aux.asd
;; -*- lisp -*- (in-package #:cl-user) #-asdf (require #:asdf) (defpackage #:lupine-aux-system (:use #:asdf #:cl)) (in-package #:lupine-aux-system) ;; refer to http://www.alu.org/mop/index.html (defsystem #:lupine-aux :components ((:file "package") (:file "type" :depends-on ("package")) (:file "ma...
478
Common Lisp
.asd
20
20.75
45
0.612832
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
6983025d4c25a46a0abdb3c1ca8cb38f519208090ee347f60fd4347a5d04dfa0
27,643
[ -1 ]
27,644
lupine-pmmt.asd
GazeboHub_lupine-m2/module/pmmt/src/main/lisp/lupine-pmmt.asd
#| -*- lisp -*- Copyright (c) 2013, Sean Champ. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.ecli...
776
Common Lisp
.asd
23
31.173913
70
0.65906
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
0bc11105bf8fbc8ae5e6209fe49969c80b05616bedb3e1a319ecb8042f9424c0
27,644
[ -1 ]
27,645
lupine-final.asd
GazeboHub_lupine-m2/module/final/src/main/lisp/lupine-final.asd
#| -*- lisp -*- Copyright (c) 2013, Sean Champ. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.ecli...
735
Common Lisp
.asd
22
30.772727
70
0.658156
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
78eec1d1d1f17b3c457b2f2f334a92151597c14a48e53ccc1423e55871769adf
27,645
[ -1 ]
27,648
pom.xml
GazeboHub_lupine-m2/pom.xml
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>ws.gazebo.ghub.lupine</groupId> <artifactId>lupine</artifactId>...
834
Common Lisp
.l
23
33.086957
104
0.699137
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
7b5d681fe23a67bc5cb37137e49ba01cb67641b9c7a5b06ed0cf854380b0a49b
27,648
[ -1 ]
27,655
KnowledgeModeling.md
GazeboHub_lupine-m2/doc/wiki/KnowledgeModeling.md
Relevance of Knowledge Modeling Frameworks in Project Lupine ============================================================ _**Table of Contents**_ [TOC] ## Summary ## ODM [ODM][odm] defines a set of MOF metamodels and UML profiles - collecively, albeit in non-normative terms, an MDA module - for visual, model-centr...
1,932
Common Lisp
.l
24
78.833333
539
0.746962
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
86596cb7e526024542e02c1342d9671b0063490d82959ecfc52625295018efc5
27,655
[ -1 ]
27,656
ModelingTypeRelations.md
GazeboHub_lupine-m2/doc/wiki/ModelingTypeRelations.md
Modeling Relations Among Common Lisp Data Types in Lupine M2 ============================================================ _**Table of Contents**_ [TOC] ## Some Types of Model Element Relation in UML (M2) Considering three specific modes of model element relation in UML, namely: * Generalization * Extension * Reali...
7,164
Common Lisp
.l
49
144.265306
609
0.785018
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
edfd3e19982307cbfd29f7d5a7a4f075ad8ecdb732c04f5a0a5ffdabb5813818
27,656
[ -1 ]
27,657
UMLModelingTools.md
GazeboHub_lupine-m2/doc/wiki/UMLModelingTools.md
UML Modeling Tools ================== _**Table of Contents**_ [TOC] ## Modeling Platforms Project Lupine is surveying the following UML modeling platforms, on the desktop computing platform: * [Modelio][modelio] * [ArgoUML][argo] * [Papyrus][papyrus] Project Lupine is also making use of the following UML modeling...
3,523
Common Lisp
.l
45
76.222222
473
0.78499
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
00144f3956bf8a5a812a386ce6aef03ac241f8a87414a0577e554fc98de5d54c
27,657
[ -1 ]
27,658
pom.xml
GazeboHub_lupine-m2/module/ucx/pom.xml
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <name>Project Lupine</name> <packaging>lisp</packaging> <parent> <g...
485
Common Lisp
.l
12
37.5
104
0.729387
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
ad801d0b663c9646eda66fd7a919e8f1abf53e38f9d520818ff1c8d618e722b2
27,658
[ -1 ]
27,661
pom.xml
GazeboHub_lupine-m2/module/data-proxy/pom.xml
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <name>Project Lupine</name> <packaging>lisp</packaging> <parent> <g...
492
Common Lisp
.l
12
38.083333
104
0.73125
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
7b6ca8687f6a4f9d49472bacf3ee0ad5635df3c4a3d3d91efa2732e323f95289
27,661
[ -1 ]
27,662
uml-infrastructure.di.profile.notation
GazeboHub_lupine-m2/module/data-proxy/doc/Models_Papyrus/uml-infrastructure.di.profile.notation
<?xml version="1.0" encoding="UTF-8"?> <notation:Diagram xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.2/notation" xmlns:uml="http://www.eclipse.org/uml2/4.0.0/UML" xmi:id="_dQ09kC_NEeOM36joGrlgrw" type="Pa...
14,848
Common Lisp
.l
159
84.836478
354
0.724488
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
09e261a625f91074d064d1090cc9b3b1fede004cfa1f971c7ca2392ab0bc8124
27,662
[ -1 ]
27,663
uml-infrastructure.di.profile.uml
GazeboHub_lupine-m2/module/data-proxy/doc/Models_Papyrus/uml-infrastructure.di.profile.uml
<?xml version="1.0" encoding="UTF-8"?> <uml:Profile xmi:version="20110701" xmlns:xmi="http://www.omg.org/spec/XMI/20110701" xmlns:uml="http://www.eclipse.org/uml2/4.0.0/UML" xmi:id="_dQzvcC_NEeOM36joGrlgrw" name="Profile" metamodelReference="_dQzvcS_NEeOM36joGrlgrw"> <packageImport xmi:type="uml:PackageImport" xmi:id...
2,127
Common Lisp
.l
30
66.633333
228
0.744874
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
5b05128ecd0cd048c3a283535ae9b806e63f35793369785bf695384618abbbaf
27,663
[ -1 ]
27,664
uml-infrastructure.di.profile.di
GazeboHub_lupine-m2/module/data-proxy/doc/Models_Papyrus/uml-infrastructure.di.profile.di
<?xml version="1.0" encoding="UTF-8"?> <di:SashWindowsMngr xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.eclipse.org/papyrus/0.7.0/sashdi"> <pageList> <availablePage> <emfPageIdentifier href="uml-infrastructure.di.profile.nota...
721
Common Lisp
.l
17
37.411765
182
0.700284
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
a97f9d2f587e82ef86299284cb130590adda746882be9b5ecbe2405ea2d2b18b
27,664
[ -1 ]
27,665
usecase.style
GazeboHub_lupine-m2/module/data-proxy/doc/Models_Modelio/Lupine CORBA/data/.config/styles/usecase.style
# #Wed Jun 01 15:56:20 CEST 2011 ASSOC_SHOWLABEL=false ASSOC_SHOWROLES=false basestyle=default stylename=use case ASSOC_SHOWCARD=false ASSOC_SHOWNAVIGABILITY = false ASSOC_CONNECTIONROUTER = DIRECT
198
Common Lisp
.l
9
21
31
0.862434
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
adc18271f1bab8ebde9722e193364b4272debe61c64f2e8773effa7e1d9b513d
27,665
[ -1 ]
27,666
ramc.style
GazeboHub_lupine-m2/module/data-proxy/doc/Models_Modelio/Lupine CORBA/data/.config/styles/ramc.style
# #Mon Sep 05 14:13:55 CEST 2011 ARTIFACT_LINECOLOR=128 128 128 BPMNSEQUENCEFLOW_TEXTCOLOR=128 128 128 CONNECTIONPOINT_TEXTCOLOR=128 128 128 INFOITEM_LINECOLOR=128 128 128 CLAUSE_TEXTCOLOR=128 128 128 COMMUNICATIONNODE_REPMODE=SIMPLE USECASE_REPMODE=SIMPLE SHALLOWHISTORY_FILLCOLOR=255 255 220 PARTITION_FILLCOLOR=255 25...
15,445
Common Lisp
.l
491
30.456212
53
0.889194
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
cfefc9dea9d2cc07e7af737e6cef4816d8d3ffebd8668238b3c033c851f55cd4
27,666
[ -1 ]
27,667
default.style
GazeboHub_lupine-m2/module/data-proxy/doc/Models_Modelio/Lupine CORBA/data/.config/styles/default.style
# #Thu Oct 03 15:42:22 PDT 2013 ASSOC_SHOWSTEREOTYPES=TEXTICON CLASS_ATT_SHOWTAGS=true CLASS_ATT_SHOWVISIBILITY=false CLASS_FEATURES=ALL CLASS_ATT_GROUPVISIBLE=true CLASS_SHOWSTEREOTYPES=TEXTICON CLASS_INNER_SHOWSTEREOTYPES=TEXTICON CLASS_SHOWTAGS=true NASSOC_SHOWTAGS=true ASSOC_SHOWVISIBILITY=false CLASS_ATT_SHOWSTERE...
450
Common Lisp
.l
17
25.470588
36
0.896074
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
877afa94f1387ef149694664c18bb9724ffa8aa76cd342152ea5f4042eb96582
27,667
[ -1 ]
27,668
metadatas.xml
GazeboHub_lupine-m2/module/data-proxy/doc/Models_Modelio/Lupine CORBA/data/fragments/PredefinedTypes 3.0.01/content/metadatas.xml
<?xml version="1.0" encoding="UTF-8"?> <ram-component manifest-version="2.0" name="PredefinedTypes" version="3" release="0" clevel="1"> <description> <![CDATA[Predefined types model component provides the default types for UML and Analyst models. 3.0.01 - New analyst property types. 3.0.00 ...
687
Common Lisp
.l
17
35.470588
116
0.68806
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
adc6f8362ea79115301ac15769088d062fc5373b46c29bc20a0552b9e1689457
27,668
[ -1 ]
27,669
0adbe87d-00b8-435d-8a64-0dc760b4f685.exml
GazeboHub_lupine-m2/module/data-proxy/doc/Models_Modelio/Lupine CORBA/data/fragments/PredefinedTypes 3.0.01/content/model/model/PropertyContainer/0adbe87d-00b8-435d-8a64-0dc760b4f685.exml
<?xml version="1.0" ?> <!--GENERATED FILE, PLEASE DO NOT EDIT!!!--><EXT object="Analyst Properties" version="3"> <DEPS> <ID name="Analyst Properties" mc="PropertyContainer" uid="0adbe87d-00b8-435d-8a64-0dc760b4f685"/> <COMPID name="Acceptance" mc="EnumeratedPropertyType" uid="01ec152c-0000-3152-0000-000000000...
7,737
Common Lisp
.l
105
65.628571
120
0.711123
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
8e06ca76fbcd82a99d6b9075cb8521d35e797f62b99999dd9098576daac724e0
27,669
[ -1 ]
27,670
00000004-0000-0004-0000-000000000000.exml
GazeboHub_lupine-m2/module/data-proxy/doc/Models_Modelio/Lupine CORBA/data/fragments/PredefinedTypes 3.0.01/content/model/model/Package/00000004-0000-0004-0000-000000000000.exml
<?xml version="1.0" ?> <!--GENERATED FILE, PLEASE DO NOT EDIT!!!--><EXT object="UML Types" version="3"> <DEPS> <ID name="UML Types" mc="Package" uid="00000004-0000-0004-0000-000000000000"/> <COMPID name="PredefinedTypes" mc="Artifact" uid="4bb461ab-1cb8-4e47-ab98-5ab266bd55cb"/> <COMPID name="boolean" mc=...
2,924
Common Lisp
.l
47
56.255319
97
0.690757
GazeboHub/lupine-m2
0
0
0
EPL-1.0
9/19/2024, 11:35:48 AM (Europe/Amsterdam)
045a81f77503c403bcd54fa1501ffca3ea1716f528d8a753a81ac005372b43fd
27,670
[ -1 ]