Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 1.86 KB

README.md

File metadata and controls

60 lines (37 loc) · 1.86 KB

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

🎲 #123 - Yahtzee

My issue: https://github.com/spacebagel/Programming_Challenges/blob/main/yahtzee.py

Stack: Python

image

+---+ +---+ +---+ +---+ +---+
| B | | a | | g | | e | | l |
+---+ +---+ +---+ +---+ +---+

📃 #138 - PDF-Tagger (In progress)

My issue: https://github.com/spacebagel/PDF_meta_tagger

Stack: C#

image

🤡️ #61 - ROT13 / Caesar

My issue (eng lang): https://github.com/spacebagel/Programming_Challenges/blob/main/rot13.c

Stack: C

image

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

🤡 #45 - RPN Calculator

My issue: https://github.com/spacebagel/Programming_Challenges/blob/main/rpn.py

Stack: Python

image

🤡️ #59 - Caesar Cipher Cracker (RU lang)

My issue: https://github.com/spacebagel/Programming_Challenges/blob/main/caesarCracker.go

Stack: Go

image