https://github.com/thesobersobber/cf-notif-cpp
Ah yes, make dumb shit instead of just actually practicing.
https://github.com/thesobersobber/cf-notif-cpp
codeforces cpp17 procrastination
Last synced: 3 months ago
JSON representation
Ah yes, make dumb shit instead of just actually practicing.
- Host: GitHub
- URL: https://github.com/thesobersobber/cf-notif-cpp
- Owner: theSoberSobber
- Created: 2023-11-10T05:57:42.000Z (over 1 year ago)
- Default Branch: modules
- Last Pushed: 2023-11-26T16:12:53.000Z (over 1 year ago)
- Last Synced: 2023-11-27T08:23:44.817Z (over 1 year ago)
- Topics: codeforces, cpp17, procrastination
- Language: C++
- Homepage:
- Size: 1.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# CF Notifications CPP
Receive a notification (Windows Only) whenever your friend submits a task to codeforces!# Usage
- Download the latest release folder
- make a `friends.txt` in the same folder in CSV format (',' as delimeter)
- run `meow.exe` from the explorer or a shell (there are no logs, so it's the same from both)# Build Instructions
- Install cmake, make and mingw-w64 (gcc 10 or higher) for windows
- `git clone --recursive https://github.com/theSoberSobber/CF-Notif-CPP.git`
- `cd CF-Notif-CPP`
- `cmake . -G "Unix Makefiles"`
- `make`