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,971 | gdl2xml.lisp | lisp-mirror_gendl/apps/translators/xml/source/gdl2xml.lisp | ;;
;; Copyright 2002, 2009, 2012 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 as ... | 5,453 | Common Lisp | .lisp | 112 | 42 | 117 | 0.653875 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 8d1a6c57f450ac6007981aade0c75c04024f2d66525f8ff34ba49ede58bcac7a | 35,971 | [
-1
] |
35,972 | assembly.lisp | lisp-mirror_gendl/apps/timer/source/assembly.lisp | (in-package :timer-journaler)
(define-object journal-entry ()
:input-slots ((name nil :settable) ; name of the user
(email nil :settable) ; email of the user
(time-set nil :settable) ; amount of time timer was set for
(universal-time-start nil :settable) ; actual... | 9,072 | Common Lisp | .lisp | 201 | 38.621891 | 102 | 0.633832 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 54d4c877ff4bfb1621ad2b780f0a416ab84f39503eb1b9d3aaf8635350cfaa98 | 35,972 | [
-1
] |
35,973 | background-timer.lisp | lisp-mirror_gendl/apps/timer/source/background-timer.lisp | (in-package :timer-journaler)
(define-object background-timer-mixin ()
:computed-slots ((background-seconds 0 :settable)
(background-minutes 0 :settable)
(background-timer-thread nil :settable))
:functions
((timer-finished
()
(sleep 0.2)
(format t "~&~%Timer Finished.
Background-min... | 2,901 | Common Lisp | .lisp | 76 | 32.394737 | 124 | 0.662799 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 6643127123e9b2d5d32d38c1823b873132492da8bd990d6f4492e61b57e13b0b | 35,973 | [
-1
] |
35,974 | assembly-cherie.lisp | lisp-mirror_gendl/apps/timer/source/assembly-cherie.lisp | (in-package :timer-journaler)
(define-object journal-entry ()
:input-slots ((name "" :settable) ; name of the user
(email "" :settable) ; email of the user
(time-set "" :settable) ; amount of time timer was set for
(universal-time-start 0 :settable) ; actual time... | 11,590 | Common Lisp | .lisp | 303 | 32.122112 | 88 | 0.602882 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | c2e5d8ac07e158ecee278c6348b5b129c8bfee2d54e834795d819cbce60f579c | 35,974 | [
-1
] |
35,975 | publish.lisp | lisp-mirror_gendl/apps/timer/source/publish.lisp | (in-package :timer-journaler)
(publish-gwl-app "/timer" 'assembly)
(publish-gwl-app "/timer-journaler" 'assembly)
(publish-gwl-app "/tj" 'assembly)
| 149 | Common Lisp | .lisp | 4 | 36 | 46 | 0.743056 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 259361e9b32b6e86fdcaa51b35fa3d37b9cd83eba28e51f919eb4c589516d884 | 35,975 | [
-1
] |
35,976 | initialize.lisp | lisp-mirror_gendl/apps/timer/source/initialize.lisp | (in-package :timer-journaler)
(defun initialize ()
(setq *db-path* (merge-pathnames "../db/" *source-path*))
(setq *static-path* (merge-pathnames "../static/" *source-path*))
(publish-directory
:prefix "/timer-static/"
:destination (format nil "~a" (probe-file (merge-pathnames "../static/" *static-path*)... | 341 | Common Lisp | .lisp | 8 | 39.375 | 93 | 0.67378 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 5db1b809c07ad9e2aea564dd086c8b8d64c25bd237da7fb69f02d483e409dcf3 | 35,976 | [
-1
] |
35,977 | parameters.lisp | lisp-mirror_gendl/apps/timer/source/parameters.lisp | (in-package :timer-journaler)
(defparameter *debug?* nil)
(defparameter *source-path*
(make-pathname :directory (pathname-directory (glisp:source-pathname))
:name nil :type nil))
(defparameter *db-path* (merge-pathnames "../db/" *source-path*)
"Pathname or string. Points to the directory containing the data... | 706 | Common Lisp | .lisp | 14 | 47.928571 | 78 | 0.754026 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | d1c2c40551778e381fc82879603f40b1360b1bd55b2240925c43a7f92a6012b7 | 35,977 | [
-1
] |
35,978 | package.lisp | lisp-mirror_gendl/apps/yadd/source/package.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,276 | Common Lisp | .lisp | 33 | 33.969697 | 71 | 0.699595 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 5aca41177579d8e124a1d2f4eeda9b08bc330613a61fe5f6e9fc5b13fc159b5e | 35,978 | [
-1
] |
35,979 | publish.lisp | lisp-mirror_gendl/apps/yadd/source/publish.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,487 | Common Lisp | .lisp | 36 | 35.055556 | 81 | 0.670399 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 74487920af103488e490c33eaf9da5f3448804f87ab7bac852d313d9a31d66dd | 35,979 | [
-1
] |
35,980 | test-part.lisp | lisp-mirror_gendl/apps/yadd/source/test-part.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,673 | Common Lisp | .lisp | 103 | 47.271845 | 129 | 0.699191 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | a1daa8b5e0abec2795dd123ea1443a1f26e64f352beb1bba4a5485484c8756e8 | 35,980 | [
-1
] |
35,981 | format-documentation.lisp | lisp-mirror_gendl/apps/yadd/source/format-documentation.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,080 | Common Lisp | .lisp | 40 | 40.675 | 105 | 0.609383 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | e2ed9f07a6a73e7747290ce28ad7804ec40b7f63a90cff91f5590f04d0e72ed8 | 35,981 | [
-1
] |
35,982 | function-documentation.lisp | lisp-mirror_gendl/apps/yadd/source/function-documentation.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,594 | Common Lisp | .lisp | 101 | 31.089109 | 104 | 0.508918 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 99f336b69e5d7092b43e21d306b45584ac02a53c815e707a202d67cfde300803 | 35,982 | [
-1
] |
35,983 | zzinit.lisp | lisp-mirror_gendl/apps/yadd/source/zzinit.lisp | ;;
;; Copyright 2002-2011, 2012 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by the Free Software Foundation, either
;; version 3 of the License, or (at... | 837 | Common Lisp | .lisp | 21 | 38.571429 | 70 | 0.758918 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | c742eb024d2471f77a22c5959e9d1957011b4ae178bf3d71e9fca93c8ccc7d06 | 35,983 | [
-1
] |
35,984 | initialize.lisp | lisp-mirror_gendl/apps/yadd/source/initialize.lisp | ;;
;; Copyright 2002-2011, 2012 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by the Free Software Foundation, either
;; version 3 of the License, or (at... | 853 | Common Lisp | .lisp | 21 | 39.333333 | 70 | 0.755422 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 8b258f82c9722eb2d84bcf8d36d89bacfeb3f0b010e788f921428c84d9d3356d | 35,984 | [
-1
] |
35,985 | genworks.lisp | lisp-mirror_gendl/apps/yadd/source/genworks.lisp | ;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by the Free Software Foundation, either
;; version 3 of the License, or (at your... | 1,879 | Common Lisp | .lisp | 38 | 46.842105 | 128 | 0.747271 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | f370e9ab7871738ea653319940a594b0aa5bb056e86cfe7db7270f5570446755 | 35,985 | [
-1
] |
35,986 | parameters.lisp | lisp-mirror_gendl/apps/yadd/source/parameters.lisp | ;;
;; Copyright 2002-2011, 2012 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by the Free Software Foundation, either
;; version 3 of the License, or (at... | 873 | Common Lisp | .lisp | 22 | 38.454545 | 70 | 0.758539 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 646a27621697ec6f980964a74b80ded8c24eda133e3041efea9c60b4d5aa3f0a | 35,986 | [
-1
] |
35,987 | ass.lisp | lisp-mirror_gendl/apps/yadd/source/ass.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,370 | Common Lisp | .lisp | 33 | 38.515152 | 96 | 0.73167 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | f2c3d9969c7320766153698fe7d07a0cfb31ad734face5dff53ea236d81eb5a2 | 35,987 | [
-1
] |
35,988 | variable-documentation.lisp | lisp-mirror_gendl/apps/yadd/source/variable-documentation.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,401 | Common Lisp | .lisp | 109 | 30.247706 | 104 | 0.453057 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 0f9f2e47813b6bc3b6079003d72dd1e5da425aeb63cbae110ab97bf75ba3d1ca | 35,988 | [
-1
] |
35,989 | base-framework.lisp | lisp-mirror_gendl/apps/gorg/source/base-framework.lisp | (in-package :glsite)
;;
;; FLAG -- In a production environment (where source directory might
;; not be there) this parameter must be set at initialization/startup
;; time to the correct location.
;;
(defparameter *system-home* "~dcooper8/genworks/gendl/apps/gorg/")
(defparameter *templates-folder*
(let ((static (... | 2,668 | Common Lisp | .lisp | 66 | 35.863636 | 95 | 0.677132 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | ce8d70a7f88adf9d0db30020278444a8d720cdde06b7a150b04c13e21c1026ac | 35,989 | [
-1
] |
35,990 | package.lisp | lisp-mirror_gendl/apps/gorg/source/package.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 ... | 945 | Common Lisp | .lisp | 21 | 42.761905 | 77 | 0.74295 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | eb3a4e34f26baf66877591f52e453bdad0caafb5ca400c7ed85801f8194e5e94 | 35,990 | [
-1
] |
35,991 | publish.lisp | lisp-mirror_gendl/apps/gorg/source/publish.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,532 | Common Lisp | .lisp | 68 | 34.029412 | 76 | 0.70516 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 6bf0ff608b09f0a757636320319c31df75283a599e79605ff48382dff16b8b8c | 35,991 | [
-1
] |
35,992 | zzinit.lisp | lisp-mirror_gendl/gwl-graphics/zzinit/source/zzinit.lisp | ;;
;; Copyright 2002-2011, 2012 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by the Free Software Foundation, either
;; version 3 of the License, or (at... | 885 | Common Lisp | .lisp | 22 | 39 | 70 | 0.760743 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 29a943fe100ed3fbfb262978a1a9053aed50230efbbf0124a74e1429474936b9 | 35,992 | [
-1
] |
35,993 | initialize.lisp | lisp-mirror_gendl/gwl-graphics/zzinit/source/initialize.lisp | ;;
;; Copyright 2002-2011, 2012 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by the Free Software Foundation, either
;; version 3 of the License, or (at... | 829 | Common Lisp | .lisp | 21 | 38.190476 | 70 | 0.757764 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | d470d50f3f14a5bf0f0d3925a7e0f957922dba8f0dffd97886072f9f98244bc9 | 35,993 | [
-1
] |
35,994 | package.lisp | lisp-mirror_gendl/gwl-graphics/svg/source/package.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... | 933 | Common Lisp | .lisp | 22 | 40.045455 | 71 | 0.739802 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 2e634d4101d077aeeca6a2c333c6ac91cc2bc91a806a6140dacd59bb9305be7b | 35,994 | [
-1
] |
35,995 | package.lisp | lisp-mirror_gendl/gwl-graphics/raphael/source/package.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... | 957 | Common Lisp | .lisp | 22 | 41.136364 | 71 | 0.73899 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 5cfcb78e372730dc9cb8d3303eef1819ceb4b23b4f4f0b446d09a8cada9bbe40 | 35,995 | [
-1
] |
35,996 | tests.lisp | lisp-mirror_gendl/gwl-graphics/raphael/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... | 864 | Common Lisp | .lisp | 20 | 40.8 | 71 | 0.744048 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 8a37a8e2cb4da8954deb23bdc58032aac5973852bed861225a81980f0f47249c | 35,996 | [
-1
] |
35,997 | formats.lisp | lisp-mirror_gendl/gwl-graphics/raphael/source/formats.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... | 891 | Common Lisp | .lisp | 21 | 39.857143 | 71 | 0.743619 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | ab35017cd019baf7c6df33b0ddf60878f5f4f9bc500fa25cd6c769035a248759 | 35,997 | [
-1
] |
35,998 | application-mixin.lisp | lisp-mirror_gendl/gwl-graphics/gwl/source/application-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... | 17,829 | Common Lisp | .lisp | 335 | 34.441791 | 147 | 0.462767 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | d6c2ec77b7dd5467b6a8cfe69e7fa07d10e12d924bf3b8c59c07813fdc14ffdd | 35,998 | [
-1
] |
35,999 | base-ajax-graphics-sheet.lisp | lisp-mirror_gendl/gwl-graphics/gwl/source/base-ajax-graphics-sheet.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... | 17,116 | Common Lisp | .lisp | 370 | 37.345946 | 122 | 0.633056 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 853a63e3b039e4c9982dde85347df76f6793d31a7a4d75722120b004aa416f19 | 35,999 | [
-1
] |
36,000 | x3d-try.lisp | lisp-mirror_gendl/gwl-graphics/gwl/source/x3d-try.lisp | (in-package :gwl)
(publish :path "/x3d-box-red"
:function #'(lambda(req ent)
(with-http-response (req ent)
(with-http-body (req ent)
(let ((*stream* *html-stream*))
(with-cl-who ()
(:shape (:appearance ((:material :diffusecolor "1 0 0"))) ((:box :size "10 20 30")))))))))
(publ... | 616 | Common Lisp | .lisp | 15 | 34.133333 | 108 | 0.553512 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 84fea4ec65239b6fe134e7707a5574c62b24ee0b94bab4bae9f9ce574f7c5559 | 36,000 | [
-1
] |
36,001 | web-drawing.lisp | lisp-mirror_gendl/gwl-graphics/gwl/source/web-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... | 7,181 | Common Lisp | .lisp | 131 | 41.717557 | 141 | 0.592157 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | e77e5dd4d965e430158966b1edba00884275fa5e596af1a35857a3386cbb3e13 | 36,001 | [
-1
] |
36,002 | process-graphics-fields.lisp | lisp-mirror_gendl/gwl-graphics/gwl/source/process-graphics-fields.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 | 52 | 41.846154 | 111 | 0.592115 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 0a5c4c69b38e96942919afe8d626db89a4eff3f337fd8bf8e0f37992f60c218f | 36,002 | [
-1
] |
36,003 | test-geom.lisp | lisp-mirror_gendl/gwl-graphics/gwl/source/test-geom.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,164 | Common Lisp | .lisp | 118 | 33.669492 | 101 | 0.492455 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | ce2f90ae9dd7e91272e55ca6ae565b0a22ff52b24c929ef5f7303e5fdda3323e | 36,003 | [
-1
] |
36,004 | base-html-graphics-sheet.lisp | lisp-mirror_gendl/gwl-graphics/gwl/source/base-html-graphics-sheet.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... | 38,294 | Common Lisp | .lisp | 623 | 40.288925 | 151 | 0.496685 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | bfd294a8a6038d6ed0a803d6de5dedaea8edafdcb6c8db5f815dff74e6fc0a9a | 36,004 | [
-1
] |
36,005 | layout-mixin.lisp | lisp-mirror_gendl/gwl-graphics/gwl/source/layout-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... | 14,043 | Common Lisp | .lisp | 206 | 53.218447 | 142 | 0.599284 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | d4e6e893b746c174f568de390562dfc7b2be0565a0808622fb8d4d7eba699d10 | 36,005 | [
-1
] |
36,006 | parameters.lisp | lisp-mirror_gendl/gwl-graphics/source/parameters.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 as publis... | 941 | Common Lisp | .lisp | 22 | 41.409091 | 70 | 0.762842 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | a1f296b4a83b9e174fc125574f7ecd945f45f2d03760a1bae13a211519baa428 | 36,006 | [
-1
] |
36,007 | zzinit.lisp | lisp-mirror_gendl/gwl/zzinit/source/zzinit.lisp | ;;
;; Copyright 2002-2011, 2012 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by the Free Software Foundation, either
;; version 3 of the License, or (at... | 880 | Common Lisp | .lisp | 22 | 38.727273 | 70 | 0.757009 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 1ccf7e5e7c48da1ea3ca6f4816cde9ec326c78ec60f7a7c797a239da96815191 | 36,007 | [
-1
] |
36,008 | initialize.lisp | lisp-mirror_gendl/gwl/zzinit/source/initialize.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... | 7,603 | Common Lisp | .lisp | 190 | 35.421053 | 129 | 0.670896 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | a886166ceb66068d143da7259f1e98db37ed8da7018786250b912e927a8bf18c | 36,008 | [
-1
] |
36,009 | grid-form-element.lisp | lisp-mirror_gendl/gwl/form-elements/source/grid-form-element.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,957 | Common Lisp | .lisp | 123 | 38.211382 | 102 | 0.617397 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 447a92f386a7dcfca169365c3518715c5459107602ebccb22a7d6d708694af74 | 36,009 | [
-1
] |
36,010 | primitives.lisp | lisp-mirror_gendl/gwl/form-elements/source/primitives.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... | 37,712 | Common Lisp | .lisp | 674 | 44.614243 | 188 | 0.618882 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | df957da732c0eab8c4872911cf7ac45c6d6dce991dbc47145dd7b0236aec7d67 | 36,010 | [
-1
] |
36,011 | macros.lisp | lisp-mirror_gendl/gwl/form-elements/source/macros.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,891 | Common Lisp | .lisp | 70 | 28.842857 | 100 | 0.398048 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 61372e41270af6c7b8c3101fffff996eeeb2fc42275822f2e704f50a1eb36d4a | 36,011 | [
-1
] |
36,012 | base-ajax-sheet.lisp | lisp-mirror_gendl/gwl/ajax/source/base-ajax-sheet.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... | 16,470 | Common Lisp | .lisp | 362 | 33.254144 | 108 | 0.570396 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 4e7c97ece02bc900ce7e79540345c4ddcdc98e6bbdfd218a83790c6e4ce16cb2 | 36,012 | [
-1
] |
36,013 | ajax.lisp | lisp-mirror_gendl/gwl/ajax/source/ajax.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,838 | Common Lisp | .lisp | 247 | 38.611336 | 121 | 0.613508 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 3fa494d81bea964241ea2fbccbd9ad724dbe2f7c4b4d1ed218a0c3a57b784f45 | 36,013 | [
-1
] |
36,014 | parameters.lisp | lisp-mirror_gendl/gwl/ajax/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... | 925 | Common Lisp | .lisp | 22 | 39.318182 | 71 | 0.742985 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | ebd8e603e956b12ff35dab61e45e2a17926388c028fc3e51b7790ee56faf5a65 | 36,014 | [
-1
] |
36,015 | slider-form-control.lisp | lisp-mirror_gendl/gwl/js-libs/jquery/source/slider-form-control.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,389 | Common Lisp | .lisp | 98 | 30.918367 | 113 | 0.54904 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 5a65c6bdd5f8b1f2c3d25a3993d36ab312f76e592e8910dbeaced587d236622b | 36,015 | [
-1
] |
36,016 | package.lisp | lisp-mirror_gendl/gwl/js-libs/jquery/source/package.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... | 953 | Common Lisp | .lisp | 22 | 40.863636 | 71 | 0.741622 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | dcf08750a38db2dabf211f2de09ab3421c3aadb4806c75acb5c15ac840f4c5dd | 36,016 | [
-1
] |
36,017 | session-report.lisp | lisp-mirror_gendl/gwl/gwl-session/source/session-report.lisp | (in-package :gwl)
;;--------------------------------------------------
;; Author : Brian Sorg, Liberating Insight
;; ;;
;; Date : created April 3rd, 2005
;;
;; Copyright April 2005 Liberating Insight LLC
;;
;; License: Users of this file are granted the rights to distribute
;; and use this software ... | 1,969 | Common Lisp | .lisp | 48 | 35.416667 | 255 | 0.577104 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | e315633fca7dc3de68aa8c052cf4628282512d70b0e18da9b04829649bda9380 | 36,017 | [
-1
] |
36,018 | session-control-mixin.lisp | lisp-mirror_gendl/gwl/gwl-session/source/session-control-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... | 1,230 | Common Lisp | .lisp | 32 | 35.84375 | 71 | 0.670608 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | e7b755372f532160a82f9d9006c16210737738fa5da2e34a53df6b313019684e | 36,018 | [
-1
] |
36,019 | functions.lisp | lisp-mirror_gendl/gwl/gwl-session/source/functions.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,862 | Common Lisp | .lisp | 62 | 36.903226 | 98 | 0.617476 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | d0a1a19861a5f256b369b76e849e58b9d820eb6c2cf098027fa32ac330ef3b33 | 36,019 | [
-1
] |
36,020 | session-recovery.lisp | lisp-mirror_gendl/gwl/gwl-session/source/session-recovery.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,172 | Common Lisp | .lisp | 31 | 35.483871 | 71 | 0.669604 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 76accbc355c599f69de2188e39cd6e264eb495bd8cb460c5287b716a0ddcd873 | 36,020 | [
-1
] |
36,021 | parameters.lisp | lisp-mirror_gendl/gwl/gwl-session/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... | 1,045 | Common Lisp | .lisp | 22 | 44.590909 | 149 | 0.750745 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 11cd7390ea9ce3d80268bed9d6fdf9c16481fd2235ec84d7515ea567435da348 | 36,021 | [
-1
] |
36,022 | session-control-auto-refresh.lisp | lisp-mirror_gendl/gwl/gwl-session/source/session-control-auto-refresh.lisp | (in-package :gwl)
;;--------------------------------------------------
;; Author : Brian Sorg, Liberating Insight
;;
;; Date : created Nov 30, 2004
;;
;; Copyright November 2004 Liberating Insight LLC
;;
;; License: Users of this file are granted the rights to distribute
;; and use this software... | 1,908 | Common Lisp | .lisp | 41 | 42.04878 | 168 | 0.656318 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | d15c0edc753165c9ec29375361d14db395c96e62297419986da6fed83b66a704 | 36,022 | [
-1
] |
36,023 | test.lisp | lisp-mirror_gendl/gwl/gwl-session/source/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... | 1,713 | Common Lisp | .lisp | 43 | 35.186047 | 106 | 0.6774 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | d514ca07781d2c0317f26d2387a541f358ed98b1c70bd1b82796e0701c423d17 | 36,023 | [
-1
] |
36,024 | cleanup.lisp | lisp-mirror_gendl/gwl/gwl-session/source/cleanup.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,452 | Common Lisp | .lisp | 109 | 42.559633 | 116 | 0.66325 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 2194a70f06762f285fd7ad5a17e829ddf96e3bdf5555778e8f623a1542ba1a60 | 36,024 | [
-1
] |
36,025 | presets.lisp | lisp-mirror_gendl/gwl/source/presets.lisp | (in-package :gwl)
;;
;; 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)
| 255 | Common Lisp | .lisp | 8 | 30.75 | 69 | 0.699187 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 84c2dad5a8b94f2d5ae2e9cab9c709232631b2a01a8d823f8b7a495618a14b3e | 36,025 | [
-1
] |
36,026 | security-check-failed.lisp | lisp-mirror_gendl/gwl/source/security-check-failed.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,336 | Common Lisp | .lisp | 30 | 40.366667 | 155 | 0.70679 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | e6a12c707238ac1c01e700476ade5301662fd2c62bf35d6a4303af2df3094387 | 36,026 | [
-1
] |
36,027 | package.lisp | lisp-mirror_gendl/gwl/source/package.lisp | (in-package :common-lisp-user)
;;
;; FLAG -- clean out symbol dependencies of (:net.aserve :net.aserve.client :net.uri :net.html.generator :cl-who)
;;
(eval-when (:compile-toplevel :load-toplevel :execute)
(use-package (list :gwl :net.aserve :net.aserve.client :net.uri :net.html.generator :cl-who) :gwl))
(eval-whe... | 613 | Common Lisp | .lisp | 13 | 43.846154 | 113 | 0.705882 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | d7b55fd202e711b98920547923ad792d75f2626d4307b9c26c37f5ca4a7f8427 | 36,027 | [
-1
] |
36,028 | accessories.lisp | lisp-mirror_gendl/gwl/source/accessories.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,112 | Common Lisp | .lisp | 59 | 30.033898 | 71 | 0.658853 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 03311cb746bfd613d9bff5d782315e8e11c398e0513f25c75a9f84439f83bc3c | 36,028 | [
-1
] |
36,029 | gdl-remote.lisp | lisp-mirror_gendl/gwl/source/gdl-remote.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,032 | Common Lisp | .lisp | 27 | 35.740741 | 75 | 0.732733 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 38a0fea19c54becc367bfb68e6cca53e60813f37a8d1c1462f28f14e51f4a2ae | 36,029 | [
-1
] |
36,030 | publish.lisp | lisp-mirror_gendl/gwl/source/publish.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... | 17,347 | Common Lisp | .lisp | 296 | 38.324324 | 142 | 0.488558 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | ccbb0fba4ce868308b305063e623a61d0a278d23487af5ab4ba2aacc3c66f1ac | 36,030 | [
-1
] |
36,031 | base-html-sheet.lisp | lisp-mirror_gendl/gwl/source/base-html-sheet.lisp | ;;
;; Copyright 2013 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 Fre... | 21,359 | Common Lisp | .lisp | 427 | 39.215457 | 178 | 0.615181 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 5563baffc1909c3c0281d0c1405a556e5b283520b43cb368c0d42d93d7b6aaf2 | 36,031 | [
-1
] |
36,032 | utilities.lisp | lisp-mirror_gendl/gwl/source/utilities.lisp | (in-package :gwl)
(eval-when (:compile-toplevel :load-toplevel :execute)
(#+allegro
excl:without-redefinition-warnings
#-allegro progn
(defmacro with-error-handling ((&key (error? nil)
(timeout 2)
(timeout-body
`(warn "Timed Out after ~a Seconds" ,timeout)))
&body ... | 1,540 | Common Lisp | .lisp | 36 | 35.25 | 86 | 0.59973 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | ef1c38d7ff746a413d3ad4bc709529ea89d44dfc6dfee180ce48de849a3e3442 | 36,032 | [
-1
] |
36,033 | log-utils.lisp | lisp-mirror_gendl/gwl/source/log-utils.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,628 | Common Lisp | .lisp | 96 | 40.21875 | 125 | 0.631579 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 892a84262081f5ac55c8389acb03ca45a70bad8a4ac266820a01d96281cfa553 | 36,033 | [
-1
] |
36,034 | remote-test.lisp | lisp-mirror_gendl/gwl/source/remote-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,421 | Common Lisp | .lisp | 70 | 27.028571 | 71 | 0.633524 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | fbf8453d10870ed272694fc5aad3b9a5a787b02c34efad2ab71eb17c3962f6e7 | 36,034 | [
-1
] |
36,035 | base64-utils.lisp | lisp-mirror_gendl/gwl/source/base64-utils.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,198 | Common Lisp | .lisp | 73 | 40.287671 | 101 | 0.706285 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | e6ac1b9b048530331bbe68054daf45f240f3d864d588c75722113cd032cdc861 | 36,035 | [
-1
] |
36,036 | with-all-servers.lisp | lisp-mirror_gendl/gwl/source/with-all-servers.lisp | ;;
;; Copyright 2016 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,068 | Common Lisp | .lisp | 26 | 38.961538 | 70 | 0.728585 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 1fa4c6843ece501725257b8bd55ab1a561277bc95cc9a923476c53c48b4eff1d | 36,036 | [
-1
] |
36,037 | vanilla-remote.lisp | lisp-mirror_gendl/gwl/source/vanilla-remote.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,089 | Common Lisp | .lisp | 24 | 42.25 | 89 | 0.735099 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | f95bf305a0ee5bac5ee8444151dd2f7fcf88be1f2f45f13089dd6d6e63665312 | 36,037 | [
-1
] |
36,038 | answer.lisp | lisp-mirror_gendl/gwl/source/answer.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... | 27,822 | Common Lisp | .lisp | 457 | 41.560175 | 247 | 0.526823 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | c5827a3d692faf8222a997766650e273bdf53f0b8982318cc25bcf4f819f4e91 | 36,038 | [
-1
] |
36,039 | macros.lisp | lisp-mirror_gendl/gwl/source/macros.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,580 | Common Lisp | .lisp | 81 | 42.716049 | 127 | 0.553469 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | c3a5d9ec89983e93f99b6ac4263d16c0f02e5424bb25445a607bbe4dd8e02d3d | 36,039 | [
-1
] |
36,040 | remote-object.lisp | lisp-mirror_gendl/gwl/source/remote-object.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... | 15,629 | Common Lisp | .lisp | 310 | 37.106452 | 152 | 0.556065 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | d2536c204376739a4bcc3a47136712dc1a3e537e6babb9c74da31de92c918e2c | 36,040 | [
-1
] |
36,041 | genworks.lisp | lisp-mirror_gendl/gwl/source/genworks.lisp | (in-package :com.genworks.lisp)
(defun local-port (socket)
(#+(or allegro zacl) socket:local-port
#-(or allegro zacl abcl) acl-compat.socket:local-port
#+abcl #'(lambda(socket) (declare (ignore socket) 0)) socket))
(defun remote-host (socket)
#+(or allegro zacl) (socket:remote-host socket)
#-(or alle... | 1,102 | Common Lisp | .lisp | 23 | 45.086957 | 90 | 0.714286 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 0a92ba0a54962e7f51e6c75abf2b3f3da842bf64f3319c402f96ab32242cf8cf | 36,041 | [
-1
] |
36,042 | defparameters.lisp | lisp-mirror_gendl/gwl/source/defparameters.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,155 | Common Lisp | .lisp | 98 | 46.959184 | 125 | 0.687488 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 84108968567045b31aaf94114e13817d1e9dd666d39fa5b8fa57cfdf27b7c6a4 | 36,042 | [
-1
] |
36,043 | ignore-errors-with-backtrace.lisp | lisp-mirror_gendl/gwl/source/ignore-errors-with-backtrace.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,286 | Common Lisp | .lisp | 29 | 39.413793 | 88 | 0.703465 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 0fe471e91847b2687266b1bb7d2fedd19a6b49633921a4f13671b30a30c62396 | 36,043 | [
-1
] |
36,044 | base-html-sheet.lisp | lisp-mirror_gendl/gwl/source/cookies/base-html-sheet.lisp | ;;
;; Copyright 2013 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 Fre... | 21,658 | Common Lisp | .lisp | 438 | 38.657534 | 178 | 0.611685 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 03a3abf3733101d3e4ec0a0a78bc2bd8774bb0edc4a2580a0ec5437067dcb79c | 36,044 | [
-1
] |
36,045 | answer.lisp | lisp-mirror_gendl/gwl/source/cookies/answer.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,160 | Common Lisp | .lisp | 467 | 41.24197 | 247 | 0.52784 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 98da192577d6c73f16c2e3d9246b8cf52dfc0688c3feb0c5c0029474d229b0d8 | 36,045 | [
-1
] |
36,046 | macros.lisp | lisp-mirror_gendl/gwl/source/cookies/macros.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,573 | Common Lisp | .lisp | 115 | 42.486957 | 127 | 0.540367 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 0c3932345f227181bb1c860ad067fccd977e08e4c46c6bad5fdf1e1a84ceefec | 36,046 | [
-1
] |
36,047 | package.lisp | lisp-mirror_gendl/cl-lite/source/package.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 as publis... | 1,021 | Common Lisp | .lisp | 24 | 40.958333 | 70 | 0.755287 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 7f22a772f08f75ee1813b64077b6b83c521d88bdb35d79d7640e510741bdd1a0 | 36,047 | [
-1
] |
36,048 | cl-lite.lisp | lisp-mirror_gendl/cl-lite/source/cl-lite.lisp | ;; -*- coding: utf-8 -*-
;;
;; Copyright 2002-2011 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by the Free Software Foundation, either
;; ver... | 32,162 | Common Lisp | .lisp | 641 | 32.597504 | 108 | 0.500691 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 00d523eef9ced6da836010687bb725f2dccb6c7cf93f938c62ada0f45f33f22e | 36,048 | [
-1
] |
36,049 | zzinit.lisp | lisp-mirror_gendl/cl-lite/source/zzinit.lisp | ;;
;; Copyright 2002-2011, 2012 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by the Free Software Foundation, either
;; version 3 of the License, or (at... | 840 | Common Lisp | .lisp | 21 | 38.714286 | 70 | 0.75765 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 0583ac788811c59b04685f9e320874e898414b4ecadcc3786e8d38e2777577ed | 36,049 | [
-1
] |
36,050 | initialize.lisp | lisp-mirror_gendl/cl-lite/source/initialize.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... | 885 | Common Lisp | .lisp | 22 | 39 | 70 | 0.759861 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 74951376ea2b900bf3a94c7d2bd414698aeab2aa3245ff9350f96635ce8cbe75 | 36,050 | [
-1
] |
36,051 | parameters.lisp | lisp-mirror_gendl/cl-lite/source/parameters.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 as publis... | 931 | Common Lisp | .lisp | 22 | 40.954545 | 70 | 0.760221 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 03d76bc836b66c0776afb2340fd958bbb38d1a5554a40eae8942e16d3b1b98cb | 36,051 | [
-1
] |
36,052 | zzinit.lisp | lisp-mirror_gendl/base/zzinit/source/zzinit.lisp | ;;
;; Copyright 2002-2011, 2012 Genworks International
;;
;; This source file is part of the General-purpose Declarative
;; Language project (GDL).
;;
;; and/or modify it under the terms of the GNU Affero General Public
;; License as published by the Free Software Foundation, either
;; version 3 of the Licens... | 910 | Common Lisp | .lisp | 22 | 38.863636 | 71 | 0.739773 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 7fbd8668ed33194d31135cc9a0855ccebc12ad3af41c6120a313d59ab6425b84 | 36,052 | [
-1
] |
36,053 | initialize.lisp | lisp-mirror_gendl/base/zzinit/source/initialize.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 So... | 2,469 | Common Lisp | .lisp | 49 | 46.959184 | 96 | 0.720582 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | a871df154a5322aeac0ff47db89a73ace25baf2c969c12a993821d0813214dd7 | 36,053 | [
-1
] |
36,054 | reference.lisp | lisp-mirror_gendl/base/macros/source/reference.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... | 14,474 | Common Lisp | .lisp | 235 | 49.438298 | 129 | 0.615784 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | d48b2c412f35590c11ecb95bb0239778f2458ad781f32dbba280b841964c6549 | 36,054 | [
-1
] |
36,055 | defaulting.lisp | lisp-mirror_gendl/base/macros/source/defaulting.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... | 1,867 | Common Lisp | .lisp | 36 | 45.194444 | 104 | 0.663181 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | c0b38fa3095e440e99790246496c4203be2abea576777cea2e09c12c6d90256e | 36,055 | [
-1
] |
36,056 | define-format.lisp | lisp-mirror_gendl/base/macros/source/define-format.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,122 | Common Lisp | .lisp | 178 | 49.988764 | 167 | 0.610921 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 9102f4894a82b35f3b495b6c2a071b947b165283556065d7707d71aca956ac86 | 36,056 | [
-1
] |
36,057 | functions.lisp | lisp-mirror_gendl/base/expanders/source/functions.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,876 | Common Lisp | .lisp | 142 | 42.683099 | 127 | 0.502626 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | edd4d9f9fc35c7a1c36b2d7ac1241c14af93ddad79430afe30c8deaa4992b5a5 | 36,057 | [
-1
] |
36,058 | methods.lisp | lisp-mirror_gendl/base/expanders/source/methods.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,339 | Common Lisp | .lisp | 80 | 41.0375 | 106 | 0.579011 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 8fb2edabee70dbe0ee1c64f41c021c1fc3ea2f597ed4cc7681eeb59a1bd1fd85 | 36,058 | [
-1
] |
36,059 | computed-slots.lisp | lisp-mirror_gendl/base/expanders/source/computed-slots.lisp | ;;
;; Copyright 2002-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... | 9,160 | Common Lisp | .lisp | 153 | 49.627451 | 146 | 0.613593 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 942310aca8b5d24a7fb4ffc6729ebd93ce5cd3d8987fa7dd5d6dc9f13fb31e34 | 36,059 | [
-1
] |
36,060 | inputs.lisp | lisp-mirror_gendl/base/expanders/source/inputs.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... | 11,581 | Common Lisp | .lisp | 186 | 44.053763 | 140 | 0.518785 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 542d9d2436790893e4c59b1406f3652c36b88c18966386e195fb6f670f17bf37 | 36,060 | [
-1
] |
36,061 | sequence.lisp | lisp-mirror_gendl/base/rest/source/sequence.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... | 16,317 | Common Lisp | .lisp | 318 | 36.314465 | 150 | 0.532261 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 36d3c9d30d7a661c39ac9927b1563442aa6f598b53513949dd027311224feb4a | 36,061 | [
-1
] |
36,062 | quantification.lisp | lisp-mirror_gendl/base/rest/source/quantification.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,831 | Common Lisp | .lisp | 35 | 48.428571 | 140 | 0.735509 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 8e9696ce50301f27f7893c66de2c720a596800d37f891cde43fa8d229f67c81b | 36,062 | [
-1
] |
36,063 | utilities.lisp | lisp-mirror_gendl/base/rest/source/utilities.lisp | ;;
;; Copyright 2002-2012 Genworks International
;;
;; Except otherwise noted in documentation below, 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 Genera... | 43,678 | Common Lisp | .lisp | 829 | 44.414958 | 145 | 0.63555 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 2361b591c19cf2c27bde6b1e0fd5f66fbd6f02aa722465a3e1587a5e056768a8 | 36,063 | [
-1
] |
36,064 | make-part.lisp | lisp-mirror_gendl/base/rest/source/make-part.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,524 | Common Lisp | .lisp | 110 | 41 | 117 | 0.622832 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | ed27ba51dbe5a65210e69566449e187edfd229d20c78ff01426cf71a6ccbd8bc | 36,064 | [
-1
] |
36,065 | null-part.lisp | lisp-mirror_gendl/base/rest/source/null-part.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,413 | Common Lisp | .lisp | 34 | 38 | 104 | 0.722386 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | fc666adfed024126fd70f250e1ea528e1194ae1f0d54a2d5714c51d4bbf151ff | 36,065 | [
-1
] |
36,066 | aggregate.lisp | lisp-mirror_gendl/base/rest/source/aggregate.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... | 7,811 | Common Lisp | .lisp | 132 | 51.113636 | 141 | 0.643034 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 44ebef831e69292f66f0ad759d5dbff1426ac0522c7940bb0e8f1b35f73e5535 | 36,066 | [
-1
] |
36,067 | base-rule-object.lisp | lisp-mirror_gendl/base/rest/source/base-rule-object.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,789 | Common Lisp | .lisp | 54 | 47.055556 | 103 | 0.737791 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 5a8f30899e58b7a3c45f0211d9e148ef5b3967b6edf5f7ad930be0605e827592 | 36,067 | [
-1
] |
36,068 | parameters.lisp | lisp-mirror_gendl/base/rest/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... | 14,336 | Common Lisp | .lisp | 313 | 36.613419 | 134 | 0.611891 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 88bf895b68e075d8df984daa84249d2e763f5b1ace8fc4705cfa9530b7412878 | 36,068 | [
-1
] |
36,069 | ignore-errors-with-backtrace.lisp | lisp-mirror_gendl/base/rest/source/ignore-errors-with-backtrace.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,296 | Common Lisp | .lisp | 29 | 39.758621 | 88 | 0.705036 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | 2aef4cf604e97a7444c9505579dd69c5e92a8fcc607a88a3553e1649a9d328d9 | 36,069 | [
-1
] |
36,070 | bodies.lisp | lisp-mirror_gendl/base/rest/source/bodies.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,112 | Common Lisp | .lisp | 58 | 44.293103 | 122 | 0.624221 | lisp-mirror/gendl | 0 | 0 | 0 | AGPL-3.0 | 9/19/2024, 11:44:17 AM (Europe/Amsterdam) | a6974ac447403081e26d14e4f4f23d43b60067b653538b490e884b93183f8486 | 36,070 | [
-1
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.