1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2025-05-10 17:43:42 +05:30

61 Commits

Author SHA1 Message Date
aa22481f13
static-vs-dynamic-mem-alloc.c: use realistic memory growth 2025-03-02 13:12:50 +03:00
91801fdc5a
static-vs-dynamic-mem-alloc.c: fix output format 2025-03-02 13:11:02 +03:00
2517537ee9
C: add static-const-variable.c 2025-03-02 12:28:40 +03:00
a4912b3671
static-vs-dynamic-mem-alloc.c: function empty: discard mem 2025-03-02 12:27:40 +03:00
f8227e4ffb
reverse-ramdisk.c: revision 2 2024-07-31 01:30:03 +03:00
60b6a4cb86
reverse-ramdisk.c: return EXIT_SUCCESS instead of 0 2024-07-30 17:57:26 +03:00
ea8aad6108
reverse-ramdisk.c: implement tf_finish 2024-07-30 17:56:40 +03:00
de03ab20f9
reverse-ramdisk.c: fix file locking 2024-07-30 17:50:36 +03:00
b1cce2603a
reverse-ramdisk.c: reformat 2024-07-30 17:50:04 +03:00
57c368e6c9
reverse-ramdisk.c: improve readability and optimize 2024-07-30 17:46:22 +03:00
61bc7a0725
reverse-ramdisk.c: fix grammar 2024-07-30 17:42:49 +03:00
3f4c38c1e1
reverse-ramdisk.c: reduce memory overhead 2024-07-30 17:40:45 +03:00
9c44ce5af2
reverse-ramdisk.c: fix memory safety 2024-07-30 17:39:00 +03:00
044c7b892c
reverse-ramdisk.c: tf_alloc: use permissions 2024-07-30 17:34:24 +03:00
068591cd8e
relicense everything under CC0-1.0 or Unlicense, add SPDX ID 2024-07-15 00:03:15 +03:00
5a785bfd9f
bool-operations.c: optimize printf(s "\n") to puts(s) 2024-07-03 11:21:38 +03:00
841472299f
clock-malfunction-imitation.c: explain more 2024-06-28 13:48:45 +03:00
a748a8ea99
reverse-ramdisk.c: improve the instructions 2024-06-26 11:47:31 +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
1def3d4b9c
floatscan-experiment.c: always use local copysignl 2024-06-25 16:42:40 +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
371f8819de
relicense: CC0 -> Unlicense 2024-04-25 23:16:39 +03:00
c184b0251a
bool-operations.c: args: use (void) instead of () 2024-04-21 23:44:56 +03:00
c56c084c88
reverse-ramdisk.c: clarify the first TODO 2024-03-31 16:32:39 +03:00
6d16e8c278
reverse-ramdisk.c: add 4 important TODOs 2024-03-31 16:28:55 +03:00
b9ca065ef4
reverse-ramdisk.c: add an important TODO 2024-03-31 15:30:35 +03:00
df477f5d44
reverse-ramdisk.c: extend and improve the comment about compilers 2024-03-10 13:20:06 +03:00
cccdc5087d
reverse-ramdisk.c: change warning style 2024-03-10 12:19:18 +03:00
c0b07642c4
static-vs-dynamic-mem-alloc.c: make sure to avoid macro integer overflow 2024-03-10 11:54:20 +03:00
34832e541b
reverse-ramdisk.c: change to-do style 2024-03-10 11:51:09 +03:00
b6f79fadf5
C: floatscan-experiment.c: wrap for 80 characters per line 2024-03-08 15:03:32 +03:00
c040b0bd44
floatscan-experiment.c: implement shunget to normalize operation of the original code 2024-03-02 16:12:59 +03:00
f411dfc6dc
floatscan-experiment.c: reformat the original code 2024-03-02 16:08:42 +03:00
4f9ceae08f
floatscan-experiment.c: upgrade the experiment code, do not use STDIN 2024-03-02 15:29:04 +03:00
ca099f2797
floatscan-experiment.c: add function prototypes 2024-03-02 15:25:41 +03:00
223393b38c
floatscan-experiment.c: sort #includes 2024-03-02 15:20:37 +03:00
b17b8aa71a
floatscan-experiment.c: simplify the note 2024-03-02 15:20:20 +03:00
a73f75c489
C: add bool-operations.c 2024-02-24 12:05:20 +03:00
bfd51c23c2
C: add static-vs-dynamic-mem-alloc.c 2024-02-24 12:02:14 +03:00
3e37f5fb73
C: reverse-ramdisk.c: tf_free: prevent memory leaks 2024-02-22 22:00:45 +03:00