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
26,568
debugging.lisp
simoninireland_cl-vhdsl/src/hw/debugging.lisp
;; Some debgging support code ;; ;; Copyright (C) 2024 Simon Dobson ;; ;; This file is part of cl-vhdsl, a Common Lisp DSL for hardware design ;; ;; cl-vhdsl 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, e...
1,933
Common Lisp
.lisp
44
41.272727
75
0.712607
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
dcb45c61efd0b492e0a889ccb4488c05af5cbbcb6141038d3ce1d25c7c1e9226
26,568
[ -1 ]
26,569
package.lisp
simoninireland_cl-vhdsl/src/hw/package.lisp
;; Package for fully-software-emulated hardware ;; ;; Copyright (C) 2024 Simon Dobson ;; ;; This file is part of cl-vhdsl, a Common Lisp DSL for hardware design ;; ;; cl-vhdsl 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 Soft...
3,404
Common Lisp
.lisp
138
21.144928
75
0.690366
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
4afc24459774b63aeef26d492f9c3879c588998c0e8d3f9a529a0182b5700834
26,569
[ -1 ]
26,570
ram.lisp
simoninireland_cl-vhdsl/src/hw/ram.lisp
;; Software-emulated RAM ;; ;; Copyright (C) 2024 Simon Dobson ;; ;; This file is part of cl-vhdsl, a Common Lisp DSL for hardware design ;; ;; cl-vhdsl 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,167
Common Lisp
.lisp
80
36.2375
75
0.705442
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
4772a7ffaa10c119a1ca018636cd5e7b67bb75bbc19c76482ac12d0c55d37a93
26,570
[ -1 ]
26,571
alu.lisp
simoninireland_cl-vhdsl/src/hw/alu.lisp
;; Software-emulated arithmetic logic unit ;; ;; Copyright (C) 2024 Simon Dobson ;; ;; This file is part of cl-vhdsl, a Common Lisp DSL for hardware design ;; ;; cl-vhdsl 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 ...
3,875
Common Lisp
.lisp
110
31.218182
79
0.657937
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
8f85f2fc8f06707c479d3d4d3933f5732dce6289272f31333134b62801b8dabd
26,571
[ -1 ]
26,572
control.lisp
simoninireland_cl-vhdsl/src/hw/control.lisp
;; Software-emulted control units ;; ;; Copyright (C) 2024 Simon Dobson ;; ;; This file is part of cl-vhdsl, a Common Lisp DSL for hardware design ;; ;; cl-vhdsl 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 Foundatio...
1,606
Common Lisp
.lisp
35
44.571429
79
0.772379
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
c2f3ca3b3c8e5f944bd4729396a53d381410b175ba603e93ac44d0010352ff0f
26,572
[ -1 ]
26,573
ring-counter.lisp
simoninireland_cl-vhdsl/src/hw/ring-counter.lisp
;; Software-emulated ring counter ;; ;; Copyright (C) 2024 Simon Dobson ;; ;; This file is part of cl-vhdsl, a Common Lisp DSL for hardware design ;; ;; cl-vhdsl 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 Foundatio...
2,157
Common Lisp
.lisp
57
35
75
0.722302
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
0a8cb8f92579899b6a687f880a20013bfdc6769d295402a373b0ba945cbc628b
26,573
[ -1 ]
26,574
conditions.lisp
simoninireland_cl-vhdsl/src/hw/conditions.lisp
;; Conditions for emulated hardware components ;; ;; Copyright (C) 2024 Simon Dobson ;; ;; This file is part of cl-vhdsl, a Common Lisp DSL for hardware design ;; ;; cl-vhdsl 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...
9,823
Common Lisp
.lisp
232
38.284483
92
0.726016
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
51ab2982c3616ce516fad1a99246db07d0031d2c0dbb5c1741edb0730eae67c1
26,574
[ -1 ]
26,575
microinstruction.lisp
simoninireland_cl-vhdsl/src/hw/microinstruction.lisp
;; Micro-instructions ;; ;; Copyright (C) 2024 Simon Dobson ;; ;; This file is part of cl-vhdsl, a Common Lisp DSL for hardware design ;; ;; cl-vhdsl 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,782
Common Lisp
.lisp
123
43.373984
80
0.723616
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
b9fc3dae3ca24a7f7043e0a8c445c5f03d4ee8c7615432d66e9583aa66f739c2
26,575
[ -1 ]
26,576
register.lisp
simoninireland_cl-vhdsl/src/hw/register.lisp
;; Software-emulated registers ;; ;; Copyright (C) 2024 Simon Dobson ;; ;; This file is part of cl-vhdsl, a Common Lisp DSL for hardware design ;; ;; cl-vhdsl 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, ...
4,004
Common Lisp
.lisp
95
39.242105
75
0.722165
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
f106e92c851c0f618930647588337f175a41aa8dd623458a59c5607119001e50
26,576
[ -1 ]
26,577
component.lisp
simoninireland_cl-vhdsl/src/hw/component.lisp
;; Base class for fully-software-emulated hardware components ;; ;; Copyright (C) 2024 Simon Dobson ;; ;; This file is part of cl-vhdsl, a Common Lisp DSL for hardware design ;; ;; cl-vhdsl is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;;...
10,485
Common Lisp
.lisp
248
38.71371
90
0.705569
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
0b0c000d61a5c9f77bab2688b767d47ff02b438024a8d1ef35b6a18146daebbd
26,577
[ -1 ]
26,578
arch.lisp
simoninireland_cl-vhdsl/src/hw/arch.lisp
;; Underlying services for fully-software-emulated hardware components ;; ;; Copyright (C) 2024 Simon Dobson ;; ;; This file is part of cl-vhdsl, a Common Lisp DSL for hardware design ;; ;; cl-vhdsl is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as publis...
13,165
Common Lisp
.lisp
356
33.58427
76
0.690456
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
ead2b97827d50fda67e2257dbe36ab9ed3ef6eabde2d4c342c3a3d70a8207ed8
26,578
[ -1 ]
26,579
mop.lisp
simoninireland_cl-vhdsl/src/hw/mop.lisp
;; Metaclass for defining pin-oriented interfaces ;; ;; Copyright (C) 2024 Simon Dobson ;; ;; This file is part of cl-vhdsl, a Common Lisp DSL for hardware design ;; ;; cl-vhdsl 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 So...
7,319
Common Lisp
.lisp
170
39.823529
83
0.728131
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
6f6a8c1a0ea8bd4deaa09e3af8c329f16789767864c32defd1608807f7a22f5d
26,579
[ -1 ]
26,580
wiring.lisp
simoninireland_cl-vhdsl/src/hw/wiring.lisp
;; Wiring-up the pin interfaces of components ;; ;; Copyright (C) 2024 Simon Dobson ;; ;; This file is part of cl-vhdsl, a Common Lisp DSL for hardware design ;; ;; cl-vhdsl 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 Softwa...
3,738
Common Lisp
.lisp
90
38.322222
90
0.696049
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
71626430379f834520e9c8286503937897ba49b8944a468b5da1de67536f2868
26,580
[ -1 ]
26,581
mixins.lisp
simoninireland_cl-vhdsl/src/hw/mixins.lisp
;; Mixins for common component features ;; ;; Copyright (C) 2024 Simon Dobson ;; ;; This file is part of cl-vhdsl, a Common Lisp DSL for hardware design ;; ;; cl-vhdsl 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 Fou...
4,029
Common Lisp
.lisp
100
37.36
76
0.720924
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
775291dd74c33db1048a9b4e637d91e35324e6d93042d79e08e45bb9319eb2be
26,581
[ -1 ]
26,582
syntax.lisp
simoninireland_cl-vhdsl/src/rtl/syntax.lisp
;; Tester functions for RTLisp ;; ;; Copyright (C) 2024 Simon Dobson ;; ;; This file is part of cl-vhdsl, a Common Lisp DSL for hardware design ;; ;; cl-vhdsl 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, ...
2,966
Common Lisp
.lisp
71
39.126761
77
0.684137
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
2e827ab1b3a0b4b73d5673d937ced45147f3f1f418d7e4d509c5840fa90eab77
26,582
[ -1 ]
26,583
package.lisp
simoninireland_cl-vhdsl/src/rtl/package.lisp
;; Package for RTLisp, a synthesisable fragment of Lisp ;; ;; Copyright (C) 2024 Simon Dobson ;; ;; This file is part of cl-vhdsl, a Common Lisp DSL for hardware design ;; ;; cl-vhdsl is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the F...
1,090
Common Lisp
.lisp
30
34.2
75
0.735795
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
effd97e6553cd8afd02dba691b9a0da669dbb57be28f4af24be7540a7007480c
26,583
[ -1 ]
26,584
parser.lisp
simoninireland_cl-vhdsl/src/rtl/parser.lisp
;; Tree traversal and parsing for RTLisp ;; ;; Copyright (C) 2024 Simon Dobson ;; ;; This file is part of cl-vhdsl, a Common Lisp DSL for hardware design ;; ;; cl-vhdsl 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 Fo...
1,490
Common Lisp
.lisp
34
41.647059
76
0.748792
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
e8ec0fdce0713d6f376d5b0ae7cf474dab70b7c8b15f98c9d5784e65cc85e6a3
26,584
[ -1 ]
26,585
conditions.lisp
simoninireland_cl-vhdsl/src/rtl/conditions.lisp
;; Conditions for synthesis ;; ;; Copyright (C) 2024 Simon Dobson ;; ;; This file is part of cl-vhdsl, a Common Lisp DSL for hardware design ;; ;; cl-vhdsl 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, eit...
1,864
Common Lisp
.lisp
44
39.681818
93
0.739514
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
38049f475b78027a0d3f123f0c00abcd510b877c8574958c9b87cf35bc1b2a59
26,585
[ -1 ]
26,586
package.lisp
simoninireland_cl-vhdsl/systems/6502/package.lisp
;; Package definition for the 6502 emulator ;; ;; Copyright (C) 2024 Simon Dobson ;; ;; This file is part of cl-vhdsl, a Common Lisp DSL for hardware design ;; ;; cl-vhdsl 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...
1,523
Common Lisp
.lisp
48
28.916667
75
0.723622
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
dc6a6e23ca6db5eb7130844eced5cadb883245ce97be275979e18541f5332795
26,586
[ -1 ]
26,587
addressing.lisp
simoninireland_cl-vhdsl/systems/6502/addressing.lisp
;; 6502 addressing modes ;; ;; Copyright (C) 2024 Simon Dobson ;; ;; This file is part of cl-vhdsl, a Common Lisp DSL for hardware design ;; ;; cl-vhdsl 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...
8,939
Common Lisp
.lisp
219
37.543379
83
0.69335
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
3842bd97b84ea02773dd313c8b8f6758e85aed31050cc69355ca31f1217df2ef
26,587
[ -1 ]
26,588
instructions.lisp
simoninireland_cl-vhdsl/systems/6502/instructions.lisp
;; 6502 instructions ;; ;; Copyright (C) 2024 Simon Dobson ;; ;; This file is part of cl-vhdsl, a Common Lisp DSL for hardware design ;; ;; cl-vhdsl 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,439
Common Lisp
.lisp
140
36.171429
98
0.690657
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
ef86814d1420f5e3f401e33ab1c890a918df6aca3a6a2f2ca5dc5bd33e2b3fdd
26,588
[ -1 ]
26,589
assembler.lisp
simoninireland_cl-vhdsl/systems/6502/assembler.lisp
;; 6502 assembler ;; ;; Copyright (C) 2024 Simon Dobson ;; ;; This file is part of cl-vhdsl, a Common Lisp DSL for hardware design ;; ;; cl-vhdsl 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 versio...
4,805
Common Lisp
.lisp
116
38.37931
84
0.71253
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
c8cfde362c57772da6550bacb9eaeb6b6c8a9b7f2bff734ca3b442cabad71fb7
26,589
[ -1 ]
26,590
emu.lisp
simoninireland_cl-vhdsl/systems/6502/emu.lisp
;; 6502 emulation in software ;; ;; Copyright (C) 2024 Simon Dobson ;; ;; This file is part of cl-vhdsl, a Common Lisp DSL for hardware design ;; ;; cl-vhdsl 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, e...
816
Common Lisp
.lisp
19
41.894737
75
0.757538
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
0f767129ed447566bb77203519cc4dd485cfb5bcb3d853c4a3bdfd9c1e467839
26,590
[ -1 ]
26,591
arch.lisp
simoninireland_cl-vhdsl/systems/6502/arch.lisp
;; 6502 architecture definition ;; ;; Copyright (C) 2024 Simon Dobson ;; ;; This file is part of cl-vhdsl, a Common Lisp DSL for hardware design ;; ;; cl-vhdsl 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,...
2,199
Common Lisp
.lisp
49
40.408163
75
0.690187
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
5505011e9b4563534af769e4d4e32d9dd3263d2b536f9bbf3e984f8781653e7a
26,591
[ -1 ]
26,592
package.lisp
simoninireland_cl-vhdsl/systems/6502/test/package.lisp
;; Test package for the 6502 emulator ;; ;; Copyright (C) 2024 Simon Dobson ;; ;; This file is part of cl-vhdsl, a Common Lisp DSL for hardware design ;; ;; cl-vhdsl 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 Found...
987
Common Lisp
.lisp
24
39.791667
75
0.746875
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
21f4e527f821541569dc61173b0b766d4d2ba941ed13c9e43ba6181b075765d2
26,592
[ -1 ]
26,593
test-emu.lisp
simoninireland_cl-vhdsl/systems/6502/test/test-emu.lisp
;; Tests of 6502 software emulation ;; ;; Copyright (C) 2024 Simon Dobson ;; ;; This file is part of cl-vhdsl, a Common Lisp DSL for hardware design ;; ;; cl-vhdsl 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 Foundat...
3,413
Common Lisp
.lisp
93
32.666667
87
0.658699
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
f4315e98f76e7ca582efdec15a79c8a208ba7b9001b31a535f1bfeb4bfbcb587
26,593
[ -1 ]
26,594
test-assembler.lisp
simoninireland_cl-vhdsl/systems/6502/test/test-assembler.lisp
;; Test the 6502 assemler ;; ;; Copyright (C) 2023 Simon Dobson ;; ;; This file is part of cl-vhdsl, a Common Lisp DSL for hardware design ;; ;; cl-vhdsl 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, eithe...
2,048
Common Lisp
.lisp
44
43.818182
80
0.690381
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
3649ee3dbe55c024564f34c6e6e803847f7b40d8cae61d62c170c380e2c2e414
26,594
[ -1 ]
26,595
package.lisp
simoninireland_cl-vhdsl/systems/sap-1/package.lisp
;; Package definition for the SAP-1 emulator ;; ;; Copyright (C) 2024 Simon Dobson ;; ;; This file is part of cl-vhdsl, a Common Lisp DSL for hardware design ;; ;; cl-vhdsl 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 Softwar...
1,220
Common Lisp
.lisp
35
32.514286
75
0.727119
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
23bad738135387abd6d53c74f90e55a04694438beaf624d6cd2c1b3e735ff0cd
26,595
[ -1 ]
26,596
explicit.lisp
simoninireland_cl-vhdsl/systems/sap-1/explicit.lisp
;; A minimal, explicitly-coded reference SAP-1 ;; ;; Copyright (C) 2024 Simon Dobson ;; ;; This file is part of cl-vhdsl, a Common Lisp DSL for hardware design ;; ;; cl-vhdsl 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...
1,836
Common Lisp
.lisp
56
28.767857
75
0.660623
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
223131daf9f7792d89ca0d4c1abe418d7959c0b82a4164ce8b1a8c432e7189d7
26,596
[ -1 ]
26,597
sap-1.lisp
simoninireland_cl-vhdsl/systems/sap-1/sap-1.lisp
;; SAP-1 architecture ;; ;; Copyright (C) 2024 Simon Dobson ;; ;; This file is part of cl-vhdsl, a Common Lisp DSL for hardware design ;; ;; cl-vhdsl 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,481
Common Lisp
.lisp
120
34.391667
75
0.704419
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
e168e15057fa2995fba26fd1c641e82090fb16cd6ba8a3cccf3afd38219fbff4
26,597
[ -1 ]
26,598
package.lisp
simoninireland_cl-vhdsl/systems/sap-1/test/package.lisp
;; Test package for the SAP-1 emulator ;; ;; Copyright (C) 2024 Simon Dobson ;; ;; This file is part of cl-vhdsl, a Common Lisp DSL for hardware design ;; ;; cl-vhdsl 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 Foun...
1,092
Common Lisp
.lisp
26
40.384615
75
0.734463
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
d1ee8794b398e483950faf0ba05f6be0815d2ad69cd585a6817ce6dc5ca2d99e
26,598
[ -1 ]
26,599
test-emu.lisp
simoninireland_cl-vhdsl/systems/sap-1/test/test-emu.lisp
;; Tests of SAP-1 software emulation ;; ;; Copyright (C) 2024 Simon Dobson ;; ;; This file is part of cl-vhdsl, a Common Lisp DSL for hardware design ;; ;; cl-vhdsl 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 Founda...
2,967
Common Lisp
.lisp
59
45.915254
90
0.686918
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
7d67b7d088aa93a6c7eec01d5b77b0d655d4770baf1aea58a8567a2f41cfd414
26,599
[ -1 ]
26,600
test-explicit.lisp
simoninireland_cl-vhdsl/systems/sap-1/test/test-explicit.lisp
;; Tests of SAP-1 reference implementation ;; ;; Copyright (C) 2024 Simon Dobson ;; ;; This file is part of cl-vhdsl, a Common Lisp DSL for hardware design ;; ;; cl-vhdsl 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 ...
2,452
Common Lisp
.lisp
63
35.253968
75
0.648125
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
59bfa3736fb962ada9c6634b98206b753dd118742c6ed28692cab4b56c7d9899
26,600
[ -1 ]
26,601
cl-vhdsl.asd
simoninireland_cl-vhdsl/cl-vhdsl.asd
;; System definitions ;; ;; Copyright (C) 2023--2024 Simon Dobson ;; ;; This file is part of cl-vhdsl, a Common Lisp DSL for hardware design ;; ;; cl-vhdsl 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, eit...
4,531
Common Lisp
.asd
131
29.251908
84
0.611491
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
e56da1d5b619cee111bb27e9af77c5461083dbd5800f00565ad7c98cfcbaffc5
26,601
[ -1 ]
26,603
.readthedocs.yaml
simoninireland_cl-vhdsl/.readthedocs.yaml
version: 2 build: os: ubuntu-22.04 tools: python: "3.11" apt_packages: - libcurl4-openssl-dev jobs: post_system_dependencies: - git clone -b release https://github.com/roswell/roswell.git - (cd roswell && sh bootstrap && ./configure --prefix=$HOME/.local && make && make install) python: i...
401
Common Lisp
.l
16
21.875
96
0.701571
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
001fcb1ed97f8201c525e9ca6d2047146f2fb78c2e7afff68f9faeef25ffd7b2
26,603
[ -1 ]
26,604
Makefile
simoninireland_cl-vhdsl/Makefile
# Makefile for cl-vhdsl # # Copyright (C) 2024 Simon Dobson # # This file is part of cl-vhdsl, a Common Lisp DSL for hardware design # # cl-vhdsl 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 ...
4,248
Common Lisp
.l
108
37.675926
120
0.728425
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
9bf82887f6f4bc9339141bd299fc3ca21e6a200ff8fe7ee06c7af81eef63bf77
26,604
[ -1 ]
26,652
Makefile
simoninireland_cl-vhdsl/doc/Makefile
# Minimal makefile for Sphinx documentation # # You can set these variables from the command line, and also # from the environment for the first two. SPHINXOPTS ?= SPHINXBUILD ?= sphinx-build SOURCEDIR = . BUILDDIR = _build # Put it first so that "make" without argument is like "make help". help: @$(SP...
634
Common Lisp
.l
16
38.25
72
0.70684
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
4acd02b509ce1d4bc4dcf29ef8b8db9541cf72e3ae10772909d83c1a07b5c15f
26,652
[ -1 ]
26,653
install.rst
simoninireland_cl-vhdsl/doc/install.rst
Installation ============ In a nutshell ------------- **Lisps**: Steel Bank Common Lisp v.24.0 or later **Operating systems**: Linux, OS X **License**: `GNU General Public License v3 or later (GPLv3) <http://www.gnu.org/licenses/gpl.html>`_ **Repository**: https://github.com/simoninireland/cl-vhdsl **Maintainer**...
797
Common Lisp
.l
20
37.8
101
0.71916
simoninireland/cl-vhdsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
2f0dcb78dc7a2d213373c1c528898c376b50fb877d393b97926c340fafc6597f
26,653
[ -1 ]
26,683
tasker.lisp
dpflug_cl-tasker/tasker.lisp
(defpackage #:cl-tasker (:use #:cl #:xml-emitter) (:import-from #:xml-emitter) (:export :flash :tasker-data)) (in-package :cl-tasker) (defun get-java-time () (+ (mod (get-internal-real-time) 1000) ; Close enough. (* 1000 (- (get-universal-time) 2208988800)))) ;;; Make hash tables easier to create. (s...
10,005
Common Lisp
.lisp
413
20.656174
102
0.688035
dpflug/cl-tasker
1
1
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
5da731364b739ada84a5f2720946aef822fb4dcda07c90033e8d2888df9a60c0
26,683
[ -1 ]
26,684
cl-tasker.asd
dpflug_cl-tasker/cl-tasker.asd
(asdf:defsystem #:cl-tasker :name "cl-tasker" :author "David Pflug <david@pflug.email>" :maintainer "David Pflug <david@pflug.email" :description "Generator of Tasker XML files" :long-description "This is a package to help you create XML files that Tasker will import, so you can create projects, profiles, and...
458
Common Lisp
.asd
8
54.5
207
0.751111
dpflug/cl-tasker
1
1
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
05cbbd9b0a24a3f5d1b39712e8c9b7e61f23c445243eb6e16f1e354cbc5f1b54
26,684
[ -1 ]
26,702
package.lisp
simoninireland_cl-bitfields/test/package.lisp
;; package.lisp: Test package ;; ;; Copyright (C) 2023 Simon Dobson ;; ;; This file is part of cl-bitfields, Common Lisp DSL macros for bitfields ;; ;; cl-bitfields 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 Founda...
965
Common Lisp
.lisp
23
40.652174
79
0.756124
simoninireland/cl-bitfields
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
356c6dd7256fbd5a100840eda654c40146f5c83233912fcdfd93952877a63af2
26,702
[ -1 ]
26,703
test-bitfields.lisp
simoninireland_cl-bitfields/test/test-bitfields.lisp
;; test-bitfields.lisp: Test bitfield extraction and binding ;; ;; Copyright (C) 2023 Simon Dobson ;; ;; This file is part of cl-bitfields, Common Lisp DSL macros for bitfields ;; ;; cl-bitfields is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published...
14,661
Common Lisp
.lisp
438
28.335616
86
0.582125
simoninireland/cl-bitfields
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
d7d1b6ecef091992e2fa2b57e1b0359c065ab471138c2e550654b0abd0416352
26,703
[ -1 ]
26,704
package.lisp
simoninireland_cl-bitfields/src/package.lisp
;; cl-bitfields.lisp: Package definition for cl-bitfields ;; ;; Copyright (C) 2023 Simon Dobson ;; ;; This file is part of cl-bitfields, Common Lisp DSL macros for bitfields ;; ;; cl-bitfields is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by...
1,074
Common Lisp
.lisp
28
36.285714
79
0.75
simoninireland/cl-bitfields
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
92297ee225c5675046f2c3e4e40865a7f025375eea79747689411376d48b7dc3
26,704
[ -1 ]
26,705
conditions.lisp
simoninireland_cl-bitfields/src/conditions.lisp
;; conditions.lisp: Conditions signalled by bitfield operations ;; ;; Copyright (C) 2023 Simon Dobson ;; ;; This file is part of cl-bitfields, Common Lisp DSL macros for bitfields ;; ;; cl-bitfields is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as publis...
1,296
Common Lisp
.lisp
27
46.481481
104
0.75712
simoninireland/cl-bitfields
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
500f9de2f0393e69a3849a1a43755b8a29c2a92a477a86e5ef3631c20f92cf40
26,705
[ -1 ]
26,706
bitfields.lisp
simoninireland_cl-bitfields/src/bitfields.lisp
;; bitfields.lisp -- Bitfield manipulation ;; ;; Copyright (C) 2023 Simon Dobson ;; ;; This file is part of cl-bitfields, Common Lisp DSL macros for bitfields ;; ;; cl-bitfields 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 So...
18,384
Common Lisp
.lisp
483
32.660455
86
0.631972
simoninireland/cl-bitfields
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
ad46b09d31f07ca99f8032f43fcd24e13bf00221799946ea3c3b87b4478e794d
26,706
[ -1 ]
26,707
cl-bitfields.asd
simoninireland_cl-bitfields/cl-bitfields.asd
;; cl-bitfields.asd: ASDF system definition for cl-bitfields ;; ;; Copyright (C) 2023 Simon Dobson ;; ;; This file is part of cl-bitfields, Common Lisp DSL macros for bitfields ;; ;; cl-bitfields is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published...
1,479
Common Lisp
.asd
36
38.638889
79
0.724497
simoninireland/cl-bitfields
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
9d428cd073a43c33a9a9ee11139319c88c86e51fbe4d0a0fde1a183b3295ba58
26,707
[ -1 ]
26,729
split-shot.lisp
smithzvk_Split-Shot/split-shot.lisp
(in-package :split-shot) (defvar *width* 800) (defvar *arena-height* 500) (defvar *height* 600) (defvar *keys* '(:1 :q :2 :w :3 :e :4 :r :5 :t :6 :y :7 :u :8 :i :9 :o :0)) (defgame split-shot () () (:viewport-width *width*) (:viewport-height *height*) (:viewport-title "SplitShot")) (defvar *black* (vec4 ...
16,876
Common Lisp
.lisp
389
32.534704
86
0.526191
smithzvk/Split-Shot
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
52fc67b1ecea7f68bd89c714ca5895520efe0e2c3ed603dba64606f3f2e86fb1
26,729
[ -1 ]
26,730
utils.lisp
smithzvk_Split-Shot/utils.lisp
(in-package :split-shot) (defun ensure-list (x) (if (consp x) x (list x)))
91
Common Lisp
.lisp
5
14
24
0.571429
smithzvk/Split-Shot
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
57ed00770e7afefed551244b18deccd05727f2e5b5c742d0cdc73bd93e5fd6d5
26,730
[ -1 ]
26,731
split-shot.asd
smithzvk_Split-Shot/split-shot.asd
(asdf:defsystem #:split-shot :author "Zach Kost-Smith" :license "GPLv3 or later" :version "0.1" :serial t :components ((:file "package") (:file "utils") (:file "split-shot")) :depends-on (:iterate :trivial-gamekit))
259
Common Lisp
.asd
9
23
42
0.598394
smithzvk/Split-Shot
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
3d2e3115b4d394b812c992499dc28a415affcf867de9084920a87d25bae272f8
26,731
[ -1 ]
26,750
rfc8439.lisp
hackergrrl_rfc-8439/rfc8439.lisp
;;;; Implementation of RFC 8439: ChaCha20 and Poly1305 for IETF Protocols. ;; https://datatracker.ietf.org/doc/html/rfc8439 (defconstant +state-constants+ #(#x61707865 #x3320646e #x79622d32 #x6b206574)) (defconstant +p+ (- (expt 2 130) 5)) (defun norm32 (n) "Computes n mod 2^32." (logand n #xFFFFFFFF)) (defun 32...
19,315
Common Lisp
.lisp
406
32.426108
95
0.468419
hackergrrl/rfc-8439
1
0
0
AGPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
9ff413b6f761827db3c8510a4bfbc7e112f50b8601fc4a7ae80f1d2c95161bd2
26,750
[ -1 ]
26,767
miguedrez.lisp
html_cl-chess/miguedrez.lisp
;;; -*- encoding: utf-8 -*- ;;; ;;; miguedrez.lisp ;;; Main ;;; gamallo, February 11, 2007 ;;; ;; Copyright 2007, 2008, 2009 Manuel Felipe Gamallo Rivero. ;; This file is part of Miguedrez. ;; Miguedrez is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Publi...
3,140
Common Lisp
.lisp
75
36.266667
170
0.646418
html/cl-chess
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
37556cd78a119d9a3e68922ab1dd7e04d4a5565d3a280f756a507ce2317eb8d4
26,767
[ -1 ]
26,768
io.lisp
html_cl-chess/io.lisp
;;; -*- encoding: utf-8 -*- ;;; ;;; io.lisp ;;; Input/Output ;;; gamallo, February 11, 2007 ;;; ;; Copyright 2007, 2008, 2009 Manuel Felipe Gamallo Rivero. ;; This file is part of Miguedrez. ;; Miguedrez is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Publ...
2,839
Common Lisp
.lisp
69
36.028986
75
0.598188
html/cl-chess
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
1a573d7c9a3f53778d41071e93b3026c8c607b4a8cc544ac5db1ca26bc9a22cb
26,768
[ -1 ]
26,769
data.lisp
html_cl-chess/data.lisp
;;; -*- encoding: utf-8 -*- ;;; ;;; data.lisp ;;; Data definitions and manipulation functions ;;; gamallo, February 11, 2007 ;;; ;; Copyright 2007, 2008, 2009 Manuel Felipe Gamallo Rivero. ;; This file is part of Miguedrez. ;; Miguedrez is free software: you can redistribute it and/or modify ;; it under ...
7,207
Common Lisp
.lisp
219
26.730594
75
0.570012
html/cl-chess
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
196f1dc29e8741696d7ceb3ed024b2827e60744618710c5d139fbe10336a80b9
26,769
[ -1 ]
26,770
ai.lisp
html_cl-chess/ai.lisp
;;; -*- encoding: utf-8 -*- ;;; ;;; ai.lisp ;;; Artificial Intelligence ;;; gamallo, February 11, 2007 ;;; ;; Copyright 2007, 2008, 2009 Manuel Felipe Gamallo Rivero. ;; This file is part of Miguedrez. ;; Miguedrez is free software: you can redistribute it and/or modify ;; it under the terms of the GNU G...
3,556
Common Lisp
.lisp
113
25.893805
78
0.588733
html/cl-chess
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
436d159b066a8c9d53f9ca29b021d56bd088b894193f6d718d63959ca9b93ea8
26,770
[ -1 ]
26,771
pawn.lisp
html_cl-chess/moves/pawn.lisp
;;; -*- encoding: utf-8 -*- ;;; ;;; pawn.lisp ;;; Pawn movements ;;; gamallo, March 22, 2007 ;;; ;; Copyright 2007, 2008, 2009 Manuel Felipe Gamallo Rivero. ;; This file is part of Miguedrez. ;; Miguedrez is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Pub...
7,623
Common Lisp
.lisp
216
29.467593
75
0.597153
html/cl-chess
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
2b85875fade4b0ba4bd43221e4b0573721f97071d6ea2b78bc0469f8ec4955f7
26,771
[ -1 ]
26,772
knight.lisp
html_cl-chess/moves/knight.lisp
;;; -*- encoding: utf-8 -*- ;;; ;;; knight.lisp ;;; Movements of the knights ;;; gamallo, April 1, 2007 ;;; ;; Copyright 2007, 2008, 2009 Manuel Felipe Gamallo Rivero. ;; This file is part of Miguedrez. ;; Miguedrez is free software: you can redistribute it and/or modify ;; it under the terms of the GNU ...
3,106
Common Lisp
.lisp
99
26.616162
75
0.582498
html/cl-chess
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
f84d02ba7f44480b90ae220b29f016959bc65b0de4ac1faf276ee8f360557745
26,772
[ -1 ]
26,773
bishop.lisp
html_cl-chess/moves/bishop.lisp
;;; -*- encoding: utf-8 -*- ;;; ;;; bishop.lisp ;;; Movements of the bishops ;;; gamallo, April 2, 2007 ;;; ;; Copyright 2007, 2008, 2009 Manuel Felipe Gamallo Rivero. ;; This file is part of Miguedrez. ;; Miguedrez is free software: you can redistribute it and/or modify ;; it under the terms of the GNU ...
4,966
Common Lisp
.lisp
141
29.560284
75
0.600835
html/cl-chess
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
8d173c8be74c7ed875c4d6151ea2e4ee1d8303b3e9be4280b0d1837c3351070d
26,773
[ -1 ]
26,774
queen.lisp
html_cl-chess/moves/queen.lisp
;;; -*- encoding: utf-8 -*- ;;; ;;; queen.lisp ;;; Movements of the queens ;;; gamallo, July 9, 2007 ;;; ;; Copyright 2007, 2008, 2009 Manuel Felipe Gamallo Rivero. ;; This file is part of Miguedrez. ;; Miguedrez is free software: you can redistribute it and/or modify ;; it under the terms of the GNU Gen...
1,525
Common Lisp
.lisp
36
39.083333
75
0.691892
html/cl-chess
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
26770fd524ed3ccc7b82f6178878d735588d8727069cdde35a7c3eebb025389b
26,774
[ -1 ]
26,775
rook.lisp
html_cl-chess/moves/rook.lisp
;;; -*- encoding: utf-8 -*- ;;; ;;; rook.lisp ;;; Movements of the rooks ;;; gamallo, April 1, 2007 ;;; ;; Copyright 2007, 2008, 2009 Manuel Felipe Gamallo Rivero. ;; This file is part of Foobar. ;; Foobar is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Pu...
5,757
Common Lisp
.lisp
214
20.892523
75
0.53899
html/cl-chess
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
501518dd7f92d7ce7aa26d114532a7f6ef2ed0f4db3cc630ae49bfd118a3bbdc
26,775
[ -1 ]
26,776
king.lisp
html_cl-chess/moves/king.lisp
;;; -*- encoding: utf-8 -*- ;;; ;;; king.lisp ;;; Movements of kings ;;; gamallo, July 25, 2007 ;;; ;; Copyright 2007, 2008, 2009 Manuel Felipe Gamallo Rivero. ;; This file is part of Miguedrez. ;; Miguedrez is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General ...
6,382
Common Lisp
.lisp
188
28.111702
88
0.597339
html/cl-chess
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
242eef2945774803d22d990a184a276bff36221a1fd90ba3bee6202623162f06
26,776
[ -1 ]
26,777
moves.lisp
html_cl-chess/moves/moves.lisp
;;; -*- encoding: utf-8 -*- ;;; ;;; moves.lisp ;;; Movements of the pieces ;;; gamallo, March 8, 2007 ;;; ;; Copyright 2007, 2008, 2009 Manuel Felipe Gamallo Rivero. ;; This file is part of Miguedrez. ;; Miguedrez is free software: you can redistribute it and/or modify ;; it under the terms of the GNU Ge...
11,295
Common Lisp
.lisp
303
32.09901
76
0.623936
html/cl-chess
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
7b0f5013429f6651107d397a58e9a8235355f0d9559bf5e1a6ecd5aa18268fcd
26,777
[ -1 ]
26,778
cl-chess.asd
html_cl-chess/cl-chess.asd
(defpackage #:cl-chess-asd (:use :cl :asdf)) (in-package :cl-chess-asd) (defsystem cl-chess :name "miguedrez" :version "0.9.5" :maintainer "Olexiy Zamkoviy" :author "Manuel Felipe Gamallo Rivero" :licence "GPL v3" :description "Chess library" :components ( (:file "migued...
1,015
Common Lisp
.asd
25
26.12
63
0.450405
html/cl-chess
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
70c67cc239565da83adcd98623465a5ca74ff4f8f8a34d9c882f5fee1b268cb0
26,778
[ -1 ]
26,807
repl-history.json
wegfawefgawefg_clisp-web-dsl/.vscode/alive/repl-history.json
[{"pkgName":"cl-user","text":"(+ (hi) (hi))"},{"pkgName":"cl-user","text":"(+ hi hi hi)"},{"pkgName":"cl-user","text":"(hi)"},{"pkgName":"cl-user","text":"hi"},{"pkgName":"cl-user","text":"(defun hi () 4)"},{"pkgName":"cl-user","text":"(defun (potato) 4)"},{"pkgName":"cl-user","text":"(defun potato 4)"}]
305
Common Lisp
.l
1
305
305
0.540984
wegfawefgawefg/clisp-web-dsl
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
874f6613700244686b32572ddd54e7e780c4edf986b8ad7b0c6bcec0908c232f
26,807
[ -1 ]
26,822
package.lisp
hai-nc_htm-cl/src/package.lisp
(in-package #:common-lisp-user) (defpackage htm-helper (:use #:common-lisp) (:export #:next-after-float32)) (defpackage htm-scalar-encoder (:use #:common-lisp) (:export #:category-input-p #:clip-input-p #:encode #:minimum-input #:maximum-input #:num-con...
481
Common Lisp
.lisp
18
18.277778
35
0.545852
hai-nc/htm-cl
1
0
0
AGPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
25c62f83a70abdafff6af6f807a43abd307fa79c729f44e363fc39716ab9a2ec
26,822
[ -1 ]
26,823
scalar-encoder.lisp
hai-nc_htm-cl/src/scalar-encoder.lisp
;;; This is based on the HTM Community Edition of NuPIC <https://github.com/htm-community/htm.core/encoders/ScalarEncoder.cpp> commit d9ee57970f2a9dd96d9149fd74308261a216e525 date 17 Jun 2019 at 20:37:52. ;;; ;;; Compared to Scalar-Encoder.cpp, this library outputs have some differences: ;;; - output format: this libra...
10,585
Common Lisp
.lisp
183
48.344262
560
0.657986
hai-nc/htm-cl
1
0
0
AGPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
be67cf6f4483283eec240bd9d46bb50253d0637b73a3600e255a67fa83a87d32
26,823
[ -1 ]
26,824
helper.lisp
hai-nc_htm-cl/src/helper.lisp
;;;; Utility functions for testing. (in-package #:htm-helper) (defun next-after-float32 (a-float) "Return the smallest increment of a float (32-bit) number. This emulates C++ std::nextafter() function. This requires the Common Lisp 'ieee-floats' library." ;; references: moonshadow 2008 https://stackoverflow.com...
646
Common Lisp
.lisp
13
47.076923
144
0.745628
hai-nc/htm-cl
1
0
0
AGPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
3e62971a4a11bf4064e49194d8c284c2c3eb616e44d51cadb34004825866c368
26,824
[ -1 ]
26,825
scalar-encoder.lisp
hai-nc_htm-cl/t/scalar-encoder.lisp
;;;; Unit tests on scalar encoder ;;; Based on the community's htm.core/src/htm/tests/unit/encoders/ScalarEncoderTest.cpp viewed 2019-08-28. (in-package #:htm-scalar-encoder-test) ;; (defstruct test-data ;; ;; Test data ;; (input 0.0 :type 'single-float) ;; (expected-output nil) ; *sparse* indices of active b...
5,984
Common Lisp
.lisp
119
33.932773
106
0.459459
hai-nc/htm-cl
1
0
0
AGPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
07fee4bb2da9120e0a36f6dd7dbe4dbb1d1313f4ca06fa2963e976312af4bb10
26,825
[ -1 ]
26,826
htm-cl.asd
hai-nc_htm-cl/htm-cl.asd
(in-package #:common-lisp-user) (asdf:defsystem htm-cl :author "Hai NGUYEN" :maintainer "Hai NGUYEN" :licence "Please see the attached LICENCE file." :homepage "https://gitlab.com/haicnguyen/htm-cl" :version "0.0.1" :depends-on (#:ieee-floats #:cl-mop #:cl-portaudio) :components ((:module "src/" ...
877
Common Lisp
.asd
23
29.26087
73
0.582353
hai-nc/htm-cl
1
0
0
AGPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
1d9fd2580258b225719b500016fc7298876192f217886cb0fb68eca4f390cfd9
26,826
[ -1 ]
26,848
main.lisp
innaky_out-spaces/src/main.lisp
(defpackage out-spaces (:use :cl) (:export :space-trim :generic-trim :add-psfix :psfix-filter :replace-letter)) (in-package :out-spaces) (defmacro cc-s (&rest strs) `(concatenate 'string ,@strs)) (defun string-to-charlst (long-str &optional (position 0)) "The input is a string the output a li...
4,789
Common Lisp
.lisp
103
42.815534
113
0.694009
innaky/out-spaces
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
0b116b23775e6712317c1a085dd70bb75cf27067ea4a827cc2010dab87881a60
26,848
[ -1 ]
26,849
main.lisp
innaky_out-spaces/tests/main.lisp
(defpackage out-spaces/tests/main (:use :cl :out-spaces :rove)) (in-package :out-spaces/tests/main) ;; NOTE: To run this test file, execute `(asdf:test-system :out-spaces)' in your Lisp. (deftest test-target-1 (testing "should (= 1 1) to be true" (ok (= 1 1))))
288
Common Lisp
.lisp
9
28.111111
86
0.646209
innaky/out-spaces
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
030154b3a6cc8943abc3855d89ab563ced4acb0764952d0bccdd457c00c5f263
26,849
[ -1 ]
26,850
out-spaces.asd
innaky_out-spaces/out-spaces.asd
(defsystem "out-spaces" :version "0.1.0" :author "Innaky" :license "GPLv3" :depends-on ("cl-fad") :components ((:module "src" :components ((:file "main")))) :description "" :in-order-to ((test-op (test-op "out-spaces/tests")))) (defsystem "out-spaces/tests" :author "Inna...
589
Common Lisp
.asd
20
23.15
56
0.570423
innaky/out-spaces
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
51de4aa62b231fc24ff9ec21745a53c2021e2b35146ec055d2f1365c8b86cffe
26,850
[ -1 ]
26,869
experiment-bump.lisp
brobinson9999_ultrastar-file-manipulation/experiment-bump.lisp
;#!/usr/bin/clisp (load "ultrastar-file-manipulation.lisp") (defparameter *filename* "Britney Spears - Lucky.txt") (defparameter *file* (parse-ultrastar-file *filename*)) (defun bump-pitch (pitch-adjustment) (setf (getf *file* :notes) (loop for note in (getf *file* :notes) collecting (destructuring-bind ...
581
Common Lisp
.lisp
14
38.357143
89
0.713012
brobinson9999/ultrastar-file-manipulation
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
c7c7854d43960732e51b5c4ca5cc07f9c1e4390eb2361d7e683e674fe57c1093
26,869
[ -1 ]
26,870
ultrastar-file-manipulation.lisp
brobinson9999_ultrastar-file-manipulation/ultrastar-file-manipulation.lisp
(load "brute-io.lisp") (load "split-sequence.lisp") ; an ultrastar-data is a plist. The following properties are recognized: ; title: (string) the title of the song (displayed in-game) ; artist: (string) the artist of the song (displayed in-game) ; mp3: (string) the filename of the mp3 that should be used ; bpm: (numb...
11,226
Common Lisp
.lisp
184
58.331522
286
0.73441
brobinson9999/ultrastar-file-manipulation
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
cfe600ad83b790e6e354628f819e3e94438efe1f092d0bbf28ea784051d2ff88
26,870
[ -1 ]
26,871
ultrastar-file-manipulation.test.lisp
brobinson9999_ultrastar-file-manipulation/ultrastar-file-manipulation.test.lisp
#!/usr/bin/clisp (load "ultrastar-file-manipulation.lisp") (load "../cl-tap-producerX/cl-tap-framework.lisp") (is (generate-ultrastar-header-data '() :title "TITLE") (format NIL "")) (is (generate-ultrastar-header-data '(:title "mytitle") :title "TITLE") (format NIL "#TITLE:mytitle~%")) (is (generate-ultrastar-header...
3,134
Common Lisp
.lisp
54
55.37037
130
0.642555
brobinson9999/ultrastar-file-manipulation
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
a6d25dcf86977d8caa201bbafeacab569333f804d42a154cc9890b8fa17970e8
26,871
[ -1 ]
26,891
graph-util.lisp
elevatorsimulator_grand-theft-wumpus/graph-util.lisp
(defparameter *max-label-length* 30) (defparameter *wizard-nodes* '((garden (you are in a beautiful garden. there is a well in front of you.)) (living-room (you are in the living room. a wizard is snoring loudly on the couch.)) (attic (you are in the attic....
2,809
Common Lisp
.lisp
72
27.680556
115
0.501834
elevatorsimulator/grand-theft-wumpus
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
36374ec828e539c7e731acefe587f7b1b6396eabb1da5c81e4a96896a9c6e4c7
26,891
[ -1 ]
26,892
grand-theft-wumpus.lisp
elevatorsimulator_grand-theft-wumpus/grand-theft-wumpus.lisp
(load "graph-util.lisp") (defvar *congestion-city-nodes*) (defvar *congestion-city-edges*) (defvar *visited-nodes*) (defvar *player-pos*) (defparameter *node-num* 30) (defparameter *edge-num* 45) (defparameter *worm-num* 3) (defparameter *cop-odds* 15) (defun random-node () (1+ (random *node-num*))) (defun edge-p...
7,001
Common Lisp
.lisp
163
30.07362
100
0.516664
elevatorsimulator/grand-theft-wumpus
1
0
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
6e04e4af6f6665645190c128dd4d588193337c61506b8f74a458f66a98d66866
26,892
[ -1 ]
26,910
package.lisp
gschjetne_automata-tools/package.lisp
;; Automata Tools for Common Lisp ;; Copyright (C) 2016 Grim Schjetne ;; ;; This program 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 3 of the License, or ;; (at your option) any later vers...
1,010
Common Lisp
.lisp
25
35.32
72
0.681587
gschjetne/automata-tools
1
1
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
a74600ec640f476d5ecf077669618b608b1e29fe691f184f2a08fba199d7d0db
26,910
[ -1 ]
26,911
automata-tools.lisp
gschjetne_automata-tools/automata-tools.lisp
;; Automata Tools for Common Lisp ;; Copyright (C) 2016 Grim Schjetne ;; ;; This program 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 3 of the License, or ;; (at your option) any later vers...
4,566
Common Lisp
.lisp
104
32.384615
88
0.583521
gschjetne/automata-tools
1
1
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
9ab55d5346e6435c9675441b86c73cc77478d68bdc8acf0aa6b26dac9ba407b3
26,911
[ -1 ]
26,912
operations.lisp
gschjetne_automata-tools/operations.lisp
;; Automata Tools for Common Lisp ;; Copyright (C) 2016 Grim Schjetne ;; ;; This program 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 3 of the License, or ;; (at your option) any later vers...
6,421
Common Lisp
.lisp
119
32.386555
97
0.458665
gschjetne/automata-tools
1
1
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
79d02641f3f6f081cf08da358193741ec289cdf8d6b77639abd83676fded03ed
26,912
[ -1 ]
26,913
deterministic.lisp
gschjetne_automata-tools/deterministic.lisp
;; Automata Tools for Common Lisp ;; Copyright (C) 2016 Grim Schjetne ;; ;; This program 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 3 of the License, or ;; (at your option) any later vers...
1,101
Common Lisp
.lisp
25
41.32
86
0.723623
gschjetne/automata-tools
1
1
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
fc44489f73bb6e04ed03e88ba44b13080944c68370052a5f428d2f8dd17d3cce
26,913
[ -1 ]
26,914
nondeterministic.lisp
gschjetne_automata-tools/nondeterministic.lisp
;; Automata Tools for Common Lisp ;; Copyright (C) 2016 Grim Schjetne ;; ;; This program 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 3 of the License, or ;; (at your option) any later vers...
1,253
Common Lisp
.lisp
28
38
85
0.654918
gschjetne/automata-tools
1
1
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
4ec873fb5a07fca200933b15311076ecf153bdca6bbe4b4b3e2a519b987353e7
26,914
[ -1 ]
26,915
automata-tools.asd
gschjetne_automata-tools/automata-tools.asd
;; Automata Tools for Common Lisp ;; Copyright (C) 2016 Grim Schjetne ;; ;; This program 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 3 of the License, or ;; (at your option) any later vers...
1,180
Common Lisp
.asd
29
36.068966
72
0.687282
gschjetne/automata-tools
1
1
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
fa03fe214d2ddb4db43e781d4bdeb815b36ea22f24197f961668934cca82e011
26,915
[ -1 ]
26,937
digital.lisp
olewhalehunter_cl-digital/digital.lisp
;; Digital EDA Tooling with Common Lisp ;; (declaim (sb-ext:muffle-conditions cl:warning)) (declaim (optimize (debug 3))) (ql:quickload :jsown) (defmacro append! (x y) (list 'setq x (list 'append x y))) (defmacro remove! (x y) (list 'setq y (list 'remove x y))) (defun diff (x y) (set-difference x y)) (defun ...
8,076
Common Lisp
.lisp
257
26.941634
184
0.615454
olewhalehunter/cl-digital
1
0
0
AGPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
a20d7a6e785dd005c7195b297d413fd98e5a71d805b86572d9ffc42a754827fd
26,937
[ -1 ]
26,969
osc-package.lisp
zzkt_osc-devices/osc-package.lisp
(defpackage :osc (:use :cl) (:documentation "OSC, the 'Open Sound Control' protocol.") (:export #:make-message #:message #:make-bundle #:bundle #:format-osc-data #:command #:args #:timetag #:elements #:encode-message #:encode-bundle #:decode-message #:decode-bundle #:make...
1,620
Common Lisp
.lisp
87
14.965517
60
0.650359
zzkt/osc-devices
1
0
4
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
1f662526557e05d10918383c0a622d46401d93f86f3b6e3d230b24ca7188b9be
26,969
[ -1 ]
26,970
package.lisp
zzkt_osc-devices/package.lisp
(defpackage :osc (:use :cl) (:documentation "OSC, the 'Open Sound Control' protocol.") (:export #:make-message #:message #:make-bundle #:bundle #:format-osc-data #:command #:args #:timetag #:elements #:encode-message #:encode-bundle #:decode-message #:decode-bundle #:make...
1,707
Common Lisp
.lisp
79
17.658228
60
0.613161
zzkt/osc-devices
1
0
4
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
f661be4d364e83f86630ace3116dce88b5ff2cd04217518d42c30db62bd15078
26,970
[ -1 ]
26,971
osc-tests.lisp
zzkt_osc-devices/osc-tests.lisp
;; -*- mode: lisp -*- ;; ;; Quick and dirty tests for cl-osc ;; ;; You are granted the rights to distribute and use this software ;; as governed by the terms of GNU Public License (aka the GPL) ;; see the LICENCE file. ;; Authors ;; - nik gaffney <nik@fo.am> (in-package :osc) #+sbcl (require 'sb-bsd-sockets) #+sbc...
7,246
Common Lisp
.lisp
183
34.934426
125
0.528876
zzkt/osc-devices
1
0
4
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
78b288274a3a4748b57a5571ef8c3ca02a487819bbc72b8117a6475d8de769d7
26,971
[ -1 ]
26,972
osc-time.lisp
zzkt_osc-devices/osc-time.lisp
(in-package #:osc) (defconstant +unix-epoch+ (encode-universal-time 0 0 0 1 1 1970 0)) (defconstant +2^32+ (expt 2 32)) (defconstant +2^32/million+ (/ +2^32+ (expt 10 6))) (defconstant +usecs+ (expt 10 6)) (deftype timetag () '(unsigned-byte 64)) (defun timetagp (object) (typep object 'timetag)) (defun unix-secs+...
2,932
Common Lisp
.lisp
64
40.21875
72
0.61409
zzkt/osc-devices
1
0
4
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
e6590682396a3fe83bf5d0e0eecd87806a70a13ecbf9f0b2d85e9ca3e3f4e172
26,972
[ -1 ]
26,973
osc-dispatch.lisp
zzkt_osc-devices/osc-dispatch.lisp
;; -*- mode: lisp -*- ;; ;; patern matching and dispatching for OSC messages ;; ;; copyright (C) 2004 FoAM vzw ;; ;; You are granted the rights to distribute and use this software ;; under the terms of the Lisp Lesser GNU Public License, known ;; as the LLGPL. The LLGPL consists of a preamble and the LGPL. ;; Where the...
3,027
Common Lisp
.lisp
72
35.541667
77
0.655102
zzkt/osc-devices
1
0
4
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
45af2cd946cc0e3705c8688de34bf6027213142a2c743aec240dcbaae11f294d
26,973
[ -1 ]
26,974
osc.lisp
zzkt_osc-devices/osc.lisp
;;; -*- mode: lisp -*- ;;; ;;; an implementation of the OSC (Open Sound Control) protocol ;;; ;;; copyright (C) 2004, 2023 FoAM oü ;;; ;;; You are granted the rights to distribute and use this software ;;; under the terms of the Lisp Lesser GNU Public License, known ;;; as the LLGPL. The LLGPL consists of a preamble a...
16,964
Common Lisp
.lisp
398
35.507538
163
0.599418
zzkt/osc-devices
1
0
4
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
d32348ed642fdb03ed940b2e6cda55e0b888d5dbb5e58fac77817fe11df252a6
26,974
[ -1 ]
26,975
device.lisp
zzkt_osc-devices/devices/device.lisp
(cl:in-package #:osc) ;;;===================================================================== ;;; OSC device base class ;;;===================================================================== (defclass osc-device () ((socket :reader socket :writer set-socket :initform nil) (debug-mode :reader d...
3,901
Common Lisp
.lisp
99
33.434343
72
0.528102
zzkt/osc-devices
1
0
4
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
bddf42297177f481b1a0cbd4b790b89ae20dae44062d2512937a6a3448ed9ccb
26,975
[ -1 ]
26,976
server.lisp
zzkt_osc-devices/devices/server.lisp
(cl:in-package #:osc) (defun make-osc-server (&key (protocol :udp) debug-mode (buffer-size *default-osc-buffer-size*) cleanup-fun) (ecase protocol (:udp (make-instance 'osc-server-udp :debug-mode debug-mode :cle...
8,953
Common Lisp
.lisp
183
39.814208
74
0.601673
zzkt/osc-devices
1
0
4
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
778672412003f802c47f24d87e04146572ef8b4518ddc72fb4831ac55679b871
26,976
[ -1 ]
26,977
listening-device.lisp
zzkt_osc-devices/devices/listening-device.lisp
(cl:in-package #:osc) (defgeneric make-listening-thread (listening-device)) (defmethod connect progn ((listening-device listening-device) host-port &key host-address host-name port) (declare (ignore host-port host-address host-name port)) (set-listening-thread (make-listening-thread list...
1,174
Common Lisp
.lisp
25
39.8
88
0.664917
zzkt/osc-devices
1
0
4
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
fdedb6a97deb89f763946ea3afc9e360c92fb65de51aaac8da4007df3eb294b8
26,977
[ -1 ]
26,978
client.lisp
zzkt_osc-devices/devices/client.lisp
(cl:in-package #:osc) (defun make-osc-client (&key (protocol :udp) debug-mode (buffer-size *default-osc-buffer-size*) address-tree cleanup-fun) (ecase protocol (:udp (make-instance 'osc-client-udp :debug-mode debug-mode ...
3,916
Common Lisp
.lisp
79
31.696203
73
0.511361
zzkt/osc-devices
1
0
4
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
c916fc3ccce0b10ecf174829e53a2a318dca098fd7f33fa4b1ac11dc520c97b0
26,978
[ -1 ]
26,979
transmitter.lisp
zzkt_osc-devices/devices/transmitter.lisp
(cl:in-package #:osc) ;; Only UDP devices can be transmitters. (defun make-osc-transmitter (&key debug-mode cleanup-fun) (make-instance 'osc-transmitter-udp :debug-mode debug-mode :cleanup-fun cleanup-fun)) (defgeneric connect (osc-transmitter host-port &key host-address ...
3,934
Common Lisp
.lisp
84
36.511905
72
0.589048
zzkt/osc-devices
1
0
4
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
16e3efec45146f224d5f2d9226586fb60c445289e1590dea57a1ce93fb401b57
26,979
[ -1 ]
26,980
dispatching-device.lisp
zzkt_osc-devices/devices/dispatching-device.lisp
(cl:in-package #:osc) (defmethod make-listening-thread ((receiver dispatching-device-udp)) "Creates a listening thread for udp devices (client and server)." (sb-thread:make-thread (lambda () (unwind-protect (loop do (multiple-value-bind (buffer length address port) ...
1,739
Common Lisp
.lisp
34
36.558824
74
0.503529
zzkt/osc-devices
1
0
4
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
a648f21abec71a9005f2cef43b855f189a13263340bf0cb6c7b7686b04b6677d
26,980
[ -1 ]
26,981
osc-device-examples.lisp
zzkt_osc-devices/devices/examples/osc-device-examples.lisp
(cl:in-package #:osc) (ql:quickload "osc") ;;;===================================================================== ;;; OSC UDP transmitter -> server ;;;===================================================================== (defparameter *osc-server* (make-osc-server :protocol :udp ...
8,770
Common Lisp
.lisp
206
34.990291
72
0.521354
zzkt/osc-devices
1
0
4
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
d8dc8a5602a8db10d3aad5276ff9ee57e22bc831b4d892a5f31926084b81656a
26,981
[ -1 ]
26,982
osc.asd
zzkt_osc-devices/osc.asd
;; -*- mode: lisp -*- (defpackage osc-system (:use :common-lisp :asdf)) (in-package :osc-system) (defsystem "osc" :name "osc" :author "nik gaffney <nik@fo.am>" :licence "GPL v3" :description "The Open Sound Control protocol aka OSC" :version "0.7" :depends-on (:usocket) :components ((:file "osc" :d...
1,145
Common Lisp
.asd
33
27.030303
56
0.557259
zzkt/osc-devices
1
0
4
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
ead9eeb0d22449dc66c412c13df97aa52c3e8060c1e3e585e1b1e9b4f6148190
26,982
[ -1 ]
26,990
ci.yaml
zzkt_osc-devices/.github/workflows/ci.yaml
name: CI # details & description at http://3bb.cc/blog/2020/09/11/github-ci/ # Controls when the action will run. Triggers the workflow on push for any branch, and # pull requests to master on: push: pull_request: branches: [ endless ] # A workflow run is made up of one or more jobs that can run sequentially...
3,170
Common Lisp
.l
69
39.434783
214
0.634154
zzkt/osc-devices
1
0
4
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
af79083e8c3bd915acb996fb9991e08f2e637f0333fd008486649e289016b566
26,990
[ -1 ]
27,012
xeh.lisp
obsfx_xeh/xeh.lisp
;;; xeh ;;; A command-line Canonical HEX+ASCII display tool written in ~100 lines of Common Lisp. ;;; https://github.com/obsfx/xeh (defun dump (output) (format t "~A" output)) (defun dump-n (output n) ;; https://stackoverflow.com/a/24758778/13615958 (format t "~v@{~A~:*~}" n output)) (defun repeat-n (output ...
3,567
Common Lisp
.lisp
95
29.347368
89
0.551315
obsfx/xeh
1
1
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
d836295a5ff70ea2f373ca275446acecd2dec8dbcb2505e1a88f792fe4eb4f08
27,012
[ -1 ]
27,014
build.sh
obsfx_xeh/build.sh
#!/bin/bash # https://github.com/burtonsamograd/sxc/wiki/How-to-build-an-executable-with-SBCL sbcl --no-userinit --load xeh.lisp --eval "(sb-ext:save-lisp-and-die \"xeh\" :toplevel 'main :executable t)"
203
Common Lisp
.l
3
66.666667
108
0.73
obsfx/xeh
1
1
0
GPL-3.0
9/19/2024, 11:28:28 AM (Europe/Amsterdam)
4f5dabe3e8f794ab9115a2d84364c58a2a400d5ece9742f316eb060e19629ed2
27,014
[ -1 ]