User contributions for 413vhcu1lq0463ob

A user with 305 edits. Account created on 6 October 2024.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

16 November 2024

15 November 2024

14 November 2024

12 November 2024

10 November 2024

9 November 2024

8 November 2024

  • 02:4802:48, 8 November 2024 diff hist +418 N Sha sum files with PythonCreated page with " import hashlib def calculate_sha256(file_path): sha256_hash = hashlib.sha256() with open(file_path, "rb") as f: # Read and update hash string value in chunks of 4K for byte_block in iter(lambda: f.read(4096), b""): sha256_hash.update(byte_block) return sha256_hash.hexdigest() # Usage file_path = "path/to/your/file" print("SHA-256:", calculate_sha256(file_path))" current Tag: Visual edit
  • 02:4702:47, 8 November 2024 diff hist +32 PythonNo edit summary Tag: Visual edit

7 November 2024

6 November 2024

5 November 2024

4 November 2024

  • 18:5918:59, 4 November 2024 diff hist +42 Vim Cheat SheetNo edit summary current Tag: Visual edit
  • 18:1318:13, 4 November 2024 diff hist +16,197 N Vim Cheat SheetCreated page with " == Global == * <kbd>:h[elp] keyword</kbd> - open help for keyword * <kbd>:sav[eas] file</kbd> - save file as * <kbd>:clo[se]</kbd> - close current pane * <kbd>:ter[minal]</kbd> - open a terminal window * <kbd>K</kbd> - open man page for word under the cursor '''Tip''' Run <kbd>vimtutor</kbd> in a terminal to learn the first Vim commands. == Cursor movement == * <kbd>h</kbd> - move cursor left * <kbd>j</kbd> - move cursor down * <kbd>k</kbd> - move cursor up * <kbd>l..." Tag: Visual edit

2 November 2024

31 October 2024

30 October 2024

22 October 2024

20 October 2024

18 October 2024

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)