This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Windows Registry Editor Version 5.00 | |
| [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer] | |
| "DisableSearchBoxSuggestions"=dword:00000001 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| BEGIN:VCALENDAR | |
| VERSION:2.0 | |
| PRODID:-//hacksw/handcal//NONSGML v1.0//EN | |
| CALSCALE:GREGORIAN | |
| BEGIN:VEVENT | |
| SUMMARY:Confraternização Universal | |
| DTSTART;VALUE=DATE:20250101 | |
| DTEND;VALUE=DATE:20250102 | |
| DESCRIPTION:Feriado de Confraternização Universal. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| MP3 Splitter CLI Tool | |
| This script splits a large MP3 file into individual tracks based on timestamps provided in a tracklist text file. | |
| The user can specify which tracks to ignore. The script saves the resulting split tracks to a specified output directory. | |
| Usage: | |
| python split.py -i <input_mp3_file> -t <tracklist_file> -o <output_directory> | |
| Arguments: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| A simple multi-tab notepad app built with PySide6. | |
| Features: | |
| - Tabbed Interface: Keep multiple text files open in different tabs. | |
| - File Operations: Easily create new files, open existing ones, and save your work. | |
| - Session Recovery: Automatically saves your tabs and restores them when you reopen the app. | |
| - Markdown Preview: Switch between plain text and a live HTML preview for Markdown files. | |
| - Basic Text Editing: Includes undo, redo, cut, copy, paste, and select all. | |
| - Word Wrap: Turn on word wrap for easier reading of long lines. |
OlderNewer