Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spacebagel/programming_challenges
Randow topic problem solutions
https://github.com/spacebagel/programming_challenges
Last synced: about 1 month ago
JSON representation
Randow topic problem solutions
- Host: GitHub
- URL: https://github.com/spacebagel/programming_challenges
- Owner: spacebagel
- Created: 2024-04-19T20:04:42.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-22T18:00:27.000Z (2 months ago)
- Last Synced: 2024-11-22T18:42:18.092Z (2 months ago)
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Programming_Challenges
Sources: https://github.com/siliciusQ/Programming-challenges-v4.0/blob/project-4/programming_challenges_v4-0.png## 🎨 #96 - Generate a Complimentary Color From any input color
My issue: https://github.com/spacebagel/ColorAppStack: C#, WPF
![image](https://github.com/spacebagel/ColorApp/assets/165411846/4c313e97-65e3-4cd1-b2bf-b76efa8c8a93)
## 🎲 #123 - Yahtzee
My issue: https://github.com/spacebagel/Programming_Challenges/blob/main/yahtzee.pyStack: Python
![image](https://github.com/user-attachments/assets/12034ab9-c520-4d60-b7fc-aafdc98b259a)
```haskell
+---+ +---+ +---+ +---+ +---+
| B | | a | | g | | e | | l |
+---+ +---+ +---+ +---+ +---+
```
## 📃 #138 - PDF-Tagger (In progress)
My issue: https://github.com/spacebagel/PDF_meta_taggerStack: C#
![image](https://github.com/user-attachments/assets/be0312f0-88c4-489d-87c0-983a1b6fe5f0)
## 🤡️ #61 - ROT13 / Caesar
My issue (eng lang): https://github.com/spacebagel/Programming_Challenges/blob/main/rot13.cStack: C
![image](https://github.com/user-attachments/assets/b711c624-cb48-46dd-b41e-8459b8fbd600)
My issue (ru lang): https://github.com/spacebagel/Programming_Challenges/blob/main/caesar.js
Stack: JS
## 🤡️ #4 - Markov Chain
My issue: https://github.com/spacebagel/Programming_Challenges/blob/main/markov_chains.cStack: C
![image](https://github.com/user-attachments/assets/a5b315b7-33a1-4c32-8490-870aac63ac05)
## 🤡 #45 - RPN Calculator
My issue: https://github.com/spacebagel/Programming_Challenges/blob/main/rpn.pyStack: Python
![image](https://github.com/user-attachments/assets/e8be5923-1cc1-477c-90b7-dfb5a4777d88)
## 🤡️ #59 - Caesar Cipher Cracker (RU lang)
My issue: https://github.com/spacebagel/Programming_Challenges/blob/main/caesarCracker.goStack: Go
![image](https://github.com/user-attachments/assets/2981db10-ccc8-40a6-97b8-628f2fd3af5d)