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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1,620 | package.lisp | ghollisjr_cl-ana/symbol-utils/package.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 1,014 | Common Lisp | .lisp | 26 | 36.461538 | 70 | 0.68997 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 16ec65efc63c08e98f35020c9ee502ea67c69d658e6aa893be0ce070f0c6eed0 | 1,620 | [
-1
] |
1,621 | package.lisp | ghollisjr_cl-ana/spline/package.lisp | (defpackage :cl-ana.spline
(:use :cl
:cl-ana.fitting
:cl-ana.macro-utils
:cl-ana.list-utils
:cl-ana.tensor
:cl-ana.math-functions)
(:export
:polynomial-spline ; supports polynomial splines of arbitrary order
;; struct accessors
:polynomial-spline-degree
:polynomia... | 724 | Common Lisp | .lisp | 21 | 29.428571 | 70 | 0.730659 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 7c638cae8c9d25350f71ec8ab95dd9a3e206e455b21f9deafcef48b36cc0be0f | 1,621 | [
-1
] |
1,622 | spline.lisp | ghollisjr_cl-ana/spline/spline.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2021 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either version ... | 21,214 | Common Lisp | .lisp | 580 | 23.860345 | 92 | 0.496748 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | b35dc91efeb1f04dcd5f06c0b30c1df815b6ad0836c0bc3d57e5acff9678b488 | 1,622 | [
-1
] |
1,623 | package.lisp | ghollisjr_cl-ana/makeres-block/package.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013-2015 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either v... | 1,148 | Common Lisp | .lisp | 31 | 33.580645 | 70 | 0.670251 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 85905d8d1151f948ef596bc81e2509ca73eabd5b9d55fc859d7ed94061d2455f | 1,623 | [
-1
] |
1,624 | makeres-block.lisp | ghollisjr_cl-ana/makeres-block/makeres-block.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013-2015 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ver... | 2,860 | Common Lisp | .lisp | 67 | 34.164179 | 75 | 0.602366 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 6b088ac3cc9af61f418c5dc70efb35eb6e5a8b3209fd4fe72ac837b0745e52cc | 1,624 | [
-1
] |
1,625 | test.lisp | ghollisjr_cl-ana/makeres-block/test.lisp | (require 'cl-ana)
(in-package :cl-ana)
(defproject makeres-block-test
"/home/ghollisjr/test/makeres-block/test"
(list #'blocktrans)
(fixed-cache 5))
(defres a
(list 1 2 3))
(defresblock (b c d)
(setres b (sum (res a)))
(setres c (zip (res a) (list (resfn 'b))))
(setres d 5))
| 296 | Common Lisp | .lisp | 12 | 22 | 45 | 0.657143 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 7d5b178322503fa1096908e2be6e710b20cc7bc4a6ec2cad6118f724a01c2564 | 1,625 | [
-1
] |
1,626 | logres-test.lisp | ghollisjr_cl-ana/makeres/logres-test.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013-2015 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either v... | 1,521 | Common Lisp | .lisp | 45 | 30.177778 | 70 | 0.652352 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 8edca0b9e2d279235df8743c0bf9fca559aa190896caad69e20724912eb2e9b2 | 1,626 | [
-1
] |
1,627 | function.lisp | ghollisjr_cl-ana/makeres/function.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013-2015 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either v... | 1,437 | Common Lisp | .lisp | 35 | 35.914286 | 73 | 0.652827 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 55203f21e0d7f3690497adf13c5cc046960dd819cb26aa1b10bb30a773660e5f | 1,627 | [
-1
] |
1,628 | package.lisp | ghollisjr_cl-ana/makeres/package.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013-2015 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ver... | 4,037 | Common Lisp | .lisp | 173 | 19.17341 | 70 | 0.680664 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 1dea355e18efff43d9fc96988156d9749feec8ac1be9df694c9f0cde2ae3d896 | 1,628 | [
-1
] |
1,629 | hash-table.lisp | ghollisjr_cl-ana/makeres/hash-table.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013-2015 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ver... | 3,129 | Common Lisp | .lisp | 77 | 27.857143 | 70 | 0.513451 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | fc35534ff6fb5ba5e8d0e883d36e4feee99d1a30cb4156481fe8f6f3fab1a9ac | 1,629 | [
-1
] |
1,630 | lrestrans.lisp | ghollisjr_cl-ana/makeres/lrestrans.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 3,953 | Common Lisp | .lisp | 85 | 39.211765 | 71 | 0.629917 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | bf2d24b2f1e93dfc73f31e4dcbcbeb690e1c6eca72ec543da66b143c738b65e0 | 1,630 | [
-1
] |
1,631 | err-num.lisp | ghollisjr_cl-ana/makeres/err-num.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013-2015 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ver... | 1,414 | Common Lisp | .lisp | 37 | 33.945946 | 70 | 0.657434 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | dc0f03863364c94207653407ea5cca6b29e3fd1d50271342e63ca140c722dbe6 | 1,631 | [
-1
] |
1,632 | cons.lisp | ghollisjr_cl-ana/makeres/cons.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013-2015 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ver... | 3,927 | Common Lisp | .lisp | 98 | 27.336735 | 70 | 0.512814 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 7cb7254aa43c1807c8bb4c5501466e80c29a041ed736e294cd9c822ad71c6248 | 1,632 | [
-1
] |
1,633 | function-test.lisp | ghollisjr_cl-ana/makeres/function-test.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013-2015 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either v... | 1,207 | Common Lisp | .lisp | 31 | 37.16129 | 70 | 0.713185 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 0226b0202b0e52e52af9e5328516ac11fd8092e604485a08cfd0a986a003c0fc | 1,633 | [
-1
] |
1,634 | makeres.lisp | ghollisjr_cl-ana/makeres/makeres.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ve... | 68,599 | Common Lisp | .lisp | 1,756 | 28.502278 | 86 | 0.562264 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 77d6b21c54fbdb59b76e84ae708e01ed79067ba87cd29a4e0b32433f2154476c | 1,634 | [
-1
] |
1,635 | array.lisp | ghollisjr_cl-ana/makeres/array.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013-2015 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ver... | 2,574 | Common Lisp | .lisp | 68 | 26.911765 | 70 | 0.538369 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | e2df8b833cba53caac9719f6664c165583531168eaefeee3e1a588e97ad3cc58 | 1,635 | [
-1
] |
1,636 | makeres-test.lisp | ghollisjr_cl-ana/makeres/makeres-test.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 3,089 | Common Lisp | .lisp | 84 | 34.380952 | 70 | 0.708068 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 8b823559b2950bb0a2c099749987d18bd7f6ad718242920ccc8523b8c4ab73f6 | 1,636 | [
-1
] |
1,637 | test.lisp | ghollisjr_cl-ana/makeres/test.lisp | (require 'cl-ana)
(in-package :cl-ana)
(defproject makeres-test
"/home/ghollisjr/cl-ana/makeres/makeres-test"
(list #'macrotrans #'progresstrans)
#'singleton-cache)
(defres a
(list 1 2 3 4))
(defres (a sum)
(sum (res a)))
(defres b
5)
(defres (+ a b)
(+ (res a)
(res b)))
(defres craziness
... | 557 | Common Lisp | .lisp | 33 | 13.757576 | 49 | 0.615234 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 85dc569ded4f8fca9cc1e2a85d975ba1f65e2aa81d06b5d30bfbed30e90ed50f | 1,637 | [
-1
] |
1,638 | histogram.lisp | ghollisjr_cl-ana/makeres/histogram.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013-2015 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either v... | 1,719 | Common Lisp | .lisp | 39 | 37.307692 | 70 | 0.637015 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | eeded6830419c906de1ce73b8cd0d030b17f65356587956811b99f0b6956c8cb | 1,638 | [
-1
] |
1,639 | string.lisp | ghollisjr_cl-ana/makeres/string.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013-2015 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ver... | 1,376 | Common Lisp | .lisp | 34 | 35.411765 | 70 | 0.649477 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | c7c2ca63eac8ad9a0609e41463e9115e992ed676b1c3970679e6c6eb7d9017af | 1,639 | [
-1
] |
1,640 | package.lisp | ghollisjr_cl-ana/statistics/package.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 1,627 | Common Lisp | .lisp | 47 | 28.510638 | 70 | 0.637516 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 08d57a5f435d14774b5b4ea7fe45c14d04fd7e519b5b6930c8ab01488b3f6d67 | 1,640 | [
-1
] |
1,641 | statistics.lisp | ghollisjr_cl-ana/statistics/statistics.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ve... | 8,810 | Common Lisp | .lisp | 252 | 24.84127 | 73 | 0.522554 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | f64a0c825255bfc1fa5cca8758872470cbe913df59eeb0741744f876dbf68d95 | 1,641 | [
-1
] |
1,642 | test.lisp | ghollisjr_cl-ana/statistics/test.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 1,012 | Common Lisp | .lisp | 25 | 38.48 | 70 | 0.703252 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 54a32ecf6fd4735ac8ee4ac148f553bfa558d6a71370176aad5218f1afbfbd96 | 1,642 | [
-1
] |
1,643 | package.lisp | ghollisjr_cl-ana/int-char/package.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 938 | Common Lisp | .lisp | 23 | 39.434783 | 70 | 0.704918 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 768714b50bbd08a4fbc9eea4685adc52b26a2871bef342a43fde2daf83ac2f2a | 1,643 | [
-1
] |
1,644 | int-char.lisp | ghollisjr_cl-ana/int-char/int-char.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 2,832 | Common Lisp | .lisp | 126 | 18.952381 | 70 | 0.545354 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | ba860a539aab5e0de789664e94a0d5b36e4f63c55b26586a583de026d12fb55d | 1,644 | [
-1
] |
1,645 | package.lisp | ghollisjr_cl-ana/hdf-typespec/package.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 1,140 | Common Lisp | .lisp | 33 | 32.454545 | 70 | 0.701627 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | d6d4fc2c4c62177a028da6115857ad5898044ef5616d490a06c9f1c60768405b | 1,645 | [
-1
] |
1,646 | hdf-typespec.lisp | ghollisjr_cl-ana/hdf-typespec/hdf-typespec.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ve... | 5,025 | Common Lisp | .lisp | 121 | 34.768595 | 78 | 0.638202 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | e29a793ca6798e6d1262259fdf3b02cb1826452faca306c243287ba4db0474fe | 1,646 | [
-1
] |
1,647 | package.lisp | ghollisjr_cl-ana/package-utils/package.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 1,072 | Common Lisp | .lisp | 27 | 36.851852 | 70 | 0.690613 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 28654d21a9576ac9d235d059ffa496b29fef7fe221946e97013615bba92004fe | 1,647 | [
-1
] |
1,648 | package-utils.lisp | ghollisjr_cl-ana/package-utils/package-utils.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 3,023 | Common Lisp | .lisp | 70 | 38.642857 | 70 | 0.690767 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 346e4e3bf0a7121d95e1338d2e6672a8b1ac77a13f6a5a7b3c8757ae2e02a7bf | 1,648 | [
-1
] |
1,649 | package.lisp | ghollisjr_cl-ana/makeres-macro/package.lisp | ;;;; makeres-macro is a Common Lisp make-like tool for computations.
;;;; Copyright 2014 Gary Hollis
;;;;
;;;; This file is part of makeres-macro.
;;;;
;;;; makeres-macro is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Sof... | 1,277 | Common Lisp | .lisp | 33 | 34.272727 | 77 | 0.672566 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | a633cf831b37c0b6687f784fa6357287f573ef0f3277ac3804d09719acbcc6a2 | 1,649 | [
-1
] |
1,650 | makeres-macro.lisp | ghollisjr_cl-ana/makeres-macro/makeres-macro.lisp | ;;;; makeres-macro is a Common Lisp make-like tool for computations.
;;;; Copyright 2014 Gary Hollis
;;;;
;;;; This file is part of makeres-macro.
;;;;
;;;; makeres-macro is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Softw... | 10,287 | Common Lisp | .lisp | 262 | 27.572519 | 77 | 0.538592 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 19f511faea0364bd3c8923e5e3e204b10d274d59114f527bd4dba59a754450b8 | 1,650 | [
-1
] |
1,651 | fn-test.lisp | ghollisjr_cl-ana/makeres-macro/tests/fn-test.lisp | (require 'cl-ana)
(in-package :cl-ana)
(defproject fn-test "/home/ghollisjr/test/fn-test"
(list #'macrotrans #'progresstrans)
(fixed-cache 5))
(defres x
2)
(define-res-function *x (x)
(* (res x) x))
(defres y
(*x 5))
(define-res-function fn (a b &rest keys &key c)
(list :a a :b b :keys keys :c c :x (r... | 392 | Common Lisp | .lisp | 17 | 20.117647 | 50 | 0.605978 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 6a49bf76d03304728263504511012e7822532050e2f223334edf0b13325399a5 | 1,651 | [
-1
] |
1,652 | dep-test.lisp | ghollisjr_cl-ana/makeres-macro/tests/dep-test.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013-2015 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either v... | 1,134 | Common Lisp | .lisp | 32 | 33.65625 | 70 | 0.697993 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 27e4bec8c776891a52dfd0d315a505c85b6fb9746e014cb1dabdc5bde63fe446 | 1,652 | [
-1
] |
1,653 | test.lisp | ghollisjr_cl-ana/makeres-macro/tests/test.lisp | ;;;; makeres-macro is a Common Lisp make-like tool for computations.
;;;; Copyright 2014 Gary Hollis
;;;;
;;;; This file is part of makeres-macro.
;;;;
;;;; makeres-macro is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Sof... | 1,520 | Common Lisp | .lisp | 37 | 34.675676 | 77 | 0.627119 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 664c27e3206face0304c5e1dbf9f5acb81ce87f52b59a62501957e1c55b2556c | 1,653 | [
-1
] |
1,654 | package.lisp | ghollisjr_cl-ana/table/package.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ve... | 1,565 | Common Lisp | .lisp | 50 | 27.28 | 70 | 0.668428 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 997f7572933792479095f66c516402707dcb48a64f922942f05a0f23ac4347fe | 1,654 | [
-1
] |
1,655 | table-chain.lisp | ghollisjr_cl-ana/table/table-chain.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 3,373 | Common Lisp | .lisp | 83 | 37.457831 | 70 | 0.73118 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | c95da1315b64cb49b47f8446da1f21854e50b061f0b4923fcc72421d13976984 | 1,655 | [
-1
] |
1,656 | plist-table.lisp | ghollisjr_cl-ana/table/plist-table.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ve... | 3,165 | Common Lisp | .lisp | 81 | 34.765432 | 72 | 0.687622 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 80c91493c12d78c446897cea09ee4e1a0657f052fb8ee012a6ea0c9628ad37af | 1,656 | [
-1
] |
1,657 | table.lisp | ghollisjr_cl-ana/table/table.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ve... | 13,320 | Common Lisp | .lisp | 298 | 33.90604 | 79 | 0.59498 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 062841189089b7b6a0e00ad9dfb254d78f3250793790b9f107515dc51171ff1f | 1,657 | [
-1
] |
1,658 | test.lisp | ghollisjr_cl-ana/table/test.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 1,136 | Common Lisp | .lisp | 33 | 31.575758 | 70 | 0.66788 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 8aaed26abf6a5f5cce881d12728ff7d2b3bcc056453429106dd801a67a9fe443 | 1,658 | [
-1
] |
1,659 | makeres-branch.lisp | ghollisjr_cl-ana/makeres-branch/makeres-branch.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013-2015 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ver... | 11,051 | Common Lisp | .lisp | 251 | 25.250996 | 99 | 0.431803 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 4d0409b37d77ec5bf9e79ca5d37f19f997f29c49c87adeeae364cef81809c5b8 | 1,659 | [
-1
] |
1,660 | package.lisp | ghollisjr_cl-ana/makeres-branch/package.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013-2015 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ver... | 1,154 | Common Lisp | .lisp | 32 | 33.8125 | 70 | 0.708036 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 3d299516ffa72a2933098ed902b92d11c17df5b2b0532a4344de64fa243668dd | 1,660 | [
-1
] |
1,661 | test2.lisp | ghollisjr_cl-ana/makeres-branch/tests/test2.lisp | (require 'cl-ana)
(in-package :cl-ana)
(defproject branch
"/home/ghollisjr/test/makeres-branch/"
(list #'branchtrans)
(fixed-cache 5))
(defres (branching xs)
(branch (list 1 2 3 4 5)))
(defres (branching ys)
(branch (list 6 7 8 9 10)))
(defres double-x
(branch (res (branching xs))
(* (branc... | 800 | Common Lisp | .lisp | 30 | 21.933333 | 42 | 0.610526 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 41eb8dbec45add197c0a12f42fa401e12ff5d87daee1a92084e35750df706cb4 | 1,661 | [
-1
] |
1,662 | test.lisp | ghollisjr_cl-ana/makeres-branch/tests/test.lisp | (require 'cl-ana)
(in-package :cl-ana)
(defproject branch
"/home/ghollisjr/test/makeres-branch/"
(list #'branchtrans)
(fixed-cache 5))
(defparameter *xs*
(list 1 2 3 4 5))
(defparameter *ys*
(list 6 7 8 9 10))
(defres double-x
(branch *xs*
(* (branch) 2)))
(defres double-y
(branch *ys*
(* ... | 648 | Common Lisp | .lisp | 30 | 18.466667 | 42 | 0.639803 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 5cad750e8644a16a14386d51dbd5385ec0ed29188f52e0dd7253b39968cd7c70 | 1,662 | [
-1
] |
1,663 | package.lisp | ghollisjr_cl-ana/gsl-cffi/package.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 1,006 | Common Lisp | .lisp | 26 | 36.961538 | 70 | 0.699694 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 9cf310c3e2b42f67613cc668d3786f74dfa31131d07b689688762e4a86437429 | 1,663 | [
-1
] |
1,664 | gsl-cffi.lisp | ghollisjr_cl-ana/gsl-cffi/gsl-cffi.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ve... | 1,794 | Common Lisp | .lisp | 44 | 38 | 70 | 0.697474 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | bad7a3562697d72587cc789dd2c27e4610b29d89e9f1c4bae02d8c5c2711fc30 | 1,664 | [
-1
] |
1,665 | binary-tree.lisp | ghollisjr_cl-ana/binary-tree/binary-tree.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 6,289 | Common Lisp | .lisp | 166 | 25.222892 | 74 | 0.502458 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 43e7058565d874475ab7821de4ba8b14c676c2a045b63ed8796a124013a4f9ca | 1,665 | [
-1
] |
1,666 | package.lisp | ghollisjr_cl-ana/binary-tree/package.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 1,165 | Common Lisp | .lisp | 32 | 33.15625 | 70 | 0.678445 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | d905116979725ff0843f1249c98d8a00ea0cb8344f1b118f044a22a03ffe2cef | 1,666 | [
-1
] |
1,667 | nonlinear-least-squares.lisp | ghollisjr_cl-ana/upstream/gsll/solve-minimize-fit/nonlinear-least-squares.lisp | ;; Nonlinear least squares fitting.
;; Liam Healy, 2008-02-09 12:59:16EST nonlinear-least-squares.lisp
;; Time-stamp: <2016-08-07 21:32:38EDT nonlinear-least-squares.lisp>
;;
;; Copyright 2008, 2009, 2011, 2012, 2016 Liam M. Healy
;; Distributed under the terms of the GNU General Public License
;;
;; This program is fr... | 19,318 | Common Lisp | .lisp | 402 | 43.475124 | 98 | 0.654865 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 888472ab17a5ca1810bfc91c4c7d5261bcfb17597416f06779658924cfc5b1f7 | 1,667 | [
-1
] |
1,668 | gnuplot-interface.lisp | ghollisjr_cl-ana/gnuplot-interface/gnuplot-interface.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 1,430 | Common Lisp | .lisp | 38 | 32.973684 | 70 | 0.658501 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | fd735fdd673efbf97e6249cab40cb2ad48f6ca7c086b9914e5ea1b75f7bc27ca | 1,668 | [
-1
] |
1,669 | package.lisp | ghollisjr_cl-ana/fitting/package.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 1,353 | Common Lisp | .lisp | 42 | 27.952381 | 70 | 0.661574 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 74b80bb94361533611d69cac405746c1f1a91e5d3853da633838ea777e9ab558 | 1,669 | [
-1
] |
1,670 | functions.lisp | ghollisjr_cl-ana/fitting/functions.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ve... | 4,759 | Common Lisp | .lisp | 139 | 29.805755 | 70 | 0.630619 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | d602fa51aa374e8b93b956bca81888d27712044a49ca444cab7d057723da944b | 1,670 | [
-1
] |
1,671 | fitting.lisp | ghollisjr_cl-ana/fitting/fitting.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ve... | 8,475 | Common Lisp | .lisp | 198 | 30.792929 | 83 | 0.545202 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | ceefc3f21decf3e3ab45bd1abc3aedb4d41a795e1621681d7b92957583e0cdce | 1,671 | [
-1
] |
1,672 | test.lisp | ghollisjr_cl-ana/fitting/test.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ve... | 1,280 | Common Lisp | .lisp | 32 | 33.5 | 70 | 0.590545 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | bbfb20607abea9f88186211e88186b8032a051de10db078d2dc0240a6b5656f4 | 1,672 | [
-1
] |
1,673 | package.lisp | ghollisjr_cl-ana/makeres-table/package.lisp | (defpackage #:cl-ana.makeres-table
(:use :cl
:cl-ana.memoization
:cl-ana.list-utils
:cl-ana.macro-utils
:cl-ana.table
:cl-ana.reusable-table
:cl-ana.hdf-utils
:cl-ana.csv-table
:cl-ana.ntuple-table
:cl-ana.hdf-table
:cl-ana.hash-table-uti... | 1,928 | Common Lisp | .lisp | 85 | 17.976471 | 61 | 0.670646 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | cdaa489bc3289dd4349119e6672c4b9307146d77a3bd61c10ea220446f8d0133 | 1,673 | [
-1
] |
1,674 | table-operators.lisp | ghollisjr_cl-ana/makeres-table/table-operators.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ve... | 10,145 | Common Lisp | .lisp | 240 | 33.1875 | 84 | 0.607573 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 0797c6bc3cc27fa239de0a4813d918a302f7419d2302535d34ec49954824be7f | 1,674 | [
-1
] |
1,675 | logging.lisp | ghollisjr_cl-ana/makeres-table/logging.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013-2015 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ver... | 5,350 | Common Lisp | .lisp | 126 | 39.960317 | 79 | 0.61506 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | f94874a4ac5091ba363a7cb7af06170873b5377963d01e6f18ca78a7523d9646 | 1,675 | [
-1
] |
1,676 | tabletrans.lisp | ghollisjr_cl-ana/makeres-table/tabletrans.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ve... | 75,441 | Common Lisp | .lisp | 1,661 | 26.02348 | 101 | 0.418272 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 8713e3cbc6a838f708fea4f475ed028f8737b1f26a4503ef60dc794a8f7b16f8 | 1,676 | [
-1
] |
1,677 | smart-gensym.lisp | ghollisjr_cl-ana/makeres-table/smart-gensym.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 2,000 | Common Lisp | .lisp | 52 | 33.307692 | 70 | 0.654143 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | f316f91aa904b689d1a97c991a814607c911d76564621e225b6ea49e0246fce7 | 1,677 | [
-1
] |
1,678 | openers.lisp | ghollisjr_cl-ana/makeres-table/openers.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ve... | 6,732 | Common Lisp | .lisp | 189 | 24.671958 | 70 | 0.535272 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 4af11f91bc0d87f6ba500de9912f3f29707a80a50438c04edf776673a9bbb19c | 1,678 | [
-1
] |
1,679 | merge-test.lisp | ghollisjr_cl-ana/makeres-table/tests/merge-test.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013-2015 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ver... | 2,529 | Common Lisp | .lisp | 87 | 23.804598 | 70 | 0.578839 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 81fe21c06b0bf09ec5ea7a94b4f48afa3183e25607e9ce7c14f67746c1c4ca25 | 1,679 | [
-1
] |
1,680 | lfield-logging-test.lisp | ghollisjr_cl-ana/makeres-table/tests/lfield-logging-test.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013-2015 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ver... | 1,700 | Common Lisp | .lisp | 55 | 26.327273 | 70 | 0.61515 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | fafe2e41c18eb39461219ca2dce7b9bf7df7053728c8d79b45d9b1ffbf0599e5 | 1,680 | [
-1
] |
1,681 | simple-test.lisp | ghollisjr_cl-ana/makeres-table/tests/simple-test.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 2,190 | Common Lisp | .lisp | 74 | 24.891892 | 70 | 0.620362 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 3e2f74f0202ff46e9166d8641624d878184fdfd330b56b2cd2cde6f20c16ff4a | 1,681 | [
-1
] |
1,682 | csv-test.lisp | ghollisjr_cl-ana/makeres-table/tests/csv-test.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013-2015 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either v... | 2,921 | Common Lisp | .lisp | 94 | 23.712766 | 70 | 0.543162 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 1b06161c4bd7f163d09c106abf4632ee46db47dc1d548f3a0c535e77df74a985 | 1,682 | [
-1
] |
1,683 | tabletrans-test.lisp | ghollisjr_cl-ana/makeres-table/tests/tabletrans-test.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 3,288 | Common Lisp | .lisp | 119 | 21.689076 | 70 | 0.54981 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 69fea830ef97c1f55e7884a07aff186d39cd0f66ef3492487ef028f388761d95 | 1,683 | [
-1
] |
1,684 | push-fields.lisp | ghollisjr_cl-ana/makeres-table/tests/push-fields.lisp | (require 'cl-ana)
(in-package :cl-ana)
(defproject push-fields
"/home/ghollisjr/test/makeres-table/push-fields"
(list #'macrotrans #'tabletrans #'progresstrans)
(fixed-cache 5))
(setf *print-pretty* 10)
(with-open-hdf-file (file (work-path "src.h5")
:direction :output
... | 1,245 | Common Lisp | .lisp | 39 | 21.641026 | 55 | 0.488333 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 65e014ccc96b1c9ab2d258b45d6c4ae5ce7e3de572247227366fcd1899f904ca | 1,684 | [
-1
] |
1,685 | lfield-dep-test.lisp | ghollisjr_cl-ana/makeres-table/tests/lfield-dep-test.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013-2015 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either v... | 1,462 | Common Lisp | .lisp | 46 | 28.521739 | 70 | 0.65625 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | aa7a9f4afe82e2f9aeb463885e122d818721145cb07e67740021d1f4da138884 | 1,685 | [
-1
] |
1,686 | lfields.lisp | ghollisjr_cl-ana/makeres-table/tests/lfields.lisp | (require 'cl-ana)
(in-package :cl-ana)
(defproject lfields
"/home/ghollisjr/test/makeres-table/lfields/"
(list #'macrotrans #'tabletrans)
(fixed-cache 5))
(setf *print-progress* 10)
(defres (bootstrap src)
(with-open-hdf-file (file (work-path "src.h5")
:direction :output
... | 1,948 | Common Lisp | .lisp | 68 | 18.323529 | 72 | 0.441948 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 29886ee6f7dfe9e817aacb8c097528b6cdf70a0643e8d6d900483954622eab59 | 1,686 | [
-1
] |
1,687 | lfields-test.lisp | ghollisjr_cl-ana/makeres-table/tests/lfields-test.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ve... | 1,759 | Common Lisp | .lisp | 56 | 26.535714 | 70 | 0.596222 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 9e3a1a7f7ba7ec1b3517f9f0c31eda5e50e330925b967aabe49dca68a8c56632 | 1,687 | [
-1
] |
1,688 | resmacrotest.lisp | ghollisjr_cl-ana/makeres-table/tests/resmacrotest.lisp | (require 'cl-ana)
(in-package :cl-ana)
;; Project settings. Change the path to something that works for you
(defproject resmacrotest
"/home/ghollisjr/test/makeres-table/resmacrotest/"
(list #'macrotrans #'tabletrans #'progresstrans)
(fixed-cache 5))
(setf *print-progress* 100)
;; Source data
(defres npoints
... | 1,581 | Common Lisp | .lisp | 49 | 24.77551 | 68 | 0.586614 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | fd40811244d6ceae16c3c156d0c313e91a3f87dfebfdad003281a324a447bbc9 | 1,688 | [
-1
] |
1,689 | lfields-dep-test.lisp | ghollisjr_cl-ana/makeres-table/tests/lfields-dep-test.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2016 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either version ... | 2,159 | Common Lisp | .lisp | 60 | 32.25 | 70 | 0.661406 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | e3090e2c8dbfe50d6ca00647b6de049be744c1759e35ba644be9dd05009dfb5c | 1,689 | [
-1
] |
1,690 | test.lisp | ghollisjr_cl-ana/makeres-table/tests/test.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 2,701 | Common Lisp | .lisp | 97 | 22.731959 | 70 | 0.596986 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | e1351eaeb705b1cb2e500bbeef3c575220ed9d239e97ccce1452377828d3fb90 | 1,690 | [
-1
] |
1,691 | package.lisp | ghollisjr_cl-ana/generic-math/package.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 1,625 | Common Lisp | .lisp | 78 | 16.474359 | 70 | 0.602846 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 7c5ad9684b5912693445212d9e040ae2e88781d8e780b218cdc69e31bc9f986f | 1,691 | [
-1
] |
1,692 | generic-math.lisp | ghollisjr_cl-ana/generic-math/generic-math.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 6,316 | Common Lisp | .lisp | 173 | 33.901734 | 77 | 0.707145 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 0f3d56411ac2ac888e55430da030a7ef18db7f1f966787bf3030a16ab6045bd3 | 1,692 | [
-1
] |
1,693 | number.lisp | ghollisjr_cl-ana/generic-math/number.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 2,493 | Common Lisp | .lisp | 76 | 29.592105 | 70 | 0.662207 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | ed4264a55e99bab5c0fc487b6fc5876c0c0351f3e14f111f1a46b8330698cf1e | 1,693 | [
-1
] |
1,694 | package.lisp | ghollisjr_cl-ana/linear-algebra/package.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 1,429 | Common Lisp | .lisp | 43 | 28.627907 | 70 | 0.657514 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 429f0d9c8708118a4988e5dd7561f635ceb254df86b0279a6b2f3ed624312a42 | 1,694 | [
-1
] |
1,695 | linear-algebra.lisp | ghollisjr_cl-ana/linear-algebra/linear-algebra.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ve... | 9,804 | Common Lisp | .lisp | 251 | 28.49004 | 83 | 0.547849 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 55c900847ddce9e499c826e95b89a704b20d53460081964dc29a8a998760714a | 1,695 | [
-1
] |
1,696 | package.lisp | ghollisjr_cl-ana/calculus/package.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 1,109 | Common Lisp | .lisp | 30 | 33.533333 | 70 | 0.675023 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 9e3ab8c5db8f2ecbae9926f89128210e5b50da379bd7395921dc0a39cb24092a | 1,696 | [
-1
] |
1,697 | differentiation.lisp | ghollisjr_cl-ana/calculus/differentiation.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ve... | 2,276 | Common Lisp | .lisp | 60 | 28.933333 | 70 | 0.561681 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 8f83f9fa1ef65dbb6504c3ab75ebc51475f91f4518e8d0a64e721522f8d58eae | 1,697 | [
-1
] |
1,698 | rk4.lisp | ghollisjr_cl-ana/calculus/rk4.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2021 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either version ... | 2,439 | Common Lisp | .lisp | 62 | 27.612903 | 70 | 0.477675 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 89bdf66fe2ad18978e31d5ca2889b530bc1315f4126396a58213be439ed5bc55 | 1,698 | [
-1
] |
1,699 | newton.lisp | ghollisjr_cl-ana/calculus/newton.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ve... | 6,666 | Common Lisp | .lisp | 155 | 31.509677 | 73 | 0.557251 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 8840a6af5332bac62777d4f83744823352b1df74686f3dd4429ee040cffc7f2d | 1,699 | [
-1
] |
1,700 | package.lisp | ghollisjr_cl-ana/table-viewing/package.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 1,200 | Common Lisp | .lisp | 32 | 34.3125 | 70 | 0.679245 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | d79967b5d9c0929eaf9f4d6cf82c19ae4a3b58ca9227288427d3e06183a0f8a4 | 1,700 | [
-1
] |
1,701 | table-viewing.lisp | ghollisjr_cl-ana/table-viewing/table-viewing.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 3,344 | Common Lisp | .lisp | 67 | 39.432836 | 75 | 0.610771 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | d33037dc583b511575f102d4fc23eb5c43d9d7b1eb03f5ef57ef1061f31a6948 | 1,701 | [
-1
] |
1,702 | test.lisp | ghollisjr_cl-ana/table-viewing/test.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 1,319 | Common Lisp | .lisp | 37 | 30.594595 | 70 | 0.634299 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | d10ff16fd3bd13be4f09d5f721e018477b58e71891dfaeac2099dca3c25caf2d | 1,702 | [
-1
] |
1,703 | package.lisp | ghollisjr_cl-ana/error-propogation/package.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 1,457 | Common Lisp | .lisp | 39 | 34.589744 | 70 | 0.683616 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 3bc956a47b323c730c8da1109bff3ed62e9b3537d746f17052d135d1ec891495 | 1,703 | [
-1
] |
1,704 | error-propogation.lisp | ghollisjr_cl-ana/error-propogation/error-propogation.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ve... | 10,962 | Common Lisp | .lisp | 299 | 28.317726 | 70 | 0.528503 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | e6d86e3672c33ce56e102266831f00c32a75f8c4ad756d23ce02d047b5ebce67 | 1,704 | [
-1
] |
1,705 | large-example.lisp | ghollisjr_cl-ana/tutorials/dop/large-example.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013-2016 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ver... | 26,948 | Common Lisp | .lisp | 672 | 23.604167 | 85 | 0.427732 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 422b8c1b598929c5ec2bdf793b0646f4385d233847345cd213a5c20f4b9408c7 | 1,705 | [
-1
] |
1,706 | package.lisp | ghollisjr_cl-ana/file-utils/package.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ve... | 1,255 | Common Lisp | .lisp | 38 | 30.447368 | 70 | 0.697368 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 62091a3efcd1094931301717d01f736e1e880916006bfd6b5218fc6273bca85e | 1,706 | [
-1
] |
1,707 | stat-utils.lisp | ghollisjr_cl-ana/file-utils/stat-utils.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013-2015 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ver... | 1,309 | Common Lisp | .lisp | 31 | 36.193548 | 70 | 0.63558 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 807b11979995533b9e3e42ce9b848a9ee4c4d49a97e3392569b06a8d9ad72408 | 1,707 | [
-1
] |
1,708 | write-utils.lisp | ghollisjr_cl-ana/file-utils/write-utils.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013-2015 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either v... | 1,416 | Common Lisp | .lisp | 34 | 34.852941 | 70 | 0.626541 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 5fbd2e50a2c5299890b03e6972196cb6a7912686eca272b3e89e92517b293b17 | 1,708 | [
-1
] |
1,709 | sha.lisp | ghollisjr_cl-ana/file-utils/sha.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013-2015 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ver... | 1,644 | Common Lisp | .lisp | 43 | 32.488372 | 70 | 0.633917 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 0418aca5e5623208b31175f68335f6fa67defb001b92fdee921a662136537eae | 1,709 | [
-1
] |
1,710 | read-utils.lisp | ghollisjr_cl-ana/file-utils/read-utils.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 1,910 | Common Lisp | .lisp | 49 | 32.55102 | 70 | 0.628032 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 76ac5c79c2bec4200b227aa37201a7dd5401a2e45224d7d510cd2fa8ced71732 | 1,710 | [
-1
] |
1,711 | package.lisp | ghollisjr_cl-ana/csv-table/package.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 1,130 | Common Lisp | .lisp | 30 | 34.766667 | 70 | 0.686988 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | b1f844f9fde31bdcf830c8425decd387ae12aaf2fae236501c2e395abda289a0 | 1,711 | [
-1
] |
1,712 | csv-table.lisp | ghollisjr_cl-ana/csv-table/csv-table.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;; Copyright 2019 Katherine Cox-Buday
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;;... | 5,994 | Common Lisp | .lisp | 158 | 28.588608 | 72 | 0.582074 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 0bb70cd775678c695b4faa5672c2fd73a32bad0b8c867c755a53b172ea3696e1 | 1,712 | [
-1
] |
1,713 | test.lisp | ghollisjr_cl-ana/csv-table/test.lisp | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 1,450 | Common Lisp | .lisp | 43 | 31.767442 | 70 | 0.679771 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 0ab6f2ac185a97b47d639eb02b526c87b8900d9ec54a2148855ef96d041d7d03 | 1,713 | [
-1
] |
1,714 | cl-ana.asd | ghollisjr_cl-ana/cl-ana.asd | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013-2015 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ver... | 2,778 | Common Lisp | .asd | 72 | 28.402778 | 70 | 0.564302 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | acbf101024dcabf72cd24c72143b814145ef2a65e1bee1fbf3bac1ef3f9a5ad5 | 1,714 | [
-1
] |
1,715 | cl-ana.string-utils.asd | ghollisjr_cl-ana/string-utils/cl-ana.string-utils.asd | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 1,156 | Common Lisp | .asd | 29 | 38 | 70 | 0.707815 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | c9d0f2f51b0149a07510c1ecc9bf791221fbd5811d99f5f8ed2f3e8830a0a5aa | 1,715 | [
-1
] |
1,716 | cl-ana.functional-utils.asd | ghollisjr_cl-ana/functional-utils/cl-ana.functional-utils.asd | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 1,155 | Common Lisp | .asd | 29 | 37.896552 | 70 | 0.712 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | dc4e735fa314ffcd88b41e42c77b9a52bb3d45bb8ebd65cf97619d7b68445e06 | 1,716 | [
-1
] |
1,717 | cl-ana.makeres-progress.asd | ghollisjr_cl-ana/makeres-progress/cl-ana.makeres-progress.asd | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013-2015 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either v... | 1,224 | Common Lisp | .asd | 31 | 36.419355 | 71 | 0.690436 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | 247b677533345ebd9d4baccd48c1fbc36e7228ccc4a4f0095b0249bc875f7d3d | 1,717 | [
-1
] |
1,718 | cl-ana.serialization.asd | ghollisjr_cl-ana/serialization/cl-ana.serialization.asd | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 1,430 | Common Lisp | .asd | 36 | 35.25 | 70 | 0.667145 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | c97344099c8e237342ff2377b849b7725e392cc910ab432d65e0e41407672485 | 1,718 | [
-1
] |
1,719 | cl-ana.hdf-table.asd | ghollisjr_cl-ana/hdf-table/cl-ana.hdf-table.asd | ;;;; cl-ana is a Common Lisp data analysis library.
;;;; Copyright 2013, 2014 Gary Hollis
;;;;
;;;; This file is part of cl-ana.
;;;;
;;;; cl-ana is free software: you can redistribute it and/or modify it
;;;; under the terms of the GNU General Public License as published by
;;;; the Free Software Foundation, either ... | 1,504 | Common Lisp | .asd | 41 | 32.04878 | 70 | 0.645007 | ghollisjr/cl-ana | 196 | 18 | 8 | GPL-3.0 | 9/19/2024, 11:25:22 AM (Europe/Amsterdam) | cafed0825dd9cd3c988f3a12cc8d62beb1a3cd63bb83c41af1b6d2f5c45cfa7b | 1,719 | [
-1
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.