Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/ColorApp

Stack: 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.py

Stack: 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_tagger

Stack: 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.c

Stack: 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.c

Stack: 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.py

Stack: 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.go

Stack: Go

![image](https://github.com/user-attachments/assets/2981db10-ccc8-40a6-97b8-628f2fd3af5d)