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
42,902
byte-vector.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/fast-http-20191007-git/src/byte-vector.lisp
(in-package :cl-user) (defpackage fast-http.byte-vector (:use :cl) (:import-from :alexandria :define-constant) (:export :+cr+ :+lf+ :+space+ :+tab+ :+page+ :+dash+ :+crlf+ :simple-byte-vector :make-byte-vector...
4,989
Common Lisp
.lisp
128
31.625
85
0.570367
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
a526e7d41d2c36ca7606e68b63333abbc86741257c79d049fa51ef428a742040
42,902
[ 399456 ]
42,903
parser.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/fast-http-20191007-git/src/parser.lisp
(in-package :cl-user) (defpackage fast-http.parser (:use :cl :fast-http.http :fast-http.error :proc-parse) (:import-from :fast-http.byte-vector :+space+ :+tab+ :+cr+ :+lf+ :simple-byte-vector :dig...
34,777
Common Lisp
.lisp
830
28.424096
106
0.493385
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
43c0014483ba9b2dc41dd7b238585dd03ab0c8be31070a2e5e28f69569055d80
42,903
[ 227526 ]
42,904
fast-http.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/fast-http-20191007-git/src/fast-http.lisp
(in-package :cl-user) (defpackage fast-http (:use :cl :fast-http.http :fast-http.parser :fast-http.multipart-parser :fast-http.byte-vector :fast-http.error :xsubseq) (:import-from :fast-http.http :+state-body+) (:import-from :fast-http.parser ...
14,199
Common Lisp
.lisp
296
26.760135
111
0.447677
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
03e9e9910ef3422929d71664eb0742ea81849308f87ff26f1c64c69124d00cc2
42,904
[ -1 ]
42,905
multipart-parser.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/fast-http-20191007-git/src/multipart-parser.lisp
(in-package :cl-user) (defpackage fast-http.multipart-parser (:use :cl :fast-http.byte-vector :fast-http.error) (:import-from :fast-http.parser :callbacks-body :callbacks-headers-complete :callbacks-message-begin :callbacks-message-comp...
13,212
Common Lisp
.lisp
260
30.969231
113
0.471007
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
655a524d38617c970797353958bd2b2cbe978ee026bca619c9140e4880d8412a
42,905
[ 3126 ]
42,906
util.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/fast-http-20191007-git/t/util.lisp
(in-package :cl-user) (defpackage fast-http-test.util (:use :cl :fast-http.util :prove)) (in-package :fast-http-test.util) (plan nil) (defun is-number (string expected) (etypecase expected (number (ok (number-string-p string) (format nil "~S is a number" string)) (is (read-from-strin...
853
Common Lisp
.lisp
28
26.928571
85
0.632156
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
b30d63131ce0821b468d32650e9e105e6543c1ac1f69e5d9e29d9d84e7cf9fa8
42,906
[ 192686 ]
42,907
test-utils.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/fast-http-20191007-git/t/test-utils.lisp
(in-package :cl-user) (defpackage fast-http-test.test-utils (:use :cl) (:export :str :bv)) (in-package :fast-http-test.test-utils) (defun str (&rest strings) (apply #'concatenate 'string strings)) (defun bv (object &key length) (flet ((to-bv (object) (etypecase object ((simp...
839
Common Lisp
.lisp
23
26.391304
73
0.540541
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
d6b1ecaa4ce45a3ea1235aed9fb2d7fd3becb1785674e9ab2a7c9e15c6ddddae
42,907
[ 456053 ]
42,908
benchmark.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/fast-http-20191007-git/t/benchmark.lisp
(in-package :cl-user) (defpackage fast-http-test.benchmark (:use :cl :fast-http) (:export :run-ll-benchmark :run-benchmark :run-ll-profile :run-profile)) (in-package :fast-http-test.benchmark) (syntax:use-syntax :interpol) (defun run-ll-benchmark () (let ((http (make-htt...
2,218
Common Lisp
.lisp
41
49.439024
497
0.682174
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
b9f36fb7c9ff4dbeec54a5438f27987fc9d4c5699720960f80350ecca4a6123b
42,908
[ 184000 ]
42,909
body-buffer.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/fast-http-20191007-git/t/body-buffer.lisp
(in-package :cl-user) (defpackage fast-http-test.body-buffer (:use :cl :fast-http.body-buffer :fast-http-test.test-utils :prove)) (in-package :fast-http-test.body-buffer) (plan nil) (subtest "swithcing buffer" (let ((buffer (make-body-buffer :memory-limit 10 :disk-limit 15))) (is (buff...
1,349
Common Lisp
.lisp
30
39.666667
70
0.649163
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
c3ed841bfe912042a2074edea819c3dc81ccf04dde81a9dfa529c5e411c34e9e
42,909
[ 474008 ]
42,910
parser.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/fast-http-20191007-git/t/parser.lisp
(in-package :cl-user) (defpackage fast-http-test.parser (:use :cl :fast-http.http :fast-http.parser :fast-http.error :fast-http-test.test-utils :prove :babel)) (in-package :fast-http-test.parser) (syntax:use-syntax :interpol) (plan nil) (defun test-simple (&rest obje...
42,263
Common Lisp
.lisp
1,131
25.265252
249
0.484703
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
7e9bb6c6a04584a860fa676fc85799249e5099992b8875b3511bcc6ed805e7ab
42,910
[ 410673 ]
42,911
fast-http.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/fast-http-20191007-git/t/fast-http.lisp
(in-package :cl-user) (defpackage fast-http-test (:use :cl :fast-http :fast-http-test.test-utils :prove :babel :xsubseq) (:import-from :alexandria :ensure-list)) (in-package :fast-http-test) (syntax:use-syntax :interpol) (plan nil) (defun is-request-or-resp...
23,886
Common Lisp
.lisp
545
29.392661
169
0.465516
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
0da2a13acf8190ff97975837c2070d1a51a7364ae4a590757213d7fdff274c34
42,911
[ -1 ]
42,912
multipart-parser.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/fast-http-20191007-git/t/multipart-parser.lisp
(in-package :cl-user) (defpackage fast-http-test.multipart-parser (:use :cl :fast-http :fast-http.multipart-parser :fast-http.parser :fast-http-test.test-utils :xsubseq :prove) (:import-from :cl-utilities :collecting :collect)) (in-pack...
20,501
Common Lisp
.lisp
372
35.787634
118
0.437126
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
df4b44354c858af4660738df9d610cd8663b4cd5880f5ef01848cebafcd229b1
42,912
[ 413482 ]
42,913
package.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/local-time-20220707-git/test/package.lisp
(cl:in-package :cl-user) (defpackage :local-time.test (:use :alexandria :common-lisp :hu.dwim.stefil :local-time)) (in-package :local-time.test) (defsuite* (test :in root-suite) () (local-time::reread-timezone-repository) (run-child-tests))
274
Common Lisp
.lisp
10
23.1
42
0.670498
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
d9e19ab0d07de79c7d7e99abdd09518b97430c22f7054cba6739887e0af6643e
42,913
[ -1 ]
42,914
comparison.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/local-time-20220707-git/test/comparison.lisp
(in-package #:local-time.test) (defsuite* (comparison :in simple)) (defmacro defcmptest (comparator-name &body args) `(deftest ,(symbolicate 'test/simple/comparison/ comparator-name) () (flet ((make (day &optional (sec 0) (nsec 0)) (make-timestamp :day day :sec sec :nsec nsec))) ,@(loop ...
3,082
Common Lisp
.lisp
113
19.477876
101
0.46784
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
afea2d971234462d5ff1659296b043a243b73013ba01b62cd5220ec10d05ce6e
42,914
[ 410878 ]
42,915
parsing.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/local-time-20220707-git/test/parsing.lisp
(in-package #:local-time.test) (defsuite* (parsing :in test)) (deftest test/parsing/parse-format-consistency/range (&key (start-day -100000) (end-day 100000)) (declare (optimize debug)) (without-test-progress-printing (loop :with time = (make-timestamp) :for day :from start-day :upto end-day ...
3,970
Common Lisp
.lisp
74
40.418919
121
0.558217
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
1738aa8ae483f0aa52c93e75ee570567e29ee84afd75efff78a964308787b858
42,915
[ -1 ]
42,916
formatting.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/local-time-20220707-git/test/formatting.lisp
(in-package #:local-time.test) (defsuite* (formatting :in test)) (deftest test/formatting/format-timestring/1 () (let ((*default-timezone* local-time:+utc-zone+) (test-timestamp (encode-timestamp 1000 2 3 4 5 6 2008 :offset 0))) (macrolet ((frob (&rest args) `(progn ...
3,578
Common Lisp
.lisp
76
35.131579
86
0.559897
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
9e0dd97a43916b81f5eff6611ba7102dd0b09e40f03c254d7cbb8a173fa5d98f
42,916
[ 26615, 371622 ]
42,917
simple.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/local-time-20220707-git/test/simple.lisp
(in-package #:local-time.test) (defsuite* (simple :in test)) (eval-when (:compile-toplevel :load-toplevel :execute) (local-time::define-timezone eastern-tz (merge-pathnames #p"US/Eastern" local-time::*default-timezone-repository-path*)) (local-time::define-timezone amsterdam-tz (merge-pathnames #p"Eur...
13,496
Common Lisp
.lisp
256
39.636719
114
0.541105
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
d6cca114154febbe40ff9b2a6fc34afdf5e138c0bd69ea51428b8e60dcb5f01d
42,917
[ -1 ]
42,918
timezone.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/local-time-20220707-git/test/timezone.lisp
(in-package #:local-time.test) (defsuite* (timezone :in test)) (eval-when (:compile-toplevel :load-toplevel :execute) (local-time::define-timezone eastern-tz (merge-pathnames #p"EST5EDT" local-time::*default-timezone-repository-path*)) (local-time::define-timezone utc-leaps (merge-pathnames #p"right/UT...
4,916
Common Lisp
.lisp
116
33.025862
95
0.561847
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
78775731a886faa46a01bb8c667c801581ddb968146e11c148e44623d70e3f13
42,918
[ -1 ]
42,919
package.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/local-time-20220707-git/src/package.lisp
(defpackage #:local-time (:use #:cl) (:export #:timestamp #:date #:time-of-day #:make-timestamp #:clone-timestamp #:day-of #:sec-of #:nsec-of #:timestamp< #:timestamp<= #:timestamp> #:timestamp>=...
2,892
Common Lisp
.lisp
95
18.747368
46
0.496246
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
f81f4acb3f7dd4b8935c1a67cdf4cc7595147185a5b6e09b8565d654633438d8
42,919
[ -1 ]
42,920
cl-postgres.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/local-time-20220707-git/src/integration/cl-postgres.lisp
(in-package :local-time) (export 'set-local-time-cl-postgres-readers :local-time) ;; Postgresql days are measured from 2000-01-01, whereas local-time ;; uses 2000-03-01. We expect the database server to be in the UTC timezone. (defconstant +postgres-day-offset-to-local-time+ -60) (defun set-local-time-cl-postgres-re...
1,906
Common Lisp
.lisp
42
33.642857
96
0.573656
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
9c5775af2262d5944ae6d54accd584f221bb1270f7f69886c168f9d2cb60ad94
42,920
[ 112037, 262256 ]
42,921
api.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-ppcre-20220220-git/api.lisp
;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-PPCRE; Base: 10 -*- ;;; $Header: /usr/local/cvsrep/cl-ppcre/api.lisp,v 1.85 2009/09/17 19:17:30 edi Exp $ ;;; The external API for creating and using scanners. ;;; Copyright (c) 2002-2009, Dr. Edmund Weitz. All rights reserved. ;;; Redistribution and use in source...
63,735
Common Lisp
.lisp
1,225
36.097143
108
0.542677
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
8dbc67f86988c74cb70e2b0fcad38268339cabc5b2c666912fd8fdb7b3588aaf
42,921
[ 164787 ]
42,922
lexer.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-ppcre-20220220-git/lexer.lisp
;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-PPCRE; Base: 10 -*- ;;; $Header: /usr/local/cvsrep/cl-ppcre/lexer.lisp,v 1.35 2009/09/17 19:17:31 edi Exp $ ;;; The lexer's responsibility is to convert the regex string into a ;;; sequence of tokens which are in turn consumed by the parser. ;;; ;;; The lexer is awa...
33,648
Common Lisp
.lisp
711
31.240506
115
0.486022
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
3e07f939174a624911e3736e93019b7e910d305fb7a1684dcf8fa10de85e070d
42,922
[ 172642 ]
42,923
util.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-ppcre-20220220-git/util.lisp
;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-PPCRE; Base: 10 -*- ;;; $Header: /usr/local/cvsrep/cl-ppcre/util.lisp,v 1.48 2009/10/28 07:36:15 edi Exp $ ;;; Utility functions and constants dealing with the character sets we ;;; use to encode character classes ;;; Copyright (c) 2002-2009, Dr. Edmund Weitz. All ...
8,380
Common Lisp
.lisp
174
41.557471
86
0.665526
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
49b6f8d0879e55cb7fb91e69b3cdc36c3b6c6dce5e6638701780538485ef4cfd
42,923
[ 36029, 200652 ]
42,924
errors.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-ppcre-20220220-git/errors.lisp
;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-PPCRE; Base: 10 -*- ;;; $Header: /usr/local/cvsrep/cl-ppcre/errors.lisp,v 1.22 2009/09/17 19:17:31 edi Exp $ ;;; Copyright (c) 2002-2009, Dr. Edmund Weitz. All rights reserved. ;;; Redistribution and use in source and binary forms, with or without ;;; modification,...
3,662
Common Lisp
.lisp
69
48.710145
88
0.727222
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
7fcde063c0edd26a8d25769e345633413a540a3b6f1f3c805241058323631770
42,924
[ 69871, 433907 ]
42,925
charmap.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-ppcre-20220220-git/charmap.lisp
;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-PPCRE; Base: 10 -*- ;;; $Header: /usr/local/cvsrep/cl-ppcre/charmap.lisp,v 1.19 2009/09/17 19:17:30 edi Exp $ ;;; An optimized representation of sets of characters. ;;; Copyright (c) 2008-2009, Dr. Edmund Weitz. All rights reserved. ;;; Redistribution and use in s...
6,957
Common Lisp
.lisp
139
42.942446
90
0.666863
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
5a2ffac4d10194098dc781ffb7867c3db9774edee0e58fd306e7b5d7115913cc
42,925
[ 2705, 286726 ]
42,926
regex-class.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-ppcre-20220220-git/regex-class.lisp
;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-PPCRE; Base: 10 -*- ;;; $Header: /usr/local/cvsrep/cl-ppcre/regex-class.lisp,v 1.44 2009/10/28 07:36:15 edi Exp $ ;;; This file defines the REGEX class. REGEX objects are used to ;;; represent the (transformed) parse trees internally ;;; Copyright (c) 2002-2009, D...
10,539
Common Lisp
.lisp
242
36.508264
93
0.66907
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
232e08414a900bc3169227fcb183961e1f5ba264550a86e055dcd216040d1d7e
42,926
[ 165132, 481658 ]
42,927
specials.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-ppcre-20220220-git/specials.lisp
;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-PPCRE; Base: 10 -*- ;;; $Header: /usr/local/cvsrep/cl-ppcre/specials.lisp,v 1.43 2009/10/28 07:36:15 edi Exp $ ;;; globally declared special variables ;;; Copyright (c) 2002-2009, Dr. Edmund Weitz. All rights reserved. ;;; Redistribution and use in source and bina...
6,580
Common Lisp
.lisp
136
44.25
90
0.721553
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
982cbd1aaaf850c930822ae73a20f50ea13100b4688f800381e1f79388194bc8
42,927
[ 49508 ]
42,928
scanner.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-ppcre-20220220-git/scanner.lisp
;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-PPCRE; Base: 10 -*- ;;; $Header: /usr/local/cvsrep/cl-ppcre/scanner.lisp,v 1.36 2009/09/17 19:17:31 edi Exp $ ;;; Here the scanner for the actual regex as well as utility scanners ;;; for the constant start and end strings are created. ;;; Copyright (c) 2002-2009, ...
26,137
Common Lisp
.lisp
492
35.386179
89
0.504038
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
3877041101f9158cbf5064403b54b18756adbdce9b168fb9616afdf906c78687
42,928
[ 297940, 298375 ]
42,929
repetition-closures.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-ppcre-20220220-git/repetition-closures.lisp
;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-PPCRE; Base: 10 -*- ;;; $Header: /usr/local/cvsrep/cl-ppcre/repetition-closures.lisp,v 1.34 2009/09/17 19:17:31 edi Exp $ ;;; This is actually a part of closures.lisp which we put into a ;;; separate file because it is rather complex. We only deal with ;;; REPETITIO...
41,320
Common Lisp
.lisp
800
38.08875
101
0.57229
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
ed28896287e99b70cef294a53353af1edfc0e8d8a5afd95d7dcf4d128a37ae1e
42,929
[ 18225, 479998 ]
42,930
convert.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-ppcre-20220220-git/convert.lisp
;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-PPCRE; Base: 10 -*- ;;; $Header: /usr/local/cvsrep/cl-ppcre/convert.lisp,v 1.57 2009/09/17 19:17:31 edi Exp $ ;;; Here the parse tree is converted into its internal representation ;;; using REGEX objects. At the same time some optimizations are ;;; already applied....
40,807
Common Lisp
.lisp
828
37.822464
109
0.593086
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
4851f4b0ac91896e775d289d3648740d8cedec5c3266eaaca7330460e4f4baa9
42,930
[ 278192, 357365 ]
42,931
parser.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-ppcre-20220220-git/parser.lisp
;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-PPCRE; Base: 10 -*- ;;; $Header: /usr/local/cvsrep/cl-ppcre/parser.lisp,v 1.31 2009/09/17 19:17:31 edi Exp $ ;;; The parser will - with the help of the lexer - parse a regex ;;; string and convert it into a "parse tree" (see docs for details ;;; about the syntax of ...
14,290
Common Lisp
.lisp
277
35.722022
97
0.512143
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
f640f7a05a0f317cc649a727a6b98a9c9104925c441448545d0d3f7f9202969c
42,931
[ 318104, 476500 ]
42,932
charset.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-ppcre-20220220-git/charset.lisp
;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-PPCRE; Base: 10 -*- ;;; $Header: /usr/local/cvsrep/cl-ppcre/charset.lisp,v 1.10 2009/09/17 19:17:30 edi Exp $ ;;; A specialized set implementation for characters by Nikodemus Siivola. ;;; Copyright (c) 2008, Nikodemus Siivola. All rights reserved. ;;; Copyright (c)...
10,346
Common Lisp
.lisp
223
37.941704
94
0.622724
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
70cfb8fefa29c82dfaedebd00b3b5b00988d711eb830fb1099dee13c17a9643a
42,932
[ 177817, 408738 ]
42,933
closures.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-ppcre-20220220-git/closures.lisp
;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-PPCRE; Base: 10 -*- ;;; $Header: /usr/local/cvsrep/cl-ppcre/closures.lisp,v 1.45 2009/09/17 19:17:30 edi Exp $ ;;; Here we create the closures which together build the final ;;; scanner. ;;; Copyright (c) 2002-2009, Dr. Edmund Weitz. All rights reserved. ;;; Redis...
21,911
Common Lisp
.lisp
444
38.371622
90
0.583364
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
fd5e9353a5f39affdc896265de5699361cdc4c3c04b2e5966a953214e9ca774f
42,933
[ 220646, 230061 ]
42,934
chartest.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-ppcre-20220220-git/chartest.lisp
;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-PPCRE; Base: 10 -*- ;;; $Header: /usr/local/cvsrep/cl-ppcre/chartest.lisp,v 1.5 2009/09/17 19:17:30 edi Exp $ ;;; Copyright (c) 2008-2009, Dr. Edmund Weitz. All rights reserved. ;;; Redistribution and use in source and binary forms, with or without ;;; modification...
5,030
Common Lisp
.lisp
86
49.418605
98
0.65957
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
b281f15ed553685be207d4a4d706b14fce5481caa612dbddc4f720617a4d7876
42,934
[ 258018, 468568 ]
42,935
optimize.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-ppcre-20220220-git/optimize.lisp
;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-PPCRE; Base: 10 -*- ;;; $Header: /usr/local/cvsrep/cl-ppcre/optimize.lisp,v 1.36 2009/09/17 19:17:31 edi Exp $ ;;; This file contains optimizations which can be applied to converted ;;; parse trees. ;;; Copyright (c) 2002-2009, Dr. Edmund Weitz. All rights reserved...
25,265
Common Lisp
.lisp
531
34.559322
97
0.572025
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
737314dbf078462f532d3684b1e6d11b323aa074867894d4eab12dca0b5ca7eb
42,935
[ 260276, 338517 ]
42,936
packages.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-ppcre-20220220-git/packages.lisp
;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-USER; Base: 10 -*- ;;; $Header: /usr/local/cvsrep/cl-ppcre/packages.lisp,v 1.39 2009/09/17 19:17:31 edi Exp $ ;;; Copyright (c) 2002-2009, Dr. Edmund Weitz. All rights reserved. ;;; Redistribution and use in source and binary forms, with or without ;;; modification...
2,755
Common Lisp
.lisp
63
36.84127
90
0.663315
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
a6ee2412eafe418b439cf4732adcad312b37fb9a5549c46999bdd2603c665bc4
42,936
[ 209487 ]
42,937
regex-class-util.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-ppcre-20220220-git/regex-class-util.lisp
;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-PPCRE; Base: 10 -*- ;;; $Header: /usr/local/cvsrep/cl-ppcre/regex-class-util.lisp,v 1.9 2009/09/17 19:17:31 edi Exp $ ;;; This file contains some utility methods for REGEX objects. ;;; Copyright (c) 2002-2009, Dr. Edmund Weitz. All rights reserved. ;;; Redistribut...
20,424
Common Lisp
.lisp
464
38.275862
97
0.688247
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
82b401df3fd7c00bff6646bcdda5e5b5da0fdd85daa736a89d0e91ede03b74fa
42,937
[ 282048, 406388 ]
42,938
unicode-tests.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-ppcre-20220220-git/test/unicode-tests.lisp
;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-PPCRE-TEST; Base: 10 -*- ;;; $Header: /usr/local/cvsrep/cl-ppcre/test/unicode-tests.lisp,v 1.8 2008/07/23 00:17:53 edi Exp $ ;;; Copyright (c) 2008, Dr. Edmund Weitz. All rights reserved. ;;; Redistribution and use in source and binary forms, with or without ;;; mo...
4,619
Common Lisp
.lisp
72
50.986111
102
0.589998
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
ad1643ea9ef5230e75141279190bfab5ea0231952823c5b92c08d7370bd86367
42,938
[ 1258, 72981 ]
42,939
perl-tests.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-ppcre-20220220-git/test/perl-tests.lisp
;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-PPCRE-TEST; Base: 10 -*- ;;; $Header: /usr/local/cvsrep/cl-ppcre/test/perl-tests.lisp,v 1.8 2009/09/17 19:17:36 edi Exp $ ;;; The tests in this file test CL-PPCRE against testdata generated by ;;; the Perl program `perltest.pl' from the input file `testinput' in ;;;...
8,399
Common Lisp
.lisp
139
40.395683
96
0.521154
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
6fdbaac222a29bde9abb1f13650980ec4f942f0f5de9a4e8a4dff7002c2163ba
42,939
[ 358813, 483139 ]
42,940
packages.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-ppcre-20220220-git/test/packages.lisp
;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-USER; Base: 10 -*- ;;; $Header: /usr/local/cvsrep/cl-ppcre/test/packages.lisp,v 1.4 2009/09/17 19:17:36 edi Exp $ ;;; Copyright (c) 2002-2009, Dr. Edmund Weitz. All rights reserved. ;;; Redistribution and use in source and binary forms, with or without ;;; modifica...
1,846
Common Lisp
.lisp
30
59.166667
94
0.735766
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
4404e016560ac4f057553966ace0620adcb569091d4b064542cf4828c66e5405
42,940
[ 101870, 360452 ]
42,941
resolver.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-ppcre-20220220-git/cl-ppcre-unicode/resolver.lisp
;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-PPCRE; Base: 10 -*- ;;; $Header: /usr/local/cvsrep/cl-ppcre/cl-ppcre-unicode/resolver.lisp,v 1.5 2008/07/23 02:14:08 edi Exp $ ;;; Copyright (c) 2008, Dr. Edmund Weitz. All rights reserved. ;;; Redistribution and use in source and binary forms, with or without ;;; ...
2,719
Common Lisp
.lisp
49
50.591837
106
0.711061
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
3736dda40be7ffdd404a1577d9473c1f790957be47ad5376ab33854840ae26b7
42,941
[ 1297, 430315 ]
42,942
packages.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-ppcre-20220220-git/cl-ppcre-unicode/packages.lisp
;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-USER; Base: 10 -*- ;;; $Header: /usr/local/cvsrep/cl-ppcre/cl-ppcre-unicode/packages.lisp,v 1.3 2009/09/17 19:17:34 edi Exp $ ;;; Copyright (c) 2002-2009, Dr. Edmund Weitz. All rights reserved. ;;; Redistribution and use in source and binary forms, with or without ...
1,825
Common Lisp
.lisp
31
57.064516
106
0.743705
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
bff0807c47e08832ae929f494520515266e5a61ffd820978a660fc351f69328e
42,942
[ 184345, 231928 ]
42,943
package.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/winhttp-20200610-git/package.lisp
;;;; Copyright (c) Frank James 2017 <frank.a.james@gmail.com> ;;;; This code is licensed under the MIT license. (defpackage #:winhttp (:use #:cl #:cffi) (:export #:http-request #:with-http #:with-connect #:with-request #:crack-url #:http-open #:close-handle #:add-request-headers #:...
798
Common Lisp
.lisp
33
19.515152
61
0.658344
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
ccb42e126f6681362021992c25ce7b12a54b918d4a9107094d9b0420cd19f9ee
42,943
[ 296766 ]
42,944
util.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/winhttp-20200610-git/util.lisp
;;;; Copyright (c) Frank James 2017 <frank.a.james@gmail.com> ;;;; This code is licensed under the MIT license. (in-package #:winhttp) (defmacro with-http ((var &optional user-agent) &body body) "Evaluate body with VAR bound to a session handle." `(let ((,var (http-open ,user-agent))) (unwind-protect (progn...
10,324
Common Lisp
.lisp
252
32.952381
106
0.587002
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
46b44c19fb5a4f5de0d98f3532155ff8de7970f45b695df562e22fbfce5caf04
42,944
[ 393718 ]
42,945
ffi.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/winhttp-20200610-git/ffi.lisp
;;;; Copyright (c) Frank James 2017 <frank.a.james@gmail.com> ;;;; This code is licensed under the MIT license. (in-package #:winhttp) (define-foreign-library winhttp (:windows "WinHttp.dll")) (use-foreign-library winhttp) (defcfun (%format-message "FormatMessageA" :convention :stdcall) :uint32 (flags :uin...
27,592
Common Lisp
.lisp
836
28.840909
110
0.647623
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
82d6c81dc6442d81a8cef900428323132912f132ed7b2f2fdec7ad82ddfe07cf
42,945
[ 381586 ]
42,946
xmlrpc.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/winhttp-20200610-git/examples/xmlrpc.lisp
;;;; Most code taken from S-XML-RPC and is licensed under the terms of ;;;; the Lisp Lesser General Public License (LLGPL) ;;;; (eval-when (:compile-toplevel :load-toplevel :execute) (ql:quickload "cl-base64") (ql:quickload "s-xml")) (defpackage #:xmlrpc (:use #:cl) (:export #:call #:xmlrpc-struct #:x...
12,964
Common Lisp
.lisp
313
37.054313
110
0.677276
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
a13570c9649e0b58ba06a8c46234040ed81f3d11ea135842fb50733a6ca7bf48
42,946
[ 205365 ]
42,947
websocket.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/winhttp-20200610-git/examples/websocket.lisp
(defpackage winhttp-websocket-test (:use #:cl)) (in-package #:winhttp-websocket-test) (defparameter *hostname* nil) (defparameter *port* nil) (defun client () (winhttp:with-websocket (hwebsocket *hostname* *port*) (let ((seq (make-array 64 :element-type '(unsigned-byte 8)))) (winhttp:websocket-send hw...
510
Common Lisp
.lisp
11
42.818182
82
0.713415
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
f222d1687fe637b2487b92640dfe20ee7c94ba91091e368babb13aca0a24bf59
42,947
[ 448393 ]
42,948
aa-misc.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-vectors-20180228-git/aa-misc.lisp
;;;; cl-vectors -- Rasterizer and paths manipulation library ;;;; Copyright (C) 2007-2013 Frédéric Jolliton <frederic@jolliton.com> ;;;; This code is licensed under the MIT license. (defpackage #:net.tuxee.aa-misc (:use #:common-lisp) (:nicknames #:aa-misc) (:export ;; minimal image support (for testing purpose...
9,955
Common Lisp
.lisp
222
32.207207
100
0.522196
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
7180fba0470f4494b8b7aa8ba28c85f254e88b56ed126623a4af666213c61ae0
42,948
[ -1 ]
42,949
paths-package.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-vectors-20180228-git/paths-package.lisp
;;;; cl-vectors -- Rasterizer and paths manipulation library ;;;; Copyright (C) 2007-2013 Frédéric Jolliton <frederic@jolliton.com> ;;;; This code is licensed under the MIT license. (defpackage #:net.tuxee.paths (:use #:cl) (:nicknames #:paths) (:export ;; 2D points (knot and control points) #:make-p...
1,888
Common Lisp
.lisp
65
18.230769
71
0.49615
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
a1aa0e3abb1b5cd8f3e8273222bc46eeefede519af88f1d68cec64a819170a32
42,949
[ -1 ]
42,950
paths-annotation.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-vectors-20180228-git/paths-annotation.lisp
;;;; cl-vectors -- Rasterizer and paths manipulation library ;;;; Copyright (C) 2007-2013 Frédéric Jolliton <frederic@jolliton.com> ;;;; This code is licensed under the MIT license. (in-package #:net.tuxee.paths) ;;;--[ Path annotation ]----------------------------------------------------- (defun path-annotated (pa...
7,217
Common Lisp
.lisp
156
29.557692
95
0.472923
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
1aa0932e0d08e7f55946a6781235233d14132c69efcf73bf744c3cc447e60ea9
42,950
[ -1 ]
42,951
doc.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-vectors-20180228-git/doc.lisp
;;;; cl-vectors -- Rasterizer and paths manipulation library ;;;; Copyright (C) 2007-2013 Frédéric Jolliton <frederic@jolliton.com> ;;;; This code is licensed under the MIT license. (defpackage #:net.tuxee.vectors-doc (:use #:cl #:aa #:paths) (:export #:generate)) (in-package #:net.tuxee.vectors-doc) (defvar *t...
15,908
Common Lisp
.lisp
395
30.035443
103
0.533923
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
b7e374f0fe9be80c847b2a97e9950160c9cad99de44e733edd7e2de6365cc400
42,951
[ 145817 ]
42,952
vectors.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-vectors-20180228-git/vectors.lisp
;;;; cl-vectors -- Rasterizer and paths manipulation library ;;;; Copyright (C) 2007-2013 Frédéric Jolliton <frederic@jolliton.com> ;;;; This code is licensed under the MIT license. (defpackage #:net.tuxee.vectors (:use #:cl #:net.tuxee.aa #:net.tuxee.paths) (:nicknames #:vectors) (:export #:update-state)) (in...
1,256
Common Lisp
.lisp
31
28.967742
78
0.530328
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
60b76f1b708013d26115f96b8485f4377a43601cd315c2766630f4aac648c959
42,952
[ -1 ]
42,953
paths-ttf.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-vectors-20180228-git/paths-ttf.lisp
;;;; cl-vectors -- Rasterizer and paths manipulation library ;;;; Copyright (C) 2007-2013 Frédéric Jolliton <frederic@jolliton.com> ;;;; This code is licensed under the MIT license. (defpackage #:net.tuxee.paths-ttf (:use #:cl #:net.tuxee.paths #:zpb-ttf) (:nicknames #:paths-ttf) (:export #:paths-from-glyph ...
4,674
Common Lisp
.lisp
103
24.84466
84
0.396363
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
ab9fb122965e2efd03c8293cf92fd319740086a32c49688d0c4488bdc609bbc5
42,953
[ -1 ]
42,954
aa.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-vectors-20180228-git/aa.lisp
;;;; cl-vectors -- Rasterizer and paths manipulation library ;;;; Copyright (C) 2007-2013 Frédéric Jolliton <frederic@jolliton.com> ;;;; This code is licensed under the MIT license. ;;;; This file implement the AA algorithm from the AntiGrain project ;;;; (http://antigrain.com/). ;;;; ;;;; Changelogs: ;;;; ;;;; 2007-...
21,643
Common Lisp
.lisp
493
37.261663
88
0.610951
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
2c598ad806f34d72c61a3b99d86288b3a55893d2c7822b56c27db6b764189978
42,954
[ -1 ]
42,955
aa-bin.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-vectors-20180228-git/aa-bin.lisp
;;;; cl-vectors -- Rasterizer and paths manipulation library ;;;; Copyright (C) 2007-2013 Frédéric Jolliton <frederic@jolliton.com> ;;;; This code is licensed under the MIT license. ;;;; See http://projects.tuxee.net/cl-vectors/ ;;;; The name 'cl-aa-bin' is derived from 'cl-aa' which is the library ;;;; used to rast...
5,783
Common Lisp
.lisp
137
33.817518
83
0.587347
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
0983b0e8a330488c00cb8339e8047be22be1d32ba140a95e2c072194d206d8df
42,955
[ -1 ]
42,956
paths.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cl-vectors-20180228-git/paths.lisp
;;;; cl-vectors -- Rasterizer and paths manipulation library ;;;; Copyright (C) 2007-2013 Frédéric Jolliton <frederic@jolliton.com> ;;;; This code is licensed under the MIT license. ;;;; This file provides facilities to create and manipulate vectorial paths. #+nil(error "This file assume that #+NIL is never defined....
68,905
Common Lisp
.lisp
1,458
33.474623
104
0.522261
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
bf4cb3f1d99560f4f9e8c81fe9a189db6a69975ffe8a689ca50edc2a879cd747
42,956
[ -1 ]
42,957
package.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/grovel/package.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; package.lisp --- Groveler DEFPACKAGE. ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation ;;; files (the "Software"), to deal in the Software without ;;; restriction, including witho...
1,483
Common Lisp
.lisp
35
40.542857
70
0.736006
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
37994ebfeb1c14f6bf1aed7efe4d85a62459827166848195814b61de6229a8ac
42,957
[ 124820, 135841 ]
42,958
asdf.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/grovel/asdf.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; asdf.lisp --- ASDF components for cffi-grovel. ;;; ;;; Copyright (C) 2005-2006, Dan Knap <dankna@accela.net> ;;; Copyright (C) 2005-2006, Emily Backes <lucca@accela.net> ;;; Copyright (C) 2007, Stelian Ionescu <sionescu@cddr.org> ;;; Copyright (C) 2007, Luis Olivei...
6,337
Common Lisp
.lisp
129
44.116279
94
0.690865
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
af964719ca4bff43f33bad223330c4cadb56ee529dc8dd8a9ceb986b8777c123
42,958
[ 80667 ]
42,959
main-example.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/examples/main-example.lisp
(in-package #:cffi-example) (defcfun "puts" :int "Put a string to standard output, return non-negative length output, or EOF" (string :string)) (defun check-groveller () (assert (equal (list +a0+ +a1+ +a2+ +a3+ +a4+) '(2 4 8 16 32))) (assert (equal (bn 1) 32))) (defun entry-point () (when uiop:*command-lin...
511
Common Lisp
.lisp
14
33.714286
91
0.672065
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
791bd5b62636e70fb19da6d3f02dbfcf52e815df864c3513fd36f4430c35b118
42,959
[ 177537, 430943 ]
42,961
package.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/examples/package.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; package.lisp --- CFFI-EXAMPLES package definition. ;;; ;;; Copyright (C) 2005-2006, James Bielman <jamesjb@jamesjb.com> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation ;;; files...
1,387
Common Lisp
.lisp
29
46.655172
70
0.740604
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
f829d728d15812e4078b63a0ec494b2bf8387fcd5e8cea13dd5aa7b52f441d33
42,961
[ 21427, 428905 ]
42,964
run-examples.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/examples/run-examples.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; run-examples.lisp --- Simple script to run the examples. ;;; ;;; Copyright (C) 2005-2006, James Bielman <jamesjb@jamesjb.com> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation ;;;...
1,529
Common Lisp
.lisp
35
42.571429
70
0.746309
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
fbcac6fa869c2f0333e242de2faf542d3dec499f41186ca371674ae0a6ae7194
42,964
[ 309833 ]
42,965
grovel-example.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/examples/grovel-example.lisp
(in-package #:cffi-example) (define "a0(x)" "+x+x") (define "a1(x)" "a0(+x+x)") (define "a2(x)" "a1(+x+x)") (define "a3(x)" "a2(+x+x)") (define "a4(x)" "a3(+x+x)") (define "a5(x)" "a4(+x+x)") (define "A0" "a0(1)") (define "A1" "a1(1)") (define "A2" "a2(1)") (define "A3" "a3(1)") (define "A4" "a4(1)") (constant (+a0+...
420
Common Lisp
.lisp
17
23.529412
27
0.5275
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
733d5486d5ba94914615ede21670cf3ca1594d2f97c73c78389154f6d4e82fdf
42,965
[ 433247 ]
42,967
wrapper-example.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/examples/wrapper-example.lisp
(in-package #:cffi-example) (defwrapper* "b0" :long ((x :long)) "return x;") (defwrapper* "b1" :long ((x :long)) "return x;") (defwrapper* "b2" :long ((x :long)) "return x;") (defwrapper* "b3" :long ((x :long)) "return x;") (defwrapper* "b4" :long ((x :long)) "return x;") (define "b0_cffi_wrap(x)" "b0_cffi_wrap(b1_...
877
Common Lisp
.lisp
17
50.058824
81
0.633606
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
8f548a8084712f786f57dbba2e67fd0fd09fe389542fd2c36f29b59ef8225c41
42,967
[ 191353, 261001 ]
42,971
package.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/src/package.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; package.lisp --- Package definition for CFFI. ;;; ;;; Copyright (C) 2005-2006, James Bielman <jamesjb@jamesjb.com> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation ;;; files (the...
5,136
Common Lisp
.lisp
169
25.443787
70
0.678442
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
50683680b9c0f6b89f854ca9f9ee5b61c3b298626f95af83a71489aebc7c7306
42,971
[ 66453 ]
42,972
cffi-clasp.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/src/cffi-clasp.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; cffi-clasp.lisp --- CFFI-SYS implementation for Clasp. ;;; ;;; Copyright (C) 2017 Frank Goenninger <frank.goenninger@goenninger.net> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentat...
6,322
Common Lisp
.lisp
162
36.111111
81
0.723084
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
77c9fb876efa22f5a3fdc24d4b20142ec00d78037945723ffd583c9277cbd402
42,972
[ 226386 ]
42,974
types.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/src/types.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; types.lisp --- User-defined CFFI types. ;;; ;;; 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 ;;; obtaining a...
45,461
Common Lisp
.lisp
937
41.013874
93
0.646497
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
734311f0a14210c25049d4f557b8bb967a3609aba46753bd932cccc9beaae486
42,974
[ 361746 ]
42,977
enum.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/src/enum.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; enum.lisp --- Defining foreign constants as Lisp keywords. ;;; ;;; Copyright (C) 2005-2006, James Bielman <jamesjb@jamesjb.com> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation ;...
16,214
Common Lisp
.lisp
340
39.185294
108
0.638252
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
5013db8ff43fcfda1a425134c3b2d5f040c9c13e547209fedaf32de83ede6cad
42,977
[ 283045 ]
42,978
strings.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/src/strings.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; strings.lisp --- Operations on foreign strings. ;;; ;;; 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 ;;; obt...
13,345
Common Lisp
.lisp
278
39.996403
81
0.625173
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
5e8ae95200e5473ba06611dc894b13c4d5c1c776568ffee9e9371075e6b4f01f
42,978
[ 216650 ]
42,979
utils.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/src/utils.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; utils.lisp --- Various utilities. ;;; ;;; Copyright (C) 2005-2008, 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 "So...
3,824
Common Lisp
.lisp
77
40.636364
79
0.608021
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
6d1dd1d9011592a2c61e6f1c9cca0e5df43383bfcfa0d5f5cd6226b3f28d5d50
42,979
[ 73946 ]
42,980
cffi-sbcl.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/src/cffi-sbcl.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; cffi-sbcl.lisp --- CFFI-SYS implementation for SBCL. ;;; ;;; Copyright (C) 2005-2006, James Bielman <jamesjb@jamesjb.com> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation ;;; fil...
16,339
Common Lisp
.lisp
390
33.953846
100
0.618302
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
d48f6756ef085cc31c7c55a2922d174f03c6f15781d54648e4f0fff3e886e8e5
42,980
[ 350019 ]
42,982
early-types.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/src/early-types.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; early-types.lisp --- Low-level foreign type operations. ;;; ;;; 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...
27,093
Common Lisp
.lisp
594
41.636364
108
0.718143
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
3ef67635332dc4e7bd7d108b56fcff64ad7cdcbbc18fffbf2b4d39f022466890
42,982
[ 458054 ]
42,984
features.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/src/features.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; features.lisp --- CFFI-specific features (DEPRECATED). ;;; ;;; Copyright (C) 2006-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...
3,965
Common Lisp
.lisp
100
35.09
72
0.682148
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
0ee7b1a3d46a8ab59f11bf777798b97a122ab59c0c3ab0e9a57ef8e60b5b8c66
42,984
[ 18504, 436312 ]
42,986
functions.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/src/functions.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; functions.lisp --- High-level interface to foreign functions. ;;; ;;; 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 ...
19,030
Common Lisp
.lisp
402
38.047264
173
0.625531
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
a6f6385385cdbbca6db2aac382482262e12746e002db1ad76b96a42ea7dfc926
42,986
[ 188309 ]
42,987
libraries.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/src/libraries.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; libraries.lisp --- Finding and loading foreign libraries. ;;; ;;; Copyright (C) 2005-2006, James Bielman <jamesjb@jamesjb.com> ;;; Copyright (C) 2006-2007, Luis Oliveira <loliveira@common-lisp.net> ;;; ;;; Permission is hereby granted, free of charge, to any pers...
19,702
Common Lisp
.lisp
422
39.113744
87
0.65221
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
06d3c2bde65dfc7d5f5bb51ec2c30595800969ce06891f61337fbdc4b36219cc
42,987
[ 389687 ]
42,988
cffi-allegro.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/src/cffi-allegro.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; cffi-allegro.lisp --- CFFI-SYS implementation for Allegro CL. ;;; ;;; Copyright (C) 2005-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 docu...
16,300
Common Lisp
.lisp
390
36.184615
80
0.657626
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
28cf7279a09c42eb724ea30424e1c3d8bda494a3283a610e8c7c99e7a929c8a2
42,988
[ 303325, 333054 ]
42,990
structures.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/src/structures.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; structures.lisp --- Methods for translating foreign structures. ;;; ;;; Copyright (C) 2011, Liam M. Healy <lhealy@common-lisp.net> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentatio...
6,764
Common Lisp
.lisp
123
47.943089
328
0.673503
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
e79ef63626f4a01d21d8121ecd41fef5cb44acc881ef1ffe67f4af2b264dc0fb
42,990
[ 287673 ]
42,991
package.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/src/c2ffi/package.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; Copyright (C) 2015, Attila Lendvai <attila@lendvai.name> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation ;;; files (the "Software"), to deal in the Software without ;;; restricti...
2,152
Common Lisp
.lisp
56
31.446429
70
0.640095
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
6214c831a518746218dc9f3554eb6e3a1ca8202d91f5055dec643672a6557756
42,991
[ 318718 ]
42,992
generator.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/src/c2ffi/generator.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; generator.lisp --- Generate CFFI bindings for a c2ffi output. ;;; ;;; Copyright (C) 2015, Attila Lendvai <attila@lendvai.name> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation ;;;...
39,219
Common Lisp
.lisp
779
37.237484
1,222
0.550211
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
f2e59ea6a38f78d02314ca1d8f3519fa94600263f363532d16b1d7e49aa57333
42,992
[ 352917 ]
42,993
asdf.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/src/c2ffi/asdf.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; asdf.lisp --- ASDF components for cffi/c2ffi. ;;; ;;; Copyright (C) 2015, Attila Lendvai <attila@lendvai.name> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation ;;; files (the "Sof...
9,833
Common Lisp
.lisp
192
42.364583
92
0.654362
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
013d93b188b999547e6211b7c5797dba397e36630846942914db3a57bae2198e
42,993
[ 480077 ]
42,994
fsbv.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/tests/fsbv.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; fsbv.lisp --- Tests of foreign structure by value calls. ;;; ;;; Copyright (C) 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"), to ...
5,372
Common Lisp
.lisp
155
31.922581
78
0.7052
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
01bd1677b2ec8d9146ae28c87a0e8cadd4f56246f09a22fe3fae0990679ad02d
42,994
[ 66733, 232254, 459991 ]
42,995
package.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/tests/package.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; package.lisp --- CFFI-TESTS package definition. ;;; ;;; Copyright (C) 2005-2006, James Bielman <jamesjb@jamesjb.com> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation ;;; files (t...
1,463
Common Lisp
.lisp
31
45.935484
70
0.735664
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
c5d12e1b243c0ef739c8228fbf43060adec55839ef857f4cac80d360cf961a6d
42,995
[ 12637, 42889 ]
42,996
defcfun.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/tests/defcfun.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; defcfun.lisp --- Tests function definition and calling. ;;; ;;; Copyright (C) 2005-2007, Luis Oliveira <loliveira@common-lisp.net> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentatio...
19,913
Common Lisp
.lisp
440
40.934091
87
0.683852
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
45a701e7db018987182934ce886677f2e12038ba207364abcf8ba87d02217044
42,996
[ 383194 ]
42,997
callbacks.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/tests/callbacks.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; callbacks.lisp --- Tests on callbacks. ;;; ;;; Copyright (C) 2005-2006, 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 (th...
20,291
Common Lisp
.lisp
444
40.673423
81
0.642348
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
b2d6efedcfe428aa37c09e868d221bae14eb0e1dd474c9c94d31c2b92ad1a46a
42,997
[ 401290 ]
42,998
foreign-globals.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/tests/foreign-globals.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; foreign-globals.lisp --- Tests on foreign globals. ;;; ;;; Copyright (C) 2005-2007, Luis Oliveira <loliveira(@)common-lisp.net> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation ;...
9,274
Common Lisp
.lisp
251
33.553785
79
0.691021
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
e93925f45dd5c75b7e7de4be09e138352212aa1711ab3813b6c3aaa719820c96
42,998
[ 201275 ]
42,999
memory.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/tests/memory.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; memory.lisp --- Tests for memory referencing. ;;; ;;; Copyright (C) 2005-2006, James Bielman <jamesjb@jamesjb.com> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation ;;; files (the...
19,026
Common Lisp
.lisp
557
29.271095
81
0.65322
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
3ce374f0f6f262d7dbe767e9612b72fd11a6311daebdf0fbcb3d87722570b7be
42,999
[ 230432 ]
43,000
enum.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/tests/enum.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; enum.lisp --- Tests on C enums. ;;; ;;; Copyright (C) 2005-2006, 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 "Soft...
6,793
Common Lisp
.lisp
215
27.106977
91
0.661115
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
1b9c3ba8f1b79acf6fc9262079f6dae188ddd68be0c2bd923be4e7d6b0ff1864
43,000
[ 369146 ]
43,002
run-tests.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/tests/run-tests.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; run-tests.lisp --- Simple script to run the unit tests. ;;; ;;; Copyright (C) 2005-2006, James Bielman <jamesjb@jamesjb.com> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation ;;; ...
1,651
Common Lisp
.lisp
37
43.216216
70
0.728065
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
e4ae1d1355c3c076c7b0642adf923ef1041008aa2d4b2beaa91fb56088209122
43,002
[ 230701, 343602 ]
43,003
misc-types.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/tests/misc-types.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; misc-types.lisp --- Various tests on the type system. ;;; ;;; Copyright (C) 2005-2006, Luis Oliveira <loliveira(@)common-lisp.net> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentatio...
9,485
Common Lisp
.lisp
260
32.584615
77
0.674634
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
eb85a8d11905867d497aea6d1ff6ab8e3448e1ee5f766d347f274b1de6ba2e33
43,003
[ 271853 ]
43,004
grovel.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/tests/grovel.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; grovel.lisp --- CFFI-Grovel tests. ;;; ;;; Copyright (C) 2014, 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 "Software...
5,888
Common Lisp
.lisp
108
42.657407
114
0.586972
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
151e9f3a32f124306115cf59b05e2e453ea8000bf9b1860a6f3b08f2afde54bb
43,004
[ 369521, 374694 ]
43,005
test-asdf.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/tests/test-asdf.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; asdf.lisp --- CFFI-Grovel asdf support tests. ;;; ;;; Copyright (C) 2015, 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 (th...
1,852
Common Lisp
.lisp
41
42.731707
87
0.719027
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
b630d0aaa25031f67f72318114b745144fb8f8195cf589a3e4fc9aca2edd3659
43,005
[ 441616 ]
43,006
arrays.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/tests/arrays.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; arrays.lisp --- Tests for foreign arrays. ;;; ;;; 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 ;;; obtaining...
3,464
Common Lisp
.lisp
65
48.938462
79
0.691424
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
df3d2a50d298254f86504afde6240443dd95b4bc08e1e74ec96fed234a339dc6
43,006
[ 96814 ]
43,007
funcall.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/tests/funcall.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; funcall.lisp --- Tests function calling. ;;; ;;; 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 ;;; obtaining ...
8,238
Common Lisp
.lisp
206
34.718447
86
0.660703
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
2e629fbf0564304bedba7ac47410a6c0a988483dd320f69e8bc3810f7c4f01aa
43,007
[ 249456 ]
43,008
misc.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/tests/misc.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; misc.lisp --- Miscellaneous tests. ;;; ;;; Copyright (C) 2006, 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 "Software...
4,449
Common Lisp
.lisp
113
35.699115
70
0.706509
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
7deb1f9b605f8274e48deb12e07faeae8c3c14846b4e80bdce66a3083fa96073
43,008
[ 246162 ]
43,010
struct.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/tests/struct.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; struct.lisp --- Foreign structure type 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 person ;;; obtai...
22,107
Common Lisp
.lisp
571
33.042032
124
0.642156
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
b654dde63b601dbf4fe2a5a6d0dd4f90f3a82abb443de1ca998d3f7bbf5c4950
43,010
[ 236401 ]
43,011
libffi-types.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/libffi/libffi-types.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; libffi-types.lisp -- CFFI-Grovel definitions for libffi ;;; ;;; Copyright (C) 2009, 2010, 2011, 2017 Liam M. Healy <lhealy@common-lisp.net> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated doc...
3,460
Common Lisp
.lisp
94
35.329787
80
0.694237
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
c1212611207d659b42b144d2c0f7a6d0c770360be1d013c45a7240a1cf5f5660
43,011
[ 7152 ]
43,012
type-descriptors.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/libffi/type-descriptors.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; type-descriptors.lisp --- Build malloc'd libffi type descriptors ;;; ;;; 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 "So...
4,698
Common Lisp
.lisp
101
37.257426
164
0.609756
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
2296553b4a705911b6174c79388ac9df9f024e42cdc8d84ad78c6ccf0bb26651
43,012
[ 222259, 377070 ]
43,013
libffi.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/libffi/libffi.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; libffi.lisp --- Load libffi ;;; ;;; 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"), to deal in the Software wit...
1,793
Common Lisp
.lisp
35
49.8
161
0.717379
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
990c2eab8e4d04f2e3e313f08c19af71a940d3a66dcd54190455c49653604412
43,013
[ 101298 ]
43,014
libffi-functions.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/libffi/libffi-functions.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; init.lisp --- Load libffi and define basics ;;; ;;; Copyright (C) 2009, 2010, 2011 Liam Healy <lhealy@common-lisp.net> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation ;;; files ...
1,647
Common Lisp
.lisp
39
40.666667
72
0.733791
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
a641270fcf8df26fe4e79827d5439e8a1eec7aaaa0f141eff5522ecf772e25a2
43,014
[ 12431, 316653 ]
43,015
funcall.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/libffi/funcall.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; funcall.lisp -- FOREIGN-FUNCALL implementation using libffi ;;; ;;; Copyright (C) 2009, 2010, 2011 Liam M. Healy <lhealy@common-lisp.net> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated docum...
6,437
Common Lisp
.lisp
123
41.276423
100
0.617008
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
2c002c2eeebdf891f3e253968fd5ff5c7b5731d25f3789c9ab0aef84782b3b3d
43,015
[ 408688 ]
43,016
static-link.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/toolchain/static-link.lisp
;; FIXME: arrange packages so that this can be moved in ASDF some time later? (in-package #:cffi-toolchain) (defun static-ops-enabled-p () (ensure-toolchain-parameters) (and (or *linkkit-start* *linkkit-end*) t)) (defclass static-runtime-op (monolithic-bundle-op link-op selfward-operation) () (:documentation "...
4,750
Common Lisp
.lisp
84
43.964286
99
0.576369
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
05778382af9ad9fb1e0285d4e2e073720ca886ed30be6b8a19e21273db38f207
43,016
[ 458917 ]
43,017
package.lisp
NailykSturm_Info805-TP/src/Import/quicklisp/dists/quicklisp/software/cffi-20221106-git/toolchain/package.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; package.lisp --- Toolchain DEFPACKAGE. ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation ;;; files (the "Software"), to deal in the Software without ;;; restriction, including with...
1,932
Common Lisp
.lisp
45
40.644444
70
0.716331
NailykSturm/Info805-TP
0
0
0
GPL-3.0
9/19/2024, 11:51:23 AM (Europe/Amsterdam)
b9603b840ef3f93e226b4ee5f8851b4c6e8712fb00ed8c88d6d63aafe4a2badd
43,017
[ 374623 ]