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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
35,771 | document.lisp | lisp-mirror_gendl/geom-base/drawing/source/document.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 1,902 | Common Lisp | .lisp | 47 | 34.297872 | 75 | 0.655247 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 178d41311cbaf6c193916c4b99ad289f86948183cbdde587af110b65fd72c791 | 35,771 | [
-1
] |
35,772 | base-view.lisp | lisp-mirror_gendl/geom-base/drawing/source/base-view.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 26,602 | Common Lisp | .lisp | 500 | 40.1 | 146 | 0.57974 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | c642acd4119f979f2be6998a1768f3c38c869600e39d1a3e1cfdd35e0a20dfc9 | 35,772 | [
-1
] |
35,773 | renderer-mixin.lisp | lisp-mirror_gendl/geom-base/drawing/source/renderer-mixin.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 9,693 | Common Lisp | .lisp | 147 | 43.081633 | 139 | 0.488746 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 250b1fcff719fc56ca091168529c62dba4a679d39b3a6bbdadf4bbfdc812ef1d | 35,773 | [
-1
] |
35,774 | presets.lisp | lisp-mirror_gendl/geom-base/prereqs/source/presets.lisp | (in-package :geom-base)
;;
;; FLAG --- need to use asdf around-compile method (or something like
;; it) to set these only temporarily.
;;
(setq cl-who:*prologue* "<!doctype HTML>")
(setq cl-who:*attribute-quote-char* #\")
(setq cl-who:*downcase-tokens-p* nil)
| 265 | Common Lisp | .lisp | 8 | 31.875 | 69 | 0.694118 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 2d8a0a7d64531e885f0be75c8052348bc1eba2a929ab9cbcb897caf4ca330213 | 35,774 | [
-1
] |
35,775 | 3d-point-vector-data-types.lisp | lisp-mirror_gendl/geom-base/prereqs/source/3d-point-vector-data-types.lisp | (in-package :geom-base)
(defun 3d-point? (point)
"Boolean. A predicate function to check if a point is 3-dimensional."
(3d-point-p point)
)
(defun 3d-vector? (vector)
"Boolean. A predicate function to check if a vector is 3-dimensional."
(3d-vector-p vector)
)
(deftype 3d-point ()
"Datatyp... | 1,909 | Common Lisp | .lisp | 57 | 28.701754 | 80 | 0.681167 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | d31809ffbc965ce1ef70f10d92220e6f960a9b8eb8c9f4394704168abbe88199 | 35,775 | [
-1
] |
35,776 | matrix.lisp | lisp-mirror_gendl/geom-base/prereqs/source/matrix.lisp | ;;
;; Code here is from CMU AI repository.
;;
;;
;; http://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/code/math/matrix/0.html
;;
;;
(eval-when (:compile-toplevel :load-toplevel :execute)
(defpackage :matrix (:use :common-lisp)
(:export #:matrixp #:num-rows #:num-cols #:square-matrix? #... | 7,967 | Common Lisp | .lisp | 189 | 32.132275 | 91 | 0.542417 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 2254b2fd36fed2bc8d2af2f702fa12e8835bb183a014d708a0bdd0432dee4804 | 35,776 | [
-1
] |
35,777 | utilities.lisp | lisp-mirror_gendl/geom-base/prereqs/source/utilities.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 68,010 | Common Lisp | .lisp | 1,253 | 42.439745 | 282 | 0.576166 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 5462f4cc587b905864a6d5fdd5f51086cb05fa47f89de5a92e99ba32115ff954 | 35,777 | [
-1
] |
35,778 | cl-pdf-patches.lisp | lisp-mirror_gendl/geom-base/prereqs/source/cl-pdf-patches.lisp | ;;; cl-pdf copyright 2002-2005 Marc Battyani see license.txt for the details
;;; You can reach me at marc.battyani@fractalconcept.com or marc@battyani.net
;;; The homepage of cl-pdf is here: http://www.fractalconcept.com/asp/html/cl-pdf.html
(in-package :pdf)
(defmacro with-page ((&rest args) &body body)
`... | 709 | Common Lisp | .lisp | 15 | 39.866667 | 91 | 0.632653 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | d83e8a4101e1d6bd8fe70072f5aae1a8fd6f924a6348fe744929d32e77f1c714 | 35,778 | [
-1
] |
35,779 | parameters.lisp | lisp-mirror_gendl/geom-base/prereqs/source/parameters.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 7,828 | Common Lisp | .lisp | 129 | 51.937984 | 139 | 0.655186 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 9ca0d3079f8b5b913c1f60ae8e40b32a8901dc5ab7cedb6d68a93f55676cf33b | 35,779 | [
-1
] |
35,780 | general-note.lisp | lisp-mirror_gendl/geom-base/text/source/general-note.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains 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 S... | 13,437 | Common Lisp | .lisp | 283 | 34.035336 | 111 | 0.548523 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | c7ebdd4db94409e48062e1212c4c0163236cd4c1dbf17b5eda04967b58c9c9af | 35,780 | [
-1
] |
35,781 | typeset-block.lisp | lisp-mirror_gendl/geom-base/text/source/typeset-block.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 10,611 | Common Lisp | .lisp | 191 | 37.963351 | 117 | 0.532145 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 96b745d5aa76b460fc617d633279618ba32f586f4822a6ebce79e00b0a6712e2 | 35,781 | [
-1
] |
35,782 | tests.lisp | lisp-mirror_gendl/geom-base/text/source/tests.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 6,909 | Common Lisp | .lisp | 133 | 40.112782 | 109 | 0.62812 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 1f9a78d71286865139ade21dd016db22765a985b5220d46fa883b94f16447498 | 35,782 | [
-1
] |
35,783 | angular-dimension.lisp | lisp-mirror_gendl/geom-base/annotations/source/angular-dimension.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains 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 S... | 8,929 | Common Lisp | .lisp | 145 | 41 | 113 | 0.529999 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 7554434b41b332113200d257fe2f0361c82bd2af3c70a70b1399fb87d155af54 | 35,783 | [
-1
] |
35,784 | parallel-dimension.lisp | lisp-mirror_gendl/geom-base/annotations/source/parallel-dimension.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 7,193 | Common Lisp | .lisp | 114 | 37.850877 | 124 | 0.465837 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 986e26c5988e9b475ef752365459398afc177a7a6c0fdf5dc9c444472fa08af5 | 35,784 | [
-1
] |
35,785 | vertical-dimension.lisp | lisp-mirror_gendl/geom-base/annotations/source/vertical-dimension.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 5,485 | Common Lisp | .lisp | 91 | 36.384615 | 101 | 0.474806 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | e5f5256871d7a09f681cd424fdae044e5f13da305f26fed0af4fa191bc6c0024 | 35,785 | [
-1
] |
35,786 | label.lisp | lisp-mirror_gendl/geom-base/annotations/source/label.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains 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 S... | 6,093 | Common Lisp | .lisp | 104 | 48.711538 | 133 | 0.640916 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 04ba88c5765968a372b25b66cf29206e870bd35b043f4701b253dc222708fd88 | 35,786 | [
-1
] |
35,787 | tests.lisp | lisp-mirror_gendl/geom-base/annotations/source/tests.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 28,725 | Common Lisp | .lisp | 609 | 31.541872 | 106 | 0.51951 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 34df1ecd7df554b38e081c681987cdcdba8da2bacf32aace58c28b45710bd551 | 35,787 | [
-1
] |
35,788 | horizontal-dimension.lisp | lisp-mirror_gendl/geom-base/annotations/source/horizontal-dimension.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 4,453 | Common Lisp | .lisp | 77 | 37.948052 | 101 | 0.51004 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 38cc4a443344ba428b4685b03ac107c74bf9a140e7e9ac6499a4bc8666fd8bda | 35,788 | [
-1
] |
35,789 | arrowhead.lisp | lisp-mirror_gendl/geom-base/annotations/source/arrowhead.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 8,763 | Common Lisp | .lisp | 184 | 35.11413 | 138 | 0.522075 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | cbd418fd3efa495db166292f4aa77527f7b1ccef5dc924579cae0a2660ee2ac5 | 35,789 | [
-1
] |
35,790 | leader-line.lisp | lisp-mirror_gendl/geom-base/annotations/source/leader-line.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 5,104 | Common Lisp | .lisp | 97 | 41.134021 | 109 | 0.618317 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 6f53e34b7aa74604256e704b76cdb7e6abd68f1f5bbb48eff59a714f199fe699 | 35,790 | [
-1
] |
35,791 | issues.lisp | lisp-mirror_gendl/geom-base/annotations/source/issues.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 4,467 | Common Lisp | .lisp | 96 | 36.458333 | 109 | 0.590206 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 439708f3bcc62bba74cf9f06a87a077f026ce403dabed6115dbf2a3ca0bb3c54 | 35,791 | [
-1
] |
35,792 | leader-arc.lisp | lisp-mirror_gendl/geom-base/annotations/source/leader-arc.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 3,562 | Common Lisp | .lisp | 70 | 35.542857 | 97 | 0.557401 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | ccd0971da46369bdab2dc2b579eafe994828b09600a815a41f116c8e06091cfe | 35,792 | [
-1
] |
35,793 | small.lisp | lisp-mirror_gendl/geom-base/annotations/source/small.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 3,545 | Common Lisp | .lisp | 83 | 33.771084 | 94 | 0.644504 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 643b640de24b6ca041bb4837ad00dfc3128b8299d077c2cf181d1611f6d28ee3 | 35,793 | [
-1
] |
35,794 | linear-dimension.lisp | lisp-mirror_gendl/geom-base/annotations/source/linear-dimension.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains 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 S... | 17,929 | Common Lisp | .lisp | 266 | 46.864662 | 126 | 0.551054 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 2419e1d224ab2a844cbe7588ab688fb8979ff6be6e776b8f02efaabc933f0167 | 35,794 | [
-1
] |
35,795 | font-test.lisp | lisp-mirror_gendl/geom-base/annotations/source/font-test.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 2,968 | Common Lisp | .lisp | 65 | 34.646154 | 88 | 0.575736 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 36d3f002f72f89eb89648f3676b20a0ef78d1cccc19e8835926b8e45a412b521 | 35,795 | [
-1
] |
35,796 | sample-drawing.lisp | lisp-mirror_gendl/geom-base/annotations/source/sample-drawing.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 2,878 | Common Lisp | .lisp | 53 | 41.264151 | 118 | 0.599714 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 21b027a6a821a0067dc8984f6ce1cecd0aedce9d64a4177006d539a3ae88eee8 | 35,796 | [
-1
] |
35,797 | center-line.lisp | lisp-mirror_gendl/geom-base/annotations/source/center-line.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 8,418 | Common Lisp | .lisp | 143 | 34.27972 | 105 | 0.474912 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | bf2b294da363283ff83a16cd0d8e0b191f476acedad0a83cb267ed09e8605f2f | 35,797 | [
-1
] |
35,798 | zzinit.lisp | lisp-mirror_gendl/surf/zzinit/source/zzinit.lisp | (in-package :surf)
(defparameter *these-features* (list :surf))
(glisp:set-features *these-features*)
(setq gdl::*features-to-initialize* (append gdl::*features-to-initialize* *these-features*))
| 197 | Common Lisp | .lisp | 4 | 47.75 | 92 | 0.753927 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | eb7512e13f41b0d7c51907d2207cf97b71b7e75819c8069fbce63cfae0f1700e | 35,798 | [
-1
] |
35,799 | edge.lisp | lisp-mirror_gendl/surf/source/edge.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains 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 S... | 2,295 | Common Lisp | .lisp | 45 | 42.444444 | 127 | 0.717177 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 3eddec5590eb629fa188239595da32f2b86ee574f2639e5265bf63144ae6425f | 35,799 | [
-1
] |
35,800 | filleted-curve.lisp | lisp-mirror_gendl/surf/source/filleted-curve.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 11,145 | Common Lisp | .lisp | 177 | 40.892655 | 150 | 0.500564 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | df7cffc79b8ce29063d8b30b15729d1140b738abe822ccfa254c0278db94cc41 | 35,800 | [
-1
] |
35,801 | face.lisp | lisp-mirror_gendl/surf/source/face.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 12,986 | Common Lisp | .lisp | 181 | 60.535912 | 321 | 0.668761 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 0e444046e2a7973ca02dc54a9339a7131c45c6c3942b41273ced3c37a5c8b464 | 35,801 | [
-1
] |
35,802 | grouped-items.lisp | lisp-mirror_gendl/surf/source/grouped-items.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 1,254 | Common Lisp | .lisp | 28 | 41.678571 | 102 | 0.727273 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 2130fee62537b3eb821e1f1c4a29beaeff64dca8fa60e8cee0310e701aa9442b | 35,802 | [
-1
] |
35,803 | transformed-solid.lisp | lisp-mirror_gendl/surf/source/transformed-solid.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 3,888 | Common Lisp | .lisp | 57 | 49.701754 | 133 | 0.604535 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 4efdc89970206281349e0b81b6462bf088deb90ac3d250689dd7ccba41e98314 | 35,803 | [
-1
] |
35,804 | box-intersection.lisp | lisp-mirror_gendl/surf/source/box-intersection.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 9,373 | Common Lisp | .lisp | 188 | 33.31383 | 134 | 0.467186 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | ad2e4a8f757bb7cbffb8c71d8947b729be4fca24b8d90f4aa232e5b5a66d9a1d | 35,804 | [
-1
] |
35,805 | gordon-surface.lisp | lisp-mirror_gendl/surf/source/gordon-surface.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 8,086 | Common Lisp | .lisp | 163 | 29.650307 | 226 | 0.440041 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | a07ae4b34c696b0d96f4f6e65d325177ea0c831a745e6a1681c7c0b72235444c | 35,805 | [
-1
] |
35,806 | coons-surface.lisp | lisp-mirror_gendl/surf/source/coons-surface.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 1,756 | Common Lisp | .lisp | 41 | 32.512195 | 80 | 0.613623 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | ab78c23dd6c3362e79c3b51cef76cc0aee748795b0ef7cabecbb614596d24c67 | 35,806 | [
-1
] |
35,807 | extended-curve.lisp | lisp-mirror_gendl/surf/source/extended-curve.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 5,716 | Common Lisp | .lisp | 105 | 36.961905 | 139 | 0.548548 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | e4749ad2d1b13ab89d69ba5688ee0e8d67bdf461f612fbd69ad742a8b1bae569 | 35,807 | [
-1
] |
35,808 | circular-surface.lisp | lisp-mirror_gendl/surf/source/circular-surface.lisp | ;;
;; Copyright 2015 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains 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 Softwa... | 1,675 | Common Lisp | .lisp | 44 | 34.909091 | 72 | 0.744025 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | b42a2ef04bde44583426d76a3ff66ddf10628952e15bf1d342389ca1eddc67df | 35,808 | [
-1
] |
35,809 | csets.lisp | lisp-mirror_gendl/surf/source/csets.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 1,384 | Common Lisp | .lisp | 33 | 35.969697 | 94 | 0.678354 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | f8735bad1b4769f428d4e0c1c2247f3b401669a6b163f81e4ce5559027b8b7ac | 35,809 | [
-1
] |
35,810 | sequenced-curves.lisp | lisp-mirror_gendl/surf/source/sequenced-curves.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 1,143 | Common Lisp | .lisp | 26 | 39.692308 | 76 | 0.708597 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | b71bcbdb0254aee62aec208cd6e4a1abb531fb9acf41446b9ed653974c1a41f8 | 35,810 | [
-1
] |
35,811 | trimmed-surface.lisp | lisp-mirror_gendl/surf/source/trimmed-surface.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 8,529 | Common Lisp | .lisp | 137 | 47.423358 | 140 | 0.605406 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | b3558ea8ead949e842addcdde359684c7d5ff207b7fd7532006883ee95ce90ce | 35,811 | [
-1
] |
35,812 | native-reader.lisp | lisp-mirror_gendl/surf/source/native-reader.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 3,142 | Common Lisp | .lisp | 64 | 39.75 | 107 | 0.631544 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | be85106d35ec150e4155932cdebdb0b869ed6bfa5ea35d231088e5a2c130362a | 35,812 | [
-1
] |
35,813 | transformed-surface.lisp | lisp-mirror_gendl/surf/source/transformed-surface.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 4,001 | Common Lisp | .lisp | 71 | 36.225352 | 105 | 0.497165 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 2a6023b7dd035a1022fcc61a25ea3240d5dc5ee2abe00d70412fdb0f49852fb7 | 35,813 | [
-1
] |
35,814 | linear-curve.lisp | lisp-mirror_gendl/surf/source/linear-curve.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 4,844 | Common Lisp | .lisp | 98 | 37.561224 | 115 | 0.598831 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | f1d61ce678fe113ee67169d0608622bb4325f68d24f78650b553e214cdd0a71f | 35,814 | [
-1
] |
35,815 | brep-reader.lisp | lisp-mirror_gendl/surf/source/brep-reader.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 1,071 | Common Lisp | .lisp | 26 | 38.346154 | 95 | 0.7343 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 42d9d719e6004185d22eda6e30f974f064bbd5a1fc35fc52fcb75947af697c3a | 35,815 | [
-1
] |
35,816 | cone-solid.lisp | lisp-mirror_gendl/surf/source/cone-solid.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 5,569 | Common Lisp | .lisp | 107 | 38.859813 | 149 | 0.579037 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | e1c7b79b2282c9cc0749ec64107cea738d019990542969bb0b04f4da3927d097 | 35,816 | [
-1
] |
35,817 | views.lisp | lisp-mirror_gendl/surf/source/views.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 7,331 | Common Lisp | .lisp | 173 | 32.184971 | 113 | 0.595863 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 7b4d84b40db1422c920f59bc79bdfba58f1b6b04a6484a600db148fb7f72b2c6 | 35,817 | [
-1
] |
35,818 | surface-knot-reduction.lisp | lisp-mirror_gendl/surf/source/surface-knot-reduction.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 3,838 | Common Lisp | .lisp | 78 | 32.25641 | 100 | 0.50676 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 93b3e973a6dc2af83b077dc7ae0dd928830e7f968cc691717daee3bdc5b09fff | 35,818 | [
-1
] |
35,819 | transformed-curve.lisp | lisp-mirror_gendl/surf/source/transformed-curve.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 38,933 | Common Lisp | .lisp | 665 | 38.753383 | 136 | 0.530681 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | cd5558a642a58816e58f758939a74435ed8a897ec511635c931bfd872cd32628 | 35,819 | [
-1
] |
35,820 | region.lisp | lisp-mirror_gendl/surf/source/region.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 1,309 | Common Lisp | .lisp | 28 | 42.857143 | 103 | 0.718131 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 86ce397333f188fb2c3ba704941651fd4e643cdecb80016e663931903d70fa3c | 35,820 | [
-1
] |
35,821 | cad-assembly.lisp | lisp-mirror_gendl/surf/source/cad-assembly.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains 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 S... | 3,334 | Common Lisp | .lisp | 68 | 45.294118 | 103 | 0.74644 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 6db57f6d5f2a40af657416cdc0d6a16e5dbe30d2b1e4d3a660889cabd8b8c365 | 35,821 | [
-1
] |
35,822 | global-filleted-polyline-curves.lisp | lisp-mirror_gendl/surf/source/global-filleted-polyline-curves.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 4,597 | Common Lisp | .lisp | 89 | 43.292135 | 134 | 0.669559 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 11d813a22f858276643ffea22c59aefce41046893a4652dc8febb504c1b65c43 | 35,822 | [
-1
] |
35,823 | approximated-subsurface.lisp | lisp-mirror_gendl/surf/source/approximated-subsurface.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 3,632 | Common Lisp | .lisp | 70 | 34.457143 | 92 | 0.529919 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 149c7612c04f58a799c9735bd3c1da6d13266ec40d2a8c744833cf22b6dbebbb | 35,823 | [
-1
] |
35,824 | normalized-curve.lisp | lisp-mirror_gendl/surf/source/normalized-curve.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 2,462 | Common Lisp | .lisp | 53 | 36.830189 | 90 | 0.644776 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | e016b58f9f98d611634c7c8c10890f86ae48cb1f05e058e75f55b71ebdecb4db | 35,824 | [
-1
] |
35,825 | edge-blend-surface.lisp | lisp-mirror_gendl/surf/source/edge-blend-surface.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 7,466 | Common Lisp | .lisp | 116 | 43.517241 | 582 | 0.539138 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 5cfbd7fd67064809357fcd1dabe0f926f9808f1510964cb35ea5b1e7e454cc5a | 35,825 | [
-1
] |
35,826 | trimmed-curve.lisp | lisp-mirror_gendl/surf/source/trimmed-curve.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 5,495 | Common Lisp | .lisp | 99 | 35.767677 | 154 | 0.48262 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 31a3035ac7a597fd9189a243b3d684606ca6fc2f631033f5be45baa87b076d5b | 35,826 | [
-1
] |
35,827 | curve.lisp | lisp-mirror_gendl/surf/source/curve.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains 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 S... | 41,510 | Common Lisp | .lisp | 633 | 53.758294 | 164 | 0.631875 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 75e707b68c0c27bc80a22698c868e8514e36e0b8d2e71db8c808534a1d341bcf | 35,827 | [
-1
] |
35,828 | vertex.lisp | lisp-mirror_gendl/surf/source/vertex.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 1,301 | Common Lisp | .lisp | 27 | 42.777778 | 100 | 0.705977 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 160c6a55fa20af3a95e2a3b641efe316bd62c7aaedf078792f8d3f8dfa284252 | 35,828 | [
-1
] |
35,829 | poly-brep.lisp | lisp-mirror_gendl/surf/source/poly-brep.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 3,852 | Common Lisp | .lisp | 67 | 36.41791 | 109 | 0.49394 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | a2f349f45b5adc2b2a78d708bb3a7f51320ac4c65d13318673361aabbc717e66 | 35,829 | [
-1
] |
35,830 | conic-curve.lisp | lisp-mirror_gendl/surf/source/conic-curve.lisp | ;;
;; Copyright 2014 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains 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 Softwa... | 2,043 | Common Lisp | .lisp | 55 | 33.345455 | 114 | 0.714432 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | cc8c549f260ade32bdd330fa57e425dd8aa50cdffca6e2b9f6f9c0d7c7f177b9 | 35,830 | [
-1
] |
35,831 | decomposed-curves.lisp | lisp-mirror_gendl/surf/source/decomposed-curves.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains 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 S... | 3,165 | Common Lisp | .lisp | 72 | 38.458333 | 111 | 0.698617 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | c7198ace913431e8d09ca0db06d353b05fd00b503ca4494fe6f2e21135030460 | 35,831 | [
-1
] |
35,832 | normally-projected-curve.lisp | lisp-mirror_gendl/surf/source/normally-projected-curve.lisp | (in-package :surf)
(define-object normally-projected-curve (curve)
:input-slots (from-surface
curve to-surface
(number-of-points 200))
:computed-slots ((sample-points (the curve uv-curve (equi-spaced-points (the number-of-points))))
(normals (mapcar #'(lambda(point) (the from-surface (norma... | 2,203 | Common Lisp | .lisp | 46 | 40.717391 | 119 | 0.663512 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | f85d7597fea3a63018363695143ce1162c74795a62c53a8541d462eb559c8dac | 35,832 | [
-1
] |
35,833 | revolved-surface.lisp | lisp-mirror_gendl/surf/source/revolved-surface.lisp | ;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by the... | 5,940 | Common Lisp | .lisp | 115 | 40.182609 | 143 | 0.627076 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 048aff783db572be094c8cbda91f3c63382ed8cef6b3af75e9df6ccb350048f3 | 35,833 | [
-1
] |
35,834 | box-solid.lisp | lisp-mirror_gendl/surf/source/box-solid.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 4,010 | Common Lisp | .lisp | 67 | 42.298507 | 150 | 0.542391 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 7d8d40e33c5e50831ce123f3da3761cb14a1a814d4bcc8bb52cfa966ffc2cbda | 35,834 | [
-1
] |
35,835 | planar-contour-surface.lisp | lisp-mirror_gendl/surf/source/planar-contour-surface.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 2,426 | Common Lisp | .lisp | 51 | 33.666667 | 96 | 0.555603 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 3a15cd11e7a1f5ff09262a677f2462a57c4ad384925c8c5c5efbffc7ddb964a5 | 35,835 | [
-1
] |
35,836 | rectangular-surface.lisp | lisp-mirror_gendl/surf/source/rectangular-surface.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 2,308 | Common Lisp | .lisp | 45 | 44.288889 | 120 | 0.676152 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 3848f4e00e4fb4451341ee8ed3b668fe41cb4ffe73b91d90fab3b614a889da66 | 35,836 | [
-1
] |
35,837 | merged-brep.lisp | lisp-mirror_gendl/surf/source/merged-brep.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 2,483 | Common Lisp | .lisp | 44 | 36.5 | 103 | 0.530935 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 7f4a99fe0c85a9c6ce7dc66605f0f962f492e202b2a43d8ae0ebf136a460fa40 | 35,837 | [
-1
] |
35,838 | general-sweep.lisp | lisp-mirror_gendl/surf/source/general-sweep.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by the... | 7,900 | Common Lisp | .lisp | 155 | 30.490323 | 95 | 0.50056 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 5a52ad57a2368b0a2a2fb91bd45134161f53df77e3ab8f316f7f9539ea35628b | 35,838 | [
-1
] |
35,839 | planar-offset-curve.lisp | lisp-mirror_gendl/surf/source/planar-offset-curve.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 3,523 | Common Lisp | .lisp | 73 | 37.136986 | 121 | 0.621581 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 8c02501a638c89ab04f700e5f49002baedba63ecc21fefb3203bce4dd17c0753 | 35,839 | [
-1
] |
35,840 | b-spline-curve.lisp | lisp-mirror_gendl/surf/source/b-spline-curve.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 7,542 | Common Lisp | .lisp | 141 | 36.929078 | 144 | 0.536374 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 21bb549a9527b195135f5417597fa1d03545286671c6be2d48e7c9c7d56993e3 | 35,840 | [
-1
] |
35,841 | tests.lisp | lisp-mirror_gendl/surf/source/tests.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 4,436 | Common Lisp | .lisp | 97 | 33.391753 | 96 | 0.577478 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 4251cc464446b16a73dc2520cd3511e54018eadbe6bf1290b7edb9695bbc4c4c | 35,841 | [
-1
] |
35,842 | subdivided-curve.lisp | lisp-mirror_gendl/surf/source/subdivided-curve.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 1,974 | Common Lisp | .lisp | 41 | 34.487805 | 103 | 0.571053 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 8af471862b15b549c7fe050cd932f7bb92648f846a45e47c3b19e45ef0e41a59 | 35,842 | [
-1
] |
35,843 | silhouette-curves.lisp | lisp-mirror_gendl/surf/source/silhouette-curves.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 5,171 | Common Lisp | .lisp | 108 | 33.092593 | 92 | 0.544198 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 015791fc29e6614dd5c3cc63908f6718ee9a1825ae4b1d5ac4e42bda71dab7e3 | 35,843 | [
-1
] |
35,844 | surface.lisp | lisp-mirror_gendl/surf/source/surface.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains 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 S... | 28,120 | Common Lisp | .lisp | 538 | 39.513011 | 142 | 0.587176 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 4ba4cd9eb94e065e44ff6073aa969061c2a4f327220fcfaa1e907b57da02acac | 35,844 | [
-1
] |
35,845 | spiral-curve.lisp | lisp-mirror_gendl/surf/source/spiral-curve.lisp | ;;
;; Copyright 2002-2011, 2012 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by the F... | 2,671 | Common Lisp | .lisp | 64 | 37.625 | 122 | 0.708171 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | e7acf0f1326d60b8ff4b75061cae853e5f5bd1adcecd769244d429af579350ad | 35,845 | [
-1
] |
35,846 | composed-curve.lisp | lisp-mirror_gendl/surf/source/composed-curve.lisp | ;;
;; Copyright 2002, 2009 Genworks International and Genworks BV
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License a... | 5,452 | Common Lisp | .lisp | 98 | 45.561224 | 144 | 0.654337 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 81648546fdaab2e60f0acc50a2fbd3ff7819ea6161de0d059cce05e9e2273a74 | 35,846 | [
-1
] |
35,847 | ordered-curves.lisp | lisp-mirror_gendl/surf/source/ordered-curves.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 3,826 | Common Lisp | .lisp | 72 | 36.208333 | 107 | 0.53963 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 34769e7092f0a1f1ccb08105734f7a7b891ad8af58fe996282f3542e1935e211 | 35,847 | [
-1
] |
35,848 | sewn-solid.lisp | lisp-mirror_gendl/surf/source/sewn-solid.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 1,355 | Common Lisp | .lisp | 29 | 38.62069 | 96 | 0.672713 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 0eb6ed1b131e238ddb9c6c72c99b5d8579e6f62574a7fbbb2dbd2e539dc8e83b | 35,848 | [
-1
] |
35,849 | utilities.lisp | lisp-mirror_gendl/surf/source/utilities.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 6,659 | Common Lisp | .lisp | 131 | 36.458015 | 99 | 0.551312 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 4bba23a76b6aa5fbfd5a1d91ead604cf28864a5e4fcdaf1c88a53c03203d34b4 | 35,849 | [
-1
] |
35,850 | boolean.lisp | lisp-mirror_gendl/surf/source/boolean.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains 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 S... | 26,488 | Common Lisp | .lisp | 488 | 39.985656 | 132 | 0.592255 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 150f17eb4e655841b2bd6e76461bce90786050e27da77ef10d5efdd159e58456 | 35,850 | [
-1
] |
35,851 | planar-surface.lisp | lisp-mirror_gendl/surf/source/planar-surface.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 2,296 | Common Lisp | .lisp | 53 | 38.037736 | 107 | 0.68464 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 2676973f87cc16a83285c3d5b7456ee89474f52e4f51475910676d5d1050bb17 | 35,851 | [
-1
] |
35,852 | nonrational-curve.lisp | lisp-mirror_gendl/surf/source/nonrational-curve.lisp | ;;
;; Copyright 2002-2011, 2012 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by the F... | 2,328 | Common Lisp | .lisp | 42 | 51.333333 | 128 | 0.740741 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | fca0fc39c9855dea29a9e562781b0c66d0f09df54118d74147668c790d8e3ca0 | 35,852 | [
-1
] |
35,853 | offset-surface.lisp | lisp-mirror_gendl/surf/source/offset-surface.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains 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 S... | 5,627 | Common Lisp | .lisp | 90 | 47.055556 | 112 | 0.566642 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | f95027a0f919047846978f8a716b7a79a4cde7616f7f0582f75f230bd60f5d81 | 35,853 | [
-1
] |
35,854 | fitted-curve.lisp | lisp-mirror_gendl/surf/source/fitted-curve.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 5,891 | Common Lisp | .lisp | 100 | 49.17 | 156 | 0.660151 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 29edd517cc53cff5309660138ecb852add32c43c4ee39d5f3a5e3d30246efcb5 | 35,854 | [
-1
] |
35,855 | facial-brep.lisp | lisp-mirror_gendl/surf/source/facial-brep.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 1,230 | Common Lisp | .lisp | 26 | 39.884615 | 84 | 0.662732 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 8170bc5be32c64d6a6c329b3b6037c164ab5473c698f1501457f6e9e44a7472c | 35,855 | [
-1
] |
35,856 | spherical-surface.lisp | lisp-mirror_gendl/surf/source/spherical-surface.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 2,866 | Common Lisp | .lisp | 59 | 41.050847 | 156 | 0.676546 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 073df21527ebad409b173aad0f7fbea4405b5eb8ae955f3b6d522522e6edc9c7 | 35,856 | [
-1
] |
35,857 | redirected-surface.lisp | lisp-mirror_gendl/surf/source/redirected-surface.lisp | (in-package :gdl-user)
;;
;; Copyright 2015 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as publ... | 4,676 | Common Lisp | .lisp | 113 | 36.584071 | 133 | 0.667478 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | b4160a8b615e3b1cf954bf887c83ce8bbf4dad44a5e5ef9b4c6c94e46df8a624 | 35,857 | [
-1
] |
35,858 | stitched-solid.lisp | lisp-mirror_gendl/surf/source/stitched-solid.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains 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 S... | 5,044 | Common Lisp | .lisp | 94 | 43.393617 | 113 | 0.622273 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 2dd8fc44b84d0e8286936d10313da7737c67f3167e44e772600848669ba02cd9 | 35,858 | [
-1
] |
35,859 | ruled-surface.lisp | lisp-mirror_gendl/surf/source/ruled-surface.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 2,496 | Common Lisp | .lisp | 51 | 41.156863 | 134 | 0.662019 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | e84563ca212f9ce7e8869b722303b2428653e8ecddc3a263bb6569423d5bf4fa | 35,859 | [
-1
] |
35,860 | brep.lisp | lisp-mirror_gendl/surf/source/brep.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 37,529 | Common Lisp | .lisp | 647 | 43.715611 | 148 | 0.589762 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 6e10e273cd51cbc00042bac1c7d695002ae71d6fe405aac7afc9a7f8351700eb | 35,860 | [
-1
] |
35,861 | extended-surface.lisp | lisp-mirror_gendl/surf/source/extended-surface.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 7,301 | Common Lisp | .lisp | 147 | 34.22449 | 87 | 0.5451 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 0d1899c9aa69c38b39536ffe220ee832590125a75d01ca2d1fd2259772b84317 | 35,861 | [
-1
] |
35,862 | classes.lisp | lisp-mirror_gendl/surf/source/classes.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 928 | Common Lisp | .lisp | 22 | 39.681818 | 71 | 0.741111 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | fe773bf59b725e45f9a40321d731b5485e30ff39b45673a26ed1990d9b411610 | 35,862 | [
-1
] |
35,863 | fitted-conic.lisp | lisp-mirror_gendl/surf/source/fitted-conic.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 1,401 | Common Lisp | .lisp | 33 | 34.818182 | 79 | 0.659496 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 5fa887c89e2d0ad33f4f02a090b850055a12031d63d7d296e7ae915151c46f3b | 35,863 | [
-1
] |
35,864 | methods.lisp | lisp-mirror_gendl/surf/source/methods.lisp | ;;
;; Copyright 2002-2011, 2012 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by the F... | 40,585 | Common Lisp | .lisp | 561 | 62.771836 | 165 | 0.696864 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 7c0a7d954bae64d05bce8402b5216f57f96d8db7b28973ded45bd45f78c81a54 | 35,864 | [
-1
] |
35,865 | blended-solid.lisp | lisp-mirror_gendl/surf/source/blended-solid.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 3,065 | Common Lisp | .lisp | 68 | 36.911765 | 115 | 0.65989 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 13eaa1866b27c422cc4be407d9047a395c4d815020c6db87bb9007dd5899df43 | 35,865 | [
-1
] |
35,866 | fitted-surface.lisp | lisp-mirror_gendl/surf/source/fitted-surface.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 9,248 | Common Lisp | .lisp | 154 | 37.584416 | 130 | 0.476612 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | c4f792476ee411632f9f9d883ac0709a3d719e00bfc4d58ddc9bc1df325c18be | 35,866 | [
-1
] |
35,867 | geometry-kernel-object-mixin.lisp | lisp-mirror_gendl/surf/source/geometry-kernel-object-mixin.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 3,337 | Common Lisp | .lisp | 55 | 52.509091 | 151 | 0.679591 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | a210b9e980fe43aed8daeebdf6d7da6f4f1d7ca846700b382b658d731e695a4e | 35,867 | [
-1
] |
35,868 | step-reader.lisp | lisp-mirror_gendl/surf/source/step-reader.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 5,480 | Common Lisp | .lisp | 88 | 52.159091 | 140 | 0.677482 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 69938b89997bb60590be4f10fe004021a771d2706f89cffd39bf999e31ca9512 | 35,868 | [
-1
] |
35,869 | iges-reader.lisp | lisp-mirror_gendl/surf/source/iges-reader.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 5,194 | Common Lisp | .lisp | 83 | 52.168675 | 140 | 0.675261 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | f9a43c9fff901d176f7bbf491af214cb8dab9963c23c3537c887ba8da9ddd1fc | 35,869 | [
-1
] |
35,870 | general-dual-blend-surface.lisp | lisp-mirror_gendl/surf/source/general-dual-blend-surface.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; This source file contains free software: you can redistribute it
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by th... | 8,479 | Common Lisp | .lisp | 153 | 41.993464 | 448 | 0.608838 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 38dad4f82113fd2e7d5e2e20aa79e7a032ee033fe5a04a9d7e0310cdd20c5160 | 35,870 | [
-1
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.