https://github.com/schroedinger-hat/fred
https://github.com/schroedinger-hat/fred
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/schroedinger-hat/fred
- Owner: Schroedinger-Hat
- Created: 2023-12-03T13:50:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-23T19:13:23.000Z (over 1 year ago)
- Last Synced: 2024-10-24T13:58:38.577Z (6 months ago)
- Language: Go
- Size: 380 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
Table of Contents
## About The Project
I needed to find a perfect, or nearly perfect, day to schedule a dinner with a group of friends and for this I build this tool to find a spot where most of us can partecipate.
### The name
The famous nephew **Fred** attempting to invite Scrooge to dinner with his family.
~Budday stands for **BUD**dies **DAY** so the day where we celebrate our friendship.~
### Tech stack
Golang is the way I go for this kind of things :)
## Usage
Replace the content of [input.txt](/input.txt) with the list of days in the month:
```text
person1name: 1, 20, 25
person1name: 1, 15, 21, 23, 30
person3name: 4, 28, 30
```After you update the input.txt, just run:
```bash
go mod tidy
go run main.go
```
The first list is the parsed input and the second is the preferred day ordered by number of presents with excluded person.
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!## Contact
Schrödinger's Hat Team - [@schroedinger_hat](mailto:[email protected])
Project Link: [https://github.com/schroedinger-Hat/Fred](https://github.com/schroedinger-Hat/Fred)
[contributors-shield]: https://img.shields.io/github/contributors/schroedinger-Hat/Fred.svg?style=for-the-badge
[contributors-url]: https://github.com/schroedinger-Hat/Fred/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/schroedinger-Hat/Fred.svg?style=for-the-badge
[forks-url]: https://github.com/schroedinger-Hat/Fred/network/members
[stars-shield]: https://img.shields.io/github/stars/schroedinger-Hat/Fred?style=for-the-badge
[stars-url]: https://github.com/schroedinger-Hat/Fred/stargazers
[issues-shield]: https://img.shields.io/github/issues/schroedinger-Hat/Fred.svg?style=for-the-badge
[issues-url]: https://github.com/schroedinger-Hat/Fred/issues