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

130 Commits

Author SHA1 Message Date
e8d0b5a091
opt_int_div.h: fix the test in OPT_INT_DIV 2024-03-09 17:16:46 +03:00
9ead68332f
opt_int_div.h: explain the comment in macro OPT_INT_DIV_ROUNDING 2024-03-09 16:50:42 +03:00
195e1c177b
opt_int_div.h: fix macro OPT_INT_DIV_ROUNDING 2024-03-09 16:49:33 +03:00
4ea244ca91
C: add extol.modern.c 2024-03-09 16:47:42 +03:00
bb3f589cbe
extol.c: assign new file handler to old file handler 2024-03-09 15:50:58 +03:00
bef0606936
extol.c: pack all loop-related operations into it 2024-03-09 14:04:32 +03:00
93768da40f
extol.c: fix calling fclose with NULL argument 2024-03-09 13:54:41 +03:00
267b869440
extol.c: add file size limit 2024-03-09 12:14:56 +03:00
4ae64ebf95
extol.c: add error checking for fopen 2024-03-09 12:09:57 +03:00
988389a6ea
extol.c: clear 4 rightmost bits before the loop 2024-03-09 11:46:09 +03:00
1060bfbe45
C: add extol.c [joke!] 2024-03-09 11:42:06 +03:00
fc829628d9
cpuid_vendor_id.mod.c: use only tabs for scope indentation 2024-03-08 19:40:54 +03:00
ccb438ce00
remove gitignore_clean.py
The script works incorrectly as of now
2024-03-08 16:14:52 +03:00
b6f79fadf5
C: floatscan-experiment.c: wrap for 80 characters per line 2024-03-08 15:03:32 +03:00
3983e7f35d
C: add cpuid_vendor_id.mod.c 2024-03-08 14:56:35 +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
0e6fd4e322
C: opt_int_div.*: add the full name 2024-02-25 01:09:36 +03:00
7898a3c1ca
C: opt_int_div.h: remove the unnecessary division after rounding 2024-02-25 01:07:22 +03:00
19a84731d8
Python: generate_C_lang_token.py: support STDIN as an argument 2024-02-24 21:26:12 +03:00
b965674095
Python: add generate_C_lang_token.py 2024-02-24 21:10:48 +03:00
0ef6c03393
C: add opt_int_div.* 2024-02-24 20:05:25 +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
4d797a9854
C: pure_getline.h: move include statements 2024-02-22 19:20:26 +03:00
c1916f928c
C: freadln.h: fix syntax; reformat 2024-02-22 19:09:37 +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
130179ab6b
C: add str_replace.* 2024-02-20 19:41:24 +03:00
eb34ee33b3
C: categorize files, update .gitignore 2024-02-20 19:36:12 +03:00
73257b0c55
C: add freadln.* 2024-02-20 01:38:45 +03:00
714d32b4b4
C: pure_getline.c: add arguments docs 2024-02-20 01:36:11 +03:00
f9985a55ce
C: pure_getline.c: remove string reallocation 2024-02-20 01:34:07 +03:00
d1026e247c
Python: add ASCII_to_CJK.py 2024-02-18 15:54:44 +03:00
07cadd5e87
Python: add base64_text_decode.py 2024-02-10 15:22:46 +03:00
45f76698a6
D: countLettersInTextFile.d: remove last extra line 2024-02-04 12:59:59 +03:00
d25a4aa7f3
C: jokes/brexit.c: fix the Windows issue 2024-02-04 12:36:27 +03:00