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
21,705
cairo.lisp
rheaplex_minara/lib/cl-cairo2/cairo.lisp
(in-package :cl-cairo2) ;; is this really needed? OS should set this up properly #+darwin (pushnew "/usr/local/lib/" *foreign-library-directories*) #+darwin (pushnew "/opt/local/lib/" *foreign-library-directories*) ;;;; The library search order should look like below because on Mac both ;;;; 'darwin' and 'unix' are d...
1,817
Common Lisp
.lisp
40
42.35
80
0.715014
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
1c72e85820a1866dbc5793a41549934618f0c9a9cdd03f3158b84ba209c8870b
21,705
[ -1 ]
21,706
xlib-context.lisp
rheaplex_minara/lib/cl-cairo2/xlib-context.lisp
(in-package :cl-cairo2) ;; constants for communicating with the signal window (defconstant +destroy-message+ 4072) ; just some random constant (defconstant +refresh-message+ 2495) ; ditto (defvar *xlib-context-count* 0 "window counter for autogenerating names") (defun next-xlib-context-name () "Return an autogener...
7,759
Common Lisp
.lisp
200
33.42
80
0.692787
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
0d15a81c0243b6cac41c58de6bfe3188a1d2af7d4d7699dafa27c00aed72f281
21,706
[ -1 ]
21,707
surface.lisp
rheaplex_minara/lib/cl-cairo2/surface.lisp
(in-package :cl-cairo2) ;;;; ;;;; Notes ;;;; - functions that write to/read from streams are not implemented ;;;; ;;;; class cairo-object ;;;; (defgeneric get-width (object) (:documentation "return the width of an object")) (defgeneric get-height (object) (:documentation "return the height of an object")) ...
6,697
Common Lisp
.lisp
167
36.658683
109
0.717019
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
68be315c926590f3e46edbdd4d78be6002f673c938c3c33cc035bbe7bc37891a
21,707
[ -1 ]
21,708
cl-cairo2-swig.lisp
rheaplex_minara/lib/cl-cairo2/cl-cairo2-swig.lisp
(in-package :cl-cairo2) ;; typedefs: we don't want to create all of them automatically, ;; because typedefs for structures confuse with-foreign-slots ;; the ones we don't want are commented out (cffi:defctype cairo_bool_t :int) (cffi:defctype cairo_t :pointer) (cffi:defctype cairo_surface_t :pointer) ;; (cffi:defctyp...
36,240
Common Lisp
.lisp
1,005
32.81194
116
0.722596
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
d2e70aabaca583be4ea73834b7c294e45519b2f9e320e7944c6a4e91c242e35a
21,708
[ -1 ]
21,709
cl-cairo2-x11-swig.lisp
rheaplex_minara/lib/cl-cairo2/cl-cairo2-x11-swig.lisp
(in-package :cl-cairo2) ;; typedefs: we don't want to create all of them automatically, ;; because typedefs for structures confuse with-foreign-slots ;; the ones we don't want are commented out (cffi:defctype cairo_bool_t :int) (cffi:defctype cairo_t :pointer) (cffi:defctype cairo_surface_t :pointer) ;; (cffi:defctyp...
3,761
Common Lisp
.lisp
83
34.313253
118
0.580733
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
184db40e99b12001a498036010ec550aacc0bd015423cc092e09a2adbcb01406
21,709
[ -1 ]
21,710
text.lisp
rheaplex_minara/lib/cl-cairo2/text.lisp
(in-package :cl-cairo2) ;;;; ;;;; Notes ;;;; ;;;; The text interface is still preliminary. I have postponed ;;;; writing it until I have some knowledge of what people want to ;;;; use it for, for me, what is below suffices. ;;;; ;;;; The long-term solution would be integration with Pango (to ;;;; manage glyphs)...
4,532
Common Lisp
.lisp
98
42.77551
79
0.722562
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
38982b2096890fbdb5507d9b846c073a405f1163cfd22a1304d7d490de57f3c6
21,710
[ -1 ]
21,711
cl-cairo2-win-swig.lisp
rheaplex_minara/lib/cl-cairo2/cl-cairo2-win-swig.lisp
(in-package :cl-cairo2) ;; typedefs: we don't want to create all of them automatically, ;; because typedefs for structures confuse with-foreign-slots ;; the ones we don't want are commented out (cffi:defctype cairo_bool_t :int) (cffi:defctype cairo_t :pointer) (cffi:defctype cairo_surface_t :pointer) ;; (cffi:defctyp...
5,240
Common Lisp
.lisp
109
39.073394
122
0.631548
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
25bb262a4c65a63155fe45bb156ce9cd55fcc80842a94d5febd17361cb50dfb4
21,711
[ -1 ]
21,712
cl-cairo2-mac-swig.lisp
rheaplex_minara/lib/cl-cairo2/cl-cairo2-mac-swig.lisp
(in-package :cl-cairo2) ;; typedefs: we don't want to create all of them automatically, ;; because typedefs for structures confuse with-foreign-slots ;; the ones we don't want are commented out (cffi:defctype cairo_bool_t :int) (cffi:defctype cairo_t :pointer) (cffi:defctype cairo_surface_t :pointer) ;; (cffi:defctyp...
5,229
Common Lisp
.lisp
111
38.234234
120
0.631444
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
144b0f5ade140641996cc3908e81ae4ed482974b850c87e28a87f522d5013272
21,712
[ -1 ]
21,713
context.lisp
rheaplex_minara/lib/cl-cairo2/context.lisp
(in-package :cl-cairo2) ;;;; ;;;; Notes ;;;; ;;;; need to write: ;;;; cairo-get-target ;;;; push-group-with-content ;;;; get-group-target ;;;; mask-surface ;;;; ;;;; ;;;; not sure anyone needs: ;;;; get/set-user-data ;;;; get-reference-count ;;;; ;;;; context class ;;;; (defclass context (cairo-...
10,444
Common Lisp
.lisp
258
37.050388
101
0.711129
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
43cc2ef213c7ffd8f6d3762267b6b863955372efbe33c3fd9ac53a50e2ff1cad
21,713
[ -1 ]
21,714
pattern.lisp
rheaplex_minara/lib/cl-cairo2/pattern.lisp
(in-package :cl-cairo2) (defclass pattern (cairo-object) ()) (defmethod lowlevel-destroy ((pattern pattern)) (cairo_pattern_destroy (get-pointer pattern))) (defmethod lowlevel-status ((pattern pattern)) (lookup-cairo-enum (cairo_pattern_status (get-pointer pattern)) table-status)) (defmacro define-create-p...
7,756
Common Lisp
.lisp
145
49.951724
118
0.732893
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
96d7671e8f6de0eb0ac165d004dc21e40d56c7b2416f600f56e3e53b8f6d5c3b
21,714
[ -1 ]
21,715
gtk-context.lisp
rheaplex_minara/lib/cl-cairo2/gtk-context.lisp
(in-package :cl-cairo2) ;; library functions to create a gdk-surface ;; written by Peter Hildebrandt <peter.hildebrandt@washbear-network.de> (defcfun ("gdk_cairo_create" gdk-cairo-create) :pointer (window :pointer)) (defclass gtk-context (context) ()) (defun create-gtk-context (gdk-win...
1,436
Common Lisp
.lisp
29
45.37931
74
0.745812
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
4882020d5f49752e134493958036987aaa5954b31bd3bad64dbf3aabdd98feea
21,715
[ -1 ]
21,716
lissajous.lisp
rheaplex_minara/lib/cl-cairo2/tutorial/lissajous.lisp
(in-package :cl-cairo2) ;;;; ;;;; Lissajous curves ;;;; (defun show-text-aligned (text x y &optional (x-align 0.5) (y-align 0.5) (context *context*)) "Show text aligned relative to (x,y)." (let ((*context* context)) (multiple-value-bind (x-bearing y-bearing width height) (text-extents text) (move-...
1,574
Common Lisp
.lisp
51
28.196078
73
0.641447
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
d1e453bdfbc9101610938d9b5282bf55947c6dd1cad0e097dfb81fb50686c02c
21,716
[ -1 ]
21,717
xlib-image-context-test.lisp
rheaplex_minara/lib/cl-cairo2/tutorial/xlib-image-context-test.lisp
(in-package :cl-cairo2) (setf *context* (create-xlib-image-context 400 200 :display-name ":0")) (move-to 0 0) (line-to 400 200) (set-source-color +green+) (stroke) (let* ((display (slot-value *context* 'display)) (screen (xdefaultscreen display)) (depth (xdefaultdepth display screen))) depth) (with-f...
747
Common Lisp
.lisp
24
26.75
71
0.701389
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
f9ce3796edd362e64ffc5d8c894898291173d79d51f5f43e3dd391e162a63563
21,717
[ -1 ]
21,718
cairo-tutorial.lisp
rheaplex_minara/lib/cl-cairo2/tutorial/cairo-tutorial.lisp
;;; ;;; How to run this sample code ;;; ;;; 1) create Temp/png directory under the current *default-pathname-defaults*, ;;; which is referenced as *png-dir* in the code, ;;; 2) compile the code, and then ;;; 3) call the exported functions. ;;; ;;; Result png files are saved to *png-dir*. ;;; (defpackage :cairo-tutor...
8,774
Common Lisp
.lisp
299
25.765886
99
0.614147
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
1797f019274fb9353a5c9c51ece17a0d6c691691b4e0fe9a6cce44765a0eeb79
21,718
[ 209927 ]
21,719
example.lisp
rheaplex_minara/lib/cl-cairo2/tutorial/example.lisp
(require :asdf) (asdf:operate 'asdf:load-op :cl-cairo2) ;;;; Make a test package (defpackage :cairo-example (:use :common-lisp :cl-cairo2)) (in-package :cairo-example) ;;;; ;;;; short example for the tutorial ;;;; (defparameter *surface* (create-pdf-surface "example.pdf" 200 100)) (setf *context* (create-context...
7,779
Common Lisp
.lisp
241
29.846473
82
0.662938
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
6d168d31cdf61c0a70dd8cb0628379fe58ed5cee504bb90fe0bfe66f843f2ff9
21,719
[ 195877 ]
21,720
lissajous-win.lisp
rheaplex_minara/lib/cl-cairo2/tutorial/lissajous-win.lisp
;;; ;;; Lissajous curve demo using Win32 surface ;;; ;;; Note: running this code via the default swank server wouldn't work. ;;; One sure way to run this code is to start your Lisp system from a DOS ;;; command window, load this code from the REPL and then call lissajous-win:run. ;;; (defpackage :lissajous-win (:use...
8,552
Common Lisp
.lisp
256
30.105469
108
0.678463
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
19aec4eb08f9ffd39d190308c8c0ea769f95c193f32efbf3ec182cbd8add0911
21,720
[ -1 ]
21,721
cairo-samples.lisp
rheaplex_minara/lib/cl-cairo2/tutorial/cairo-samples.lisp
;;; ;;; How to run this sample code ;;; ;;; 1) create Temp/png directory under the current *default-pathname-defaults*, ;;; which is referenced as *png-dir* in the code, ;;; 2) copy flowers.png to *png-dir*, ;;; 3) compile the code, and then ;;; 4) call the exported functions. ;;; ;;; Result png files are saved to *...
12,485
Common Lisp
.lisp
432
25.444444
114
0.611009
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
c3b2de92dc7fc1d98237c9bbb82d5b873f048f6d29fd2b62b509311ae7cb43a3
21,721
[ -1 ]
21,722
x11-example.lisp
rheaplex_minara/lib/cl-cairo2/tutorial/x11-example.lisp
(asdf:operate 'asdf:load-op :cl-cairo2) ;;;; Make a test package (defpackage :cairo-xlib-example (:use :common-lisp :cl-cairo2)) (in-package :cairo-xlib-example) ;; open display (let ((width 400) (height 300)) (setf *context* (create-xlib-context width height :window-name "diagonal lines")) ;; clear the ...
1,563
Common Lisp
.lisp
52
27.403846
83
0.686379
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
9c010eea60c982661947e60224d4224584529c11a082c3d03a29a0cbe8fad3a3
21,722
[ -1 ]
21,723
cairo-demos.lisp
rheaplex_minara/lib/cl-cairo2/tutorial/cairo-demos.lisp
;;; ;;; How to run this sample code ;;; ;;; 1) create Temp/png directory under the current *default-pathname-defaults*, ;;; which is referenced as *png-dir* in the code, ;;; 2) copy flowers.png to *png-dir*, ;;; 3) compile the code, and then ;;; 4) call the exported functions. ;;; ;;; Result png files are saved to *...
4,853
Common Lisp
.lisp
126
34.912698
108
0.639296
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
bec1b77ea4199490369bb4d89b0dde39df63f40c3a09bac9867e830f60dede9d
21,723
[ -1 ]
21,724
test-xlib.lisp
rheaplex_minara/lib/cl-cairo2/tutorial/test-xlib.lisp
(in-package :cl-cairo2) (defun random-size () (+ 200 (random 100))) (defparameter *list-of-contexts* nil) (defparameter *max-number-of-contexts* 50) (defun x-on-window (context) (let ((width (get-width context)) (height (get-height context))) ;; clear (rectangle 0 0 width height context) (set-source-...
1,376
Common Lisp
.lisp
43
28.651163
74
0.678491
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
93ad2aa723acf70fa54149e877c9a1530656e95949a397a97d060a16d8acd71b
21,724
[ -1 ]
21,725
test-finalizer.lisp
rheaplex_minara/lib/cl-cairo2/tutorial/test-finalizer.lisp
(in-package :cl-cairo2) (setf *context* (create-pdf-context "/tmp/foo.pdf" 100 100)) (move-to 0 0) (line-to 100 100) (set-source-rgb 0 0 1) (stroke) ;; destroy object, after this, it will be ready to be GC'd (setf *context* nil) ;; call GC #+sbcl (sb-ext:gc)
262
Common Lisp
.lisp
10
24.9
60
0.694779
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
022e66965f36cf99be0fc22293a9a7b4e3ab616aac41e143cf5263c16564dc58
21,725
[ -1 ]
21,728
example.lisp.svn-base
rheaplex_minara/lib/cl-cairo2/tutorial/.svn/text-base/example.lisp.svn-base
(asdf:operate 'asdf:load-op :cl-cairo2) ;;;; Make a test package (defpackage :cairo-example (:use :common-lisp :cl-cairo2)) (in-package :cairo-example) ;;;; ;;;; short example for the tutorial ;;;; (defparameter *surface* (create-ps-surface "example.ps" 200 100)) (setf *context* (create-context *surface*)) (dest...
7,266
Common Lisp
.lisp
219
30.876712
82
0.669373
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
41e6ff8e363134498fdf963c6fdf83a6ace610b372bcde576aab352c828dcf01
21,728
[ -1 ]
21,731
bug-test.lisp
rheaplex_minara/lib/cl-cairo2/tutorial/elusive-bug/bug-test.lisp
(asdf:operate 'asdf:load-op :cl-cairo2) ;;;; Make a test package (defpackage :cairo-example-bug-test (:use :common-lisp :cl-cairo2)) (declaim (optimize (debug 3))) (in-package :cairo-example-bug-test) (defun show-text-aligned (text x y &optional (x-align 0.5) (y-align 0.5) (context *context*)) "Show text a...
2,656
Common Lisp
.lisp
77
32.285714
82
0.660693
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
81564b1064e0f17bade602beffcd51ed17d499097e067673372fdbad86c26f02
21,731
[ -1 ]
21,732
bug.lisp
rheaplex_minara/lib/cl-cairo2/tutorial/elusive-bug/bug.lisp
(asdf:operate 'asdf:load-op :cl-cairo2) ;;;; Make a test package (defpackage :cairo-example (:use :common-lisp :cl-cairo2)) (in-package :cairo-example) ;;;; ;;;; helper functions ;;;; (defun show-text-aligned (text x y &optional (x-align 0.5) (y-align 0.5) (context *context*)) "Show text aligned relative t...
2,731
Common Lisp
.lisp
81
31.580247
82
0.656309
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
3d867abebfa7c292f24f4418031c7db4e459aadd6e73d25eafe11c7023b1ac14
21,732
[ -1 ]
21,733
buffer.lisp
rheaplex_minara/src/buffer.lisp
;; buffer.lisp : buffers for minara ;; ;; Copyright (c) 2004,2007 Rob Myers, rob@robmyers.org ;; ;; This file is part of Minara. ;; ;; Minara 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 3 ...
7,596
Common Lisp
.lisp
184
37.592391
79
0.657155
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
f01908844d4ef54f3cab2d05f830bcba52f576b0eab61b1f48cbd63668b56715
21,733
[ -1 ]
21,734
bootstrap.lisp
rheaplex_minara/src/bootstrap.lisp
(require 'asdf) ;; This will need modifying if launched from a script in the parent directory ;; It should handle both eventualities, checking for last part of truename . . (mapc #'(lambda (asd) (pushnew (make-pathname :directory (pathname-directory asd)) asdf:*central-registry* :test #'equal)) ...
1,148
Common Lisp
.lisp
28
38.75
78
0.728173
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
62d49d7dee8ed719a8fbf0932dbe4330e7cd92771c10ba17b1c6fd9cb5518c11
21,734
[ -1 ]
21,735
transformations.lisp
rheaplex_minara/src/transformations.lisp
;; transformations.lisp : 2d geometric transformations for minara ;; ;; Copyright (c) 2004, 2007 Rob Myers, rob@robmyers.org ;; ;; This file is part of Minara. ;; ;; Minara 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 Softwar...
5,801
Common Lisp
.lisp
169
31.414201
121
0.548791
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
4e7a424001689a583c41b48468e0f43a985125e568373a11999c8abc74ebfb99
21,735
[ -1 ]
21,736
keymap.lisp
rheaplex_minara/src/keymap.lisp
;; keymap.lisp : Keymaps ;; ;; Copyright (c) 2004, 2007 Rob Myers, rob@robmyers.org ;; ;; This file is part of Minara. ;; ;; Minara 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 3 of the Lic...
7,164
Common Lisp
.lisp
191
34.287958
79
0.588668
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
aa382dd358b63fbd913d166c2e541354d2231cf43423c1982cda4f9763af0cd8
21,736
[ -1 ]
21,737
evaluation.lisp
rheaplex_minara/src/evaluation.lisp
(in-package minara) (defmacro with-package (package &rest rest) (let ((old-package (gensym))) `(let ((,old-package *package*)) (setf *package* ,package) ,@rest (setf *package* ,old-package )))) #|(defvar *temp-package-num* 0) (defun disposable-package-with-package (base-package) "Create...
878
Common Lisp
.lisp
22
35.545455
78
0.677608
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
2269c4cd26d025ebffbece9f3088c45f4ac82b7196511ec903cfa695aea90cce
21,737
[ -1 ]
21,738
minara.lisp
rheaplex_minara/src/minara.lisp
;; minara.lisp : setup and startup ;; ;; Copyright (c) 2007 Rob Myers, rob@robmyers.org ;; ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation; either version 2 of the License, or ;; (at your opti...
1,086
Common Lisp
.lisp
25
42.04
71
0.753321
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
c1cdf145937ed2bd7c3b97866636dd1a05d0e5125ae9900fd3025e0cdc989f54
21,738
[ -1 ]
21,739
shape-tools.lisp
rheaplex_minara/src/shape-tools.lisp
;; shape-tools.lisp : simple shape tools ;; ;; Copyright (c) 2004, 2007 Rob Myers, rob@robmyers.org ;; ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation; either version 2 of the License, or ;; (...
25,431
Common Lisp
.lisp
577
26.65338
79
0.449037
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
5380c6dbcf97b5f7809cafa96eb62fadea76acf67bb3a695b1426bccec9d49b6
21,739
[ -1 ]
21,740
buffer-old.lisp
rheaplex_minara/src/buffer-old.lisp
;; buffer.lisp : buffers for minara ;; ;; Copyright (c) 2004,2007 Rob Myers, rob@robmyers.org ;; ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation; either version 3 of the License, or ;; (at you...
6,129
Common Lisp
.lisp
152
36.986842
80
0.624599
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
dc9fa0a180d83bbc080cc2a8ce89f072ce6b4302b5eea284d9f39df2274abac6
21,740
[ -1 ]
21,741
menu.lisp
rheaplex_minara/src/menu.lisp
;; menu.lisp : contextual menus for minara ;; ;; Copyright (c) 2004, 2007 Rob Myers, rob@robmyers.org ;; ;; This file is part of Minara. ;; ;; Minara is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either ve...
4,804
Common Lisp
.lisp
112
40.991071
79
0.532903
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
06fdfff377187eb79b38bdd050231db43db198e6c4194524bca743d2bbbf3c42
21,741
[ -1 ]
21,742
minara-scratch.lisp
rheaplex_minara/src/minara-scratch.lisp
;; How does Slime handle source file positions? ;; Anyway, deftool can register these *compile-file-truename* *load-truename* (defmacro file-path-string () *compile-file-truename*) (defmacro with-package (package &rest rest) (with-gensyms (old-buffer) `(setf old-buffer *package*) `(setf *package*...
3,882
Common Lisp
.lisp
104
30.932692
78
0.630568
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
f242573e37dcec6721ab43ec1b2aac360c350307887a3a29f766ce6907b62aa7
21,742
[ -1 ]
21,743
picking.lisp
rheaplex_minara/src/picking.lisp
;; picking.lisp : minara scheme development file ;; ;; Copyright (c) 2004-2006, 2007 Rob Myers, rob@robmyers.org ;; ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation; either version 2 of the Lic...
14,899
Common Lisp
.lisp
376
36.457447
163
0.654671
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
119f6eb69a9def6e99e26a7a67b9dcaf1d66dfbdfc5f88f087e035273421f139
21,743
[ -1 ]
21,744
events.lisp
rheaplex_minara/src/events.lisp
;; events.lisp : gui event handling ;; ;; Copyright (c) 2004, 2007 Rob Myers, rob@robmyers.org ;; ;; This file is part of Minara. ;; ;; Minara 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 3...
6,918
Common Lisp
.lisp
222
27.301802
79
0.489827
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
b15d5c8f5e0d17bb03b306bd1720a1ef3824c1578bad0ec00a58db678c509237
21,744
[ -1 ]
21,745
window.lisp
rheaplex_minara/src/window.lisp
;; window.lisp : windows for minara ;; ;; Copyright (c) 2004, 2007 Rob Myers, rob@robmyers.org ;; ;; This file is part of Minara. ;; ;; Minara 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 3...
11,355
Common Lisp
.lisp
273
37.278388
80
0.572417
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
f4bc4163c466faa6d9ddaa49cd8b931f7d9a9c050ea18eceea8ca574e8b6b4a1
21,745
[ -1 ]
21,746
pen-tool.lisp
rheaplex_minara/src/pen-tool.lisp
;; pen-tool.lisp : the pen tool ;; ;; Copyright (c) 2004, 2007 Rob Myers, rob@robmyers.org ;; ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation; either version 2 of the License, or ;; (at your o...
6,511
Common Lisp
.lisp
162
30.981481
79
0.54639
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
258907287b51b6c5e616537857c59279cebfc601390a7949651fea92a28b6b82
21,746
[ -1 ]
21,747
colour-tools.lisp
rheaplex_minara/src/colour-tools.lisp
;; colour-tools.lisp : minara colour picking ;; ;; Copyright (c) 2007 Rob Myers, rob@robmyers.org ;; ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation; either version 2 of the License, or ;; (at...
7,234
Common Lisp
.lisp
215
23.883721
126
0.547059
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
e9cd56d9d163112cff1044dd7f5ab6a58cbeadeb4e0efaa5c5a6140d6e4cbf6c
21,747
[ -1 ]
21,748
glut-gui.lisp
rheaplex_minara/src/glut-gui.lisp
(in-package minara) ;; Menus (defvar *main-menu* (glut:create-menu (cffi:null-pointer))) (cffi:defcallback minara-menu-select-callback :void ((value :int)) (menu-select-hook value)) (defun minara-menu-make () (let ((id (glut:create-menu (cffi:callback minara-menu-select-callback)))) (glut:set-menu *main-me...
3,218
Common Lisp
.lisp
101
28.346535
76
0.682216
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
d905678f665940fbaee81412f3d18f33369b81fee7edf607e484d5df824e69d9
21,748
[ -1 ]
21,749
undo.lisp
rheaplex_minara/src/undo.lisp
;; undo.lisp : undo and redo support for minara ;; ;; Copyright (c) 2004,2007 Rob Myers, rob@robmyers.org ;; ;; This file is part of Minara. ;; ;; Minara 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, eithe...
8,835
Common Lisp
.lisp
201
35.487562
79
0.543463
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
4409058058738a71a738139c3ee2bd5df2ca62be6b16cfb7f4a32a530b9db63c
21,749
[ -1 ]
21,750
buffer-stream.lisp
rheaplex_minara/src/buffer-stream.lisp
;; buffer-stream.lisp : buffer streams and file loading/saving for minara ;; ;; Derived from buffer-stream.lisp from Drei ;; http://common-lisp.net/cgi-bin/viewcvs.cgi/mcclim/Drei/buffer-streams.lisp ;;; (c) copyright 2006-2007 by ;;; Troels Henriksen (athas@sigkill.dk) ;; ;; Additions and alterations Copyri...
7,411
Common Lisp
.lisp
168
38.940476
80
0.663659
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
571d22583a86d568d252588f8a778b6e7952be81294f91f07b7ba8d00a7cbf60
21,750
[ -1 ]
21,751
glut-rendering.lisp
rheaplex_minara/src/glut-rendering.lisp
;; rendering.lisp : rendering hooks ;; ;; Copyright (c) 2004, 2007 Rob Myers, rob@robmyers.org ;; ;; This file is part of Minara. ;; ;; Minara 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 3...
6,795
Common Lisp
.lisp
177
34.836158
79
0.66621
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
81b95bb96e88ef6b924d04847025f876cbca717d08fede380fef91ffe5b7b03d
21,751
[ -1 ]
21,752
development.lisp
rheaplex_minara/src/development.lisp
;; development.lisp : loading and reloading develoment tool and library files ;; ;; Copyright (c) 2007 Rob Myers, rob@robmyers.org ;; ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation; either ve...
1,755
Common Lisp
.lisp
46
34.304348
77
0.701061
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
78d9922f1e82dcc9b87630cc29ec6538bb0cd5780d7291f5eb7fa7201a0a063a
21,752
[ -1 ]
21,753
minibuffer.lisp
rheaplex_minara/src/minibuffer.lisp
;; minibuffer.lisp : hacky Emacs-style minibuffers ;; ;; Copyright (c) 2004, 2007 Rob Myers, rob@robmyers.org ;; ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation; either version 2 of the Licens...
5,819
Common Lisp
.lisp
140
34.571429
79
0.667788
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
00c26beb1faa3ef54827fb74c8f60613403d7aad11b403c6d0bf43e3985742e8
21,753
[ -1 ]
21,754
command-line.lisp
rheaplex_minara/src/command-line.lisp
;; command-line.scm : minara scheme development file ;; ;; Copyright (c) 2004 Rob Myers, rob@robmyers.org ;; ;; This file is part of Minara. ;; ;; Minara 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, eithe...
2,154
Common Lisp
.lisp
45
45.955556
79
0.56619
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
82563938b15bb27ec13422d8f8e98c3147b4b8601e12d7dfbd36719374807a2d
21,754
[ -1 ]
21,755
tool.lisp
rheaplex_minara/src/tool.lisp
;; tool.lisp : tool handling ;; ;; Copyright (c) 2004,2007 Rob Myers, rob@robmyers.org ;; ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation; either version 2 of the License, or ;; (at your optio...
2,723
Common Lisp
.lisp
62
41.225806
79
0.647659
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
cffd89e7daec495ea21a238aea19e09a6ab49d6a73d17700e0b402c3891aa870
21,755
[ -1 ]
21,756
geometry.lisp
rheaplex_minara/src/geometry.lisp
;; geometry.lisp : minara scheme development file ;; ;; Copyright (c) 2004, 2007 Rob Myers, rob@robmyers.org ;; ;; This file is part of Minara. ;; ;; Minara 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, ei...
7,977
Common Lisp
.lisp
222
31.797297
79
0.535182
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
2134425faba91575a33a2dd46c14ff68970e62b0987a0d829cdfb6e08a9e2806
21,756
[ -1 ]
21,757
packages.lisp
rheaplex_minara/src/packages.lisp
;; package.lisp : the minara packages ;; ;; Copyright (c) 2007 Rob Myers, rob@robmyers.org ;; ;; This file is part of Minara. ;; ;; Minara 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 3 of ...
3,336
Common Lisp
.lisp
84
36.52381
72
0.746149
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
41829438a9627f17b74379e0686256a71f7581c12681fd5bfa769fd8487fe5ae
21,757
[ -1 ]
21,758
view-tools.lisp
rheaplex_minara/src/view-tools.lisp
;; view-tools.lisp : tools for viewing windows for minara ;; ;; Copyright (c) 2004, 2007 Rob Myers, rob@robmyers.org ;; ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation; either version 2 of the...
14,307
Common Lisp
.lisp
400
27.16
80
0.50362
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
1f46751c2946ac45ca40c12e613c51001d2d862635d6e982065e6a199430a2b8
21,758
[ -1 ]
21,759
cairo-rendering.lisp
rheaplex_minara/src/cairo-rendering.lisp
;; cairo-rendering.lisp : rendering implementation using Cairo and OpenGL ;; ;; Copyright (c) 2008 Rob Myers, rob@robmyers.org ;; ;; This file is part of Minara. ;; ;; Minara 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 Softw...
5,820
Common Lisp
.lisp
162
32.907407
79
0.691459
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
d1173ab001b9a258087746b7709818ba80667d4abc698f87933ff5671cc7c67c
21,759
[ -1 ]
21,760
test.lisp
rheaplex_minara/src/test.lisp
;; test.lisp : minara minimal test harness ;; ;; Copyright (c) 2004, 2007 Rob Myers, rob@robmyers.org ;; ;; This file is part of Minara. ;; ;; Minara is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either ve...
2,668
Common Lisp
.lisp
72
34.277778
79
0.552672
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
e0652b30bc499f9d63abc3fdef2058e5bd2fb14af738617dcb638926f234a3ed
21,760
[ -1 ]
21,761
trivial-garbage.asd
rheaplex_minara/lib/trivial-garbage/trivial-garbage.asd
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; trivial-garbage.asd --- ASDF system definition for trivial-garbage. ;;; ;;; This software is placed in the public domain by Luis Oliveira ;;; <loliveira@common-lisp.net> and is provided with absolutely no ;;; warranty. #-(or cmu scl sbcl allegro clisp openmcl corm...
1,145
Common Lisp
.asd
26
41.192308
76
0.715184
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
a42f97d1312b91d33a9e0f5685de53002401d02a9ea65985add2788253824322
21,761
[ 122112 ]
21,762
trivial-features-tests.asd
rheaplex_minara/lib/trivial-features/trivial-features-tests.asd
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; trivial-features-tests.asd --- ASDF definition. ;;; ;;; Copyright (C) 2007, Luis Oliveira <loliveira@common-lisp.net> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation ;;; files (...
1,933
Common Lisp
.asd
44
41.727273
70
0.724668
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
7ef210c532d956d8ed93af8c978b526a8c2e640280758096a66d195f243ce43b
21,762
[ 145552 ]
21,763
trivial-features.asd
rheaplex_minara/lib/trivial-features/trivial-features.asd
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; trivial-features.asd --- ASDF system definition. ;;; ;;; Copyright (C) 2007, Luis Oliveira <loliveira@common-lisp.net> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation ;;; files ...
2,191
Common Lisp
.asd
50
41.28
74
0.699579
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
b8ba57c8725c8ca41544ca031c1528de39fb87a84ba996a20303d08b97d864e2
21,763
[ 495352 ]
21,765
alexandria.asd
rheaplex_minara/lib/alexandria/alexandria.asd
(defsystem :alexandria :version "0.0.0" :licence "Public Domain / 0-clause MIT" :components ((:static-file "LICENCE") (:static-file "tests.lisp") (:file "package") (:file "definitions" :depends-on ("package")) (:file "binding" :depends-on ("package")) (:file "strings" :depends-on ("package")) ...
1,304
Common Lisp
.asd
28
43.107143
77
0.647843
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
5d64f1d8c2095e4495b7e2471e2b8aa1a7e83aeaeccf69609e6ac78f6f2f22f1
21,765
[ -1 ]
21,766
cl-colors.asd
rheaplex_minara/lib/cl-colors/cl-colors.asd
(defpackage #:cl-colors-asd (:use :cl :asdf)) (in-package :cl-colors-asd) (defsystem #:cl-colors :description "Simple color library for Common Lisp" :version "0.1" :author "Tamas K Papp" :license "GPL" :components ((:file "package") (:file "colors" :depends-on ("package")) (:file "c...
387
Common Lisp
.asd
12
28
55
0.643432
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
f9de0a5f114583db24b6516e4d1871df0fb72a0f7b830f4a1f10d12faa0b962a
21,766
[ -1 ]
21,767
cl-opengl.asd
rheaplex_minara/lib/cl-opengl/cl-opengl.asd
;;; -*- Mode: Lisp; indent-tabs-mode: nil -*- ;;; ;;; Copyright (c) 2004, Oliver Markovic <entrox@entrox.org> ;;; All rights reserved. ;;; ;;; Redistribution and use in source and binary forms, with or without ;;; modification, are permitted provided that the following conditions are met: ;;; ;;; o Redistributions o...
2,559
Common Lisp
.asd
48
50.541667
79
0.710359
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
312b2cc0ebac01c9099ebc78dbe8b65b02aeb0aba9984bf4752b618915496a9a
21,767
[ 411759 ]
21,768
cl-glut-examples.asd
rheaplex_minara/lib/cl-opengl/cl-glut-examples.asd
;;; -*- Mode: Lisp; indent-tabs-mode: nil -*- ;;; ;;; cl-glut-examples.asd --- ASDF system definition for various examples. ;;; ;;; Copyright (c) 2006-2007, Luis Oliveira <loliveira@common-lisp.net> ;;; All rights reserved. ;;; ;;; Redistribution and use in source and binary forms, with or without ;;; modification, ...
2,901
Common Lisp
.asd
74
34.851351
75
0.665841
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
af64310f263d82a504c81f2c7134830ee2ab79846fce96512d2cb2cfc773d56f
21,768
[ 313421 ]
21,769
cl-glut.asd
rheaplex_minara/lib/cl-opengl/cl-glut.asd
;;; -*- Mode: Lisp; indent-tabs-mode: nil -*- ;;; ;;; cl-glut.asd --- ASDF system definition for cl-glut. ;;; ;;; Copyright (C) 2006, Luis Oliveira <loliveira@common-lisp.net> ;;; All rights reserved. ;;; ;;; Redistribution and use in source and binary forms, with or without ;;; modification, are permitted provided ...
2,672
Common Lisp
.asd
55
45.836364
75
0.695602
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
a7f25e61deb1e4e341d4d2f29629cb5f165ebc5899902890cd68cac4785d103f
21,769
[ 237941 ]
21,770
cl-glu.asd
rheaplex_minara/lib/cl-opengl/cl-glu.asd
;;; -*- Mode: Lisp; indent-tabs-mode: nil -*- ;;; ;;; cl-glu.asd --- ASDF system definition for cl-glu. ;;; ;;; Copyright (C) 2006, Luis Oliveira <loliveira@common-lisp.net> ;;; All rights reserved. ;;; ;;; Redistribution and use in source and binary forms, with or without ;;; modification, are permitted provided th...
2,081
Common Lisp
.asd
45
44.4
75
0.737463
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
00627fbab5c837fd7be3b8573a2c9f621eccbf1b2cab4966e31050294da4540f
21,770
[ 173088 ]
21,771
cffi-grovel.asd
rheaplex_minara/lib/cffi/cffi-grovel.asd
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; cffi-grovel.asd --- ASDF system definition for cffi-grovel. ;;; ;;; Copyright (C) 2007, Luis Oliveira <loliveira@common-lisp.net> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation...
1,577
Common Lisp
.asd
38
39.684211
70
0.731945
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
37295cc4a2a25cf561e9c84f41cdca06ae22c6ed8bb733bb7f876c45681b2922
21,771
[ 81242 ]
21,774
cffi.asd
rheaplex_minara/lib/cffi/cffi.asd
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; cffi.asd --- ASDF system definition for CFFI. ;;; ;;; Copyright (C) 2005-2006, James Bielman <jamesjb@jamesjb.com> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation ;;; files (the...
2,517
Common Lisp
.asd
63
36.936508
71
0.679461
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
75f80135d722f00005c96b4a3b752120aeb0f812ea7b7da82948f30cb6a54a9e
21,774
[ -1 ]
21,775
cffi-tests.asd
rheaplex_minara/lib/cffi/cffi-tests.asd
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; cffi-tests.asd --- ASDF system definition for CFFI unit tests. ;;; ;;; Copyright (C) 2005-2006, James Bielman <jamesjb@jamesjb.com> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentati...
2,858
Common Lisp
.asd
74
34.702703
77
0.666426
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
3e76c1a9aae8534671e83e3d2764df84b356bf4851d08d735a86643dd7415301
21,775
[ -1 ]
21,777
cl-utilities.asd
rheaplex_minara/lib/cl-utilities/cl-utilities.asd
;; -*- Lisp -*- (defpackage #:cl-utilities-system (:use #:common-lisp #:asdf)) (in-package #:cl-utilities-system) (defsystem cl-utilities :author "Maintained by Peter Scott" :components ((:file "package") (:file "split-sequence" :depends-on ("package")) (:file "extremum" :depends-on ("package" ...
1,138
Common Lisp
.asd
29
35.310345
65
0.657324
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
45a52cdc73080195ce2d9792736a979d133106533401bf2fd317d3e461baffdd
21,777
[ 151293 ]
21,778
babel.asd
rheaplex_minara/lib/babel/babel.asd
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; babel.asd --- ASDF system definition for Babel. ;;; ;;; Copyright (C) 2007, Luis Oliveira <loliveira@common-lisp.net> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation ;;; files (...
2,022
Common Lisp
.asd
50
37.92
72
0.70935
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
91b08dab8687feb5ce6d27425c38558696b021257d7d8d545693cc4f2ad12ab6
21,778
[ 315706 ]
21,779
babel-tests.asd
rheaplex_minara/lib/babel/babel-tests.asd
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; babel-tests.asd --- ASDF system definition for Babel unit tests. ;;; ;;; Copyright (C) 2007, Luis Oliveira <loliveira@common-lisp.net> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated document...
1,712
Common Lisp
.asd
38
43.315789
78
0.727545
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
fa274aa392360f898755585a2ab5e6826613db9291f85d928b7d7a240298ed04
21,779
[ 308002 ]
21,781
flexichain.asd
rheaplex_minara/lib/flexichain/flexichain.asd
;;; Flexichain ;;; ASDF system definition ;;; ;;; Copyright (C) 2003-2004 Robert Strandh (strandh@labri.fr) ;;; Copyright (C) 2003-2004 Matthieu Villeneuve (matthieu.villeneuve@free.fr) ;;; ;;; This library is free software; you can redistribute it and/or ;;; modify it under the terms of the GNU Lesser General Public...
1,487
Common Lisp
.asd
30
46.266667
82
0.713402
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
be07a109793bdebfee91924a678399b20f0c403b00b009f4ef52497ec28fe4f3
21,781
[ -1 ]
21,782
cl-cairo2-mac.asd
rheaplex_minara/lib/cl-cairo2/cl-cairo2-mac.asd
;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*- (defpackage #:cl-cairo2-mac-asd (:use :cl :asdf :cl-cairo2)) (in-package #:cl-cairo2-mac-asd) (defsystem cl-cairo2-mac :description "Cairo 1.6 bindings, X11, GTK and Quartz(not yet) extension" :version "0.1" :author "Tamas K Papp, Kei Suzuki" :lic...
642
Common Lisp
.asd
15
38.533333
75
0.6416
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
6e4554077e812885f11b0ee20bbc21a8b85841cd8710a0b769977ae4050e387a
21,782
[ -1 ]
21,783
cl-cairo2-win.asd
rheaplex_minara/lib/cl-cairo2/cl-cairo2-win.asd
;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*- (defpackage #:cl-cairo2-win-asd (:use :cl :asdf :cl-cairo2)) (in-package #:cl-cairo2-win-asd) (defsystem cl-cairo2-win :description "Cairo 1.6 bindings, MS-Windows extension" :version "0.1" :author "Tamas K Papp, Kei Suzuki" :license "GPL" :compo...
444
Common Lisp
.asd
12
34
59
0.662791
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
7e63c31e8f10d869c6113fcd6d2052ca477def89765073a8ddff282dcf69bde3
21,783
[ -1 ]
21,784
cl-cairo2.asd
rheaplex_minara/lib/cl-cairo2/cl-cairo2.asd
(defpackage #:cl-cairo2-asd (:use :cl :asdf)) (in-package #:cl-cairo2-asd) (defsystem cl-cairo2 :description "Cairo 1.6 bindings" :version "0.4" :author "Tamas K Papp" :license "GPL" :components ((:file "package") (:file "cairo" :depends-on ("package")) (:file "my-double" :depends-o...
1,032
Common Lisp
.asd
23
35.73913
82
0.566038
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
688d6bade4c1441d5780867c67524dbca045716793872c4880567faba1529c27
21,784
[ -1 ]
21,785
cl-cairo2-x11.asd
rheaplex_minara/lib/cl-cairo2/cl-cairo2-x11.asd
(defpackage #:cl-cairo2-x11-asd (:use :cl :asdf)) (in-package #:cl-cairo2-x11-asd) (defsystem cl-cairo2-x11 :description "Cairo 1.6 bindings, X11 and GTK extension" :version "0.1" :author "Tamas K Papp" :license "GPL" :serial t :components ((:file "cl-cairo2-x11-swig") (:file "libraries-x11" :de...
553
Common Lisp
.asd
15
32.533333
66
0.643657
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
92ae19f5c09c50f0343beafd9e79485e35a8f252414ecd72602e31017ca2fe60
21,785
[ -1 ]
21,786
minara.asd
rheaplex_minara/src/minara.asd
(defpackage :minara (:use :cl :asdf)) (in-package :minara) (asdf:defsystem :minara :name "minara" :version "0.1" :depends-on (:flexichain :cl-cairo2 :cl-opengl :cl-glu :cl-glut) :serial t :components ((:file "p...
983
Common Lisp
.asd
34
19.235294
80
0.460317
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
75683dc9c9e0cb07a58f8bbb6f673c6293aef71925415a105e16144b9a305032
21,786
[ -1 ]
21,800
install
rheaplex_minara/tools/pstoedit/install
Installation. Download the pstoedit sources. Add drvminara.c and drvminara.h to the pstoedit/src directory. Add the following line to the specific_drivers_src section of pstoedit/src/makefile.am: drvminara.cpp drvminara.h \ Run automake and then .configure && make && make install . If anyone knows how to make dyna...
370
Common Lisp
.l
8
44.875
81
0.805556
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
190bf63e058af94f11f3bd092c148b6d2db1591f8c40d5bd17ed2b0a23d1be97
21,800
[ -1 ]
21,803
release.sh
rheaplex_minara/lib/trivial-garbage/release.sh
#!/bin/bash ### Configuration PROJECT_NAME='trivial-garbage' ASDF_FILE="$PROJECT_NAME.asd" HOST="common-lisp.net" RELEASE_DIR="public_html/tarballs/$PROJECT_NAME" VERSION_FILE="" #VERSION_FILE="VERSION" #VERSION_FILE_DIR="/project/$PROJECT_NAME/public_html" set -e ### Process options FORCE=0 VERSION="" while [ $#...
3,496
Common Lisp
.l
120
23.141667
79
0.575993
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
03f00766ed8605884fde39b4a7c953ea4412132240b134e42350b33c53b1ae89
21,803
[ -1 ]
21,841
Makefile
rheaplex_minara/lib/alexandria/doc/Makefile
.PHONY: clean html pdf clean: rm -rf include *.aux *.cp *.fn *.fns *.ky *.log *.pg *.toc *.tp *.tps *.vr *.pdf *.html # Hook into the super sekrit texinfo generator in the SBCL tree -- this is just a quick way # to bootrap documentation for now. include: sbcl --eval '(progn (require :asdf) (require :alexandria) (re...
711
Common Lisp
.l
15
45.6
103
0.732659
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
9ac2b435c0ae5cb2baefc5d377992ce3844fc6f56b284103b3c7b36ed906a661
21,841
[ -1 ]
21,842
alexandria.texinfo
rheaplex_minara/lib/alexandria/doc/alexandria.texinfo
\input texinfo @c -*-texinfo-*- @c %**start of header @setfilename alexandria.info @settitle Alexandria Manual @c %**end of header @settitle Alexandria Manual -- draft version @c for install-info @dircategory Software development @direntry * alexandria: Common Lisp utilities. @end direntry @copying @quot...
7,673
Common Lisp
.l
178
41.05618
72
0.820988
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
97b6ac2b7b5853c365c7850737d4ae804fd7d9689bf509e96040a99e23cd31e9
21,842
[ -1 ]
21,846
Makefile
rheaplex_minara/lib/cl-colors/Makefile
## note: this works on my system, you don't need to run it because the ## distribution contains the generated file SBCL=/usr/bin/sbcl colornames.lisp: /usr/share/X11/rgb.txt parse-x11.lisp rm -f colornames.lisp $(SBCL) --load parse-x11.lisp --eval '(quit)'
261
Common Lisp
.l
6
41.833333
70
0.747036
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
4058adf750cf804673fb819706f207412e9a348bad65f7691e6d4b8e88e101ff
21,846
[ -1 ]
21,852
Makefile
rheaplex_minara/lib/cl-opengl/Makefile
# -*- Mode: Makefile; tab-width: 3; indent-tabs-mode: t -*- enums: @sbcl --noinform --disable-debugger --no-userinit --load "tools/generate-enums.lisp" --eval "(main)" funcs: @sbcl --noinform --disable-debugger --load "tools/generate-funcs.lisp" --eval "(spec-parser:main)" specs: cd spec && wget -N http://www.ope...
754
Common Lisp
.l
14
52
167
0.651701
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
0b8ff1f894c4a3f33ee0126773a39be34480475a0c09ab50e4de8506fe2f56ca
21,852
[ -1 ]
21,856
gl.tm
rheaplex_minara/lib/cl-opengl/tools/gl.tm
AccumOp,*,*, GLenum,*,* AlphaFunction,*,*, GLenum,*,* AttribMask,*,*, GLbitfield,*,* BeginMode,*,*, GLenum,*,* BinormalPointerTypeEXT,*,*, GLenum,*,* BlendEquationMode,*,*, GLenum,*,* BlendEquationModeEXT,*,*, GLenum,*,* BlendFuncSeparateParameterEXT,*,*, GLenum,*,* BlendingFactorDe...
10,871
Common Lisp
.l
291
36.357388
67
0.598204
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
e74f66c5d4023aac6f76d4bf63d1b00c02b9089366a5bad110334525211ec853
21,856
[ -1 ]
21,893
gl.spec
rheaplex_minara/lib/cl-opengl/spec/gl.spec
# gl.spec file # DON'T REMOVE PREVIOUS LINE!!! libspec depends on it! # # License Applicability. Except to the extent portions of this file are # made subject to an alternative license as permitted in the SGI Free # Software License B, Version 1.1 (the "License"), the contents of this # file are subject only to the pro...
515,003
Common Lisp
.l
19,898
23.993416
3,125
0.710711
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
c1a023ad3d8d00b5fdb6065ccac3351ea39c516fa6754b7d72b95cc5e81cec51
21,893
[ -1 ]
21,894
cl-opengl.texinfo
rheaplex_minara/lib/cl-opengl/doc/cl-opengl.texinfo
\input texinfo @c -*-texinfo-*- @c %**start of header @setfilename cl-opengl.info @settitle CL-OpenGL User Manual @exampleindent 2 @c ============================= Macros ============================= @c The following macros are used throughout this manual. Taken from @c the CFFI User Manual, most of them written by...
4,568
Common Lisp
.l
140
31.028571
71
0.710448
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
68e10100fa34bc24cfc741d57a0e5703c0457780b1cad19f2cbae0d3b8428cf4
21,894
[ -1 ]
21,895
Makefile
rheaplex_minara/lib/cl-opengl/doc/Makefile
# -*- Mode: Makefile; tab-width: 3; indent-tabs-mode: t -*- # # Makefile --- Make targets for generating the documentation. # # Copyright (c) 2006, Luis Oliveira <loliveira@common-lisp.net> # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted pr...
2,166
Common Lisp
.l
39
54.230769
207
0.746585
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
92f9fc2ec94c55c621a0a0efddd5f1ff295e09a582eb4152b6627b68863d5ec7
21,895
[ -1 ]
21,896
style.css
rheaplex_minara/lib/cl-opengl/doc/style.css
body {font-family: century schoolbook, serif; line-height: 1.3; padding-left: 5em; padding-right: 1em; padding-bottom: 1em; max-width: 60em;} table {border-collapse: collapse} span.roman { font-family: century schoolbook, serif; font-weight: normal; } h1, h2, h3, h4, h5, h6 {font-family: Helvetica, s...
2,642
Common Lisp
.l
43
59.55814
137
0.719075
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
c0d9094751860733732466e8c3253bfc3afba4774626e66fe8d7d52f0d51bbea
21,896
[ -1 ]
21,897
gendocs_template
rheaplex_minara/lib/cl-opengl/doc/gendocs_template
<?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- $Id: gendocs_template,v 1.7 2005/05/15 00:00:08 karl Exp $ --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <!-- This template was adapted from T...
5,812
Common Lisp
.l
220
24.059091
80
0.671529
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
bd4e94c3d07468b54f2517fe34e62068e235f90f709ab5f115b8d46c9b7d552a
21,897
[ -1 ]
21,954
GNUmakefile
rheaplex_minara/lib/cffi/tests/GNUmakefile
# -*- Mode: Makefile; tab-width: 3; indent-tabs-mode: t -*- # # Makefile --- Make targets for various tasks. # # Copyright (C) 2005, James Bielman <jamesjb@jamesjb.com> # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation # files (the "Softwar...
2,381
Common Lisp
.l
72
31.777778
68
0.713476
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
2d877aa70ac3cc859f42e47a49e0124950c70aed90b814acef8728ef0ca20048
21,954
[ -1 ]
21,959
cffi-manual.texinfo
rheaplex_minara/lib/cffi/doc/cffi-manual.texinfo
\input texinfo @c -*- Mode: Texinfo; Mode: auto-fill -*- @c %**start of header @setfilename cffi.info @settitle CFFI User Manual @exampleindent 2 @c @documentencoding utf-8 @c Style notes: @c @c * The reference section names and "See Also" list are roman, not @c @code. This is to follow the format of CLHS. @c @c...
189,690
Common Lisp
.l
4,837
37.068431
93
0.743949
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
44edca898aef69957a5d37876c565f0f367aee5202c50bdf80ca377e9f437bab
21,959
[ -1 ]
21,960
Makefile
rheaplex_minara/lib/cffi/doc/Makefile
# -*- Mode: Makefile; tab-width: 3; indent-tabs-mode: t -*- # # Makefile --- Make targets for generating the documentation. # # Copyright (C) 2005-2007, Luis Oliveira <loliveira@common-lisp.net> # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documenta...
2,035
Common Lisp
.l
38
52.263158
258
0.732295
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
bb5d493c949295428c327bb40138c034d74ef167a9bab687ad53564d3b580d07
21,960
[ -1 ]
21,966
release.sh
rheaplex_minara/lib/cffi/scripts/release.sh
#!/bin/bash ### Configuration PROJECT_NAME='cffi' ASDF_FILE="$PROJECT_NAME.asd" HOST="common-lisp.net" RELEASE_DIR="/project/$PROJECT_NAME/public_html/releases" VERSION_FILE="VERSION" VERSION_FILE_DIR="/project/$PROJECT_NAME/public_html" set -e ### Process options FORCE=0 VERSION="" while [ $# -gt 0 ]; do cas...
3,470
Common Lisp
.l
119
23.12605
78
0.575211
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
8590cda5a8c865df278bc127f50de38ab0554fb3b7ff694f057d152bb11af99b
21,966
[ -1 ]
21,980
expt-mod.html
rheaplex_minara/lib/cl-utilities/doc/expt-mod.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <HTML> <HEAD> <TITLE>Function EXPT-MOD</TITLE> <LINK REL="stylesheet" HREF="style.css" type="text/css"> </HEAD> <BODY> <p><p><i>Function</i> <b>EXPT-MOD</b></a></a> <p> <p><b>Syntax:</b><p> <p><b>expt-mod</b> <i>n exponent...
2,046
Common Lisp
.l
47
42.170213
90
0.719033
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
26d9f156e806f17e418f2b9ee7f6c7c1bc0abbae06341ba50ff217ddb2b1f026
21,980
[ -1 ]
21,981
rotate-byte.html
rheaplex_minara/lib/cl-utilities/doc/rotate-byte.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <HTML> <HEAD> <TITLE>Function ROTATE-BYTE</TITLE> <LINK REL="stylesheet" HREF="style.css" type="text/css"> </HEAD> <BODY> <p><p><i>Function</i> <b>ROTATE-BYTE</b></a></a> <p> <p><b>Syntax:</b><p> <p> <p><b>rotate-byte</b>...
1,860
Common Lisp
.l
47
38.106383
103
0.668524
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
94c345eec841417b5fb5274927e81f4c395efc0d6d744fbc5c9b15394bc5f9a1
21,981
[ -1 ]
21,982
with-unique-names.html
rheaplex_minara/lib/cl-utilities/doc/with-unique-names.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <HTML> <HEAD> <TITLE>Macro WITH-UNIQUE-NAMES</TITLE> <LINK REL="stylesheet" HREF="style.css" type="text/css"> </HEAD> <BODY> <p><i>Macro</i> <b>WITH-UNIQUE-NAMES</b></p><p><b>Syntax:</b></p><p> <b>with-unique-names</...
6,708
Common Lisp
.l
89
70.168539
237
0.664796
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
79f228f685bf0e8c28d5ff8025c4166eb2272d68b51804ed522c61aeaba0d3fc
21,982
[ -1 ]
21,983
read-delimited.html
rheaplex_minara/lib/cl-utilities/doc/read-delimited.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <HTML> <HEAD> <TITLE>Function READ-DELIMITED</TITLE> <LINK REL="stylesheet" HREF="style.css" type="text/css"> </HEAD> <BODY> <p><p><i>Function</i> <b>READ-DELIMITED</b></p> <p><p><b>Syntax:</b></p> <p><p><b>read-delimited...
3,529
Common Lisp
.l
66
52.075758
130
0.689916
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
70f5d30fb6a41484ef4e4d0b352c1859f49ee8c5090ad85482443fbd9f7731f1
21,983
[ -1 ]
21,984
collecting.html
rheaplex_minara/lib/cl-utilities/doc/collecting.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <HTML> <HEAD> <TITLE>Macro COLLECTING, WITH-COLLECTORS</TITLE> <LINK REL="stylesheet" HREF="style.css" type="text/css"> </HEAD> <BODY> <p><p><i>Macro</i> <b>COLLECTING</b></a></a> <p> <p><b>Syntax:</b><p> <p> <p><b>collec...
2,405
Common Lisp
.l
59
38.881356
95
0.710288
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
61bd0e8c96cbdb17feb310c9eaf38abb0c099e45b9a4b861a3012694ce79dfc3
21,984
[ -1 ]
21,985
style.css
rheaplex_minara/lib/cl-utilities/doc/style.css
pre { margin-right: 0.5cm; border: thin black solid; background: #F3EEEE; padding: 0.5em; } h1 { font-family: sans-serif; font-variant: small-caps; } h2 { font-family: sans-serif; font-size: medium; }
210
Common Lisp
.l
14
13.357143
26
0.723077
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
d49a2ec0a6fb8f623e3d6f5a64df5857c4f91d3556621beb7de9478ede27674b
21,985
[ -1 ]
21,986
split-sequence.html
rheaplex_minara/lib/cl-utilities/doc/split-sequence.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <HTML> <HEAD> <TITLE>Function SPLIT-SEQUENCE, SPLIT-SEQUENCE-IF, SPLIT-SEQUENCE-IF-NOT</TITLE> <LINK REL="stylesheet" HREF="style.css" type="text/css"> </HEAD> <BODY> <p><p><i>Function</i> <b>SPLIT-SEQUENCE, SPLIT-SEQUENCE-...
6,227
Common Lisp
.l
73
83.60274
499
0.70495
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
4ff39bd45ae6a95504cd8a4c5ef8933a5d846eac3aaf4cf3622d3db784839547
21,986
[ -1 ]
21,987
copy-array.html
rheaplex_minara/lib/cl-utilities/doc/copy-array.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <HTML> <HEAD> <TITLE>Function COPY-ARRAY</TITLE> <LINK REL="stylesheet" HREF="style.css" type="text/css"> </HEAD> <BODY> <p><p><i>Function</i> <b>COPY-ARRAY</b></a></a> <p> <p><b>Syntax:</b><p> <p> <p><b>copy-array</b> <i...
1,273
Common Lisp
.l
35
34.828571
90
0.644082
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
5a560126c3bfde6a44f78ed0348fa46098ead9b321decb07ba8deec8539746a8
21,987
[ -1 ]
21,988
extremum.html
rheaplex_minara/lib/cl-utilities/doc/extremum.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <HTML> <HEAD> <TITLE>Function EXTREMUM, EXTREMA, N-MOST-EXTREME</TITLE> <LINK REL="stylesheet" HREF="style.css" type="text/css"> </HEAD> <BODY> <p><p><i>Function</i> <b>EXTREMUM, EXTREMA, N-MOST-EXTREME</b></a></a> <p> <p><...
7,010
Common Lisp
.l
124
55.25
117
0.722684
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
5947746de838c9773dd8747102b5833580d35b364d1d34bc19a4a83bb6b8370c
21,988
[ -1 ]
21,989
once-only.html
rheaplex_minara/lib/cl-utilities/doc/once-only.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/transitional.dtd"> <HTML> <HEAD> <TITLE>Macro ONCE-ONLY</TITLE> <LINK REL="stylesheet" HREF="style.css" type="text/css"> </HEAD> <BODY> <p><p><i>Macro</i> <b>ONCE-ONLY</b></a></a> <p> <p><b>Syntax:</b><p> <p> <p><b>once-only</b> <i>(n...
1,495
Common Lisp
.l
31
46.806452
232
0.716151
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
91f5f056846450d12761956b702e10a2ddd65474d4eea671145c5e60828ebb06
21,989
[ -1 ]
21,990
compose.html
rheaplex_minara/lib/cl-utilities/doc/compose.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <HTML> <HEAD> <TITLE>Function COMPOSE</TITLE> <LINK REL="stylesheet" HREF="style.css" type="text/css"> </HEAD> <BODY> <p><p><i>Function</i> <b>COMPOSE</b></p> <p><p><b>Syntax:</b></p> <p><p><b>compose</b> <i>function* <tt...
1,581
Common Lisp
.l
41
36.512195
156
0.673254
rheaplex/minara
2
0
0
GPL-3.0
9/19/2024, 11:28:00 AM (Europe/Amsterdam)
f28d612a777b3f62c42d23a2e162893b61feaf156b23cbef4fbfcf80cf6f19b6
21,990
[ -1 ]