├── .gitignore ├── Cargo.toml ├── Domain Address.txt ├── LICENSE ├── README.md ├── example.py ├── mac.png ├── reset_machine.rs └── win.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentcodee/cursor-free-everyday/HEAD/.gitignore -------------------------------------------------------------------------------- /Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentcodee/cursor-free-everyday/HEAD/Cargo.toml -------------------------------------------------------------------------------- /Domain Address.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentcodee/cursor-free-everyday/HEAD/Domain Address.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentcodee/cursor-free-everyday/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentcodee/cursor-free-everyday/HEAD/README.md -------------------------------------------------------------------------------- /example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentcodee/cursor-free-everyday/HEAD/example.py -------------------------------------------------------------------------------- /mac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentcodee/cursor-free-everyday/HEAD/mac.png -------------------------------------------------------------------------------- /reset_machine.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentcodee/cursor-free-everyday/HEAD/reset_machine.rs -------------------------------------------------------------------------------- /win.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agentcodee/cursor-free-everyday/HEAD/win.png --------------------------------------------------------------------------------