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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
32,619 | lazy-list-test.asd | mkrauss_lazy-list/lazy-list-test.asd | (defpackage :lazy-list-test-system (:use :cl :asdf))
(in-package :lazy-list-test-system)
(defsystem "lazy-list-test"
:description "Test suite for Lazy List"
:version "0.0.1"
:author "Matthew Krauss <m.d.krauss@gmail.com>"
:license "Not for distribution"
:depends-on ("parachute" "lazy-list")
:serial t
:co... | 523 | Common Lisp | .asd | 13 | 30.538462 | 59 | 0.563851 | mkrauss/lazy-list | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:43:11 AM (Europe/Amsterdam) | d11f1059184d4f231005ebcd1994b69c8fadecf3f5f19063eb48dae59470096c | 32,619 | [
-1
] |
32,620 | lazy-list.asd | mkrauss_lazy-list/lazy-list.asd | (defpackage :lazy-list-system (:use :cl :asdf))
(in-package :lazy-list-system)
(defsystem "lazy-list"
:description "Lazy List: A modest experiment in bringing limited laziness to LISt Processing"
:version "0.0.1"
:author "Matthew Krauss <m.d.krauss@gmail.com>"
:license "Not for distribution"
:depends-on ()
... | 1,281 | Common Lisp | .asd | 27 | 25.185185 | 95 | 0.381484 | mkrauss/lazy-list | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:43:11 AM (Europe/Amsterdam) | 481084fb2b78afacbef97702b3716711fc0bc050f5a9b09cd35fa1302ec3965c | 32,620 | [
-1
] |
32,657 | guess-number.lisp | theminshew_learning-lisp/guess-number.lisp | (defun guess-my-number ()
(ash (+ *small* *big*) -1))
(defun smaller ()
(setf *big* (1- (guess-my-number)))
(guess-my-number))
(defun bigger ()
(setf *small* (1+ (guess-my-number)))
(guess-my-number))
(defun start-over ()
(defparameter *small* 1)
(defparameter *big* 100)
(guess-my-number))
| 316 | Common Lisp | .lisp | 12 | 23.25 | 41 | 0.626263 | theminshew/learning-lisp | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:43:19 AM (Europe/Amsterdam) | 253ffc9d7b0dfbd411a4baa16b9b6cbacd8c2aee41a48ea18aedc64f9940d5a6 | 32,657 | [
6985,
83879,
185182,
312325
] |
32,660 | guess-number.lib | theminshew_learning-lisp/guess-number.lib | #0Y_ #0Y |CHARSET|::|UTF-8|
(|SYSTEM|::|C-DEFUN| '|COMMON-LISP-USER|::|GUESS-MY-NUMBER|
(|SYSTEM|::|LAMBDA-LIST-TO-SIGNATURE| '|COMMON-LISP|::|NIL|))
(|SYSTEM|::|C-DEFUN| '|COMMON-LISP-USER|::|SMALLER|
(|SYSTEM|::|LAMBDA-LIST-TO-SIGNATURE| '|COMMON-LISP|::|NIL|))
(|SYSTEM|::|C-DEFUN| '|COMMON-LISP-USER|::|BIGGER|
(|... | 664 | Common Lisp | .l | 13 | 49.615385 | 62 | 0.635945 | theminshew/learning-lisp | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:43:19 AM (Europe/Amsterdam) | a02a0852141928eb0261c3ffca191fb737c15496320e081248ea0ec0e33ef772 | 32,660 | [
-1
] |
32,677 | json-file-sdf.lisp | vlad-km_json-file/json-file-sdf.lisp | ;;; -*- mode:lisp; coding:utf-8 -*-
;;; Lisp JSON file primitives
;;; This file is part of the :json-file package
;;; Copyright © 2018 Vladimir Mezentsev
;;;
(lores:defsys :json-file
:path "git/json-file"
:components ((:file "pkg")
(:file "file-io")))
;;; EOF
| 290 | Common Lisp | .lisp | 10 | 25.1 | 47 | 0.612319 | vlad-km/json-file | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:43:19 AM (Europe/Amsterdam) | 9ff94c954b525ca9f9cddd6daf4bcebb4acd7a4141ac0a5e7218af9ba72bdb20 | 32,677 | [
-1
] |
32,678 | pkg.lisp | vlad-km_json-file/pkg.lisp | ;;; -*- mode:lisp; coding:utf-8 -*-
;;; Lisp JSON file primitives
;;; This file is part of the :json-file package
;;; Copyright © 2018 Vladimir Mezentsev
;;;
(eval-when (:compile-toplevel :load-toplevel :execute)
(unless (find :json-file *features*)
(push :json-file *features*)))
(defpackage #:json-fil... | 457 | Common Lisp | .lisp | 14 | 28.5 | 54 | 0.636156 | vlad-km/json-file | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:43:19 AM (Europe/Amsterdam) | 269c9afb84cb76d893a8a9994d790044bed62b93dbe6916dcd9d46ff07d94757 | 32,678 | [
-1
] |
32,679 | file-io.lisp | vlad-km_json-file/file-io.lisp | ;;; -*- mode:lisp; coding:utf-8 -*-
;;; Lisp JSON file primitives
;;; This file is part of the :json-file package
;;; Copyright © 2018 Vladimir Mezentsev
;;;
;;;
;;; Intended for moren environment/electron
;;;
(in-package :json-file)
;;;
(defun check-file-exists (pathname)
(#j:Fs:existsSync pathname))
;;; o... | 3,765 | Common Lisp | .lisp | 116 | 22.948276 | 75 | 0.506061 | vlad-km/json-file | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:43:19 AM (Europe/Amsterdam) | e87e83bd821d9883badedccc2e5ee604200295c29b3e39afe41d01d769ab0d45 | 32,679 | [
-1
] |
32,698 | globals.lisp | erikmcguire_cl-shiritori/src/globals.lisp | (in-package :shiritori)
(defvar *h* (make-instance 'easy-acceptor :port 5067))
(defparameter thyme nil) ; Set current time after prompt shown.
(defparameter *tlm* nil) ; Toggle time limit.
(defparameter *lm* 5.0) ; Numerical limit.
(defparameter *user-opt* nil) ; Allow/forbid kanji word prompts.
(defparameter *pos* n... | 8,943 | Common Lisp | .lisp | 85 | 81.858824 | 132 | 0.416026 | erikmcguire/cl-shiritori | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:19 AM (Europe/Amsterdam) | 7fb83c4a05370dec26c9b48c50de0a8fc4d2868d189fb7dd5336073a9b93c190 | 32,698 | [
-1
] |
32,699 | package.lisp | erikmcguire_cl-shiritori/src/package.lisp | (defpackage :shiritori
(:use :cl
:cl-who
:hunchentoot))
(in-package :shiritori)
#|
(load "/globals.lisp" :external-format :utf-8)
(load "/web-gui.lisp" :external-format :utf-8)
(load "/loader.lisp" :external-format :utf-8)
(load "/converters.lisp" :external-format :utf-8)
(load "/responses.lisp" :ex... | 345 | Common Lisp | .lisp | 12 | 26.083333 | 49 | 0.682779 | erikmcguire/cl-shiritori | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:19 AM (Europe/Amsterdam) | ef348a8128a25d85a532d97ab7111c3440fdf0b95e5c3e4dc089c88c0f8b7fc3 | 32,699 | [
-1
] |
32,700 | web-gui.lisp | erikmcguire_cl-shiritori/src/web-gui.lisp | (in-package :shiritori)
(defmacro feedback (s)
`(htm (:script
:type "text/javascript"
"document.getElementById(\"feedback\").innerHTML ='" ,s "<br><br>';")))
(define-easy-handler (get-response :uri "/get-response") (user-in response)
(setf (hunchentoot:content-type*) "text/html; charset=utf-8")
... | 8,708 | Common Lisp | .lisp | 137 | 50.50365 | 163 | 0.560754 | erikmcguire/cl-shiritori | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:19 AM (Europe/Amsterdam) | 0d70b942f42ef238d6f4f0e812fb8bec2dad9792ab4d78921531bc5360def3a6 | 32,700 | [
-1
] |
32,701 | responses.lisp | erikmcguire_cl-shiritori/src/responses.lisp | (in-package :shiritori)
(defun check-time (tm &optional (lm *lm*))
(>= (* (/ (- (get-internal-real-time) tm)
internal-time-units-per-second) 1.0) lm))
(defun get-prompt-tail (word)
"Set prompt tail to appropriate window."
(setf word (or (gethash word *dict-all*) ; If kanji, then kana.
... | 5,066 | Common Lisp | .lisp | 134 | 29.902985 | 104 | 0.579751 | erikmcguire/cl-shiritori | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:19 AM (Europe/Amsterdam) | 2467e838cab568f2ed28513434b2d308be0d012b01dc9f5e6e73d35a919d9662 | 32,701 | [
-1
] |
32,702 | loader.lisp | erikmcguire_cl-shiritori/src/loader.lisp | (in-package :shiritori)
; Mappr macro modified from: http://reed.cs.depaul.edu/peterh/class/csc458/ to take function (e.g., mapcar, maphash) as argument.
(defmacro mappr (var args body colls)
"Maps lambdas to collections."
`(funcall ,var (lambda ,args
,@body)
,colls))
(defun get-words (... | 2,742 | Common Lisp | .lisp | 65 | 31.815385 | 129 | 0.533933 | erikmcguire/cl-shiritori | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:19 AM (Europe/Amsterdam) | 59098ba90a769ae095e0a3c7311dad5650120cf0c96276c5a424d0cbcf0baf2d | 32,702 | [
-1
] |
32,703 | shiritori.asd | erikmcguire_cl-shiritori/src/shiritori.asd | (defpackage :shiritori-system
(:use :cl :asdf))
(in-package :shiritori-system)
(asdf:defsystem shiritori
:version "1.0"
:author "Erik McGuire"
:licence "GPL 3.0"
:description "Shiritori"
:long-description "Common Lisp implementation of the Japanese word-chaining game, shiritori."
:depends-on (:hunchento... | 563 | Common Lisp | .asd | 18 | 24.222222 | 95 | 0.600368 | erikmcguire/cl-shiritori | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:19 AM (Europe/Amsterdam) | b17426d6015516792e3ff85f621c069c8638e06ced55e8b84c5111f1059a7265 | 32,703 | [
-1
] |
32,705 | jlptn5.txt | erikmcguire_cl-shiritori/datasets/jlptn5.txt | 会う, あう -to meet
青, あお -blue
青い, あおい -blue
赤, あか -red
赤い, あかい -red
明い, あかるい -bright
秋, あき -autumn
開く, あく -to open,to become open
開ける, あける -to open
上げる, あげる -to give
朝, あさ -morning
朝御飯, あさごはん -breakfast
あさって -day after tomorrow
足, あし -foot,leg
明日, あした -tomorrow
あそこ -over there
遊ぶ, あそぶ -to play,to make a visit
暖かい, あたたかい ... | 18,967 | Common Lisp | .l | 668 | 17.928144 | 59 | 0.745324 | erikmcguire/cl-shiritori | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:19 AM (Europe/Amsterdam) | b19083040208e31c4d39251774af43d53ca1c7324d78bbf8cf54a884afd5ec11 | 32,705 | [
-1
] |
32,706 | jlptn2.txt | erikmcguire_cl-shiritori/datasets/jlptn2.txt | あいかわらず -as ever,as usual,the same
アイデア / アイディア -idea
あいまい -vague,ambiguous
遭う, あう -to meet,to encounter (undesirable nuance)
扇ぐ, あおぐ -to fan,to flap
青白い, あおじろい -pale,pallid
あかんぼう -baby
明き, あき -room,time to spare,emptiness
あきれる -to be amazed,to be shocked
アクセント -accent
あくび -yawn
飽くまで, あくまで -to the end,to the last,stubbo... | 82,561 | Common Lisp | .l | 1,835 | 32.354223 | 109 | 0.785582 | erikmcguire/cl-shiritori | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:19 AM (Europe/Amsterdam) | 2ea55434bb110d19bd57d83a7dbc9204120dc8aa161fe6aea4f3d8dfa9b92064 | 32,706 | [
-1
] |
32,707 | jlptn3.txt | erikmcguire_cl-shiritori/datasets/jlptn3.txt | 愛, あい -love
愛情, あいじょう -love, affection
合図, あいず -sign, signal
愛する, あいする -to love
相手, あいて -companion, partner, company
あいにく -unfortunately, Sorry, but....
明かり, あかり -lamplight, light (in general),brightness
空き, あき -room, time to spare, emptiness
明らか, あきらか -obvious, evident, clear
諦める, あきらめる -to give up, to abandon
飽きる, あき... | 79,004 | Common Lisp | .l | 1,803 | 32.537992 | 111 | 0.776975 | erikmcguire/cl-shiritori | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:19 AM (Europe/Amsterdam) | ac5b945a3238191c62daa9f825ebc7f2833c68e928c0be15f35ae6d32344c78b | 32,707 | [
-1
] |
32,708 | jlptn4.txt | erikmcguire_cl-shiritori/datasets/jlptn4.txt | あ -Ah
ああ -like that
間, あいだ -a space
合う, あう -to match
あかちゃん -baby
上る, あがる -to rise
赤ん坊, あかんぼう -baby
空く, あく -to open, to become empty
あげる -to give
浅い, あさい -shallow, superficial
味, あじ -flavour
明日, あす / あした -tomorrow
遊び, あそび -play
集る, あつまる -to gather
集める, あつめる -to collect something
謝る, あやまる -to apologize
安心, あんしん -relief
安... | 18,888 | Common Lisp | .l | 582 | 20.718213 | 63 | 0.762252 | erikmcguire/cl-shiritori | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:19 AM (Europe/Amsterdam) | 33c9d5bd87b3628436a3d6fc6cb66328385814f08e1c0a3a9d0951b37253aa20 | 32,708 | [
-1
] |
32,709 | jlptn1.txt | erikmcguire_cl-shiritori/datasets/jlptn1.txt | アイデア -idea
アクセル -accelerator
アップ -up
アプローチ -approach (in golf)
アマチュア -amateur
アラブ -Arab
アルカリ -alkali
アルミ -aluminum (Al), aluminium
アワー -hour
アンケート -(fr:) (n) questionnaire (fr: enquete), survey
アンコール -encore
イエス -Jesus, yes
インターチェンジ -interchange
インターナショナル -international
インターフォン -intercom
インテリ -egghead, intelligentsia
イ... | 175,547 | Common Lisp | .l | 3,473 | 37.91218 | 120 | 0.764622 | erikmcguire/cl-shiritori | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:19 AM (Europe/Amsterdam) | 3e71d8cb946294cc00773136cd0e31c5b12a751026865b1ac89ab4c0771d2c43 | 32,709 | [
-1
] |
32,710 | jlpt-all.txt | erikmcguire_cl-shiritori/datasets/jlpt-all.txt | アイデア -idea
アクセル -accelerator
アップ -up
アプローチ -approach (in golf)
アマチュア -amateur
アラブ -Arab
アルカリ -alkali
アルミ -aluminum (Al), aluminium
アワー -hour
アンケート -(fr:) (n) questionnaire (fr: enquete), survey
アンコール -encore
イエス -Jesus, yes
インターチェンジ -interchange
インターナショナル -international
インターフォン -intercom
インテリ -egghead, intelligentsia
イ... | 374,930 | Common Lisp | .l | 8,360 | 32.740072 | 120 | 0.770854 | erikmcguire/cl-shiritori | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:19 AM (Europe/Amsterdam) | 0f8e064ae3f879b602897dea0b354945c042d3e8767419b1e9371ae02ff4686e | 32,710 | [
-1
] |
32,730 | Carr.lisp | rwoldford_Quail/data/Carr.lisp |
(<- genedata
(array
'(0.81 0.72 0.72 0.68 0.85 1 0.89 0.85 0.97
0.91 0.56 0.57 0.47 0.6 0.92 0.71 0.66 1
0.84 0.69 0.75 1 0.77 0.73 0.8 0.65 0.77
1 0.57 0.53 0.75 0.57 0.59 0.75 0.54 0.7
1 1 0.67 0.72 0.87 0.73 0.65 0.41 0.3
0.51 0.42 0.72 0.75 1 0.71 0.74 0.65... | 14,865 | Common Lisp | .lisp | 544 | 17.384191 | 1,267 | 0.438527 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 2b622752ed3232b5529fa3e87e479a50690bdbec268b08538054f31b3951e6bc | 32,730 | [
-1
] |
32,731 | restored-lisp-functions.lsp | rwoldford_Quail/source/initialization/restored-lisp-functions.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; restored-lisp-functions.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;
;;; Copyright (c) 1991 Statistical Compu... | 1,265 | Common Lisp | .lisp | 30 | 30.333333 | 89 | 0.350448 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | f20775871f85ff11eb9ae2067188465672576611f091d1fb0c609ef2e2a3705c | 32,731 | [
-1
] |
32,732 | draw-text(*).lisp | rwoldford_Quail/source/window-basics/host/draw-text(*).lisp | From Greg Bennett running "Version 1.11-r16812 (LinuxX8664)" of Clozure
under Linux Mint 18.1 64bit.
I have two queries about draw-text* as I try to port code to mcclim,
and a comment
[C] The comment first. It seems that the towards-x and towards-y and towards-point
of the printed page should be, respectively, towar... | 1,565 | Common Lisp | .lisp | 23 | 66.434783 | 192 | 0.769883 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 37a4c4f2e7980fdb8d5d74e2e8aecb167bf895d42f2123a7ef5db91ff0fef5f0 | 32,732 | [
-1
] |
32,733 | clim-ellipses.lisp | rwoldford_Quail/source/window-basics/host/clim-ellipses.lisp | ;; This clim-ellipses.lisp
;; holding some test forms based on P34-35 and P53 of the clim-ug 2.2.2
;; started 03May2017
(draw-ellipse* *test-pane* 100 100 30 0 0 20 :start-angle 0)
;; There it is (green as it happens as a carry over from invert-rectangle)
(draw-ellipse* *test-pane* 200 200 30 0 0 50 :filled NIL)
;; an... | 2,857 | Common Lisp | .lisp | 50 | 55.88 | 192 | 0.733262 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 3efa3b9fe96e807026f2da5142424e50c6bede76f2520cefb76834f8e7e845f9 | 32,733 | [
-1
] |
32,734 | d-i-r.lisp | rwoldford_Quail/source/window-basics/host/d-i-r.lisp | (defun draw-inside-rectangle (canvas left &optional top right bot)
"Draws a specified box no longer worrying about ~
Inside but compatible with fast-macros."
(let ((mp (clim-user::get-frame-pane canvas 'display)))
(cond ((numberp bot)
(format t "~% bot=number: l t r b as input ~d ~d ~d ~d ~%" left ... | 4,852 | Common Lisp | .lisp | 89 | 39.202247 | 94 | 0.441948 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 7e7d4e7a1fcf165c6bd24986ce7a36de1250fb10edc0821da993f128319be942 | 32,734 | [
-1
] |
32,735 | host-draw-outtakes.lisp | rwoldford_Quail/source/window-basics/host/host-draw-outtakes.lisp | ;(defun make-point (x &optional y)
; "Returns a point having x and y as its coordinates."
; (if y
; (cg::make-position x y)
; (if (cg::positionp x)
; x
; (error "X (~s) is not a position or y missing" x)
; )))
;(defun point-x (point)
; "Returns the x-coordinate... | 37,872 | Common Lisp | .lisp | 777 | 39.848134 | 137 | 0.487838 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 2a1897065bf86d02d24a62061f39ca8540cb3b4443188c16a0f9e1593f363a22 | 32,735 | [
-1
] |
32,736 | window-basics.asd | rwoldford_Quail/source/window-basics.asd | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; window-basics.asd
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;
;;; Copyright (c) 1991 Statistical Computing Laboratory... | 9,440 | Common Lisp | .asd | 237 | 27.594937 | 112 | 0.479482 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 3b23fd5effe6eaf935195b7a9df7a36c461ccacc201b7a6e74ce63fb427bcc9a | 32,736 | [
-1
] |
32,737 | quail-user.asd | rwoldford_Quail/source/quail-user.asd | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; quail-user.asd
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;
;;; Copyright (c) 1990 Statistical Computing Laboratory, Univers... | 686 | Common Lisp | .asd | 22 | 28.227273 | 79 | 0.34488 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 65a5766dbb6eb49ff54abee7a2e878bb98ebde98ea5f24a582f733ea023acb93 | 32,737 | [
-1
] |
32,738 | probability.asd | rwoldford_Quail/source/probability.asd | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; probability.asd
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;
;;; Copyright (c) 1993 Statistical Computing Laboratory,... | 2,041 | Common Lisp | .asd | 62 | 21.935484 | 83 | 0.379346 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 97903ec9bfcf35a06b0dbc4c00aaea281b0d255d3e1fcbc2d72f1c99b5f35afb | 32,738 | [
-1
] |
32,739 | mathematics.asd | rwoldford_Quail/source/mathematics.asd | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; mathematics.asd
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;
;;; Copyright (c) 1992 Statistical Computing Laboratory, University of Waterloo
;... | 3,366 | Common Lisp | .asd | 95 | 21.926316 | 83 | 0.398826 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | f825876cdbbd4577afbb90acf871f855853a75c6aec32a2641530577ba47b9fd | 32,739 | [
-1
] |
32,740 | initialization.asd | rwoldford_Quail/source/initialization.asd | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; initialization.asd
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;
;;; Copyright (c) 1990 Statistical Computing Laboratory, Univ... | 1,419 | Common Lisp | .asd | 31 | 36.903226 | 100 | 0.463663 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 9b944444e903d843cd0f7c7409cd304f0d52beac55f2573702a3515e09cecdb0 | 32,740 | [
-1
] |
32,741 | linear.asd | rwoldford_Quail/source/linear.asd | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; linear.asd
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;
;;; Copyright (c) 1994 Statistical Computing Laboratory, Univer... | 3,240 | Common Lisp | .asd | 84 | 25.547619 | 83 | 0.412678 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | a137b93711af5657655c63cc17c9f6e11c6835bc788ff47a81eed73a99f750dc | 32,741 | [
-1
] |
32,742 | new-math.asd | rwoldford_Quail/source/new-math.asd | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; new-math.asd
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;
;;; Copyright (c) 1990 Statistical Computing Laboratory, Universit... | 764 | Common Lisp | .asd | 21 | 31.190476 | 79 | 0.349057 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | f2696c0d527b464d0f109872b7ff81592fcd1e23c11eb1228e6905fcc685daa5 | 32,742 | [
-1
] |
32,743 | statistics.asd | rwoldford_Quail/source/statistics.asd | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; statistics.asd
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;
;;; Copyright (c) 1992 Statistical Computing Laboratory, ... | 2,777 | Common Lisp | .asd | 71 | 23.169014 | 83 | 0.345251 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | dddbe4fb728e83b8687700a22006cb52a6ca01b1987c59c8fc0113678773a87e | 32,743 | [
-1
] |
32,744 | analysis-map.asd | rwoldford_Quail/source/analysis-map.asd | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; analysis-map.asd
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;
;;; Copyright (c) 1992 Statistical Computing Laboratory, Univer... | 3,955 | Common Lisp | .asd | 75 | 25.893333 | 86 | 0.307553 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | c3b34cb44c0a43496931de72bc88ab79ddb7ddc0ca044b2b41718a9c55806011 | 32,744 | [
-1
] |
32,745 | top-level.asd | rwoldford_Quail/source/top-level.asd | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; top-level.asd
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;
;;; Copyright (c) 1990 Statistical Computing Laboratory, Universit... | 1,388 | Common Lisp | .asd | 32 | 34.5 | 79 | 0.432792 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 78bd1fbcba938230d2a51d253268cc0a32048b680b278e8af35c79353b839e4b | 32,745 | [
-1
] |
32,746 | quail-kernel.asd | rwoldford_Quail/source/quail-kernel.asd | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; quail-kernel.asd
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;
;;; Copyright (c) 1990 Statistical Computing Laboratory, Unive... | 7,081 | Common Lisp | .asd | 128 | 25.992188 | 116 | 0.296675 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 7871a2798787c953d15e7cc8db6a449a7663430a072eabb5d45cd2fe2e99a333 | 32,746 | [
-1
] |
32,747 | views.asd | rwoldford_Quail/source/views.asd | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;
;;; views.asd
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;
;;;
;;; Copyright (c) 1991 Statistical Computing Laboratory, University of Waterloo
;;;
;;;
;;... | 6,331 | Common Lisp | .asd | 196 | 20.806122 | 83 | 0.422401 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 8d1a118d670b6060e90b8dd03395ebb8f14a3a64e32abf601d7de6b6c034e5f0 | 32,747 | [
-1
] |
32,748 | quail.asd | rwoldford_Quail/source/quail.asd | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; quail.asd
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;
;;; Copyright (c) 1990 Statistical Computing Laboratory, University o... | 894 | Common Lisp | .asd | 24 | 32.291667 | 84 | 0.394707 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 10e4a7847bca470cef207b4ac71caba5628d4f1a8fd423cf12a13d7a40901cbd | 32,748 | [
-1
] |
32,749 | documentation.asd | rwoldford_Quail/source/documentation.asd | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; documentation.asd
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;
;;; Copyright (c) 1991 Statistical Computing Laboratory... | 2,574 | Common Lisp | .asd | 55 | 34.163636 | 83 | 0.481732 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 11ece105924f7b0bf3c6ac5788b9f487f8111b9d05646e23c0d3a0e7623502d9 | 32,749 | [
-1
] |
32,750 | display-network.asd | rwoldford_Quail/source/display-network.asd | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; display-network.system
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;
;;; Copyright (c) 1992 Statistical Computing Laboratory,... | 2,732 | Common Lisp | .asd | 68 | 28.279412 | 87 | 0.456767 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 1a13042719cc93b33082cd12fe5b5fc88415b65c55ee9dcf59462b3f3dd03b26 | 32,750 | [
-1
] |
32,751 | hardcopy-mcl-tpc.lsp | rwoldford_Quail/doc/auto/quail-user/hardcopy-mcl-tpc.lsp | (setf (doc 'HARDCOPY-MCL :topic)
(MAKE-INSTANCE
'QUAIL-KERNEL::TOPIC-DOCUMENTATION
:NAME
"HARDCOPY-MCL"
:PACKAGE
"QUAIL-USER"
:SYMBOL
'HARDCOPY-MCL
:DOC-CAPSULE
NIL
:DOC-ELABORATION
NIL
:EXAMPLES
'NIL
:REFERENCES
NIL
:SEE-ALSO
'NIL
:SUPER-TOPICS
'NIL
:SUB-T... | 992 | Common Lisp | .cl | 52 | 15.076923 | 55 | 0.685897 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | c688ee3d8e953adb1932f90ab5eab7be53b6cf8537734848095152ccb7586192 | 32,751 | [
-1
] |
32,752 | bugs-mcl.lsp | rwoldford_Quail/comments/bugs-mcl.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Known bugs and workarounds for the Mac
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;
;;; Copyright (c) 1995 Statistical Computi... | 2,498 | Common Lisp | .cl | 73 | 31.547945 | 87 | 0.485679 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 9e51b141254432b6de4a228eb4722c1828470903c7d83e318bde3f966485bddb | 32,752 | [
-1
] |
32,753 | fixes-mcl.lsp | rwoldford_Quail/comments/fixes-mcl.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; fixes-mcl.lsp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;
;;; Copyright (c) 1995 Statistical Computing Laboratory, ... | 2,866 | Common Lisp | .cl | 84 | 24.02381 | 84 | 0.468912 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | fca2b339056c391d99ce9c7be41e3424db7f62037296038219aaca8940d44777 | 32,753 | [
-1
] |
32,755 | scroll-ccl-obs.lsp | rwoldford_Quail/source/analysis-map/Misc/browser-obs/scroll-ccl-obs.lsp | ;;
;; scroll-bars
;;
(in-package 'specific)
(proclaim '(object-variable wptr))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; window event functions
(defobfun (window-activate-event-handler graph-window) (&aux graph)
(declare (object-variable browser))
(dol... | 2,662 | Common Lisp | .cl | 58 | 37.086207 | 93 | 0.597656 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 8e27c4cc6af8b38718ab15eb717755534f7d8df45b6183daad2db0548d3001c3 | 32,755 | [
-1
] |
32,756 | menu-ccl-obs.lsp | rwoldford_Quail/source/analysis-map/Misc/browser-obs/menu-ccl-obs.lsp | ;;;
;;; this file should be loaded after class browser has been created
;;;
;;; it contains the functions necessary to build the menubar associated with each
;;; class of browser, the functions necessary to activate those menubars and to
;;; apply the correct methods
;;;
;;; this file contains also the building... | 10,188 | Common Lisp | .cl | 218 | 35.472477 | 95 | 0.561254 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 3d984e55ab6118519bbddbf8d1588380216a0178445d380fcc4f32972802feb4 | 32,756 | [
-1
] |
32,757 | browser-spec-ccl-obs.lsp | rwoldford_Quail/source/analysis-map/Misc/browser-obs/browser-spec-ccl-obs.lsp |
;;; replaced by canvas-title
(defun get-window-title (window) (ask window (window-title)))
;;; Replaced by setf (canvas-title canvas) in window-basics
(defun put-window-title (window title)
"Set a new title to window."
(or (stringp title)
(setq title (format nil "~a" title)))
(ask window (s... | 348 | Common Lisp | .cl | 8 | 38.5 | 62 | 0.692073 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 9b404df9e664a1a86f3baa35e3f5157e827a62aa986416697cec0420267f8673 | 32,757 | [
-1
] |
32,758 | browser-spec-ccl.lsp | rwoldford_Quail/source/analysis-map/Misc/browser-obs/browser-spec-ccl.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; browser-spec-mcl.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;
;;; Copyright (c) 1988-1991 Statistical Computing Laboratory, Univers... | 6,671 | Common Lisp | .cl | 164 | 30.853659 | 103 | 0.551278 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 2453eaf0b475e6eea13f267d4bc8d1ec3bcfdd52ccdf1eee9f5cf5db842bd66a | 32,758 | [
-1
] |
32,759 | graph-spec-ccl.lsp | rwoldford_Quail/source/analysis-map/Misc/browser-obs/graph-spec-ccl.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; graph-spec-mcl.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) Statistical Computing Laboratory
;;; Univ... | 5,407 | Common Lisp | .cl | 144 | 31.152778 | 94 | 0.583577 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | ef3f643fe24985d4c56f886e20210590b8b652c37a144c105122a17c31131b39 | 32,759 | [
-1
] |
32,760 | graph-spec-ccl-obs.lsp | rwoldford_Quail/source/analysis-map/Misc/browser-obs/graph-spec-ccl-obs.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; This file contains the functions and data structures which
;;; originally defined in the file having the same name without the
;;; "obs" (for obsolete) extension. All code contained here has been
;;; superseded by other code.
;... | 14,070 | Common Lisp | .cl | 350 | 31.531429 | 90 | 0.533501 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | b14dc4123aa8df98a5eb547f3797d431aa506d2b3565d6b6283f00010b7de38b | 32,760 | [
-1
] |
32,761 | scroll-ccl.lsp | rwoldford_Quail/source/analysis-map/Misc/browser-obs/scroll-ccl.lsp | ;;
;; scroll-bars
;;
(in-package 'specific)
;some constants for tracking the clicks in the scroll-bar
(defconstant $InUpButton 20)
(defconstant $InDownButton 21)
(defconstant $InPageUp 22)
(defconstant $InPageDown 23)
(defconstant $InThumb 129)
(proclaim '(object-variable wptr))
;;;;;;;... | 16,389 | Common Lisp | .cl | 349 | 36.747851 | 112 | 0.559149 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | e98e0d806eb2616303ad39f26cd2a92de397b82ccf9486c58c7ccc9cd4acfa7b | 32,761 | [
-1
] |
32,762 | browser-pcl.lsp | rwoldford_Quail/source/analysis-map/Misc/browser-obs/browser-pcl.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; browser-pcl.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;
;;; Copyright (c) 1988-1991 Statistical Computing Laboratory, University o... | 1,751 | Common Lisp | .cl | 54 | 26.481481 | 91 | 0.505692 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 584533a29cc57d6b980982480b68632d44ba871af72de9be0a9fe7ae129369e2 | 32,762 | [
-1
] |
32,763 | compile-browser-ccl.lsp | rwoldford_Quail/source/analysis-map/Misc/browser-obs/compile-browser-ccl.lsp | ;;;
;;; Compiler for Browser : To compile the code, just load compile-browser
;;;
(let ((old-path-name *default-pathname-defaults*))
(setf *default-pathname-defaults*
*z-directory*)
(load 'records.fasl)
(load 'Traps.fasl)
(load 'graph-var.mac)
(compile-file 'graph-var.mac)
... | 845 | Common Lisp | .cl | 27 | 26.074074 | 74 | 0.653846 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | b464728ea8c44f3f8bb9f3463ccc0d32767b7ce800c674201c6c7cc600d1ebc7 | 32,763 | [
-1
] |
32,764 | load-browser-ccl.lsp | rwoldford_Quail/source/analysis-map/Misc/old-setup-files/load-browser-ccl.lsp | ;;;
;;; Loader for the Browser
;;;
(let ((old-path-name *default-pathname-defaults*))
(setf *default-pathname-defaults* *Z-directory*)
(load 'records)
(load 'traps)
(load 'graph-var)
(load 'graph-spec)
(load 'scroll)
(load 'graph)
(load 'Z-window)
(load 'browser-pcl)
(lo... | 430 | Common Lisp | .cl | 17 | 20.647059 | 52 | 0.625616 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 1e5d09e9a40dce985287f6b017bb96d36acade4ab83a7c7a212c57274c4df3eb | 32,764 | [
-1
] |
32,765 | wb-records-ccl.lsp | rwoldford_Quail/source/analysis-map/Misc/WB-mods-&-+s/wb-records-ccl.lsp | (in-package :window-basics)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; A useful function for interacting with mac :rect records
;;;
;;;
(defun make-rect (top left bottom right)
"Makes a Mac CL :rect record."
(let (rect)
(setf rect (make-record :rect))
... | 472 | Common Lisp | .cl | 13 | 32.153846 | 75 | 0.551648 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 11517125a6b1eb6b90cc4486e19e1f11e4ab8e5045aed92faad8003992101499 | 32,765 | [
-1
] |
32,766 | wb-scroll-misc-ccl.lsp | rwoldford_Quail/source/analysis-map/Misc/WB-mods-&-+s/wb-scroll-misc-ccl.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; wb-scroll-misc-mcl.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;
;;; Copyright (c) 1988-1991 Statistical Computing Laboratory, Unive... | 2,641 | Common Lisp | .cl | 69 | 30.217391 | 86 | 0.510236 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 402229d175d9da23f21581e5d3326b2bcec5bb7d3c4b246b183fe55f6a32013c | 32,766 | [
-1
] |
32,767 | moving-cloud-mixin.lsp | rwoldford_Quail/source/views/d-views/moving-cloud-mixin.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; moving-cloud-mixin.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) Statistical Computing Laboratory
;;; ... | 11,133 | Common Lisp | .cl | 244 | 33.311475 | 104 | 0.523184 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 7733583990549914b23bfd3a4083bd99b72666949edb1212980b7971d5b50f33 | 32,767 | [
-1
] |
32,768 | point-cloud.lsp | rwoldford_Quail/source/views/d-views/point-cloud.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; point-cloud.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) Statistical Computing Laboratory
;;; Univers... | 18,389 | Common Lisp | .cl | 357 | 34.817927 | 115 | 0.47779 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 9d26530137136c290bf255569d5742502e5df4afaf7bc719fc26d313540de88d | 32,768 | [
-1
] |
32,769 | class-info-mcl.lsp | rwoldford_Quail/source/views/utilities/class-info-mcl.lsp |
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; class-info-mcl.lisp
;;;
;;; Catherine Hurley 1992
;;;
;;;
;;;
;;;----------------------------------------------------------------------------------
(in-pack... | 2,118 | Common Lisp | .cl | 47 | 34.765957 | 109 | 0.509911 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 1962773372914a8a206c5250f336ccbb728b599be8af820c2c0b91265ed180f1 | 32,769 | [
-1
] |
32,770 | ffenv-std-mcl.lsp | rwoldford_Quail/source/initialization/ffenv-std-mcl.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; ffenv-std-mcl.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;
;;; Copyright (c) 1990 Statistical Computing ... | 1,416 | Common Lisp | .cl | 33 | 39.30303 | 84 | 0.539694 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | fd55b669a3e904076a4e552bdc4067c54cbb4cab093ff68fb448eb1d7afb323f | 32,770 | [
-1
] |
32,771 | ffenv-std-excl.lsp | rwoldford_Quail/source/initialization/ffenv-std-excl.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; ffenv-std-excl.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;
;;; Copyright (c) 1990 Statistical Computing... | 1,368 | Common Lisp | .cl | 32 | 39.15625 | 85 | 0.528614 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 167bd1a48a1691e644dd20ad2ee23e4bff776b1d74db4c9e5bd161f26aa4c2cf | 32,771 | [
-1
] |
32,772 | restore-mcl.lsp | rwoldford_Quail/source/initialization/restore-mcl.lsp | (in-package :qk)
;; This file is part of the Initialization system for find-quail functionality in aclpc
(eval-when (:compile-toplevel :load-toplevel :execute)
(export '(
;; reset-mcl-root reset-mpw-root
))
)
#|
(defun reset-mcl-root (new-root)
(if (not new-root)
(setf ... | 1,354 | Common Lisp | .cl | 32 | 34.90625 | 96 | 0.625966 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | c03f981894a39f3f877658444fb2dc2a4004efff3d82fee800b90aa31f7fee32 | 32,772 | [
-1
] |
32,773 | quail-menubar-clx.lsp | rwoldford_Quail/source/top-level/quail-menubar-clx.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; quail-menubar-clx.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;
;;; Copyright (c) 1993 Statistical Computing ... | 5,371 | Common Lisp | .cl | 134 | 32.61194 | 91 | 0.577565 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 854e6606287aff37a3e24a48bb5667fd5e45f34811f9c39beff12dbc884a2edc | 32,773 | [
-1
] |
32,774 | top-level-excl.lsp | rwoldford_Quail/source/top-level/top-level-excl.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; top-level-excl.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;
;;; Copyright (c) 1991 Statistical Computing ... | 1,880 | Common Lisp | .cl | 50 | 33.04 | 134 | 0.556604 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 0e5f1074fc52dd04cda5168ce3ac2025902c1f6098307f351c676934286b0ece | 32,774 | [
-1
] |
32,775 | quail-menubar-mcl.lsp | rwoldford_Quail/source/top-level/quail-menubar-mcl.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; quail-menubar-mcl.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;
;;; Copyright (c) 1991 Statistical Computing ... | 2,988 | Common Lisp | .cl | 76 | 31.894737 | 138 | 0.560797 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | e6376e67c85772d85edcce54b130a514b295922894029f711e474787193e50fe | 32,775 | [
-1
] |
32,776 | init-menubar-clx.lsp | rwoldford_Quail/source/top-level/init-menubar-clx.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; init-menubar-clx.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;
;;; Copyright (c) 1994 Statistical Computing L... | 731 | Common Lisp | .cl | 22 | 29.227273 | 84 | 0.351773 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 0fcb4d9bb227f5b84a99c89fc8be558e832cc3a4ee6a5495b665657e9eda00e5 | 32,776 | [
-1
] |
32,777 | quail-menubar-clx2.lsp | rwoldford_Quail/source/top-level/quail-menubar-clx2.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; quail-menubar-clx.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;
;;; Copyright (c) 1993 Statistical Computing ... | 2,075 | Common Lisp | .cl | 50 | 34.26 | 91 | 0.519183 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 73b63773efbad46457ea81ccb245d6db31dfba657c2966567d58ecee34e3e047 | 32,777 | [
-1
] |
32,778 | editor-excl.lsp | rwoldford_Quail/source/top-level/editor-excl.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; editor-excl.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;
;;; Copyright (c) 1991 Statistical Computing Lab... | 777 | Common Lisp | .cl | 20 | 34.35 | 84 | 0.38255 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | b117404878b6435319617a9838fdfdfd0cc6d74427df651d4da6242679a7f79a | 32,778 | [
-1
] |
32,779 | top-level-mcl.lsp | rwoldford_Quail/source/top-level/top-level-mcl.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; top-level-mcl.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;
;;; Copyright (c) 1991 Statistical Computing L... | 2,113 | Common Lisp | .cl | 52 | 35.884615 | 134 | 0.572553 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | ff1866d2d7578c824bfbb7464b101f18c7e1a8d96fe2b35c2ed66e15011fd564 | 32,779 | [
-1
] |
32,780 | editor-mcl.lsp | rwoldford_Quail/source/top-level/editor-mcl.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; editor-mcl.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;
;;; Copyright (c) 1991 Statistical Computing Labo... | 895 | Common Lisp | .cl | 24 | 32.75 | 84 | 0.407235 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 89170027f4e38696b5fd7fb9bb6bf4535d449a2dd84bd3bed53a6bc030db6119 | 32,780 | [
-1
] |
32,781 | init-menubar-mcl.lsp | rwoldford_Quail/source/top-level/init-menubar-mcl.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; init-menubar-mcl.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;
;;; Copyright (c) 1992 Statistical Computing L... | 673 | Common Lisp | .cl | 19 | 31.210526 | 84 | 0.329231 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 671dea927afc8d2c1195da663c35684e46dc9f04d90d0972606e3c01eaf3375a | 32,781 | [
-1
] |
32,782 | debug-clx.lsp | rwoldford_Quail/source/window-basics/debug-clx.lsp | (in-package :q-user)
(import 'wb::doit)
(defun ps () mp:*all-processes*)
(defun undoit (&optional (kill? T))
(if kill? (mp::process-kill (first (ps))))
(setf wb::*default-display* (xlib::close-display wb::*default-display*))
(setf q::*quail-menubar* NIL)
)
(defun c () (wb::make-canvas))
(de... | 426 | Common Lisp | .cl | 11 | 34.727273 | 76 | 0.60794 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | f0ef56778508ff83c98b1dab38dd7c9bc72379e49530fad25a876527f136ab49 | 32,782 | [
-1
] |
32,783 | macros-mcl.lsp | rwoldford_Quail/source/window-basics/macros/macros-mcl.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; macros-mcl.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) Statistical Computing Laboratory
;;; Universit... | 1,421 | Common Lisp | .cl | 39 | 32.974359 | 105 | 0.457602 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 56e9aa0339c2f01c8894aefde22ec411e2d06afe9f308704f633a26c315ca242 | 32,783 | [
-1
] |
32,784 | operations-mcl.lsp | rwoldford_Quail/source/window-basics/macros/operations-mcl.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; operations-mcl.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) Statistical Computing Laboratory
;;; Universit... | 1,372 | Common Lisp | .cl | 40 | 30.375 | 86 | 0.445537 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 58982f013c937d9392d1434a3dc96e5a72755820cdad95132a6b7f3d3ad0e2df | 32,784 | [
-1
] |
32,785 | operations-clx.lsp | rwoldford_Quail/source/window-basics/macros/operations-clx.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; operations-clx.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) Statistical Computing Laboratory
;;; Universit... | 1,355 | Common Lisp | .cl | 40 | 29.95 | 86 | 0.448276 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 4ce0d587d5b76821c764a26f2692ddd0c90bae5b7bef4d34e6296fdcbde2fb5b | 32,785 | [
-1
] |
32,786 | macros-clx.lsp | rwoldford_Quail/source/window-basics/macros/macros-clx.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; macros-clx.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) Statistical Computing Laboratory
;;; Universit... | 1,416 | Common Lisp | .cl | 39 | 32.820513 | 105 | 0.45708 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | b47958d480224769cc301dffdd5a262cfb33b6ccae673179d6deecf15cc0034e | 32,786 | [
-1
] |
32,787 | color-clx.lsp | rwoldford_Quail/source/window-basics/color/color-clx.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; color-clx.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) Statistical Computing Laboratory
;;; Universit... | 5,005 | Common Lisp | .cl | 142 | 29.34507 | 89 | 0.537534 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 45a591385f4a17f06dfa408547efb6112257cc91f7c2053853c47345a6ef26fe | 32,787 | [
-1
] |
32,788 | color-mcl.lsp | rwoldford_Quail/source/window-basics/color/color-mcl.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; color-mcl.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) Statistical Computing Laboratory
;;; Universit... | 4,954 | Common Lisp | .cl | 141 | 29.624113 | 89 | 0.555509 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | c90ba969b9f93616c2a14d0eb69dda0b1dcb962a8b8ac6670c8a1faa40aff841 | 32,788 | [
-1
] |
32,789 | color-mixin-mcl.lsp | rwoldford_Quail/source/window-basics/color/color-mixin-mcl.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; color-mixin-mcl.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) Statistical Computing Laboratory
;;; Uni... | 2,315 | Common Lisp | .cl | 65 | 30.046154 | 94 | 0.537668 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 9e4e1f10844778f0407aa9892a26f145df2090dc95e3e9eedaa41345376b54eb | 32,789 | [
-1
] |
32,790 | color-mixin-clx.lsp | rwoldford_Quail/source/window-basics/color/color-mixin-clx.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; color-mixin-clx.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) Statistical Computing Laboratory
;;; Uni... | 2,816 | Common Lisp | .cl | 70 | 34.085714 | 94 | 0.567329 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 3f30c10266d6331ced1e806fd746f69d2b738dcccac3f89349dd904cc1f60f10 | 32,790 | [
-1
] |
32,791 | cursor-clx.lsp | rwoldford_Quail/source/window-basics/bitmap/cursor-clx.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; cursor-mcl.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) Statistical Computing Laboratory
;;; Universi... | 1,990 | Common Lisp | .cl | 49 | 31.44898 | 93 | 0.423975 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 5cef6770b0dca6c9f3dc51d3240075a6fce023ef5384e8c1527455552121810b | 32,791 | [
-1
] |
32,792 | shades-mcl.lsp | rwoldford_Quail/source/window-basics/bitmap/shades-mcl.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; shades-mcl.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) Statistical Computing Laboratory
;;; Universi... | 2,504 | Common Lisp | .cl | 62 | 31.33871 | 131 | 0.436829 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 68ea3b039147bbe4d3fee425057ea9405c67c5b56099e3d3fb6146b26e5fa3aa | 32,792 | [
-1
] |
32,793 | bitmap-mcl.lsp | rwoldford_Quail/source/window-basics/bitmap/bitmap-mcl.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; bitmap-mcl.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) Statistical Computing Laboratory
;;; Universi... | 5,916 | Common Lisp | .cl | 129 | 36.255814 | 129 | 0.540611 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | c9c3a7b9b48b5adc1b54dbd21d7984da1b053247546799d0785d7234448697e8 | 32,793 | [
-1
] |
32,794 | shades-clx.lsp | rwoldford_Quail/source/window-basics/bitmap/shades-clx.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; shades-clx.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) Statistical Computing Laboratory
;;; Universi... | 2,065 | Common Lisp | .cl | 53 | 34.056604 | 131 | 0.480924 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | e407f323df10685cd2700eb8638999e383796988ad522720b61e47d455f3b18f | 32,794 | [
-1
] |
32,795 | cursor-mcl.lsp | rwoldford_Quail/source/window-basics/bitmap/cursor-mcl.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; cursor-mcl.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) Statistical Computing Laboratory
;;; Universi... | 1,919 | Common Lisp | .cl | 45 | 32.844444 | 93 | 0.416667 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | d071cb47619e4abe00e354dcccd91121ef533dd0b3ed85ff190b47d95c3095ba | 32,795 | [
-1
] |
32,796 | bitmap-clx.lsp | rwoldford_Quail/source/window-basics/bitmap/bitmap-clx.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; bitmap-clx.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) Statistical Computing Laboratory
;;; Universi... | 6,080 | Common Lisp | .cl | 140 | 34.428571 | 129 | 0.543523 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | a1dcc86b87e9390215d6ce4488e1576ffb8fc1e6390ef17823991b3a7ccbb7c2 | 32,796 | [
-1
] |
32,797 | device-clx.lsp | rwoldford_Quail/source/window-basics/monitor/device-clx.lsp | è ¬ é @ê @ î @î @Ü ú @ú @8 ü @ý @ @ @4 ë €í €D ó €ó €ì õ €õ €$ û €û €Ä þ €ÿ €8 ï Àò À` ô Àô Àì
ö Àù À€ l T h e p r o f i l e f o r u s e r % 1 w a s l o a d e d s u c c e s s f u l l y .
p T h e p r o f i l e f o r u s e r % ... | 1,229 | Common Lisp | .cl | 11 | 110.818182 | 227 | 0.351107 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | a30dce2d9ee158e9bb578b292e6db5eb194c9b5be034550b8793c944ca719e0b | 32,797 | [
-1
] |
32,798 | canvas-redisplay-clx.lsp | rwoldford_Quail/source/window-basics/redisplay/canvas-redisplay-clx.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; canvas-redisplay-clx.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) Statistical Computing Laboratory
;;; Uni... | 954 | Common Lisp | .cl | 27 | 32.407407 | 86 | 0.434024 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 3e2ffb1b23890ef0f9bf23c8e5e914e4637a9a8f84a2f8f0357489384ec0a8fc | 32,798 | [
-1
] |
32,799 | canvas-ops-clx.lsp | rwoldford_Quail/source/window-basics/redisplay/canvas-ops-clx.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; canvas-ops-clx.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) Statistical Computing Laboratory
;;; Univ... | 4,067 | Common Lisp | .cl | 100 | 36 | 91 | 0.601326 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | a59782b5bcc1fe626f61001eb79ac8ff40d72deffd83b1b86bf2e6dc8c38a457 | 32,799 | [
-1
] |
32,800 | canvas-ops-mcl.lsp | rwoldford_Quail/source/window-basics/redisplay/canvas-ops-mcl.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; canvas-ops-mcl.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) Statistical Computing Laboratory
;;; Univ... | 4,732 | Common Lisp | .cl | 121 | 33.826446 | 91 | 0.592218 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 68f41522201aa85f92711facfd5bfda84146666bf4a2aa8a6166084b059a7edc | 32,800 | [
-1
] |
32,801 | canvas-redisplay-mcl.lsp | rwoldford_Quail/source/window-basics/redisplay/canvas-redisplay-mcl.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; canvas-redisplay-mcl.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) Statistical Computing Laboratory
;;; Uni... | 1,154 | Common Lisp | .cl | 33 | 31.848485 | 86 | 0.480613 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 91f776d9b654008390a146a3d49c107f296e4f9fd99749af4696af860f942bf2 | 32,801 | [
-1
] |
32,802 | clip-mcl.lsp | rwoldford_Quail/source/window-basics/canvas-regions/clip-mcl.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; clip-mcl.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;
;;; Copyright (c) 1988-1992 Statistical Computing Laboratory, University of W... | 1,232 | Common Lisp | .cl | 33 | 30.242424 | 87 | 0.429668 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 82aa536283825954214ad88996154a55f64a6b9294b1f78912bf2e61e96e15bc | 32,802 | [
-1
] |
32,803 | clip-clx.lsp | rwoldford_Quail/source/window-basics/canvas-regions/clip-clx.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; clip-mcl.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;
;;; Copyright (c) 1988-1992 Statistical Computing Laboratory, University of W... | 923 | Common Lisp | .cl | 25 | 33.04 | 87 | 0.434091 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | c02666308bd7b012a2dfec1a6e062c283150d380d512c0b6cffefbf0274d5a34 | 32,803 | [
-1
] |
32,804 | drag-clx.lsp | rwoldford_Quail/source/window-basics/canvas-regions/drag-clx.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; drag-clx.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) Statistical Computing Laboratory
;;; University... | 31,433 | Common Lisp | .cl | 766 | 24.964752 | 110 | 0.458704 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | b1ffe71f329f7b1b0e28b1d7e082c9470ebb775c57b434cd47921c64e630afde | 32,804 | [
-1
] |
32,805 | canvas-regions-clx.lsp | rwoldford_Quail/source/window-basics/canvas-regions/canvas-regions-clx.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; canvas-regions-mcl.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) Statistical Computing Laboratory
;;; ... | 1,479 | Common Lisp | .cl | 40 | 32 | 87 | 0.483075 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 571efc0564d4755590f9075c150a77a75465735dc508c60a6f1e1e341a3a6ebb | 32,805 | [
-1
] |
32,807 | drag-mcl.lsp | rwoldford_Quail/source/window-basics/canvas-regions/drag-mcl.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; drag-mcl.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) Statistical Computing Laboratory
;;; University... | 15,076 | Common Lisp | .cl | 347 | 33.253602 | 110 | 0.570207 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | d2b56e7935af058063123d60c31ecee0868d32ee90e52dca721380b83f7ee92a | 32,807 | [
-1
] |
32,808 | menu-canvas-clx.lsp | rwoldford_Quail/source/window-basics/menus/menu-canvas-clx.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; menu-canvas-clx.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) Statistical Computing Laboratory
;;; Universi... | 2,736 | Common Lisp | .cl | 66 | 31.848485 | 86 | 0.472892 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 1a785dd97b2d0df4099e08b606f3cd48a5eb278e37c455b4f01237dcca6ab364 | 32,808 | [
-1
] |
32,809 | menu-clx.lsp | rwoldford_Quail/source/window-basics/menus/menu-clx.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; menu-clx.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) Statistical Computing Laboratory
;;; University... | 28,515 | Common Lisp | .cl | 662 | 30.220544 | 138 | 0.510032 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 31fc80d60b9f697b06f74febc7a6da63cbc04eb3784ac1a20a5b730b1541b346 | 32,809 | [
-1
] |
32,810 | menu-canvas-clx.lsp | rwoldford_Quail/source/window-basics/menus/test/menu-canvas-clx.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; menu-canvas-clx.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) Statistical Computing Laboratory
;;; Universi... | 1,714 | Common Lisp | .cl | 49 | 32.428571 | 86 | 0.513595 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 617e2f426b0fba16b86a0b08a6eec0ea9eb9ca1a35be13726584d8149915dc1d | 32,810 | [
-1
] |
32,811 | menu-clx.lsp | rwoldford_Quail/source/window-basics/menus/test/menu-clx.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; menu-clx.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) Statistical Computing Laboratory
;;; University... | 19,495 | Common Lisp | .cl | 452 | 36.05531 | 128 | 0.604038 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 9d66067b5c79fdacd44c4778dc57b4bbc76c2223bb7061bb49d396a7ae6b62e4 | 32,811 | [
-1
] |
32,812 | mouse-clx.lsp | rwoldford_Quail/source/window-basics/mouse/mouse-clx.lsp | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; mouse-clx.lisp
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) Statistical Computing Laboratory
;;; Universit... | 10,046 | Common Lisp | .cl | 279 | 28.078853 | 96 | 0.518782 | rwoldford/Quail | 0 | 1 | 0 | GPL-3.0 | 9/19/2024, 11:43:28 AM (Europe/Amsterdam) | 8544aae42b42d77adac501aa4d4b3b472d884ee80969dfa4bc14c74d1a5b4431 | 32,812 | [
-1
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.