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
552
run-tests.lisp
cac-t-u-s_om-sharp/src/api/foreign-interface/ffi/CFFI/tests/run-tests.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; run-tests.lisp --- Simple script to run the unit tests. ;;; ;;; Copyright (C) 2005-2006, James Bielman <jamesjb@jamesjb.com> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation ;;; ...
1,728
Common Lisp
.lisp
39
42.948718
70
0.724896
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
1192ca974f924a6e88c87a5d8c7d92326eb908b7278af2b47da12b1160df963b
552
[ 339741 ]
553
bindings.lisp
cac-t-u-s_om-sharp/src/api/foreign-interface/ffi/CFFI/tests/bindings.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; libtest.lisp --- Setup CFFI bindings for libtest. ;;; ;;; Copyright (C) 2005-2007, Luis Oliveira <loliveira(@)common-lisp.net> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation ;;...
4,817
Common Lisp
.lisp
113
38.902655
74
0.693128
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
2710bfe4a1f909ba6b9bc155be09f056666290417bdcbfefb55dc3bdb13c2880
553
[ -1 ]
554
misc-types.lisp
cac-t-u-s_om-sharp/src/api/foreign-interface/ffi/CFFI/tests/misc-types.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; misc-types.lisp --- Various tests on the type system. ;;; ;;; Copyright (C) 2005-2006, Luis Oliveira <loliveira(@)common-lisp.net> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentatio...
7,846
Common Lisp
.lisp
211
33.398104
77
0.675016
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
22c11c3ef6a35587940e052da05ad18222d113381445f35c6fcb2417f241cdc4
554
[ -1 ]
555
funcall.lisp
cac-t-u-s_om-sharp/src/api/foreign-interface/ffi/CFFI/tests/funcall.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; funcall.lisp --- Tests function calling. ;;; ;;; Copyright (C) 2005-2006, James Bielman <jamesjb@jamesjb.com> ;;; Copyright (C) 2005-2007, Luis Oliveira <loliveira@common-lisp.net> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining ...
7,655
Common Lisp
.lisp
190
34.826316
83
0.656658
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
e1a6b302b362777a77ef274123eee7403e0f7034fb6633817fc47cd22e64115c
555
[ 178031, 187465 ]
556
misc.lisp
cac-t-u-s_om-sharp/src/api/foreign-interface/ffi/CFFI/tests/misc.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; misc.lisp --- Miscellaneous tests. ;;; ;;; Copyright (C) 2006, Luis Oliveira <loliveira@common-lisp.net> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation ;;; files (the "Software...
4,004
Common Lisp
.lisp
102
35.578431
70
0.702007
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
342bf7a51a16e92fb32853efc0a8b9b1f604de83d4a1f569d4fcbf310d865c3f
556
[ 49950, 257770 ]
557
union.lisp
cac-t-u-s_om-sharp/src/api/foreign-interface/ffi/CFFI/tests/union.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; union.lisp --- Tests on C unions. ;;; ;;; Copyright (C) 2005-2006, James Bielman <jamesjb@jamesjb.com> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation ;;; files (the "Software")...
1,994
Common Lisp
.lisp
47
38.638298
70
0.688465
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
b5efea02382a547703e4b9d309a391ac9ecdb2dada56976e0445818edf249b05
557
[ 196061, 231866 ]
558
struct.lisp
cac-t-u-s_om-sharp/src/api/foreign-interface/ffi/CFFI/tests/struct.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; struct.lisp --- Foreign structure type tests. ;;; ;;; Copyright (C) 2005-2006, James Bielman <jamesjb@jamesjb.com> ;;; Copyright (C) 2005-2011, Luis Oliveira <loliveira@common-lisp.net> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtai...
20,074
Common Lisp
.lisp
525
32.746667
82
0.643004
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
90e3f3b639dbeca62ab580ef44d421cf086c4b2e4a02be0d2a8e4e1e8976575b
558
[ 164792 ]
559
cstruct.lisp
cac-t-u-s_om-sharp/src/api/foreign-interface/ffi/CFFI/libffi/cstruct.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; cstruct.lisp --- Hook to defcstruct ;;; ;;; Copyright (C) 2009, 2010, 2011 Liam Healy <lhealy@common-lisp.net> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation ;;; files (the "So...
3,143
Common Lisp
.lisp
70
36.357143
80
0.622353
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
3815f00f8c59989064f41dba6e2612b99076bff37bf1e86c7edc5d608fb6c136
559
[ -1 ]
560
built-in-types.lisp
cac-t-u-s_om-sharp/src/api/foreign-interface/ffi/CFFI/libffi/built-in-types.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; built-in-types.lisp -- Define libffi-type-pointers for built-in types and typedefs ;;; ;;; Copyright (C) 2011 Liam M. Healy <lhealy@common-lisp.net> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and assoc...
2,413
Common Lisp
.lisp
51
45.294118
86
0.731749
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
5106e8655a2842bac9c6d6bb45970d377777c56cacc030c5d56cd7ba3e69a7ad
560
[ -1 ]
561
libffi-unix.lisp
cac-t-u-s_om-sharp/src/api/foreign-interface/ffi/CFFI/libffi/libffi-unix.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; libffi-unix.lisp -- libffi CFFI-Grovel definitions for unix systems. ;;; ;;; Copyright (C) 2009, 2010, 2011 Liam M. Healy <lhealy@common-lisp.net> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associa...
3,232
Common Lisp
.lisp
82
37.926829
79
0.705525
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
e9ca875cae615ac0abfb0cd0949d61d0638b30efc3113aab71395ab864f85a9f
561
[ -1 ]
562
functions.lisp
cac-t-u-s_om-sharp/src/api/foreign-interface/ffi/CFFI/libffi/functions.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; functions.lisp -- Calling foreign functions ;;; ;;; Copyright (C) 2009, 2010, 2011 Liam M. Healy <lhealy@common-lisp.net> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation ;;; fil...
4,807
Common Lisp
.lisp
98
41.918367
140
0.668794
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
da0c41098c445bf7d2ab687c0d8b1bf7687f269c9b11018be217528f14f3407c
562
[ -1 ]
563
cif.lisp
cac-t-u-s_om-sharp/src/api/foreign-interface/ffi/CFFI/libffi/cif.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; cif.lisp --- Structure and function call function in libffi ;;; ;;; Copyright (C) 2009, 2010, 2011 Liam Healy <lhealy@common-lisp.net> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated document...
1,853
Common Lisp
.lisp
48
36.854167
72
0.733741
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
af6931260e285cf3cce5bc41e5a3bcf00bd94d0c20b45b5bbeab5aab16ce59c2
563
[ -1 ]
564
libffi-win32.lisp
cac-t-u-s_om-sharp/src/api/foreign-interface/ffi/CFFI/libffi/libffi-win32.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; libffi-win32.lisp -- libffi CFFI-Grovel definitions for Windows. ;;; ;;; Copyright (C) 2009, 2010, 2011, 2012 Liam M. Healy <lhealy@common-lisp.net> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and assoc...
3,103
Common Lisp
.lisp
74
40.405405
80
0.705746
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
67674018f5b3efb1732de68fc784400284c5138ca05be510f4577ebaf2371618
564
[ -1 ]
565
init.lisp
cac-t-u-s_om-sharp/src/api/foreign-interface/ffi/CFFI/libffi/init.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; init.lisp --- Load libffi and define #'libffi-type-pointer ;;; ;;; Copyright (C) 2009, 2011 Liam M. Healy ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation ;;; files (the "Software...
2,159
Common Lisp
.lisp
46
44.652174
75
0.718083
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
daf79d9927ce28821682a9a23f3026d917744b62c18f487611d09aaafcdf04ad
565
[ -1 ]
566
uffi-compat.lisp
cac-t-u-s_om-sharp/src/api/foreign-interface/ffi/CFFI/uffi-compat/uffi-compat.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; uffi-compat.lisp --- UFFI compatibility layer for CFFI. ;;; ;;; Copyright (C) 2005-2006, James Bielman <jamesjb@jamesjb.com> ;;; Copyright (C) 2005-2007, Luis Oliveira <loliveira@common-lisp.net> ;;; ;;; Permission is hereby granted, free of charge, to any person...
22,457
Common Lisp
.lisp
571
32.565674
79
0.636097
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
aa4f64b1783f2485eb4d9cb56ca5009ea283f6ec694b5f8c3eadbeb1c782716c
566
[ -1 ]
567
release.lisp
cac-t-u-s_om-sharp/src/api/foreign-interface/ffi/CFFI/scripts/release.lisp
#!/usr/bin/env clisp ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- (defpackage :release-script (:use #:cl #:regexp)) (in-package :release-script) ;;;; Configuration ------------------------------------------------------------ (defparameter *project-name* "cffi") (defparameter *asdf-file* (format nil "~A.asd" *proje...
9,859
Common Lisp
.lisp
212
37.759434
86
0.578
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
1e9fbde77c86370c00ebbe5b166b4aedbea4d564792b0898443147130c0947b3
567
[ -1 ]
568
enc-jpn.lisp
cac-t-u-s_om-sharp/src/api/foreign-interface/ffi/babel/src/enc-jpn.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; enc-jpn.lisp --- Japanese encodings. ;;; (in-package #:babel-encodings) ;;;; helper functions (defvar *eucjp-to-ucs-hash* (make-hash-table)) (defvar *ucs-to-eucjp-hash* (make-hash-table)) (defvar *cp932-to-ucs-hash* (make-hash-table)) (defvar *ucs-to-cp932-hash* ...
15,561
Common Lisp
.lisp
335
29.689552
82
0.454474
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
69b1f21c2b07baf168ffb53b968a3fb7f1f15aaa2d49493556e82f750c4837fb
568
[ 437521 ]
569
gbk-map.lisp
cac-t-u-s_om-sharp/src/api/foreign-interface/ffi/babel/src/gbk-map.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; gbk-map.lisp --- GBK encoding map. ;;; ;;; Copyright (C) 2011, Li Wenpeng <levin108@gmail.com> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation ;;; files (the "Software"), to dea...
174,715
Common Lisp
.lisp
2,224
68.672212
78
0.64178
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
9b2c238b38660680dd953edb0d6137466e9cc20b755d564258a744e657d72db1
569
[ 346040, 372912 ]
570
strings.lisp
cac-t-u-s_om-sharp/src/api/foreign-interface/ffi/babel/src/strings.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; strings.lisp --- Conversions between strings and UB8 vectors. ;;; ;;; Copyright (C) 2007, Luis Oliveira <loliveira@common-lisp.net> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentati...
15,562
Common Lisp
.lisp
322
39.65528
80
0.623381
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
f261eaa8cd51476fe55bfb634a653f0b6b753bb714c89823755bf7e6a6456279
570
[ 115031, 407042 ]
571
enc-cp1251.lisp
cac-t-u-s_om-sharp/src/api/foreign-interface/ffi/babel/src/enc-cp1251.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; enc-cp1251.lisp --- Implementation of the CP1251 character encoding. ;;; ;;; Copyright (C) 2009, Andrey Moskvitin ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation ;;; files (the "...
5,196
Common Lisp
.lisp
111
41.90991
72
0.615127
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
ecec6d5e208cdffb11a2f5029b4fdafcc794e145a7f6553bce8389b13aa91418
571
[ 63818, 395687 ]
572
enc-cp1252.lisp
cac-t-u-s_om-sharp/src/api/foreign-interface/ffi/babel/src/enc-cp1252.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; enc-cp1252.lisp --- Implementation of the CP1252 character encoding. ;;; ;;; Copyright (C) 2011, Nicolas Martyanoff ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation ;;; files (the...
3,129
Common Lisp
.lisp
74
38.243243
72
0.651903
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
17e5c5dd531a45787008a5682a982ef3865d5a9eb39bd8ac250943fb59b39f35
572
[ 134195, 472300 ]
573
enc-ebcdic.lisp
cac-t-u-s_om-sharp/src/api/foreign-interface/ffi/babel/src/enc-ebcdic.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; enc-ebcdic.lisp --- EBCDIC encodings. ;;; ;;; Copyright (C) 2007, Luis Oliveira <loliveira@common-lisp.net> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation ;;; files (the "Softw...
3,408
Common Lisp
.lisp
65
48.907692
74
0.658975
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
6017354fefc6457ca8d2dc2e1d07173f70017999b2fdbfed4fa3b4341e8c645f
573
[ 7553, 20221 ]
574
enc-gbk.lisp
cac-t-u-s_om-sharp/src/api/foreign-interface/ffi/babel/src/enc-gbk.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; enc-gbk.lisp --- GBK encodings. ;;; ;;; Copyright (C) 2011, Li Wenpeng <levin108@gmail.com> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation ;;; files (the "Software"), to deal i...
8,297
Common Lisp
.lisp
168
34.654762
86
0.481696
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
794d857db3bd59d747d041614a5bdd5654526749f2c74066bf5a7705c6403089
574
[ 251448 ]
575
sharp-backslash.lisp
cac-t-u-s_om-sharp/src/api/foreign-interface/ffi/babel/src/sharp-backslash.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; sharp-backslash.lisp --- Alternative #\ dispatch code. ;;; ;;; Copyright (C) 2007-2009, Luis Oliveira <loliveira@common-lisp.net> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation...
3,620
Common Lisp
.lisp
76
41.039474
77
0.658282
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
f40ac60eb677604c3b39a30ae53b9b2b9be2f7d3267921b5df2e66377cd65c09
575
[ 105826, 155306 ]
576
external-format.lisp
cac-t-u-s_om-sharp/src/api/foreign-interface/ffi/babel/src/external-format.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; external-format.lisp --- External format classes and functions. ;;; ;;; Copyright (C) 2007, Luis Oliveira <loliveira@common-lisp.net> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documenta...
3,688
Common Lisp
.lisp
79
42.78481
77
0.723889
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
8d1cc8986297d72fcde4457e865437377e2693282e71bb57f70e5146c0154368
576
[ 110468, 444961 ]
577
enc-iso-8859.lisp
cac-t-u-s_om-sharp/src/api/foreign-interface/ffi/babel/src/enc-iso-8859.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; enc-iso-8859.lisp --- ISO-8859-* encodings. ;;; ;;; Copyright (C) 2007, Luis Oliveira <loliveira@common-lisp.net> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation ;;; files (the ...
46,406
Common Lisp
.lisp
992
40.290323
70
0.600763
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
06ce50fe94c36666c5b470391c9444e9b0bd6dafaa75b00927e32d6b93402aa0
577
[ 80440, 440097 ]
578
enc-ascii.lisp
cac-t-u-s_om-sharp/src/api/foreign-interface/ffi/babel/src/enc-ascii.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; enc-ascii.lisp --- Implementation of the ASCII character encoding. ;;; ;;; Copyright (C) 2007, Luis Oliveira <loliveira@common-lisp.net> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated docume...
1,716
Common Lisp
.lisp
39
41.974359
70
0.736999
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
d48bd805aeff62d352efccce723fe2dc593fa61ff00eb66336bf8328f9271735
578
[ 73675, 355093 ]
579
streams.lisp
cac-t-u-s_om-sharp/src/api/foreign-interface/ffi/babel/src/streams.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; streams.lisp --- Conversions between strings and UB8 vectors. ;;; ;;; Copyright (c) 2005-2007, Dr. Edmund Weitz. All rights reserved. ;;; Copyright (c) 2008, Attila Lendvai. All rights reserved. ;;; ;;; Redistribution and use in source and binary forms, with or wit...
18,239
Common Lisp
.lisp
387
39.894057
97
0.674342
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
8315e63da3a7edac28d409c68129bc33db44c026354bd9264e6027c9d3db1f48
579
[ -1 ]
580
enc-unicode.lisp
cac-t-u-s_om-sharp/src/api/foreign-interface/ffi/babel/src/enc-unicode.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; enc-unicode.lisp --- Unicode encodings. ;;; ;;; Copyright (C) 2007, Luis Oliveira <loliveira@common-lisp.net> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation ;;; files (the "Sof...
42,293
Common Lisp
.lisp
836
35.07177
93
0.498092
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
61b1c8ccf68c4c61572430280b434d097d98469116d3285c21c23badd5ca3e9f
580
[ 26604 ]
581
packages.lisp
cac-t-u-s_om-sharp/src/api/foreign-interface/ffi/babel/src/packages.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; package.lisp --- Package definition for Babel ;;; ;;; Copyright (C) 2007, Luis Oliveira <loliveira@common-lisp.net> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation ;;; files (th...
3,871
Common Lisp
.lisp
112
31.330357
70
0.723642
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
90191d8b2ce524fa1b1edee0030fc8f733d118d2b15694ed231a9ef50f937ca6
581
[ 19892, 20728 ]
582
jpn-table.lisp
cac-t-u-s_om-sharp/src/api/foreign-interface/ffi/babel/src/jpn-table.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; jpn-table.lisp --- Unicode tables for Japanese encodings. ;;; (in-package #:babel-encodings) (defvar *cp932-only* '((#xFC4B #x9ED1) (#xFC4A #x9E19) (#xFC49 #xFA2D) (#xFC48 #x9D6B) (#xFC47 #x9D70) (#xFC46 #x9C00) (#xFC45 #x9BBB) (#xFC...
366,214
Common Lisp
.lisp
17,633
15.770601
61
0.544778
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
73663d7db642e83d9a72533ff08970f92bba08c391650ef1b2bbab05a96d3b88
582
[ 24526, 488489 ]
583
tests.lisp
cac-t-u-s_om-sharp/src/api/foreign-interface/ffi/babel/tests/tests.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; tests.lisp --- Unit and regression tests for Babel. ;;; ;;; Copyright (C) 2007-2009, Luis Oliveira <loliveira@common-lisp.net> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation ;;...
40,238
Common Lisp
.lisp
736
47.384511
101
0.634038
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
e1ef4760778a20587ee542d001a1a534f789b9a0609622ba980039d409e8bb83
583
[ 89388 ]
584
benchmarks.lisp
cac-t-u-s_om-sharp/src/api/foreign-interface/ffi/babel/tests/benchmarks.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; benchmarks.lisp --- Benchmarks, Babel vs. other implementations. ;;; ;;; Copyright (C) 2007, Luis Oliveira <loliveira@common-lisp.net> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated document...
2,112
Common Lisp
.lisp
41
48.585366
71
0.716288
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
fea6bd1c655008368cdf676ec3688a3f6019bdb56d3b83a52095147ba64b60f4
584
[ 336779, 373103 ]
585
streams.lisp
cac-t-u-s_om-sharp/src/api/foreign-interface/ffi/babel/tests/streams.lisp
;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; ;;; streams.lisp --- Unit and regression tests for Babel streams. ;;; ;;; Copyright (C) 2007, Attila Lendva <attila.lendvai@gmail.com> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation...
1,933
Common Lisp
.lisp
41
44.780488
80
0.733262
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
8f95fbcd49b68b3a072e0ff67e78c005d6435a0c5eba3b57f13e4f373ab6f5a6
585
[ -1 ]
586
picture-processing.lisp
cac-t-u-s_om-sharp/src/api/om-api-LW/picture-processing.lisp
;========================================================================= ; OM API ; Multiplatform API for OpenMusic ; LispWorks Implementation ;========================================================================= ; ; This program is free software: you can redistribute it and/or modify ; it under the terms ...
6,405
Common Lisp
.lisp
146
35.054795
156
0.550232
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
5037ee21dfc7282abb496336e705d1dfe4e7259b75eb33b9efc8ad0bfd59ada5
586
[ -1 ]
587
om-api.lisp
cac-t-u-s_om-sharp/src/api/om-api-LW/om-api.lisp
;========================================================================= ; OM API ; Multiplatform API for OpenMusic ; LispWorks Implementation ;========================================================================= ; ; This program is free software: you can redistribute it and/or modify ; it under the...
2,684
Common Lisp
.lisp
68
29.617647
94
0.484942
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
91a498eee4022e9ffa1e9be90f7d7d905ab7bcbe7864bb4db01d8d626ec72b0c
587
[ -1 ]
588
scheduler.lisp
cac-t-u-s_om-sharp/src/api/om-api-LW/scheduler.lisp
;========================================================================= ; OM API ; Multiplatform API for OpenMusic ; LispWorks Implementation ;========================================================================= ; ; This program is free software: you can redistribute it and/or modify ; it under the terms ...
2,574
Common Lisp
.lisp
59
38.59322
77
0.52501
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
cc7ad5b36bafe363080703373b936a998e518eff4a5ab68c07014d62a38945c1
588
[ -1 ]
589
dialog-items.lisp
cac-t-u-s_om-sharp/src/api/om-api-LW/dialog-items.lisp
;========================================================================= ; OM API ; Multiplatform API for OpenMusic ; LispWorks Implementation ;========================================================================= ; ; This program is free software: you can redistribute it and/or modify ; it under the terms ...
28,281
Common Lisp
.lisp
589
38.694397
154
0.593027
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
9245c24bd651a740e87f8301975556d6a070af692d3a49ca78fa2642f0546816
589
[ -1 ]
590
item-view.lisp
cac-t-u-s_om-sharp/src/api/om-api-LW/item-view.lisp
;========================================================================= ; OM API ; Multiplatform API for OpenMusic ; LispWorks Implementation ;========================================================================= ; ; This program is free software: you can redistribute it and/or modify ; it under the terms ...
14,738
Common Lisp
.lisp
277
44.6787
140
0.586562
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
191c21abefbbe2812251771cbfee7131fa997dd7dc8d7859ce7ff0365d2a6331
590
[ -1 ]
591
menu.lisp
cac-t-u-s_om-sharp/src/api/om-api-LW/menu.lisp
;========================================================================= ; OM API ; Multiplatform API for OpenMusic ; LispWorks Implementation ;========================================================================= ; ; This program is free software: you can redistribute it and/or modify ; it under the...
7,182
Common Lisp
.lisp
145
38.751724
132
0.533209
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
94d64cbeea81c8ff83c12799f22a933a7c7cb3fb17877ee60426cfebbcaf2887
591
[ -1 ]
592
transient-drawing.lisp
cac-t-u-s_om-sharp/src/api/om-api-LW/transient-drawing.lisp
;========================================================================= ; OM API ; Multiplatform API for OpenMusic ; LispWorks Implementation ;========================================================================= ; ; This program is free software: you can redistribute it and/or modify ; it under the terms ...
18,289
Common Lisp
.lisp
364
41.626374
121
0.614467
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
327e86a3205c42549db47cf242d040b1c9bff243229edca6e1bf5cc55351b133
592
[ -1 ]
593
item-tree.lisp
cac-t-u-s_om-sharp/src/api/om-api-LW/item-tree.lisp
;========================================================================= ; OM API ; Multiplatform API for OpenMusic ; LispWorks Implementation ;========================================================================= ; ; This program is free software: you can redistribute it and/or modify ; it under the terms ...
6,062
Common Lisp
.lisp
123
39.430894
109
0.579179
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
62c9cbeb9f121f7ee25694d8c7fe7c35593cec6c61692cda9c98eae52ee6461b
593
[ -1 ]
594
files.lisp
cac-t-u-s_om-sharp/src/api/om-api-LW/files.lisp
;========================================================================= ; OM API ; Multiplatform API for OpenMusic ; LispWorks Implementation ;========================================================================= ; ; This program is free software: you can redistribute it and/or modify ; it under the terms ...
7,602
Common Lisp
.lisp
171
35.760234
146
0.552489
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
857625510dfeb90601c8a79a89e3013d0c0c247f702fc5855ebb03ae4ea4b718
594
[ -1 ]
595
system.lisp
cac-t-u-s_om-sharp/src/api/om-api-LW/system.lisp
;========================================================================= ; OM API ; Multiplatform API for OpenMusic ; LispWorks Implementation ;========================================================================= ; ; This program is free software: you can redistribute it and/or modify ; it under the...
5,293
Common Lisp
.lisp
140
31.092857
124
0.522373
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
e245091d7028cb47178e43ea2a9bd723f82f02a3e238ae09c0aba11475a56e9c
595
[ -1 ]
596
user-interface.lisp
cac-t-u-s_om-sharp/src/api/om-api-LW/user-interface.lisp
;========================================================================= ; OM API ; Multiplatform API for OpenMusic ; LispWorks Implementation ;========================================================================= ; ; This program is free software: you can redistribute it and/or modify ; it under the terms ...
10,459
Common Lisp
.lisp
181
40.292818
149
0.477437
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
0cfef2582db247de9bd30f155bf8ca98a9dfb93a608f0c84e818bcf8e9840a55
596
[ -1 ]
597
layout.lisp
cac-t-u-s_om-sharp/src/api/om-api-LW/layout.lisp
;========================================================================= ; OM API ; Multiplatform API for OpenMusic ; LispWorks Implementation ;========================================================================= ; ; This program is free software: you can redistribute it and/or modify ; it under the terms ...
10,878
Common Lisp
.lisp
213
41.751174
146
0.596794
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
a7da5aa018dd4bd6028c929fcbea0443c66b98f9a6e9946a8b3aec47d6edacd7
597
[ -1 ]
598
window.lisp
cac-t-u-s_om-sharp/src/api/om-api-LW/window.lisp
;========================================================================= ; OM API ; Multiplatform API for OpenMusic ; LispWorks Implementation ;========================================================================= ; ; This program is free software: you can redistribute it and/or modify ; it under the terms ...
16,485
Common Lisp
.lisp
352
36.775568
150
0.562305
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
5066fc043aac40618a62a3d7e9b2fa1c869c3debcea729b541554556a967cb63
598
[ -1 ]
599
print.lisp
cac-t-u-s_om-sharp/src/api/om-api-LW/print.lisp
;========================================================================= ; OM API ; Multiplatform API for OpenMusic ; LispWorks Implementation ;========================================================================= ; ; This program is free software: you can redistribute it and/or modify ; it under the terms ...
5,119
Common Lisp
.lisp
106
36.132075
113
0.506311
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
d8470416c89e95c01ac7c8549aa014b6db6045943d0761271bc077dadc662f1b
599
[ -1 ]
600
view.lisp
cac-t-u-s_om-sharp/src/api/om-api-LW/view.lisp
;========================================================================= ; OM API ; Multiplatform API for OpenMusic ; LispWorks Implementation ;========================================================================= ; ; This program is free software: you can redistribute it and/or modify ; it under the terms ...
9,641
Common Lisp
.lisp
185
40.394595
121
0.535904
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
449166bbb429605e7aa028394b116f9736849f64f2706de5f26785947e70a7ba
600
[ -1 ]
601
tools.lisp
cac-t-u-s_om-sharp/src/api/om-api-LW/tools.lisp
;========================================================================= ; OM API ; Multiplatform API for OpenMusic ; LispWorks Implementation ;========================================================================= ; ; This program is free software: you can redistribute it and/or modify ; it under the...
5,566
Common Lisp
.lisp
127
38.645669
104
0.602381
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
d3e26e3f68e9142d16b2a48e28e0c1dbab585763a3b0408b6a73999516185504
601
[ -1 ]
602
actions.lisp
cac-t-u-s_om-sharp/src/api/om-api-LW/actions.lisp
;========================================================================= ; OM-API ; Multiplatform API for OpenMusic ; LispWorks Implementation ;========================================================================= ; ; This program is free software: you can redistribute it and/or modify ; it under the terms ...
16,037
Common Lisp
.lisp
339
42.740413
114
0.633698
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
882e50b937d09346980d6fa8a0aea4b010ade14e8dcd63f8155e0e386cf0b28a
602
[ -1 ]
603
tooltips.lisp
cac-t-u-s_om-sharp/src/api/om-api-LW/tooltips.lisp
;========================================================================= ; OM API ; Multiplatform API for OpenMusic ; LispWorks Implementation ;========================================================================= ; ; This program is free software: you can redistribute it and/or modify ; it under the...
7,848
Common Lisp
.lisp
170
35.635294
108
0.498685
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
bb884ae1819ae9be949e4f21441638693dad441ba5c16e2e3fee08a11d2eb7d4
603
[ -1 ]
604
libraries.lisp
cac-t-u-s_om-sharp/src/api/om-api-LW/libraries.lisp
;========================================================================= ; OM API ; Multiplatform API for OpenMusic ; LispWorks Implementation ;========================================================================= ; ; This program is free software: you can redistribute it and/or modify ; it under the...
4,673
Common Lisp
.lisp
116
36.060345
78
0.582684
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
4ee2e66c3092f01b19d247f114d85b4e34b867ae82727f576a7ec93058dce7e1
604
[ -1 ]
605
graphic-object.lisp
cac-t-u-s_om-sharp/src/api/om-api-LW/graphic-object.lisp
;========================================================================= ; OM API ; Multiplatform API for OpenMusic ; LispWorks Implementation ;========================================================================= ; ; This program is free software: you can redistribute it and/or modify ; it under the...
12,217
Common Lisp
.lisp
257
37.762646
131
0.557816
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
570c6c19c6e405e7a5a4ddc77663aecafeeb5b474fe44b8187ce5e9e397baf8d
605
[ -1 ]
606
om-special.lisp
cac-t-u-s_om-sharp/src/api/om-api-LW/om-special.lisp
;========================================================================= ; OM API ; Multiplatform API for OpenMusic ; LispWorks Implementation ;========================================================================= ; ; This program is free software: you can redistribute it and/or modify ; it under the...
10,542
Common Lisp
.lisp
209
34.200957
131
0.474373
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
a101f317f4a5fe03fb8d37cf3e860759157839d83d4d6807723c78a7fc784cef
606
[ -1 ]
607
draw.lisp
cac-t-u-s_om-sharp/src/api/om-api-LW/draw.lisp
;========================================================================= ; OM API ; Multiplatform API for OpenMusic ; LispWorks Implementation ;========================================================================= ; ; This program is free software: you can redistribute it and/or modify ; it under the...
17,192
Common Lisp
.lisp
358
34.648045
119
0.48795
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
634298612fcbeb6712c2ef29fa6a55b7e98aafda14b197e604c3904039c633f7
607
[ -1 ]
608
draganddrop.lisp
cac-t-u-s_om-sharp/src/api/om-api-LW/draganddrop.lisp
;========================================================================= ; OM API ; Multiplatform API for OpenMusic ; LispWorks Implementation ;========================================================================= ; ; This program is free software: you can redistribute it and/or modify ; it under the...
13,153
Common Lisp
.lisp
263
39.494297
141
0.550751
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
eba6dbd7db73d0ab98a130b3b0781d70bc5e164b1c192acfd127945b4666f8ab
608
[ -1 ]
609
cursor.lisp
cac-t-u-s_om-sharp/src/api/om-api-LW/cursor.lisp
;========================================================================= ; OM API ; Multiplatform API for OpenMusic ; LispWorks Implementation ;========================================================================= ; ; This program is free software: you can redistribute it and/or modify ; it under the terms ...
4,103
Common Lisp
.lisp
84
43.916667
130
0.584896
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
49093f4bd793df727097d1f95c3ac4c383adcb4dbab388af1ff17d61083b1326
609
[ -1 ]
610
icons-picts.lisp
cac-t-u-s_om-sharp/src/api/om-api-LW/icons-picts.lisp
;========================================================================= ; OM API ; Multiplatform API for OpenMusic ; LispWorks Implementation ;========================================================================= ; ; This program is free software: you can redistribute it and/or modify ; it under the terms ...
6,987
Common Lisp
.lisp
149
37.838926
102
0.539627
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
bd64bbf46df73330e13e5646a32dec26f15ece47fef54e47974f847f9be107e6
610
[ -1 ]
611
processes.lisp
cac-t-u-s_om-sharp/src/api/om-api-LW/processes.lisp
;========================================================================= ; OM API ; Multiplatform API for OpenMusic ; LispWorks Implementation ;========================================================================= ; ; This program is free software: you can redistribute it and/or modify ; it under the terms ...
7,801
Common Lisp
.lisp
176
36.221591
108
0.564371
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
1053a0065be3781ece57a65e8fd13ba747bc6645f8952d496acd8f1bbb803ddc
611
[ -1 ]
612
graphics.lisp
cac-t-u-s_om-sharp/src/api/om-api-LW/graphics.lisp
;========================================================================= ; OM API ; Multiplatform API for OpenMusic ; LispWorks Implementation ;========================================================================= ; ; This program is free software: you can redistribute it and/or modify ; it under the...
13,943
Common Lisp
.lisp
324
35.848765
97
0.562207
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
8baa72fe02a1b681ed53da281423296be7b3ad2ab51ae26754e1d6e435125b28
612
[ -1 ]
613
output.lisp
cac-t-u-s_om-sharp/src/api/om-lisp-LW/output.lisp
;========================================================================= ; LW Lisp Tools ; Lisp programming tools for LispWorks delivered applications ;========================================================================= ; ; This program is free software: you can redistribute it and/or modify ; it under th...
3,939
Common Lisp
.lisp
68
35.691176
134
0.409585
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
f346d94717bbf8dc4845eaad3d39131d279e526b81d45c144d854b0c5bc70478
613
[ -1 ]
614
editor-find-dialogs.lisp
cac-t-u-s_om-sharp/src/api/om-lisp-LW/editor-find-dialogs.lisp
;;=========================================================================== ; LW Lisp Tools ; Lisp programming tools for LispWorks delivered applications ;;=========================================================================== ; ; This program is free software: you can redistribute it and/or modify ; it un...
8,922
Common Lisp
.lisp
194
32.335052
105
0.519747
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
c2e32cf5acf32acc145fbdb4aac4f4d40cff733ce03551f5b637f2b07d565d71
614
[ -1 ]
615
find-definition.lisp
cac-t-u-s_om-sharp/src/api/om-lisp-LW/find-definition.lisp
;========================================================================= ; LW Lisp Tools ; Lisp programming tools for LispWorks delivered applications ;========================================================================= ; ; This program is free software: you can redistribute it and/or modify ; it under th...
6,271
Common Lisp
.lisp
131
35.412214
116
0.517433
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
484827d6b5d8f45ff5376a5a4d12c29e74e7ae344d8fe5166507ac5dfb4b8f70
615
[ -1 ]
616
lisp-format.lisp
cac-t-u-s_om-sharp/src/api/om-lisp-LW/lisp-format.lisp
;========================================================================= ; LW Lisp Tools ; Lisp programming tools for LispWorks delivered applications ;========================================================================= ; ; This program is free software: you can redistribute it and/or modify ; it under the term...
6,150
Common Lisp
.lisp
123
36.788618
110
0.511256
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
6c58a3bf45ba76c83bb78a8aee0c1036087bb3d5df027137627cb8c290d25717
616
[ -1 ]
617
text-buffer.lisp
cac-t-u-s_om-sharp/src/api/om-lisp-LW/text-buffer.lisp
;========================================================================= ; LW Lisp Tools ; Lisp programming tools for LispWorks delivered applications ;========================================================================= ; ; This program is free software: you can redistribute it and/or modify ; it under th...
9,981
Common Lisp
.lisp
210
40.004762
109
0.614271
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
447f484be6bad30fb1a808bd0416268456c7ad978e469f7ccbf185139bd8910f
617
[ -1 ]
618
load-om-lisp.lisp
cac-t-u-s_om-sharp/src/api/om-lisp-LW/load-om-lisp.lisp
;========================================================================= ; LW Lisp Tools ; Lisp programming tools for LispWorks delivered applications ;========================================================================= ; ; This program is free software: you can redistribute it and/or modify ; it un...
3,792
Common Lisp
.lisp
69
41.942029
140
0.491759
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
ba80b70fdce0d36214af9c7c36a36dab8a3441ae8e16f26943f5015102082868
618
[ -1 ]
619
listener.lisp
cac-t-u-s_om-sharp/src/api/om-lisp-LW/listener.lisp
;========================================================================= ; LW Lisp Tools ; Lisp programming tools for LispWorks delivered applications ;========================================================================= ; ; This program is free software: you can redistribute it and/or modify ; it un...
22,752
Common Lisp
.lisp
420
35.083333
142
0.466299
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
5ab79bcc5e48f594fe0e28e47b324af7aa8f52d2a99c753ca5bcb43c982a8330
619
[ -1 ]
620
eval-process.lisp
cac-t-u-s_om-sharp/src/api/om-lisp-LW/eval-process.lisp
;========================================================================= ; LW Lisp Tools ; Lisp programming tools for LispWorks delivered applications ;========================================================================= ; ; This program is free software: you can redistribute it and/or modify ; it under th...
2,485
Common Lisp
.lisp
59
36.542373
80
0.573798
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
2b47660debdcfd53a10e16baced1aa64ecc581eeb5b5cf759fdda3b5fef92af2
620
[ -1 ]
621
load.lisp
cac-t-u-s_om-sharp/src/visual-language/load.lisp
;============================================================================ ; om#: visual programming language for computer-assisted music composition ;============================================================================ ; ; This program is free software. For information on usage ; and redistribution...
3,376
Common Lisp
.lisp
102
24.411765
78
0.53065
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
7e2131b065f78742925a82902912271b9161082f16f0b109d66dcef2f4dffb28
621
[ -1 ]
622
packages.lisp
cac-t-u-s_om-sharp/src/visual-language/packages.lisp
;============================================================================ ; om#: visual programming language for computer-assisted music composition ;============================================================================ ; ; This program is free software. For information on usage ; and redistribution, see...
3,060
Common Lisp
.lisp
70
35.642857
106
0.546765
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
f393c301dcc42d2048d48c83eedb16aca51cb6875f8aeb7aecdfff8072d02118
622
[ -1 ]
623
preferences.lisp
cac-t-u-s_om-sharp/src/visual-language/environment/preferences.lisp
;============================================================================ ; om#: visual programming language for computer-assisted music composition ;============================================================================ ; ; This program is free software. For information on usage ; and redistribution, see...
11,197
Common Lisp
.lisp
220
43.15
136
0.578577
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
1af41f0fcf1100978a28ea8f09eeaab72fec57f87302547852cfcd87f4b8a69c
623
[ -1 ]
624
package.lisp
cac-t-u-s_om-sharp/src/visual-language/environment/package.lisp
;============================================================================ ; om#: visual programming language for computer-assisted music composition ;============================================================================ ; ; This program is free software. For information on usage ; and redistribution, see...
12,660
Common Lisp
.lisp
225
44.68
204
0.594736
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
a67d3a38afff6ae53faa01dabff0d792bd7eb7d4684cf050af581fb27f6654fa
624
[ -1 ]
625
swank.lisp
cac-t-u-s_om-sharp/src/visual-language/environment/swank.lisp
;============================================================================ ; om#: visual programming language for computer-aided music composition ; J. Bresson et al., IRCAM (2013-2020) ; Based on OpenMusic (c) IRCAM / G. Assayag, C. Agon, J. Bresson ;=================================================================...
1,831
Common Lisp
.lisp
43
39.465116
90
0.578503
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
5a66f1c73b7f0bf4251c7f21314f6a9ee57d4f0b8d6f3f73a23b08b4474658c9
625
[ -1 ]
626
library.lisp
cac-t-u-s_om-sharp/src/visual-language/environment/library.lisp
;============================================================================ ; om#: visual programming language for computer-assisted music composition ;============================================================================ ; ; This program is free software. For information on usage ; and redistribution, see...
16,824
Common Lisp
.lisp
308
44.516234
139
0.580842
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
2620324b2d22f3fd36a2751dd186ab065613aee018afab437a1206f1660fd7bb
626
[ -1 ]
627
function-reference.lisp
cac-t-u-s_om-sharp/src/visual-language/environment/function-reference.lisp
;============================================================================ ; om#: visual programming language for computer-assisted music composition ;============================================================================ ; ; This program is free software. For information on usage ; and redistribution, see...
24,773
Common Lisp
.lisp
497
35.476861
144
0.488085
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
b8519d77c477671c8c5f7b39d8161897f0c84c8954c1f960b6c75d6e141a9ca9
627
[ -1 ]
628
session.lisp
cac-t-u-s_om-sharp/src/visual-language/environment/session.lisp
;============================================================================ ; om#: visual programming language for computer-assisted music composition ;============================================================================ ; ; This program is free software. For information on usage ; and redistribution, see...
9,750
Common Lisp
.lisp
211
38.725118
136
0.552729
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
64a26759c31e4d6e0fce182ad560b8a921a8ff42006b56e69e6e357565c7bbcf
628
[ -1 ]
629
tty-listener.lisp
cac-t-u-s_om-sharp/src/visual-language/environment/tty-listener.lisp
;============================================================================ ; om#: visual programming language for computer-aided music composition ; J. Bresson et al., IRCAM (2013-2020) ; Based on OpenMusic (c) IRCAM / G. Assayag, C. Agon, J. Bresson ;=================================================================...
1,712
Common Lisp
.lisp
38
41.026316
77
0.563212
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
f562439e5114a3f9006bda9596edea93c8bc47fd8a603f56bd6f30d4b74e2f11
629
[ -1 ]
630
box.lisp
cac-t-u-s_om-sharp/src/visual-language/patch/box.lisp
;============================================================================ ; om#: visual programming language for computer-assisted music composition ;============================================================================ ; ; This program is free software. For information on usage ; and redistribution, see...
20,261
Common Lisp
.lisp
410
41.568293
127
0.599686
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
6b9e083a3f1524e0caa0af92c24ebbae7ea4df2dcd69accc264518f57f213f05
630
[ -1 ]
631
gen-code.lisp
cac-t-u-s_om-sharp/src/visual-language/patch/gen-code.lisp
;============================================================================ ; om#: visual programming language for computer-assisted music composition ;============================================================================ ; ; This program is free software. For information on usage ; and redistribution, see...
15,976
Common Lisp
.lisp
366
36.008197
143
0.552946
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
2ae9f57418679287464e696e13a05e641307599167f5f98fc237a5585c98934f
631
[ -1 ]
632
meta-inputs.lisp
cac-t-u-s_om-sharp/src/visual-language/patch/meta-inputs.lisp
;============================================================================ ; om#: visual programming language for computer-assisted music composition ;============================================================================ ; ; This program is free software. For information on usage ; and redistribution, see...
3,646
Common Lisp
.lisp
74
47.364865
87
0.647955
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
fb78f4c9bead47bd2470490f140f6a5921099d42cb84912d1427fcc0f4e4b00f
632
[ -1 ]
633
boxsimple.lisp
cac-t-u-s_om-sharp/src/visual-language/patch/boxsimple.lisp
;============================================================================ ; om#: visual programming language for computer-assisted music composition ;============================================================================ ; ; This program is free software. For information on usage ; and redistribution, see...
7,579
Common Lisp
.lisp
147
39.646259
117
0.519285
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
3fa71aaca32e5ff628661554a32d9d93ab7434935636062c62bfeb38311e0c62
633
[ -1 ]
634
patch-component-boxes.lisp
cac-t-u-s_om-sharp/src/visual-language/patch/patch-component-boxes.lisp
;============================================================================ ; om#: visual programming language for computer-assisted music composition ;============================================================================ ; ; This program is free software. For information on usage ; and redistribution, see...
3,815
Common Lisp
.lisp
70
46.957143
107
0.564598
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
fd6946909b11589b84bc013e2c04ab33d646ce49743df259dee67ef95d58324d
634
[ -1 ]
635
patch-editor.lisp
cac-t-u-s_om-sharp/src/visual-language/patch/patch-editor.lisp
;============================================================================ ; om#: visual programming language for computer-assisted music composition ;============================================================================ ; ; This program is free software. For information on usage ; and redistribution, see...
81,379
Common Lisp
.lisp
1,618
35.783684
204
0.51372
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
d152683efdafb674242272f14ba864a160f5143f61ef579b0b1e9a31a020ec8e
635
[ -1 ]
636
boxpatch.lisp
cac-t-u-s_om-sharp/src/visual-language/patch/boxpatch.lisp
;============================================================================ ; om#: visual programming language for computer-assisted music composition ;============================================================================ ; ; This program is free software. For information on usage ; and redistribution, see...
7,561
Common Lisp
.lisp
142
42.190141
120
0.496212
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
2934683b9bf4972ed926afbe3228338a8b36f83034229ec17600b45cc8c1b80e
636
[ -1 ]
637
box-io.lisp
cac-t-u-s_om-sharp/src/visual-language/patch/box-io.lisp
;============================================================================ ; om#: visual programming language for computer-assisted music composition ;============================================================================ ; ; This program is free software. For information on usage ; and redistribution, see...
12,064
Common Lisp
.lisp
234
42.286325
124
0.58198
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
f9de28cf1ef6f7b51ee52c98fffa2a9c4a4ca2198c981f9b8775a3156ca10dbf
637
[ -1 ]
638
lost-reference.lisp
cac-t-u-s_om-sharp/src/visual-language/patch/lost-reference.lisp
;============================================================================ ; om#: visual programming language for computer-assisted music composition ;============================================================================ ; ; This program is free software. For information on usage ; and redistribution, see...
11,083
Common Lisp
.lisp
245
36.208163
111
0.571124
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
d6577e1dcd89f95b5e7a4e23745c0b92ffd7d5e0939b27180e174f4beb8eeec0
638
[ -1 ]
639
reactive.lisp
cac-t-u-s_om-sharp/src/visual-language/patch/reactive.lisp
;============================================================================ ; om#: visual programming language for computer-assisted music composition ;============================================================================ ; ; This program is free software. For information on usage ; and redistribution, see...
5,993
Common Lisp
.lisp
155
32.425806
101
0.560711
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
6d9a88acc8b07554adf6ff1481e81bc176a6b5e7eadf5a7ddfe81ae684869f66
639
[ -1 ]
640
interfacebox.lisp
cac-t-u-s_om-sharp/src/visual-language/patch/interfacebox.lisp
;============================================================================ ; om#: visual programming language for computer-assisted music composition ;============================================================================ ; ; This program is free software. For information on usage ; and redistribution, see...
32,271
Common Lisp
.lisp
653
40.171516
156
0.576209
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
f310ce230e376ae1b9f8fc6492d04fa6d76765fccf4acddaa937b8493165ee7f
640
[ -1 ]
641
loop.lisp
cac-t-u-s_om-sharp/src/visual-language/patch/loop.lisp
;============================================================================ ; om#: visual programming language for computer-assisted music composition ;============================================================================ ; ; This program is free software. For information on usage ; and redistribution, see...
14,608
Common Lisp
.lisp
299
42.424749
226
0.632272
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
bf42f13330c299cad85c78dad2d4b02561cf25d7f3fb943a594f73b1a9c322d3
641
[ -1 ]
642
connection.lisp
cac-t-u-s_om-sharp/src/visual-language/patch/connection.lisp
;============================================================================ ; om#: visual programming language for computer-assisted music composition ;============================================================================ ; ; This program is free software. For information on usage ; and redistribution, see...
26,803
Common Lisp
.lisp
545
37.033028
146
0.520977
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
61f79e1f46bf49e34572d122475ba0afd7397d818e5e14982f6ab92a9d11fe8e
642
[ -1 ]
643
boxobject.lisp
cac-t-u-s_om-sharp/src/visual-language/patch/boxobject.lisp
;============================================================================ ; om#: visual programming language for computer-assisted music composition ;============================================================================ ; ; This program is free software. For information on usage ; and redistribution, see...
30,192
Common Lisp
.lisp
617
40.374392
159
0.590269
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
a3988bbcb273b3f10d985759970c35b8c5aaf0fba7d70d00330f2ef61d6b6926
643
[ -1 ]
644
encapsulation.lisp
cac-t-u-s_om-sharp/src/visual-language/patch/encapsulation.lisp
;============================================================================ ; om#: visual programming language for computer-assisted music composition ;============================================================================ ; ; This program is free software. For information on usage ; and redistribution, see...
17,031
Common Lisp
.lisp
279
42.777778
140
0.497843
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
52f467a43ac1266477e5bb8904ea9414115486dfe8a0d4a0410598a8da0e9266
644
[ -1 ]
645
boxcall.lisp
cac-t-u-s_om-sharp/src/visual-language/patch/boxcall.lisp
;============================================================================ ; om#: visual programming language for computer-assisted music composition ;============================================================================ ; ; This program is free software. For information on usage ; and redistribution, see...
14,640
Common Lisp
.lisp
296
42.5
130
0.601895
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
82273d9b3dc496617782c6d2e390c308ab4a1ebaeaf4e4db642bb9d446451365
645
[ -1 ]
646
boxframe.lisp
cac-t-u-s_om-sharp/src/visual-language/patch/boxframe.lisp
;============================================================================ ; om#: visual programming language for computer-assisted music composition ;============================================================================ ; ; This program is free software. For information on usage ; and redistribution, see...
55,706
Common Lisp
.lisp
1,094
36.264168
135
0.50252
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
c54f84bce788b68f01c09cc5bcf40ab5dffd71e09f77eef9feb1c89a444d4ba8
646
[ -1 ]
647
lisp-function.lisp
cac-t-u-s_om-sharp/src/visual-language/patch/lisp-function.lisp
;============================================================================ ; om#: visual programming language for computer-assisted music composition ;============================================================================ ; ; This program is free software. For information on usage ; and redistribution, see...
13,014
Common Lisp
.lisp
263
41.965779
121
0.613242
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
87b086cbcb1bdd2edf9d892363a4ef8350e343888739616fe33d085d1a8ec981
647
[ -1 ]
648
box-abstraction.lisp
cac-t-u-s_om-sharp/src/visual-language/patch/box-abstraction.lisp
;============================================================================ ; om#: visual programming language for computer-assisted music composition ;============================================================================ ; ; This program is free software. For information on usage ; and redistribution, see...
14,588
Common Lisp
.lisp
304
37.792763
119
0.568175
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
3b3cc7e6556b20a75f758e5de65e4cfeb1b3dca431a1d5fbb79ba179f8b0eb8c
648
[ -1 ]
649
in-out.lisp
cac-t-u-s_om-sharp/src/visual-language/patch/in-out.lisp
;============================================================================ ; om#: visual programming language for computer-assisted music composition ;============================================================================ ; ; This program is free software. For information on usage ; and redistribution, see...
9,163
Common Lisp
.lisp
199
38.432161
113
0.551531
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
b94ba4ae00b0f3e4dc29ff8d77ac301030c149c9f613e37b0a50f85aac0aeecd
649
[ -1 ]
650
special-boxes.lisp
cac-t-u-s_om-sharp/src/visual-language/boxes/special-boxes.lisp
;============================================================================ ; om#: visual programming language for computer-assisted music composition ;============================================================================ ; ; This program is free software. For information on usage ; and redistribution, see...
6,971
Common Lisp
.lisp
148
42.574324
224
0.604785
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
239371bcec2686fbb5167b65ef97a116ea06515022084df736576df919cfbe5a
650
[ -1 ]
651
global.lisp
cac-t-u-s_om-sharp/src/visual-language/boxes/global.lisp
;============================================================================ ; om#: visual programming language for computer-assisted music composition ;============================================================================ ; ; This program is free software. For information on usage ; and redistribution, see...
4,501
Common Lisp
.lisp
98
41.5
98
0.616953
cac-t-u-s/om-sharp
167
14
31
GPL-3.0
9/19/2024, 11:25:22 AM (Europe/Amsterdam)
72c0577160b79ad7746267121f305eabbc2f6b23adada9fefec9791bdde53c38
651
[ -1 ]