Search found 4164 matches

by Eli
16 minutes ago
Forum: World News & Politics
Topic: Russia Invades Ukraine
Replies: 648
Views: 219358

Re: Russia Invades Ukraine

by Eli
23 minutes ago
Forum: World News & Politics
Topic: Russia Invades Ukraine
Replies: 648
Views: 219358

Re: Russia Invades Ukraine

by Eli
5 hours ago
Forum: Linux and Unix Based Operating Systems
Topic: Programmatically Manipulate Files: Renaming, Reading, Writing, Deleting, and Moving Files Between Folders
Replies: 6
Views: 1742

Re: Programmatically Manipulate Files: Renaming, Reading, Writing, Deleting, and Moving Files Between Folders

Here is Python one-liner that renames all files in the directory by appending the label "special_case_2021_" at the beginning of each file name: import os; [os.rename(f, f"special_case_2021_{f}") for f in os.listdir()] You can modify the code and run it to quickly label your files!
by Eli
13 hours ago
Forum: OpenChat
Topic: Re: What is in Your Mind?
Replies: 689
Views: 283382

Re: Re: What is in Your Mind?

by Eli
3 days ago
Forum: OpenChat
Topic: Re: What is in Your Mind?
Replies: 689
Views: 283382

Re: Re: What is in Your Mind?

by Eli
3 days ago
Forum: OpenChat
Topic: Re: What is in Your Mind?
Replies: 689
Views: 283382

Re: Re: What is in Your Mind?

by Eli
4 days ago
Forum: OpenChat
Topic: Re: What is in Your Mind?
Replies: 689
Views: 283382

Re: Re: What is in Your Mind?

Hacking tools

by Eli
4 days ago
Forum: OpenChat
Topic: Re: What is in Your Mind?
Replies: 689
Views: 283382

Re: Re: What is in Your Mind?


Go to advanced search