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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
30,531 | init.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cffi_0.16.1/libffi/init.lisp | ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
;;;
;;; init.lisp --- Load libffi and define #'libffi-type-pointer
;;;
;;; Copyright (C) 2009, 2011 Liam M. Healy
;;;
;;; Permission is hereby granted, free of charge, to any person
;;; obtaining a copy of this software and associated documentation
;;; files (the "Software... | 2,198 | Common Lisp | .lisp | 47 | 44.468085 | 75 | 0.71655 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | f44d3d89eaf7f0ac07056aca2c92c58469e4f3166e6747794312e1c521011983 | 30,531 | [
83708
] |
30,532 | uffi-compat.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cffi_0.16.1/uffi-compat/uffi-compat.lisp | ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
;;;
;;; uffi-compat.lisp --- UFFI compatibility layer for CFFI.
;;;
;;; Copyright (C) 2005-2006, James Bielman <jamesjb@jamesjb.com>
;;; Copyright (C) 2005-2007, Luis Oliveira <loliveira@common-lisp.net>
;;;
;;; Permission is hereby granted, free of charge, to any person... | 22,634 | Common Lisp | .lisp | 575 | 32.54087 | 79 | 0.634411 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | dcc3701094a00c4df489e8b1026d23f2c1806874bbabe9d052da24eda99b80f0 | 30,532 | [
443025
] |
30,533 | split-sequence.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/split-sequence-1.2/split-sequence.lisp | ;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
;;;
;;; SPLIT-SEQUENCE
;;;
;;; This code was based on Arthur Lemmens' in
;;; <URL:http://groups.google.com/groups?as_umsgid=39F36F1A.B8F19D20%40simplex.nl>;
;;;
;;; changes include:
;;;
;;; * altering the behaviour of the :from-end keyword argument to
;;; return the subseq... | 7,630 | Common Lisp | .lisp | 146 | 44.013699 | 104 | 0.654932 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | de7d5baac3be61339022a39619f1f429a455855f0c378fbb926377e92f46eac5 | 30,533 | [
172427
] |
30,534 | tests.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/split-sequence-1.2/tests.lisp | ;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
(defpackage :split-sequence-tests
(:use :common-lisp :split-sequence :fiveam))
(in-package :split-sequence-tests)
(in-suite* :split-sequence)
;;;; SPLIT-SEQUENCE
(test (split-sequence.1 :compile-at :definition-time)
(is (equalp (split-sequence #\; "a;;b;c")
... | 1,408 | Common Lisp | .lisp | 27 | 46.518519 | 86 | 0.580292 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 11737f54805d053908dba3214520a1ef9a7f4afb4436c77732d353cc7f2b33dc | 30,534 | [
381388
] |
30,535 | bindings.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-openal-20150302-git/alc/bindings.lisp | (in-package :%alc)
(define-foreign-library al
(:windows "OpenAL32.dll" :calling-convention :stdcall)
(:darwin (:or (:default "libopenal") (:framework "openal")))
(:unix (:or "libopenal.so" "libopenal.so.1"))
(t (:default "libopenal")))
(use-foreign-library al)
(defcstruct device)
(defcstruct context)
(defctyp... | 3,122 | Common Lisp | .lisp | 78 | 37.782051 | 102 | 0.740521 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 9c125e4f79180ae38fc66716f87c83d3edb1dc7a37967d9415e9f11790b96d7c | 30,535 | [
-1
] |
30,536 | alc.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-openal-20150302-git/alc/alc.lisp | (in-package :alc)
(defun load-libraries ()
(cffi:define-foreign-library al
(:windows "OpenAL32.dll" :calling-convention :stdcall)
(:darwin (:or (:default "libopenal") (:framework "openal")))
(:unix (:or "libopenal.so" "libopenal.so.1"))
(t (:default "libopenal")))
(cffi:use-foreign-library al))
(d... | 4,320 | Common Lisp | .lisp | 106 | 31.386792 | 92 | 0.595522 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | eab71fc2f3ceb822782e0b093ebdc9640c2ac82d8c34098faeb47a05c195ef18 | 30,536 | [
-1
] |
30,537 | packages.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-openal-20150302-git/alc/packages.lisp | (defpackage #:alc-cffi-bindings
(:use :cl :cffi)
(:nicknames :%alc)
(:shadow :boolean)
(:export
:attribute :error :enum :device :context :boolean
;; Context management
:create-context :make-context-current :process-context :suspend-context :destroy-context
:get-current-context :get-contexts-device
... | 1,144 | Common Lisp | .lisp | 29 | 35.827586 | 101 | 0.734529 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | b76d5e7837905b296c6fc357343d02962e203645b6e225316ec9aab1135627bd | 30,537 | [
-1
] |
30,538 | lesson2.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-openal-20150302-git/examples/lesson2.lisp | ;;;
;;; Lesson 2 - Looping and fadeaway
;;;
;;; Common Lisp adaptation of
;;; http://www.devmaster.net/articles/openal-tutorials/lesson2.php
;;;
;;; (LESSON2) will use about 25 seconds of your time.
;;;
(in-package #:cl-openal-examples)
(export 'lesson2)
(defun init-source-data (sourcepos sourcevel)
(let ((buffer (... | 1,609 | Common Lisp | .lisp | 45 | 30.644444 | 66 | 0.635022 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 908ce86c4c42441f94721df080fc15b988bf22b720181a755052298f9ce0f521 | 30,538 | [
-1
] |
30,539 | getting-started.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-openal-20150302-git/examples/getting-started.lisp | ;;;
;;; http://www.devmaster.net/articles/openal/
;;;
(in-package #:cl-openal-examples)
(export 'getting-started)
(defun getting-started ()
(let ((data nil))
(alut:with-init
;; Init alut so LOAD-MEMORY-HELLO-WORLD works.
;; But leave alut so we can grab the device using
;; WITH-DEVICE.
;... | 1,668 | Common Lisp | .lisp | 43 | 29.093023 | 60 | 0.552064 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | e6df467af3bea66629e4f17b52cd728a5ce90a4f641e59caed36aab79b7aee37 | 30,539 | [
-1
] |
30,540 | alut-hello-world.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-openal-20150302-git/examples/alut-hello-world.lisp | ;;;
;;; This is the traditional 'Hello, world!' alut style.
;;;
;;; For C version consult
;;; http://connect.creativelabs.com/openal/Documentation/The%20OpenAL%20Utility%20Toolkit.htm
;;;
(in-package #:cl-openal-examples)
(export 'alut-hello-world)
(defun alut-hello-world ()
(alut:with-init
(al:with-source (sou... | 481 | Common Lisp | .lisp | 15 | 28.533333 | 93 | 0.68319 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | c0944664bd66e7a3f13fded8e198a899c259ccf26ae8d14961c702e54bcd9d7b | 30,540 | [
-1
] |
30,541 | bindings.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-openal-20150302-git/al/bindings.lisp | (in-package :%al)
(define-foreign-library al
(:windows "OpenAL32.dll" :calling-convention :stdcall)
(:darwin (:or (:default "libopenal") (:framework "openal")))
(:unix (:or "libopenal.so" "libopenal.so.1"))
(t (:default "libopenal")))
(use-foreign-library al)
(define-foreign-type ensure-integer ()
()
(:ac... | 9,699 | Common Lisp | .lisp | 231 | 39.645022 | 93 | 0.707188 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | cc3b59365891283dba4c9740e4e93ae2bd60aada4617deca55b531791d3fa440 | 30,541 | [
-1
] |
30,542 | al.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-openal-20150302-git/al/al.lisp | (in-package :al)
;;;; misc.
(defun load-libraries ()
(cffi:define-foreign-library al
(:windows "OpenAL32.dll" :calling-convention :stdcall)
(:darwin (:or (:default "libopenal") (:framework "openal")))
(:unix (:or "libopenal.so" "libopenal.so.1"))
(t (:default "libopenal")))
(cffi:use-foreign-li... | 7,382 | Common Lisp | .lisp | 217 | 29.064516 | 106 | 0.643227 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | bd4a1165e260e9de3a90e5edf6f3ef319ec725ee232cc409c85e44d1cf2782b4 | 30,542 | [
-1
] |
30,543 | packages.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-openal-20150302-git/al/packages.lisp | (defpackage #:openal-cffi-bindings
(:use :cl :cffi)
(:nicknames :%al)
(:shadow :boolean :byte)
(:export
:enum :boolean :byte :ubyte :ensure-float :ensure-integer :ensure-double
;; renderer state management
:enable :disable :is-enabled
;; state retrieval
:get-string :get-boolean-v :get-integer-v :... | 2,265 | Common Lisp | .lisp | 55 | 37.4 | 102 | 0.710276 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 0f5c7d8278951c93352cb5ac54336b273ed5f15002d69040ba6dfebff0fa0c98 | 30,543 | [
-1
] |
30,544 | alut.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-openal-20150302-git/alut/alut.lisp | (in-package :alut)
(defun load-libraries ()
(cffi:define-foreign-library alut
(:windows "alut.dll" :calling-convention :stdcall)
(:darwin (:or (:default "libalut") (:framework "alut")))
(:unix (:or "libalut.so" "libalut.so.0" "libalut.so.0.1.0"))
(t (:default ("libalut"))))
(cffi:use-foreign-librar... | 4,240 | Common Lisp | .lisp | 116 | 27.982759 | 75 | 0.580818 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 28963280acda18e5592581f09bd371a24dc4d58785aeade1b3953322e134f07b | 30,544 | [
-1
] |
30,545 | bindings.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-openal-20150302-git/alut/bindings.lisp | ;; TODO: enums. As usual.
(in-package :%alut)
(define-foreign-library alut
(:windows "alut.dll" :calling-convention :stdcall)
(:darwin (:or (:default "libalut") (:framework "alut")))
(:unix (:or "libalut.so" "libalut.so.0" "libalut.so.0.1.0"))
(t (:default ("libalut"))))
(use-foreign-library alut)
(define-for... | 4,086 | Common Lisp | .lisp | 105 | 36.095238 | 95 | 0.720131 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | b7e28a38af0db270fd2ad1c0eb798a7cd9c36d2779b5f0452a2208a55a19f6e6 | 30,545 | [
-1
] |
30,546 | packages.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-openal-20150302-git/alut/packages.lisp | (defpackage #:alut-cffi-bindings
(:use :cl :cffi)
(:nicknames :%alut)
(:shadow :sleep)
(:export
;; enums
:api :error :waveform :loader
;; funcs
:init :init-without-context :exit
:get-error :get-error-string
:create-buffer-from-file :create-buffer-from-file-image
:create-buffer-hello-world ... | 993 | Common Lisp | .lisp | 26 | 34.576923 | 101 | 0.725104 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 149e328e6b4af5b2474c730d19f557698f54f68d9cf0096c0c3969cc6cb2cfdf | 30,546 | [
-1
] |
30,547 | bitfields.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/tools/bitfields.lisp | (
(:enum-type
"AttribMask"
:deprecated t
:type :bitfield
:used-by
(("AttribMask" "PushAttrib" "mask" 0))
:enums
("ACCUM_BUFFER_BIT"
"COLOR_BUFFER_BIT"
"CURRENT_BIT"
"DEPTH_BUFFER_BIT"
"ENABLE_BIT"
"EVAL_BIT"
"FOG_BIT"
"HINT_BIT"
"LIGHTING_BIT"
"LINE_BIT"
"L... | 3,323 | Common Lisp | .lisp | 96 | 30.65625 | 76 | 0.641633 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | eb67662998cf09b5f94d872b894989156d2d997648b88beb1fb139a2e723493e | 30,547 | [
311121,
434412
] |
30,548 | special-cases.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/tools/special-cases.lisp | ;;; override values from gl.xml
(:bitfield "ClearBufferMask"
(:color-buffer #x4000)
(:color-buffer-bit #x4000)
(:accum-buffer #x200)
(:accum-buffer-bit #x200)
(:depth-buffer #x100)
(:depth-buffer-bit #x100)
(:stencil-buffer #x400)
... | 1,302 | Common Lisp | .lisp | 30 | 35.366667 | 76 | 0.625394 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 690a21c2b99b7e9e4a23a940c36c35c4750ca9cd75b47b0638659d04efa2786d | 30,548 | [
-1
] |
30,550 | molview.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/examples/misc/molview.lisp | ;; Doug Hoyte, March 2007
;; Assignment 2: Molecule Viewer
;; COSC414 with Dr. Alan Paeth, UBC Okanagan
;; This program is distributed under the terms and
;; conditions of the BSD license:
;; http://www.opensource.org/licenses/bsd-license.php
;; This should be ANSI Common Lisp code that uses the OpenGL
;; libraries t... | 7,753 | Common Lisp | .lisp | 213 | 31.525822 | 86 | 0.635477 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | f93fa36c6d5670ebc238651998d1f927a01b5ece0fcf6f68eeb93b24e7c5b019 | 30,550 | [
-1
] |
30,552 | render-to-texture.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/examples/misc/render-to-texture.lisp | ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
;;; render-to-texture.lisp --- Simple usage of the EXT_framebuffer_object extension
(in-package #:cl-glut-examples)
(defclass render-to-texture-window (glut:window)
((texture :accessor texture)
(framebuffer :accessor framebuffer))
(:default-initargs :width 640 :he... | 6,077 | Common Lisp | .lisp | 142 | 37.316901 | 92 | 0.676161 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 44b1639c76c8aec4493eed79112518b806cf467fbefd759a7d997c9a785a74b5 | 30,552 | [
-1
] |
30,553 | shader-vao.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/examples/misc/shader-vao.lisp | ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
;;; shader-vao.lisp --- Example usage of vertex and fragment shaders,
;;; vertex buffer objects, and vertex array objects
(in-package #:cl-glut-examples)
(defclass shader-vao-window (glut:window)
((vbuff :accessor vertex-buffer)
(ibuff :accessor index-buffer)
(vs ... | 8,734 | Common Lisp | .lisp | 199 | 40.170854 | 92 | 0.692244 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 5c1a98466641156d913869d62835ef4a8aacec9b25d6b19c4a61d8d654e5854d | 30,553 | [
-1
] |
30,557 | tess-wind.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/examples/redbook/tess-wind.lisp | ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
;;; tess-wind.lisp --- Lisp version of tesswind.c (Red Book examples)
;;;
;;; Original C version contains the following copyright notice:
;;; Copyright (c) 1993-1997, Silicon Graphics, Inc.
;;; ALL RIGHTS RESERVED
(in-package #:cl-glut-examples)
(defclass winding-te... | 5,189 | Common Lisp | .lisp | 127 | 34.472441 | 104 | 0.626616 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | cad7ce0943971423084fcf1472e7cc0421422e7e7bdbea2db2c6a4c1ea5acda5 | 30,557 | [
263094
] |
30,560 | tess.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/examples/redbook/tess.lisp | ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
;;; tess.lisp --- Lisp version of tess.c (Red Book examples)
;;;
;;; Original C version contains the following copyright notice:
;;; Copyright (c) 1993-1997, Silicon Graphics, Inc.
;;; ALL RIGHTS RESERVED
;;;
;;; This program demonstrates polygon tessellation.
;;; Tw... | 4,232 | Common Lisp | .lisp | 100 | 35.27 | 101 | 0.634343 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 8f301d96d123f7a09121d177734ff99d85485ab8f07117ff41f3cd41b48bc441 | 30,560 | [
432546
] |
30,565 | movelight.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/examples/redbook/movelight.lisp | ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
;;; movelight.lisp --- Lisp version of movelight.c (Red Book examples)
;;;
;;; Original C version contains the following copyright notice:
;;; Copyright (c) 1993-1997, Silicon Graphics, Inc.
;;; ALL RIGHTS RESERVED
;;; This program demonstrates when to issue lighting ... | 2,688 | Common Lisp | .lisp | 66 | 37.545455 | 75 | 0.698048 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 3eb225df1149355b0d41b21e11c932dda6f02425cebc639070214cfdb6a99fb5 | 30,565 | [
157850
] |
30,566 | quadric.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/examples/redbook/quadric.lisp |
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
;;; quadric.lisp --- Lisp version of quadric.c (Red Book examples)
;;;
(in-package #:cl-glut-examples)
(defclass quadric-window (glut:window)
((start-list :accessor start-list))
(:default-initargs :width 500 :height 500 :title "quadric.lisp"
:mo... | 3,524 | Common Lisp | .lisp | 86 | 36.313953 | 71 | 0.652798 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 1971b2ea5f46a349398ac1bbd58b43509bcb322c4600184aff474919b3e9bbf3 | 30,566 | [
387153
] |
30,567 | bezcurve.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/examples/redbook/bezcurve.lisp | ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
;;; bezcurve.lisp --- Lisp version of bezcurve.c (Red Book examples)
;;;
;;; This program uses evaluators to draw a Bezier curve.
(in-package #:cl-glut-examples)
(defclass bezcurve-window (glut:window)
((control-points :accessor control-points :initform (make-array '(4... | 2,036 | Common Lisp | .lisp | 50 | 33.76 | 90 | 0.600709 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | b70e16489d79c34255a097545dbafd63803b6d8feae1d7e0022f9db81dc37ea2 | 30,567 | [
156676
] |
30,570 | list.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/examples/redbook/list.lisp | ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
;;; list.lisp --- Lisp version of list.c (Red Book examples)
;;;
;;; Original C version contains the following copyright notice:
;;; Copyright (c) 1993-1997, Silicon Graphics, Inc.
;;; ALL RIGHTS RESERVED
;;; This program demonstrates how to make and execute a
;;; dis... | 1,948 | Common Lisp | .lisp | 49 | 36.530612 | 75 | 0.638287 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | fe9ccbffea164bcd944cd8e1b613d2867555208401c10c721641c6077ebc77a4 | 30,570 | [
348609
] |
30,574 | extensions.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/gl/extensions.lisp | ;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
;;;
;;; extensions.lisp --- OpenGL extensions.
;;;
;;; Copyright (c) 2006, Oliver Markovic <entrox@entrox.org>
;;; All rights reserved.
;;;
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided that the following c... | 4,876 | Common Lisp | .lisp | 101 | 44.50495 | 77 | 0.73806 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 0c26be2ae83ca2778fd3ec9038f8226545e344bbca0980754a43179e02d46136 | 30,574 | [
428404
] |
30,575 | opengl.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/gl/opengl.lisp | ;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
;;;
;;; Copyright (c) 2004, Oliver Markovic <entrox@entrox.org>
;;; All rights reserved.
;;;
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided that the following conditions are met:
;;;
;;; o Redistributions o... | 28,055 | Common Lisp | .lisp | 651 | 35.394777 | 85 | 0.62012 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | aa22667aebdcd2c0b6457f08791a78744fe6283a418b99abd086b8355b6f6f85 | 30,575 | [
171977
] |
30,576 | package.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/gl/package.lisp | ;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
;;;
;;; Copyright (c) 2004, Oliver Markovic <entrox@entrox.org>
;;; All rights reserved.
;;;
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided that the following conditions are met:
;;;
;;; o Redistributions o... | 9,525 | Common Lisp | .lisp | 388 | 20.64433 | 79 | 0.671264 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 8f93c361e6efc1cf5131e13d44d31a4585c9da41cbb9cab7adc0d461b1fb28d4 | 30,576 | [
272714
] |
30,577 | util.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/gl/util.lisp | ;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
;;;
;;; Copyright (c) 2004, Oliver Markovic <entrox@entrox.org>
;;; All rights reserved.
;;;
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided that the following conditions are met:
;;;
;;; o Redistributions o... | 9,518 | Common Lisp | .lisp | 203 | 40.083744 | 85 | 0.624973 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 015832f017b768589cbae4f38aff94fff7efe18e05967c9e01a0566feacc5013 | 30,577 | [
298973
] |
30,578 | framebuffer.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/gl/framebuffer.lisp | ;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
;;;
;;; Copyright (c) 2004, Oliver Markovic <entrox@entrox.org>
;;; All rights reserved.
;;;
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided that the following conditions are met:
;;;
;;; o Redistributions o... | 5,036 | Common Lisp | .lisp | 125 | 35.232 | 79 | 0.675154 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 5b485384b40d01729a7a5cb5066843164a0a1055e7b6123cf5befbd77859530c | 30,578 | [
360178
] |
30,579 | funcs-gl-glcore.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/gl/funcs-gl-glcore.lisp | ;;; this file is automatically generated, do not edit
;;; generated from files with the following copyright:
;;;
;;; Copyright (c) 2013-2015 The Khronos Group Inc.
;;;
;;; Permission is hereby granted, free of charge, to any person obtaining a
;;; copy of this software and/or associated documentation files (the
;;; "Ma... | 49,619 | Common Lisp | .lisp | 1,674 | 26.875149 | 118 | 0.743861 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 8ebe10161afe7e60c03d6ee880eb657477cd3fa980923cb2ca948e14f3185aa8 | 30,579 | [
162025
] |
30,580 | types.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/gl/types.lisp | ;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
;;;
;;; Copyright (c) 2004, Oliver Markovic <entrox@entrox.org>
;;; Copyright (c) 2007, Luis Oliveira <loliveira@common-lisp.net>
;;; All rights reserved.
;;;
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided t... | 4,921 | Common Lisp | .lisp | 124 | 37.322581 | 79 | 0.738375 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | c8a0ac26dbeb952e2333f89eafb198971fb5d312fa8b7378d519e6825cd75645 | 30,580 | [
-1
] |
30,581 | funcs-gl-gles2.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/gl/funcs-gl-gles2.lisp | ;;; this file is automatically generated, do not edit
;;; generated from files with the following copyright:
;;;
;;; Copyright (c) 2013-2015 The Khronos Group Inc.
;;;
;;; Permission is hereby granted, free of charge, to any person obtaining a
;;; copy of this software and/or associated documentation files (the
;;; "Ma... | 43,189 | Common Lisp | .lisp | 1,408 | 27.933949 | 106 | 0.742433 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 3005edb6adcb311810d13d5dbea9029717ad897b07ab7d1a3c7a52b54ff76af2 | 30,581 | [
329787
] |
30,582 | funcs-gl-gles1.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/gl/funcs-gl-gles1.lisp | ;;; this file is automatically generated, do not edit
;;; generated from files with the following copyright:
;;;
;;; Copyright (c) 2013-2015 The Khronos Group Inc.
;;;
;;; Permission is hereby granted, free of charge, to any person obtaining a
;;; copy of this software and/or associated documentation files (the
;;; "Ma... | 19,100 | Common Lisp | .lisp | 647 | 26.877898 | 86 | 0.716232 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | fb3fc7030e6726327f1a125019c193db4645ba4d6878a76dbebad7ff2c4a92f0 | 30,582 | [
285948
] |
30,583 | funcs-gles1-gles2.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/gl/funcs-gles1-gles2.lisp | ;;; this file is automatically generated, do not edit
;;; generated from files with the following copyright:
;;;
;;; Copyright (c) 2013-2015 The Khronos Group Inc.
;;;
;;; Permission is hereby granted, free of charge, to any person obtaining a
;;; copy of this software and/or associated documentation files (the
;;; "Ma... | 8,402 | Common Lisp | .lisp | 237 | 32.886076 | 103 | 0.752835 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 7fc286e59662a0203ed8269d164431fba545a4f1177bade72b1b69a622c26573 | 30,583 | [
118548
] |
30,584 | library.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/gl/library.lisp | ;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
;;;
;;; library.lisp --- Foreign library definition
;;;
;;; Copyright (C) 2006-2007, Luis Oliveira <loliveira@common-lisp.net>
;;; All rights reserved.
;;;
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided tha... | 1,990 | Common Lisp | .lisp | 37 | 52.540541 | 79 | 0.750769 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | d5e921d1bdf56706c506d63614a0fab10e6f8c5bb9a84e6eaa01ced9057d2301 | 30,584 | [
-1
] |
30,585 | bindings.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/gl/bindings.lisp | ;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
;;;
;;; Copyright (c) 2004, Oliver Markovic <entrox@entrox.org>
;;; All rights reserved.
;;;
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided that the following conditions are met:
;;;
;;; o Redistributions o... | 8,311 | Common Lisp | .lisp | 176 | 39.448864 | 92 | 0.634056 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | f0826351589c436db4d33588385a2eb1de4fc1c18703397d9d3fecd02628c77c | 30,585 | [
417771
] |
30,587 | bindings-package.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/gl/bindings-package.lisp | ;;; generated file, do not edit
;;; glext version 20150810 ( 2015-08-10T07:01:11.860488Z )
(defpackage #:cl-opengl-bindings
(:nicknames #:%gl)
(:use #:common-lisp #:cffi)
(:shadow #:char #:float #:byte #:boolean #:string)
(:export
#:*glext-version*
#:*glext-last-updated*
#:*gl-get-proc-address*
#:o... | 78,015 | Common Lisp | .lisp | 1,415 | 52.128622 | 72 | 0.73966 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 316c7fb6aeeb4eb4fce2293780d7bcaa8bbe241b8a5cefbe0a38f504cb6c1e75 | 30,587 | [
93268
] |
30,588 | funcs-gl.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/gl/funcs-gl.lisp | ;;; this file is automatically generated, do not edit
;;; generated from files with the following copyright:
;;;
;;; Copyright (c) 2013-2015 The Khronos Group Inc.
;;;
;;; Permission is hereby granted, free of charge, to any person obtaining a
;;; copy of this software and/or associated documentation files (the
;;; "Ma... | 223,125 | Common Lisp | .lisp | 7,504 | 26.980677 | 146 | 0.733618 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 53a13df05a36429263bbf3cb71494f073264e79162b9adc4219ff1877c95bdc3 | 30,588 | [
235271
] |
30,589 | funcs-gl-glcore-gles1-gles2.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/gl/funcs-gl-glcore-gles1-gles2.lisp | ;;; this file is automatically generated, do not edit
;;; generated from files with the following copyright:
;;;
;;; Copyright (c) 2013-2015 The Khronos Group Inc.
;;;
;;; Permission is hereby granted, free of charge, to any person obtaining a
;;; copy of this software and/or associated documentation files (the
;;; "Ma... | 1,841 | Common Lisp | .lisp | 38 | 47 | 76 | 0.72216 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 349e88171c781ccf134fd2f44232d3e50cb63f8e0d759db96bc5a58418356bf9 | 30,589 | [
490674
] |
30,590 | state.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/gl/state.lisp | ;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
;;;
;;; Copyright (c) 2004, Oliver Markovic <entrox@entrox.org>
;;; All rights reserved.
;;;
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided that the following conditions are met:
;;;
;;; o Redistributions o... | 55,118 | Common Lisp | .lisp | 1,301 | 35.825519 | 103 | 0.645444 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 273a3bfd18718b7a1517e94b7fc9022d330adba9a9675eecbc5c0fb38f46963e | 30,590 | [
268466
] |
30,591 | funcs-gl-gles1-gles2.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/gl/funcs-gl-gles1-gles2.lisp | ;;; this file is automatically generated, do not edit
;;; generated from files with the following copyright:
;;;
;;; Copyright (c) 2013-2015 The Khronos Group Inc.
;;;
;;; Permission is hereby granted, free of charge, to any person obtaining a
;;; copy of this software and/or associated documentation files (the
;;; "Ma... | 8,705 | Common Lisp | .lisp | 302 | 26.231788 | 95 | 0.719808 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 278725a6e0003e65eaabed3b88d5a01aa1c961bf40f1df1bc6abc0b3786cdcb1 | 30,591 | [
243868
] |
30,592 | constants.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/gl/constants.lisp | ;;; this file is automatically generated, do not edit
(in-package #:cl-opengl-bindings)
(defbitfield (AttribMask :unsigned-int)
(:current-bit #x1)
(:current #x1)
(:point-bit #x2)
(:point #x2)
(:line-bit #x4)
(:line #x4)
(:polygon-bit #x8)
(:polygon #x8)
(:polygon-stipple-bit #x10)
(:polygon-stipple... | 205,952 | Common Lisp | .lisp | 6,125 | 30.630204 | 70 | 0.707917 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | a5fdb0f2e5207d31afede1d0e23eb961a88808f81e135c643f658771fd9a89d1 | 30,592 | [
462635
] |
30,593 | rasterization.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/gl/rasterization.lisp | ;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
;;;
;;; Copyright (c) 2004, Oliver Markovic <entrox@entrox.org>
;;; All rights reserved.
;;;
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided that the following conditions are met:
;;;
;;; o Redistributions o... | 22,446 | Common Lisp | .lisp | 477 | 36.989518 | 91 | 0.606515 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 547b9e7bbe8827cf0faf3849260a93c47bd23fdeb8859aff6801fa4aafa1ac5d | 30,593 | [
185893
] |
30,594 | funcs-gles1.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/gl/funcs-gles1.lisp | ;;; this file is automatically generated, do not edit
;;; generated from files with the following copyright:
;;;
;;; Copyright (c) 2013-2015 The Khronos Group Inc.
;;;
;;; Permission is hereby granted, free of charge, to any person obtaining a
;;; copy of this software and/or associated documentation files (the
;;; "Ma... | 10,088 | Common Lisp | .lisp | 332 | 27.792169 | 107 | 0.723607 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | c26bb2021c5137649eff1088ca07cc157ca94d3c7b6d5b9daa5ec6593391fb85 | 30,594 | [
359922
] |
30,595 | funcs-gl-glcore-gles2.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/gl/funcs-gl-glcore-gles2.lisp | ;;; this file is automatically generated, do not edit
;;; generated from files with the following copyright:
;;;
;;; Copyright (c) 2013-2015 The Khronos Group Inc.
;;;
;;; Permission is hereby granted, free of charge, to any person obtaining a
;;; copy of this software and/or associated documentation files (the
;;; "Ma... | 25,867 | Common Lisp | .lisp | 854 | 27.559719 | 100 | 0.74404 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 1e17e860cfaca6a0df289d3ad31adaa8bee8a7a65a971ee43639432362493bd9 | 30,595 | [
19788
] |
30,596 | funcs-gles2.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/gl/funcs-gles2.lisp | ;;; this file is automatically generated, do not edit
;;; generated from files with the following copyright:
;;;
;;; Copyright (c) 2013-2015 The Khronos Group Inc.
;;;
;;; Permission is hereby granted, free of charge, to any person obtaining a
;;; copy of this software and/or associated documentation files (the
;;; "Ma... | 18,382 | Common Lisp | .lisp | 631 | 26.399366 | 125 | 0.735991 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 3cf0247b772e5fe58bef5f00e43f4bb47b02adb2bac32b280b3379e6069a6d34 | 30,596 | [
154350
] |
30,597 | glu.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/glu/glu.lisp | ;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
;;;
;;; glu.lisp --- Bindings to GLU routines.
;;;
;;; Copyright (c) 2006, Luis Oliveira <loliveira@common-lisp.net>
;;; All rights reserved.
;;;
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided that the follo... | 14,916 | Common Lisp | .lisp | 409 | 32.748166 | 79 | 0.694323 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | d7bc2872800e9f96ae183ba7f07431456a78bbc8b57639c54de723644ff0aaf8 | 30,597 | [
-1
] |
30,598 | package.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/glu/package.lisp | ;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
;;;
;;; package.lisp --- Package definition for cl-glu.
;;;
;;; Copyright (c) 2006, Luis Oliveira <loliveira@common-lisp.net>
;;; All rights reserved.
;;;
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided that ... | 2,739 | Common Lisp | .lisp | 82 | 30.621951 | 75 | 0.722411 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | e0e4a8a39c0969cf0b3d89e67dac09526a96ef13d754bcef363573d67561cd0d | 30,598 | [
-1
] |
30,600 | interface.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/glu/interface.lisp | ;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
;;;
;;; interface.lisp --- CLOS interface to GLU routines.
;;;
;;; Copyright (c) 2010, Boian Tzonev <boiantz@gmail.com>
;;; All rights reserved.
;;;
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided that the fo... | 12,913 | Common Lisp | .lisp | 244 | 47.086066 | 187 | 0.701443 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | bcb34694f8b2b26ea91b7d1c3c892a8948b13415b878df28e1768f3160676812 | 30,600 | [
-1
] |
30,601 | package.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/glut/package.lisp | ;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
;;;
;;; package.lisp --- cl-glut package definition.
;;;
;;; Copyright (c) 2006, Luis Oliveira <loliveira@common-lisp.net>
;;; All rights reserved.
;;;
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided that the... | 7,519 | Common Lisp | .lisp | 292 | 22.071918 | 75 | 0.648413 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | d26c5501405cc7f51bc19ba294bfd5d739186d8ac3f54c9c84f876ede136bf98 | 30,601 | [
-1
] |
30,603 | callbacks.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/glut/callbacks.lisp | ;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
;;;
;;; callbacks.lisp --- GLUT Callback Registration API.
;;;
;;; Copyright (c) 2006, Luis Oliveira <loliveira@common-lisp.net>
;;; All rights reserved.
;;;
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided th... | 7,016 | Common Lisp | .lisp | 223 | 28.932735 | 75 | 0.722008 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 77a7121b07a73f06ca5f5592f00d3af28d8e19ca202429c9b1848767f03e6cb2 | 30,603 | [
-1
] |
30,605 | library.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/glut/library.lisp | ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
;;;
;;; library.lisp --- GLUT foreign library definition.
;;;
;;; Copyright (c) 2006, Luis Oliveira <loliveira@common-lisp.net>
;;; All rights reserved.
;;;
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided th... | 1,971 | Common Lisp | .lisp | 37 | 52.027027 | 81 | 0.749871 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 73a396078140313a6d1a3c6db43a4c148c878306330a829727b510200be72ca6 | 30,605 | [
-1
] |
30,606 | main.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/glut/main.lisp | ;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
;;;
;;; main.lisp --- GLUT Event Processing API.
;;;
;;; Copyright (c) 2006, Luis Oliveira <loliveira@common-lisp.net>
;;; All rights reserved.
;;;
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided that the fol... | 2,393 | Common Lisp | .lisp | 53 | 42.528302 | 75 | 0.722793 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 12323a1686f1e99205fdd1a74c8034cbc0253ed1c88ffa73ff0fb6aa36efe906 | 30,606 | [
-1
] |
30,607 | fonts.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/glut/fonts.lisp | ;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
;;;
;;; fonts.lisp --- GLUT Font Rendering API.
;;;
;;; Copyright (c) 2006, Luis Oliveira <loliveira@common-lisp.net>
;;; All rights reserved.
;;;
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided that the foll... | 4,767 | Common Lisp | .lisp | 118 | 37.508475 | 75 | 0.72686 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 291a317aeeb62484425ee958b79fcbeecf88a84d9d6a8f83a351e8ad874b8051 | 30,607 | [
-1
] |
30,609 | state.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/glut/state.lisp | ;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
;;;
;;; state.lisp --- GLUT Window state setting and retrieval API.
;;;
;;; Copyright (c) 2006, Alexey Dvoychenkov
;;; Copyright (c) 2006, Luis Oliveira <loliveira@common-lisp.net>
;;;
;;; Redistribution and use in source and binary forms, with or without
;;; modification,... | 7,185 | Common Lisp | .lisp | 219 | 29.977169 | 75 | 0.707834 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | b3a5bdf2ea14f28f7940fd233358204e1ff388c3b025ae4054368fd21ef5eaff | 30,609 | [
401448
] |
30,610 | interface.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/glut/interface.lisp | ;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
;;;
;;; interface.lisp --- CLOS interface to the GLUT API.
;;;
;;; Copyright (c) 2006, Luis Oliveira <loliveira@common-lisp.net>
;;; All rights reserved.
;;;
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided th... | 16,739 | Common Lisp | .lisp | 375 | 39.570667 | 78 | 0.6589 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 952261ae9ef9ba9fe2d26c87da99aa2cf4ea1c1177b3423b466d69e8e3246669 | 30,610 | [
144377
] |
30,611 | geometry.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/glut/geometry.lisp | ;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
;;;
;;; geometry.lisp --- GLUT Geometric Object Rendering API.
;;;
;;; Copyright (c) 2006, Luis Oliveira <loliveira@common-lisp.net>
;;; All rights reserved.
;;;
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provide... | 4,472 | Common Lisp | .lisp | 112 | 37.910714 | 75 | 0.748732 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 12a17af490b873241ee2d0baf7e588a64e157fd886da5f040bb855fa5eb7e51a | 30,611 | [
-1
] |
30,612 | misc.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/glut/misc.lisp | ;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
;;;
;;; misc.lisp --- Misc functions from the GLUT API.
;;;
;;; Copyright (c) 2006, Luis Oliveira <loliveira@common-lisp.net>
;;; All rights reserved.
;;;
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided that ... | 3,934 | Common Lisp | .lisp | 104 | 35.730769 | 76 | 0.745139 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 70352093666ab74189d7a3e8eb717beb11d8433b7aceb1289ec86bbd84620a0d | 30,612 | [
-1
] |
30,613 | init.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/cl-opengl-20150923-git/glut/init.lisp | ;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
;;;
;;; init.lisp --- GLUT Initialization API.
;;;
;;; Copyright (c) 2006, Luis Oliveira <loliveira@common-lisp.net>
;;; All rights reserved.
;;;
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided that the follo... | 4,109 | Common Lisp | .lisp | 92 | 42.23913 | 75 | 0.728589 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | bb44259f1ca2c8b044eaedc8e2faf27f9b07cdf9ee1c5ecf02af19a78e36306c | 30,613 | [
-1
] |
30,614 | enc-jpn.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/babel-20150608-git/src/enc-jpn.lisp | ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
;;;
;;; enc-jpn.lisp --- Japanese encodings.
;;;
(in-package #:babel-encodings)
;;;; helper functions
(defvar *eucjp-to-ucs-hash* (make-hash-table))
(defvar *ucs-to-eucjp-hash* (make-hash-table))
(defvar *cp932-to-ucs-hash* (make-hash-table))
(defvar *ucs-to-cp932-hash* ... | 37,967 | Common Lisp | .lisp | 740 | 43.089189 | 88 | 0.580161 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | b6100a38c0563993985e66bedda753e332d158c7aab2601afd05bfffa89bc4e1 | 30,614 | [
233385
] |
30,619 | enc-koi8.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/babel-20150608-git/src/enc-koi8.lisp | ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
;;;
;;; enc-cp1251.lisp --- Implementation of the CP1251 character encoding.
;;;
;;; Copyright (C) 2009, Andrey Moskvitin
;;;
;;; Permission is hereby granted, free of charge, to any person
;;; obtaining a copy of this software and associated documentation
;;; files (the "... | 19,034 | Common Lisp | .lisp | 559 | 22.849732 | 86 | 0.451265 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | af7989b3b989ed64c9f03642804a95fe5044e4ec6c2b99e75694f4303f4fc8c3 | 30,619 | [
420451
] |
30,621 | enc-gbk.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/babel-20150608-git/src/enc-gbk.lisp | ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
;;;
;;; enc-gbk.lisp --- GBK encodings.
;;;
;;; Copyright (C) 2011, Li Wenpeng <levin108@gmail.com>
;;;
;;; Permission is hereby granted, free of charge, to any person
;;; obtaining a copy of this software and associated documentation
;;; files (the "Software"), to deal i... | 8,297 | Common Lisp | .lisp | 168 | 34.654762 | 86 | 0.481696 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | f7fc0a0b9ef42990371a72f6e5333c71e8920debf924788b7828680c7d7abe03 | 30,621 | [
445749
] |
30,623 | enc-ebcdic-int.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/babel-20150608-git/src/enc-ebcdic-int.lisp | (in-package #:babel-encodings)
(define-character-encoding :ebcdic-international
"An 8-bit, fixed-width character encoding from IBM.")
(defparameter +ebcdic-int-to-unicode+
#(0 1 2 3 156 9 134 127 151 141 142 11 12 13 14 15 16 17 18 19 157 133 8 135
24 25 146 143 28 29 30 31 128 129 130 65535 132 10 23 27 65... | 2,769 | Common Lisp | .lisp | 43 | 58.27907 | 80 | 0.687868 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 71a8065926e2ef82297b14c53dba705c8e69692d12d6f2ac70371721aaad2f80 | 30,623 | [
130918,
201479
] |
30,627 | streams.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/babel-20150608-git/src/streams.lisp | ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
;;;
;;; streams.lisp --- Conversions between strings and UB8 vectors.
;;;
;;; Copyright (c) 2005-2007, Dr. Edmund Weitz. All rights reserved.
;;; Copyright (c) 2008, Attila Lendvai. All rights reserved.
;;;
;;; Redistribution and use in source and binary forms, with or wit... | 18,456 | Common Lisp | .lisp | 390 | 40.046154 | 97 | 0.674029 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 1ebd9026fa123646c122982e410895917f8e7e21e49ab1944cec6252db6a43e9 | 30,627 | [
158420,
395502
] |
30,628 | enc-unicode.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/babel-20150608-git/src/enc-unicode.lisp | ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
;;;
;;; enc-unicode.lisp --- Unicode encodings.
;;;
;;; Copyright (C) 2007, Luis Oliveira <loliveira@common-lisp.net>
;;;
;;; Permission is hereby granted, free of charge, to any person
;;; obtaining a copy of this software and associated documentation
;;; files (the "Sof... | 42,416 | Common Lisp | .lisp | 836 | 35.07177 | 93 | 0.496617 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 3fb152273f3a3a7597bc3b77e8847508105bccd732d198ffe07429dea6f056ee | 30,628 | [
90815
] |
30,631 | tests.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/babel-20150608-git/tests/tests.lisp | ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
;;;
;;; tests.lisp --- Unit and regression tests for Babel.
;;;
;;; Copyright (C) 2007-2009, Luis Oliveira <loliveira@common-lisp.net>
;;;
;;; Permission is hereby granted, free of charge, to any person
;;; obtaining a copy of this software and associated documentation
;;... | 44,104 | Common Lisp | .lisp | 810 | 46.688889 | 132 | 0.62955 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 83661733f4912abcd3b1e55aee47a37efb0ca365259152d7a4c677eb31cd211a | 30,631 | [
471700
] |
30,633 | streams.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/babel-20150608-git/tests/streams.lisp | ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
;;;
;;; streams.lisp --- Unit and regression tests for Babel streams.
;;;
;;; Copyright (C) 2007, Attila Lendva <attila.lendvai@gmail.com>
;;;
;;; Permission is hereby granted, free of charge, to any person
;;; obtaining a copy of this software and associated documentation... | 1,968 | Common Lisp | .lisp | 42 | 44.404762 | 80 | 0.732115 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 047fa253296b64ca6a5da907bf1099114e1f200a6e95df654e5dfedda09162b2 | 30,633 | [
36318,
130816
] |
30,634 | release.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/babel-20150608-git/scripts/release.lisp | #!/usr/bin/env clisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
(defpackage :release-script (:use #:cl #:regexp))
(in-package :release-script)
;;;; Configuration ------------------------------------------------------------
(defparameter *project-name* "babel")
(defparameter *asdf-file* (format nil "~A.asd" *proj... | 9,849 | Common Lisp | .lisp | 212 | 37.65566 | 86 | 0.576102 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 73a8e7c50c61c96779da1caa5e00902a21b6cc0495703d3510e7f3f2365b92ed | 30,634 | [
147445
] |
30,635 | bordeaux-threads-test.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/bordeaux-threads-0.8.3/test/bordeaux-threads-test.lisp | #|
Copyright 2006,2007 Greg Pfeil
Distributed under the MIT license (see LICENSE file)
|#
(defpackage bordeaux-threads-test
(:use #:cl #:bordeaux-threads #:fiveam)
(:shadow #:with-timeout))
(in-package #:bordeaux-threads-test)
(def-suite :bordeaux-threads)
(def-fixture using-lock ()
(let ((lock (make-lock)))... | 7,598 | Common Lisp | .lisp | 182 | 31.192308 | 94 | 0.554489 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 749d5e1c7ee6fc146c6edb74e305f470a31ed6952087f939ea2031c7bd9d38d1 | 30,635 | [
33206
] |
30,636 | impl-clisp.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/bordeaux-threads-0.8.3/src/impl-clisp.lisp | ;;;; -*- indent-tabs-mode: nil -*-
#|
Copyright 2006, 2007 Greg Pfeil
Distributed under the MIT license (see LICENSE file)
|#
(in-package #:bordeaux-threads)
(deftype thread ()
'mt:thread)
;;; Thread Creation
(defun %make-thread (function name)
(mt:make-thread function
:name name
... | 2,362 | Common Lisp | .lisp | 63 | 34.253968 | 76 | 0.720264 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 4745d1dbaa7b0914578da54b2f3efcea60d5ff6a83a63c71d62b4981c54398ee | 30,636 | [
126717,
335973
] |
30,637 | condition-variables.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/bordeaux-threads-0.8.3/src/condition-variables.lisp | ;;;; -*- indent-tabs-mode: nil -*-
#|
Copyright 2006, 2007 Greg Pfeil
Distributed under the MIT license (see LICENSE file)
|#
(in-package #:bordeaux-threads)
;;; This file provides a portable implementation of condition
;;; variables (given a working WITH-LOCK-HELD and THREAD-YIELD), and
;;; should be used if there... | 945 | Common Lisp | .lisp | 27 | 31.888889 | 70 | 0.740944 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | cfc08e5db9f3a4a436dc97f2bd734be68a6846285ba3781f6dd7ef77db96ec52 | 30,637 | [
304958,
322263
] |
30,638 | impl-lispworks.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/bordeaux-threads-0.8.3/src/impl-lispworks.lisp | ;;;; -*- indent-tabs-mode: nil -*-
#|
Copyright 2006, 2007 Greg Pfeil
Distributed under the MIT license (see LICENSE file)
|#
(in-package #:bordeaux-threads)
;;; documentation on the LispWorks Multiprocessing interface can be found at
;;; http://www.lispworks.com/documentation/lw445/LWUG/html/lwuser-156.htm
(defty... | 3,594 | Common Lisp | .lisp | 92 | 34.423913 | 82 | 0.677429 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 7ec8765d3caf7176f72e4c2d947cac4ac60866426e085b1fc15b7b95fe600225 | 30,638 | [
102690,
452771
] |
30,639 | impl-ecl.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/bordeaux-threads-0.8.3/src/impl-ecl.lisp | ;;;; -*- indent-tabs-mode: nil -*-
#|
Copyright 2006, 2007 Greg Pfeil
Distributed under the MIT license (see LICENSE file)
|#
(in-package #:bordeaux-threads)
;;; documentation on the ECL Multiprocessing interface can be found at
;;; http://ecls.sourceforge.net/cgi-bin/view/Main/MultiProcessing
(deftype thread ()
... | 2,303 | Common Lisp | .lisp | 64 | 32.984375 | 73 | 0.727808 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 8caac0f0147abcff4d905c1dd2b6e47368bc71c17d746576d4e686edcbb36479 | 30,639 | [
138089,
328228
] |
30,640 | impl-sbcl.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/bordeaux-threads-0.8.3/src/impl-sbcl.lisp | ;;;; -*- indent-tabs-mode: nil -*-
#|
Copyright 2006, 2007 Greg Pfeil
Distributed under the MIT license (see LICENSE file)
|#
(in-package #:bordeaux-threads)
;;; documentation on the SBCL Threads interface can be found at
;;; http://www.sbcl.org/manual/Threading.html
(deftype thread ()
'sb-thread:thread)
;;; Th... | 2,849 | Common Lisp | .lisp | 73 | 36.054795 | 80 | 0.724754 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | d2c5148d15f2ac163c0e22ff2a6eaf20e93430675b7bb2b781a4f145e5604bd4 | 30,640 | [
228665,
345930
] |
30,641 | impl-lispworks-condition-variables.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/bordeaux-threads-0.8.3/src/impl-lispworks-condition-variables.lisp | ;;;; -*- indent-tabs-mode: nil -*-
;; Lispworks condition support is simulated, albeit via a lightweight wrapper over
;; its own polling-based wait primitive. Waiters register with the condition variable,
;; and use MP:process-wait which queries for permission to proceed at its own (usspecified) interval.
;; http://w... | 6,999 | Common Lisp | .lisp | 128 | 46.851563 | 141 | 0.666521 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | a13751d3317f98eadaf57cadc79f0ccaaf418521b74fdf348972608f6fd4de7f | 30,641 | [
255929,
285870
] |
30,642 | impl-corman.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/bordeaux-threads-0.8.3/src/impl-corman.lisp | ;;;; -*- indent-tabs-mode: nil -*-
#|
Copyright 2006, 2007 Greg Pfeil
Distributed under the MIT license (see LICENSE file)
|#
(in-package #:bordeaux-threads)
;;; Thread Creation
(defun %make-thread (function name)
(declare (ignore name))
(threads:create-thread function))
(defun current-thread ()
threads:*cu... | 493 | Common Lisp | .lisp | 17 | 26.882353 | 52 | 0.753747 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | dfb7eec5b70cea2e31faa097d4724ab8285739a338255942a6330c43f9d75328 | 30,642 | [
419180,
478577
] |
30,643 | impl-abcl.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/bordeaux-threads-0.8.3/src/impl-abcl.lisp | ;;;; -*- indent-tabs-mode: nil -*-
#|
Copyright 2006, 2007 Greg Pfeil
Reimplemented with java.util.concurrent.locks.ReentrantLock by Mark Evenson 2011.
Distributed under the MIT license (see LICENSE file)
|#
(in-package #:bordeaux-threads)
;;; the implementation of the Armed Bear thread interface can be found in
;... | 3,735 | Common Lisp | .lisp | 100 | 34.35 | 81 | 0.739661 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 201aaa09b29d473c549ba9ae4d8056276bfdcce17e214d45e049663a3bdecaf8 | 30,643 | [
33434,
406296
] |
30,644 | impl-scl.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/bordeaux-threads-0.8.3/src/impl-scl.lisp | ;;;; -*- indent-tabs-mode: nil -*-
#|
Copyright 2008 Scieneer Pty Ltd
Distributed under the MIT license (see LICENSE file)
|#
(in-package #:bordeaux-threads)
(deftype thread ()
'thread:thread)
(defun %make-thread (function name)
(thread:thread-create function :name name))
(defun current-thread ()
thread:*th... | 2,365 | Common Lisp | .lisp | 62 | 34.548387 | 74 | 0.719121 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | ead6bcbd886a5285272050de0967842c988940591ebbda4c1cb8fc12d9ccbdb9 | 30,644 | [
84979,
472471
] |
30,645 | impl-clozure.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/bordeaux-threads-0.8.3/src/impl-clozure.lisp | ;;;; -*- indent-tabs-mode: nil -*-
#|
Copyright 2006, 2007 Greg Pfeil
Distributed under the MIT license (see LICENSE file)
|#
(in-package #:bordeaux-threads)
;;; documentation on the OpenMCL Threads interface can be found at
;;; http://openmcl.clozure.com/Doc/Programming-with-Threads.html
(deftype thread ()
'ccl... | 2,250 | Common Lisp | .lisp | 67 | 30.850746 | 66 | 0.737918 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 5d5bca208aed536c033d8d17efcd911a8856c90a2c61534498ba9432580af933 | 30,645 | [
61331,
293252
] |
30,646 | impl-allegro.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/bordeaux-threads-0.8.3/src/impl-allegro.lisp | ;;;; -*- indent-tabs-mode: nil -*-
#|
Copyright 2006, 2007 Greg Pfeil
Distributed under the MIT license (see LICENSE file)
|#
(in-package #:bordeaux-threads)
;;; documentation on the Allegro Multiprocessing interface can be found at
;;; http://www.franz.com/support/documentation/8.1/doc/multiprocessing.htm
;;; Res... | 2,965 | Common Lisp | .lisp | 83 | 31.722892 | 76 | 0.705965 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | f74284adf472f48a2671c9b1db9205f7821bee9555d5b87fc3b8897bd5bda86b | 30,646 | [
13349,
223254
] |
30,647 | pkgdcl.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/bordeaux-threads-0.8.3/src/pkgdcl.lisp | ;;;; -*- indent-tabs-mode: nil -*-
(cl:defpackage bordeaux-threads
(:nicknames #:bt)
(:use #:cl #:alexandria)
#+abcl
(:import-from :java #:jnew #:jcall #:jmethod)
(:export #:thread #:make-thread #:current-thread #:threadp #:thread-name
#:start-multiprocessing
#:*default-special-bindings... | 2,826 | Common Lisp | .lisp | 50 | 50.78 | 77 | 0.743849 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | d3023fda5b437f30a1e1692b85f14faa26e34354ece4e1a29773b04b244ac0ad | 30,647 | [
2297,
3522
] |
30,648 | impl-mkcl.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/bordeaux-threads-0.8.3/src/impl-mkcl.lisp | ;;;; -*- indent-tabs-mode: nil -*-
#|
Copyright 2006, 2007 Greg Pfeil
Copyright 2010 Jean-Claude Beaudoin.
Distributed under the MIT license (see LICENSE file)
|#
(in-package #:bordeaux-threads)
(deftype thread ()
'mt:thread)
;;; Thread Creation
(defun %make-thread (function name)
(mt:thread-run-function name... | 2,164 | Common Lisp | .lisp | 63 | 31.333333 | 73 | 0.721873 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 73ac6e10dac1cd1c09bdf0e7bcdd5670f0ba9970b6a2383abce49abf61cf35c2 | 30,648 | [
68601,
155471
] |
30,649 | bordeaux-threads.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/bordeaux-threads-0.8.3/src/bordeaux-threads.lisp | ;;;; -*- indent-tabs-mode: nil -*-
#|
Copyright 2006, 2007 Greg Pfeil
Distributed under the MIT license (see LICENSE file)
|#
(in-package #:bordeaux-threads)
(defvar *supports-threads-p* nil
"This should be set to T if the running instance has thread support.")
(defun mark-supported ()
(setf *supports-threads-... | 4,032 | Common Lisp | .lisp | 93 | 38.645161 | 92 | 0.653748 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 10daa803f3c826617af249a589bfaccf73847ffa5f4a52b7b45d4e11b33890be | 30,649 | [
50991,
169083
] |
30,650 | impl-cmucl.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/bordeaux-threads-0.8.3/src/impl-cmucl.lisp | ;;;; -*- indent-tabs-mode: nil -*-
#|
Copyright 2006, 2007 Greg Pfeil
Distributed under the MIT license (see LICENSE file)
|#
(in-package #:bordeaux-threads)
(deftype thread ()
'mp::process)
;;; Thread Creation
(defun start-multiprocessing ()
(mp::startup-idle-and-top-level-loops))
(defun %make-thread (funct... | 4,256 | Common Lisp | .lisp | 104 | 35.519231 | 82 | 0.665696 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 1aba283060d7f9d7dd20821caf88503570c855dd73af3aa913f0b612661ec963 | 30,650 | [
261992,
431971
] |
30,651 | default-implementations.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/bordeaux-threads-0.8.3/src/default-implementations.lisp | ;;;; -*- indent-tabs-mode: nil -*-
(in-package #:bordeaux-threads)
;;; Helper macros
(defmacro defdfun (name args doc &body body)
`(eval-when (:compile-toplevel :load-toplevel :execute)
(unless (fboundp ',name)
(defun ,name ,args ,@body))
(setf (documentation ',name 'function)
(or (docu... | 12,993 | Common Lisp | .lisp | 274 | 42.485401 | 95 | 0.72167 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 365f9220a8a4ad3bf9ab383c690dccb25ac21bdf64a88b10de1a0957d7ea3b23 | 30,651 | [
16726,
390953
] |
30,652 | impl-mcl.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/bordeaux-threads-0.8.3/src/impl-mcl.lisp | ;;;; -*- indent-tabs-mode: nil -*-
#|
Copyright 2006, 2007 Greg Pfeil
Distributed under the MIT license (see LICENSE file)
|#
(in-package #:bordeaux-threads)
(deftype thread ()
'ccl::process)
;;; Thread Creation
(defun %make-thread (function name)
(ccl:process-run-function name function))
(defun current-thre... | 1,427 | Common Lisp | .lisp | 43 | 30.465116 | 56 | 0.725073 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 6350ef1ec18e7784f2015f8e23a6c39fb005c71e8f0b79516b9ed45a66cda9ae | 30,652 | [
52128,
465259
] |
30,654 | types.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/alexandria-20150505-git/types.lisp | (in-package :alexandria)
(deftype array-index (&optional (length (1- array-dimension-limit)))
"Type designator for an index into array of LENGTH: an integer between
0 (inclusive) and LENGTH (exclusive). LENGTH defaults to one less than
ARRAY-DIMENSION-LIMIT."
`(integer 0 (,length)))
(deftype array-length (&option... | 5,864 | Common Lisp | .lisp | 122 | 36.483607 | 95 | 0.550375 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 4c3778d2d4231939c35b875981fc5b1c8b59f3d365d07047817d6e17853a56ad | 30,654 | [
308086
] |
30,659 | tests.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/alexandria-20150505-git/tests.lisp | (in-package :cl-user)
(defpackage :alexandria-tests
(:use :cl :alexandria #+sbcl :sb-rt #-sbcl :rtest)
(:import-from #+sbcl :sb-rt #-sbcl :rtest
#:*compile-tests* #:*expected-failures*))
(in-package :alexandria-tests)
(defun run-tests (&key ((:compiled *compile-tests*)))
(do-tests))
(defun has... | 51,095 | Common Lisp | .lisp | 1,714 | 21.000583 | 231 | 0.494618 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 2a764d757b8251da9bece742bab8eaaee52fb3457c4af3b3ed43244ca0f439c0 | 30,659 | [
367105
] |
30,662 | numbers.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/alexandria-20150505-git/numbers.lisp | (in-package :alexandria)
(declaim (inline clamp))
(defun clamp (number min max)
"Clamps the NUMBER into [min, max] range. Returns MIN if NUMBER is lesser then
MIN and MAX if NUMBER is greater then MAX, otherwise returns NUMBER."
(if (< number min)
min
(if (> number max)
max
number))... | 9,234 | Common Lisp | .lisp | 227 | 33.735683 | 83 | 0.59303 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | cefd89fa7473f12bddd0a0090cdaa6f2776a9f450ed6e33947f0f597e880ad9a | 30,662 | [
265448
] |
30,663 | hash-tables.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/alexandria-20150505-git/hash-tables.lisp | (in-package :alexandria)
(defun copy-hash-table (table &key key test size
rehash-size rehash-threshold)
"Returns a copy of hash table TABLE, with the same keys and values
as the TABLE. The copy has the same properties as the original, unless
overridden by the keyword arguments.
Be... | 3,755 | Common Lisp | .lisp | 90 | 34.977778 | 83 | 0.656267 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 52482584403f3439ba8588929a4266b67415decf80cb2c76c1be70419b781c92 | 30,663 | [
60420
] |
30,667 | lists.lisp | johncorn271828_X_Orrery/dists/quicklisp/software/alexandria-20150505-git/lists.lisp | (in-package :alexandria)
(declaim (inline safe-endp))
(defun safe-endp (x)
(declare (optimize safety))
(endp x))
(defun alist-plist (alist)
"Returns a property list containing the same keys and values as the
association list ALIST in the same order."
(let (plist)
(dolist (pair alist)
(push (car pair... | 14,051 | Common Lisp | .lisp | 329 | 32.699088 | 85 | 0.584113 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 6adacffd2c1f26899fd5c15fa51db6c20cd5591552bc103edfff6a8b9aaa4ecd | 30,667 | [
202303,
323451
] |
30,672 | parse-number.asd | johncorn271828_X_Orrery/dists/quicklisp/software/parse-number-1.4/parse-number.asd | ;; -*- Lisp -*-
(defsystem :parse-number
:author "Matthew Danish <mrd@debian.org>"
:maintainer "Sharp Lispers <sharplispers@googlegroups.com>"
:description "Number parsing library"
:license "public domain"
:version #.(with-open-file (f (merge-pathnames "version.lisp-expr"
... | 1,003 | Common Lisp | .asd | 22 | 35.727273 | 76 | 0.602656 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 6c8f0cbdd99f2e2c885d0c1a140b0ac7c0cbf07cf48137a414e230dd8f8809bb | 30,672 | [
242587
] |
30,674 | trivial-features.asd | johncorn271828_X_Orrery/dists/quicklisp/software/trivial-features-20150923-git/trivial-features.asd | ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
;;;
;;; trivial-features.asd --- ASDF system definition.
;;;
;;; Copyright (C) 2007, Luis Oliveira <loliveira@common-lisp.net>
;;;
;;; Permission is hereby granted, free of charge, to any person
;;; obtaining a copy of this software and associated documentation
;;; files ... | 2,355 | Common Lisp | .asd | 53 | 41.566038 | 89 | 0.678121 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | a1c5e91e2d96a5eeffdf6f2cbb38909475fd4ebfe4c507dbff4d86a007a1538c | 30,674 | [
41310
] |
30,678 | cffi.asd | johncorn271828_X_Orrery/dists/quicklisp/software/cffi_0.16.1/cffi.asd | ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
;;;
;;; cffi.asd --- ASDF system definition for CFFI.
;;;
;;; Copyright (C) 2005-2006, James Bielman <jamesjb@jamesjb.com>
;;; Copyright (C) 2005-2010, Luis Oliveira <loliveira@common-lisp.net>
;;;
;;; Permission is hereby granted, free of charge, to any person
;;; obtai... | 2,833 | Common Lisp | .asd | 70 | 37.328571 | 80 | 0.670294 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | e1d67f0b7f27e7661b10e9290f1de06561086c5e49fa1c912dd8f9586c035d3c | 30,678 | [
253589
] |
30,680 | cffi-tests.asd | johncorn271828_X_Orrery/dists/quicklisp/software/cffi_0.16.1/cffi-tests.asd | ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
;;;
;;; cffi-tests.asd --- ASDF system definition for CFFI unit tests.
;;;
;;; Copyright (C) 2005-2006, James Bielman <jamesjb@jamesjb.com>
;;; Copyright (C) 2005-2011, Luis Oliveira <loliveira@common-lisp.net>
;;;
;;; Permission is hereby granted, free of charge, to any... | 2,983 | Common Lisp | .asd | 76 | 35.486842 | 77 | 0.673921 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 002cfe34e0a3ec6da771f9cfc3b8327a552ebb4dc057f33ae8450ee9ff6d9574 | 30,680 | [
198865
] |
30,682 | split-sequence.asd | johncorn271828_X_Orrery/dists/quicklisp/software/split-sequence-1.2/split-sequence.asd | ;;; -*- Lisp -*-
(defsystem :split-sequence
:author "Arthur Lemmens <alemmens@xs4all.nl>"
:maintainer "Sharp Lispers <sharplispers@googlegroups.com>"
:description "Splits a sequence into a list of subsequences
delimited by objects satisfying a test."
:license "public domain"
:version (:read-file-form "vers... | 851 | Common Lisp | .asd | 19 | 41.421053 | 78 | 0.718072 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 510e6ce207454bdebb3d0d2a99d2b4b3a3db0d91267d21edeafd2e10f34d34ee | 30,682 | [
292769
] |
30,683 | cl-alc.asd | johncorn271828_X_Orrery/dists/quicklisp/software/cl-openal-20150302-git/cl-alc.asd | (asdf:defsystem cl-alc
:version "1.0"
:description "CFFI bindings for OpenAL's ALC API."
:maintainer "Kat Marchán <kzm@sykosomatic.org>"
:author "Kat Marchán <kzm@sykosomatic.org>"
:licence "public domain"
:depends-on (cffi cl-openal)
:components
((:module alc
:components
((:file... | 458 | Common Lisp | .asd | 13 | 29.076923 | 66 | 0.626126 | johncorn271828/X_Orrery | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 11:39:23 AM (Europe/Amsterdam) | 7ccaef4ec1d6e3e00992bb0c8c54187420ff9f1d2c300ebfa42a3e6ee49b6a8e | 30,683 | [
-1
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.