1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2024-11-08 18:02:23 +05:30
Commit Graph

46 Commits

Author SHA1 Message Date
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
bae1b1a301
C: reverse-ramdisk.c: fix memory usage in tf_alloc 2024-02-22 21:10:55 +03:00
9c47cde541
C: reverse-ramdisk.c: make use of ternary operator 2024-02-22 20:29:14 +03:00
544ae06944
C: reverse-ramdisk.c: apply D.R.Y. to conditional compilation 2024-02-22 20:28:41 +03:00
d36ed5f273
C: reverse-ramdisk.c: reformat macros 2024-02-22 20:21:07 +03:00
8f4b853094
C: clock-malfunction-imitation.c: reformat 2024-02-21 21:53:22 +03:00
a0d4c9d104
C: clock-malfunction-imitation.c: remove unsafe optimization 2024-02-21 21:52:41 +03:00
5123278748
C: clock-malfunction-imitation.c: remove IR leftovers 2024-02-21 21:51:26 +03:00
685154e035
C: clock-malfunction-imitation.c: optimize sizeof(time(NULL)) 2024-02-21 19:11:30 +03:00
96af138bb7
C: clock-malfunction-imitation.c: fix syntax 2024-02-20 22:18:40 +03:00
f345d55d3a
C: clock-malfunction-imitation.c: reformat macros 2024-02-20 19:47:40 +03:00
eb34ee33b3
C: categorize files, update .gitignore 2024-02-20 19:36:12 +03:00