Compare commits
49 Commits
Author | SHA1 | Date | |
---|---|---|---|
aef859c5e7 | |||
80f6acbdfb | |||
830e4cfc16 | |||
0b0fefbf37 | |||
7379ba9a6f | |||
9f19b4f86c | |||
36799f9ae9 | |||
e29c97b732 | |||
96d5271900 | |||
4bdea80df0 | |||
16560189b8 | |||
eec6619ba6 | |||
bafdd1d181 | |||
2bf27f8166 | |||
01d89888ca | |||
0bc77edf78 | |||
cfebd60e48 | |||
80996dd460 | |||
2027db18d1 | |||
3647c9b143 | |||
5381a08372 | |||
21c7ee6ff3 | |||
ab9b6528bd | |||
5eb2615eea | |||
86fab05eac | |||
6976af43e2 | |||
b28e06aa03 | |||
e2224958f9 | |||
b753510f77 | |||
f1ad9aff8a | |||
7ac3df61a9 | |||
9189a7d87f | |||
daa68e52a6 | |||
a8d8ca4e57 | |||
df5213a1dd | |||
70c2e3df10 | |||
36a82a08f1 | |||
97223f6055 | |||
7cd26f9594 | |||
c45a59156c | |||
e4e0797c0e | |||
a3200dbd57 | |||
0737ab8c49 | |||
6a9129cc47 | |||
5e6494c8f5 | |||
1959654d38 | |||
6377bd4b45 | |||
8170943b1d | |||
49604006fe |
BIN
.github/200wPUS_25_1_50.webp
vendored
Normal file
BIN
.github/200wPUS_25_1_50.webp
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
13
.github/FUNDING.yml
vendored
Normal file
13
.github/FUNDING.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# These are supported funding model platforms
|
||||||
|
|
||||||
|
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
||||||
|
patreon: Pus537
|
||||||
|
open_collective: # Replace with a single Open Collective username
|
||||||
|
ko_fi: puspc
|
||||||
|
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
||||||
|
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
||||||
|
liberapay: # Replace with a single Liberapay username
|
||||||
|
issuehunt: # Replace with a single IssueHunt username
|
||||||
|
otechie: # Replace with a single Otechie username
|
||||||
|
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
|
||||||
|
custom: https://buymeacoffee.com/puspc
|
56
CONTRIBUTING.md
Normal file
56
CONTRIBUTING.md
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
# Contributing to Pus
|
||||||
|
|
||||||
|
Thank you for your interest in contributing to Pus! We appreciate your help in making this project better.
|
||||||
|
|
||||||
|
Before you get started, please take a moment to review the following guidelines.
|
||||||
|
|
||||||
|
## How Can I Contribute?
|
||||||
|
|
||||||
|
### Reporting Bugs
|
||||||
|
|
||||||
|
If you encounter a bug, please create an issue on the GitHub repository. When filing a bug report, please provide as much information as possible, including:
|
||||||
|
|
||||||
|
- A clear and descriptive title.
|
||||||
|
- A detailed description of the issue.
|
||||||
|
- Steps to reproduce the bug.
|
||||||
|
- The expected behavior.
|
||||||
|
- Screenshots or error messages if applicable.
|
||||||
|
|
||||||
|
### Suggesting Enhancements
|
||||||
|
|
||||||
|
If you have an idea for an enhancement, feel free to create an issue with the "enhancement" label. Please provide:
|
||||||
|
|
||||||
|
- A clear and descriptive title.
|
||||||
|
- A detailed description of the enhancement.
|
||||||
|
- Any relevant context or examples.
|
||||||
|
|
||||||
|
### Pull Requests
|
||||||
|
|
||||||
|
We welcome your pull requests! Before submitting a pull request, please ensure the following:
|
||||||
|
|
||||||
|
1. Fork the repository and create your branch from `main`.
|
||||||
|
2. Make sure your code follows our coding standards.
|
||||||
|
3. Write clear commit messages.
|
||||||
|
4. Include relevant documentation and update it if necessary.
|
||||||
|
5. Ensure all tests pass.
|
||||||
|
6. Open a pull request with a clear title and description.
|
||||||
|
|
||||||
|
## Development Setup
|
||||||
|
|
||||||
|
If you want to edit the program, follow these steps:
|
||||||
|
|
||||||
|
1. Clone the repository: `git clone https://github.com/PusPC/Pus.git`
|
||||||
|
2. Right click the file you want to edit and choose: `edit`
|
||||||
|
3. You are now ready to edit the program.
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
By contributing, you agree that your contributions will be licensed under the [LICENSE](LICENSE) file.
|
||||||
|
|
||||||
|
## Contact
|
||||||
|
|
||||||
|
If you have any questions or need further assistance, feel free to contact the maintainers:
|
||||||
|
|
||||||
|
- [Discussions](https://github.com/PusPC/Pus/discussions)
|
||||||
|
|
||||||
|
Thank you for your contributions!
|
23
LICENSE
23
LICENSE
@ -1,2 +1,21 @@
|
|||||||
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
MIT License
|
||||||
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
||||||
|
Copyright (c) 2023 PusPC
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
|
1654
PusPC1.2.bat
Normal file
1654
PusPC1.2.bat
Normal file
File diff suppressed because it is too large
Load Diff
1899
PusPC1.3.bat
Normal file
1899
PusPC1.3.bat
Normal file
File diff suppressed because it is too large
Load Diff
BIN
PusPCV1.2.zip
Normal file
BIN
PusPCV1.2.zip
Normal file
Binary file not shown.
10
README.md
10
README.md
@ -1,6 +1,13 @@
|
|||||||
<h1>PusPC - Your Computer Speedup Tool</h1>
|
<h1>PusPC - Your Computer Speedup Tool</h1>
|
||||||
|
|
||||||
[](https://github.com/PusPC/Pus/blob/master/LICENSE)
|
[](https://PusPC.site)
|
||||||
|
|
||||||
|
[](https://github.com/PusPC/Pus/blob/master/LICENSE)
|
||||||
|
[](https://github.com/PusPC)
|
||||||
|
|
||||||
|
[Feautures](https://github.com/PusPC/Pus/tree/main#features)  [Usages](https://github.com/PusPC/Pus/tree/main#usage)  [Contributing](https://github.com/PusPC/Pus/tree/main#contributing)  [License](https://github.com/PusPC/Pus/tree/main#license)  [Acknowledgments](https://github.com/PusPC/Pus/tree/main#acknowledgments)  [Support](https://github.com/PusPC/Pus/tree/main#support)  [Contact](https://github.com/PusPC/Pus/tree/main#connect-with-me)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
<p>PusPC is a lightweight computer speedup tool written in BATCH, designed to optimize your system performance easily. This project is the result of a solo effort to create a user-friendly solution for enhancing computer speed and responsiveness.</p>
|
<p>PusPC is a lightweight computer speedup tool written in BATCH, designed to optimize your system performance easily. This project is the result of a solo effort to create a user-friendly solution for enhancing computer speed and responsiveness.</p>
|
||||||
<p>It was made in Hungary</p>
|
<p>It was made in Hungary</p>
|
||||||
@ -25,6 +32,7 @@
|
|||||||
<h2>Contributing</h2>
|
<h2>Contributing</h2>
|
||||||
|
|
||||||
<p>If you want to contribute to PusPC, feel free to open an issue, submit a pull request, or provide feedback. Your input is highly valued!</p>
|
<p>If you want to contribute to PusPC, feel free to open an issue, submit a pull request, or provide feedback. Your input is highly valued!</p>
|
||||||
|
<p>Other information: <a href="https://github.com/PusPC/Pus/blob/main/CONTRIBUTING.md"</a>CONTRIBUTION INFOS AND GUIDELINES</p>
|
||||||
|
|
||||||
<h2>License</h2>
|
<h2>License</h2>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user