Skip to content

Commit

Permalink
Merge branch 'main' into reverse-32bit-integer
Browse files Browse the repository at this point in the history
  • Loading branch information
SiSaR-Pal authored Dec 30, 2024
2 parents bacb9d7 + 579f75e commit 66f2541
Show file tree
Hide file tree
Showing 9 changed files with 63 additions and 3 deletions.
12 changes: 10 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,13 @@

// Enable/disable update table of contents on save
"markdown.extension.toc.updateOnSave": false,
"workbench.editor.enablePreviewFromCodeNavigation": false
}

"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.ruff": true,
"source.organizeImports.ruff": true
}
}
}
51 changes: 51 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# 🐾 **The Cat Coders** 🐾

## **Welcome to Our Project!** ![Alt Text](assets/hi.gif)

Welcome to **The Cat Coders'** official repository! We're a group of passionate
learners collaborating on exciting Python programming challenges, dedicated to sharpening
our Python skills through collaboration and creativity.

---

## ![AltText](assets/cat3.gif) **About Us**

We are **The Cat Coders**, a team of enthusiastic programmers driven by curiosity,
creativity, and a love for clean, efficient code. Our goal is to learn, grow,
and build projects that make a difference.

### ![AltText](assets/cat2.gif)**Our Mission:**

- Focus on solving programming challenges, debugging code, and enhancing our
Python skills through collaborative problem-solving.
- Learn collaboratively and share knowledge.
- Review each other's code and getting familiar with Github.
- Foster an inclusive and supportive team environment.

---

## ![AltText](assets/cat.gif) **Communication**

- **Slack:** For **Daily** updates on our progress.
- **Weekly Meetings:** Every **Tuesday at 7 PM Egypt Time** on **Zoom**.

---

## ![AltText](assets/cat5.gif) **Team Values**

- **Open Communication:** Share ideas and ask questions freely.
- **Respect:** Every voice matters.
- **Accountability:** Own your tasks and support your teammates.
- **Collaboration:** Work together, learn together, grow together.

---

## **Acknowledgments**

Shoutout to every member of **The Cat Coders** for their dedication and hard work.
Let's keep coding and keep growing—one paw at a time! 🐾✨

---

**Stay curious, stay creative, and keep coding! 🐈‍⬛💻**
![Alt Text](assets/cat4.gif)
Binary file added assets/cat.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cat2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cat3.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cat4.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cat5.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/hi.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion collaboration/guide/0_repository_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ it for collaboration:
[repository description](https://stackoverflow.com/questions/7757751/how-do-you-change-a-repository-description-on-github)
- Add or remove topics from your repository
- Update your main README with your group name and an initial overview of your
project. (You can change this as much as you want.)
project. (You can change this as much as you want.)

- Under settings in your repository select:
- _Issues_
- _Projects_
Expand Down

0 comments on commit 66f2541

Please sign in to comment.