1
0
Fork 0
Commit Graph

82 Commits

Author SHA1 Message Date
Intel A80486DX2-66 43f24efbcf
delete reverse_double_chunks.py 2024-04-11 08:29:21 +03:00
Intel A80486DX2-66 50a83f3c0e
gitignore_clean.py: FIXME: fix directory conflicts 2024-03-08 16:14:14 +03:00
Intel A80486DX2-66 bcbdbf22e2
gitignore_clean.py: cosmetic CLI enhancements 2024-01-30 22:16:24 +03:00
Intel A80486DX2-66 660437c159
WAVE_byte_swap.py: cosmetic CLI enhancements 2024-01-30 22:15:49 +03:00
Intel A80486DX2-66 d8e13ab9c1
update .editorconfig to template 2024-01-28 18:33:10 +03:00
Intel A80486DX2-66 5751cde04a
gitignore_clean.py: add recursive scan, dry mode
Improve typing of functions
2024-01-28 17:51:35 +03:00
Intel A80486DX2-66 7013d36919
WAVE_byte_swap.py: correct typo 2024-01-24 18:43:47 +03:00
Intel A80486DX2-66 8f5f4d4404
WAVE_byte_swap: shorten print format 2024-01-21 23:44:04 +03:00
Intel A80486DX2-66 3317baeecf
WAVE_byte_swap.py: add CLI hints 2024-01-21 23:36:46 +03:00
Intel A80486DX2-66 fdbf91e8de
WAVE_byte_swap.py: add in-place mode 2024-01-21 23:36:35 +03:00
Intel A80486DX2-66 c38ea3f903
C_code_chars_count.py: refactor and improve 2024-01-21 20:43:40 +03:00
Intel A80486DX2-66 dbbc9069bc
add WAVE_byte_swap.py 2024-01-21 20:30:39 +03:00
Intel A80486DX2-66 c8e2a79999
remove booru_scraper.py 2024-01-07 03:11:21 +03:00
Intel A80486DX2-66 398d1d0dce
README.md: update description 2024-01-07 03:08:43 +03:00
Intel A80486DX2-66 63416da875
common.py: add missing empty line in `get_missing_numbers` 2024-01-07 03:05:55 +03:00
Intel A80486DX2-66 ef2bb03983
common.py: move 2 functions to the proper scope 2024-01-07 03:04:52 +03:00
Intel A80486DX2-66 1cb30fc944
add transposed_letter_effect.py 2023-12-31 13:47:43 +03:00
Intel A80486DX2-66 592edca2c1
reverse_double_chunks.py: refactor 2023-12-26 18:50:58 +03:00
Intel A80486DX2-66 3cce20f164
lower_char.b.py: refactor 2023-12-26 18:49:32 +03:00
Intel A80486DX2-66 9f2c49517d
lower_char.a.py: refactor 2023-12-26 18:49:21 +03:00
Intel A80486DX2-66 6316c01c59
and_vs_mod.py: refactor 2023-12-26 18:45:18 +03:00
Intel A80486DX2-66 87187c4bbf
add floor_div_vs_int_div_vs_bw_div.py 2023-12-26 18:38:26 +03:00
Intel A80486DX2-66 ad4b88727c
common.py: add function `replace_from_end` 2023-12-21 18:30:05 +03:00
Intel A80486DX2-66 77e6756c3e
README.md: update status 2023-11-30 00:13:58 +03:00
Intel A80486DX2-66 261a988ce2
sys_directory_summarizer.py: display real directory that was scanned instead of "Windows directory" 2023-11-11 13:44:03 +03:00
Intel A80486DX2-66 ae8479bbd2
common.py: neutralize the "1 byte = 8 bit" bias 2023-11-11 13:43:45 +03:00
Intel A80486DX2-66 addf5467f2
common.py: add "os.name: determining the system" 2023-11-10 20:31:21 +03:00
Intel A80486DX2-66 259ca91427
common.py: add labels to standalone code snippets 2023-11-10 20:25:33 +03:00
Intel A80486DX2-66 188663c827
common.py: add STOP lambda 2023-10-23 21:33:58 +03:00
Intel A80486DX2-66 356a7800d4
common.py: add `get_system_bitness` 2023-10-18 18:12:50 +03:00
Intel A80486DX2-66 15f31d0d32
gitignore_clean.py: add support for exceptions 2023-10-15 16:14:26 +03:00
Intel A80486DX2-66 de1469dced
gitignore_clean.py: add the feature to allow comments 2023-10-15 16:13:56 +03:00
Intel A80486DX2-66 6334e6746a
gitignore_clean.py: minimize imports 2023-10-15 11:46:36 +03:00
Intel A80486DX2-66 f97c574f9a
gitignore_clean.py: more use of `is_dir` and `is_file` 2023-10-15 11:38:32 +03:00
Intel A80486DX2-66 bf23384cde
gitignore_clean.py: refactoring
1. Import only function `glob` from `glob` module
2. Extract `GITIGNORE_PATH` and functions `read_gitignore`, `delete`,
   `extend_wildcards`
3. Wrap runtime code in `if __name__ == "__main__"`
2023-10-15 11:31:17 +03:00
Intel A80486DX2-66 37d1988fcc
add gitignore_clean.py 2023-10-14 13:11:44 +03:00
Intel A80486DX2-66 5ed7470efa
common.py: add "14 Interview Questions" 2023-10-09 19:56:03 +03:00
Intel A80486DX2-66 5e18bc0354
add common.py 2023-10-09 19:41:51 +03:00
Intel A80486DX2-66 109d437924
demotivator_generator.py: "Fail!" -> "Failed!" 2023-10-08 16:43:18 +03:00
Intel A80486DX2-66 cc4e0ddf1a
demotivator_generator.py: make use of `mktemp()` 2023-10-08 16:42:11 +03:00
Intel A80486DX2-66 330b6b99da
demotivator_generator.py: extract constants 2023-10-08 16:41:36 +03:00
Intel A80486DX2-66 daa28a05ce
demotivator_generator.py: import in a single place 2023-10-08 16:36:19 +03:00
Intel A80486DX2-66 e87f24822c
static_aggregation_...py: extract `QUESTION_COUNT` 2023-10-08 15:44:36 +03:00
Intel A80486DX2-66 118e4864e5
static_aggregation_example.py: generalize (text) 2023-10-08 15:42:35 +03:00
Intel A80486DX2-66 8b3a668398
add reverse_double_chunks.py 2023-10-08 15:40:57 +03:00
Intel A80486DX2-66 cf24f8610f
improve C_code_chars_count.py
Modify the function to include `strip` the keywords argument which is
made to adjust the options of processing source code
2023-08-20 18:47:29 +03:00
Intel A80486DX2-66 73b53b6f8f and_vs_mod.py: extract 900 as SHIFT_VALUE_DIVIDER
`benchmarking/and_vs_mod.py`: Extract the value `900` as a constant
`SHIFT_VALUE_DIVIDER`, make a independent constant `MAX_SHIFT_VALUE` based on
it.
2023-08-17 00:30:43 +00:00
Intel A80486DX2-66 0f321d809d
edu..._aes-256-cbc.py: make "anything else" true 2023-08-17 01:09:09 +03:00
Intel A80486DX2-66 9bd745df9c
CS_base_converter.py refactoring attempt #1 2023-08-17 01:03:33 +03:00
Intel A80486DX2-66 a2a32cb300
move TLBE_endecrypt.old.py to development
Move `TLBE_endecrypt.old.py` to branch `development`
2023-08-17 00:48:12 +03:00