1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2024-09-16 22:45:34 +05:30
Commit Graph

264 Commits

Author SHA1 Message Date
0df2f8f4a0
bytebeat-render.js: use different lastCorrectSample values for different audio types 2024-07-13 16:16:26 +03:00
7fec8bf0c5
bytebeat-render.js: add TODO: do not use FFmpeg 2024-07-12 03:41:02 +03:00
b00d0bc97e
bytebeat-render.js: define math function exp 2024-07-12 03:23:21 +03:00
c989b8d2d9
bytebeat-render.js: constrainValue: floatbeat: fix? 2024-07-12 03:17:44 +03:00
427cca3e4c
bytebeat-render.js: define functions min, max 2024-07-12 03:14:00 +03:00
233a5704ce
bytebeat-render.js: soft-define math functions 2024-07-12 03:13:19 +03:00
4b1b1c9f74
bytebeat-render.js: add new TODO 2024-07-12 03:12:15 +03:00
55b320d827
bytebeat-render.js: define inverse trigonometric functions 2024-07-12 03:01:58 +03:00
5c1a4bfa08
bytebeat-render.js: correct incorrect samples 2024-07-12 02:35:09 +03:00
a4f2974468
clock_hr_microsec.c: reformat 2024-07-04 23:09:45 +03:00
727775502b
BB_plus_watch_temp_files.py: reformat 2024-07-03 19:53:03 +03:00
24e63939fa
BB_plush_watch_temp_files.py: change the key name and extract it 2024-07-03 19:50:58 +03:00
bb5a4c0a64
add BB_plus_watch_temp_files.py 2024-07-03 19:33:48 +03:00
5a785bfd9f
bool-operations.c: optimize printf(s "\n") to puts(s) 2024-07-03 11:21:38 +03:00
1ff2eec112
str_replace.h: add missing macros 2024-06-28 14:03:49 +03:00
59a9721afa
Python: add get_unix_epoch_seconds.py 2024-06-28 14:02:34 +03:00
6b0cde0aa2
str_replace.c: do not exit program on malloc failure 2024-06-28 14:02:06 +03:00
32050ac6a8
str_replace.c: dedicate a parameter for backward search
Improve the test
2024-06-28 14:01:30 +03:00
1ad67ca96c
str_replace.c: label code blocks 2024-06-28 13:58:56 +03:00
c3d1f9350a
str_replace.h: make sure the header is included only once 2024-06-28 13:56:17 +03:00
f62488731f
str_replace.c: fix grammar 2024-06-28 13:53:30 +03:00
e7272e8043
portable_basename.* + clock_hr_microsec.*: split and improve 2024-06-28 13:51:54 +03:00
841472299f
clock-malfunction-imitation.c: explain more 2024-06-28 13:48:45 +03:00
8c4f499b24
add year_2038_bug.py 2024-06-26 22:38:55 +03:00
ce575434ef
opt_int_div.h: prevent multiple inclusion 2024-06-26 12:16:50 +03:00
998b3a1e28
portable_basename.c: replace TODO + FIXME to just FIXME 2024-06-26 12:00:13 +03:00
269c1dec27
safe_mem.test.c: enhance macro DUMP_INT_ARRAY for multiple scenarios 2024-06-26 11:57:03 +03:00
f14e505673
cpuid_vendor_id.mod.c: reformat 2024-06-26 11:48:55 +03:00
a748a8ea99
reverse-ramdisk.c: improve the instructions 2024-06-26 11:47:31 +03:00
95fa449675
portable_basename.c: remove junk 2024-06-26 11:45:55 +03:00
339eb170ec
cpuid_vendor_id.mod.c: make use of enum 2024-06-26 00:18:51 +03:00
6efb83187f
clock-malfunction-imitation.c: optimize the use of STDOUT functions 2024-06-26 00:11:02 +03:00
3165f3c358
clock-malfunction-imitation.c: seed stdlib randomization 2024-06-26 00:07:49 +03:00
c2947aee3a
clock-malfunction-imitation.c: simplify randomization 2024-06-26 00:05:49 +03:00
f4b69e0f9f
clock-malfunction-imitation.c: fix the comment 2024-06-26 00:02:14 +03:00
1b0b255229
bool-operations.c: drop \t, use string padding 2024-06-25 23:15:35 +03:00
cbaf939777
bool-operations.c: compare to unsigned char 2024-06-25 23:14:34 +03:00
105deedfac
bool-operations.c: make use of EXIT_SUCCESS 2024-06-25 23:10:50 +03:00
ee3c8b26c7
C: add portable_basename.* 2024-06-25 22:35:10 +03:00
1def3d4b9c
floatscan-experiment.c: always use local copysignl 2024-06-25 16:42:40 +03:00
ba278632e2
C: jokes: add bytebeat-cryptic.c 2024-06-25 16:41:39 +03:00
d285fe2950
C: add string_case.* 2024-06-25 16:40:18 +03:00
006b4ec9b2
floatscan-experiment.c: implement copysignl 2024-06-25 12:17:46 +03:00
7fae55a31e
floatscan-experiment.c: rename floatscan to interface_floatscan 2024-06-25 12:16:32 +03:00
f9d6c96a30
floatscan-experiment.c: make all the implemented functions static 2024-06-25 12:15:04 +03:00
6a9dde51e5
floatscan-experiment.c: make use of EXIT_SUCCESS 2024-06-25 11:52:17 +03:00
6649720fcd
clock-malfunction-imitation.c: improve the style of macros 2024-06-25 11:47:20 +03:00
4f37c8a9fe
C: freadln.c: simplify to #ifdef 2024-06-25 11:31:27 +03:00
b9ba12c28e
C: io: add .gitignore 2024-06-25 11:29:40 +03:00
d1750c19ca
C: fwrite_le.*: update to revision 3acee16 2024-06-25 11:10:59 +03:00