1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2024-12-26 11:30:03 +05:30
Commit Graph

29 Commits

Author SHA1 Message Date
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