Cam Mac Leod
@CyanCoding
Hey it's Cam! I'm a comp sci student at the University of Central Florida!!
Hey y'all! This isn't really a tutorial so I understand if this gets taken down. I just wanted to thank all y'all who upvoted my Brute Force Password
Python
Yoplayer1py Attempting to crack password via CyanCoding's BFPC...
CyanCoding's BFPC cracked the password 1234 in 1234 tries and 1 second!
That's approximately 1491577 guessed passwords per second!
wow :D 1234 is rlly insecure1 year ago
Heyo! This is a Tic-Tac-Toe game with AI that I've already posted before but I figured I'd submit into the challenge just because. Feel free to check
C++
JohnnyWobble How did you manage to make this with 2639 line of code in C++, C++ is supposed to be one of the most powerful langauges out there. Just for reference I made one with python and it is like 190 lines. But I guess you going for a round-a-bout way?
4 years ago
https://repl.it/@CyanCoding/Rock-Paper-Scissors-v16
Enjoy a fun Rock Paper Scissors game with clean animations!
https://repl.it/@CyanCoding/Hangman-v13
Can you guess the five letter animal in eight tries? Test your knowledge!
Shinyy I would suggest having a letter bank print after each guess so that the user knows what they've already guessed. Otherwise, nice job!5 years ago
https://repl.it/@CyanCoding/Tic-Tac-Toe
A simple Tic-Tac-Toe game created in C++! It doesn't get much more fun than that.
P.S Tic-Tac-Toe impossible
ClaytonHickey Interesting, try to add some error-catching and shorten this:
if \(fm1 == 1 && r1c == false\) {
r1 = "X";
r1c = true;
stillTurn = false;
}
else if \(fm1 == 2 && r2c == false\) {
r2 = "X";
r2c = true;
stillTurn = false;
}
...5 years ago
https://repl.it/@CyanCoding/Google-Beta
A replica of Google! in 1998!
https://repl.it/@CyanCoding/90s-Website
A website that looks like it's from the '90s \(aka it looks horrible π\)!
CodingEpic . γγγγγγγγβ’γ γοΎγγγ γγ.
γγγ.γγγ γγ.γγγγγγγγ γγ.
.γγ γγγγγγ ΰΆ γ . γγ β’ γγγγβ’
γγοΎγγ Cyan was the Impostor.γ γγ.
γγ'γγγ 1 Impostor remains γ γγγ
γγοΎγγγ.γγγ. ,γγγγ.γ .2 years ago
MemeManHimself Not to be rude, but...
Excuse me but there is LITERALLY 0 LINES OF HTML IK that you're inactive just btw I just really wanted to say that and how is this even supposed to work or be a 90's website anyways, @CyanCoding ????3 years ago
An improved Dice Roller that lets you customize how many times you'd like to roll the dice and how many sides are available.
KiKUP I set my dice to have 100 sides, and I got 160 as my number. I think your program is a bit messed up.4 years ago
TimmyChen1 Hey @microwither, just letting you know that I edited your description. Play nice. :\)5 years ago
https://repl.it/@CyanCoding/Hangman-v13
A fun hangman game to while away the day! If you enjoy it, please upvote! You can also fork it since adding n
https://repl.it/@CyanCoding/Rainbow-Text-Creator
I built the Rainbow Text Creator as a fun way to bring some color into your text easily.
https://repl.it/@CyanCoding/Brute-Force-Password-Cracker
I built the Brute Force Password Cracker as a fun program to test out passwords, and to test
Python
https://repl.it/@CyanCoding/Python-Web-Crawler
I built the Python Web Crawler after inspiration from Tim Chen's wiki web scraper.
https://repl.it/@CyanCoding/DataCrypt
I built the DataCrypt as a file Encrypter and Decrypter \(with the ability to use Password Protection\). If you
ebest WOAH
This is SOOOOO unsecure! Just a substitution cipher, and if they take your code and delete the password protection part, the whole password part is useless. The password should be the encrypt key. I found your password by reversing the substitution cipher.
Camden Mac Leod I should have guessed the password.
Wow the test part is 0rp!avw3~%.wvxh^a5w
-Ebest3 years ago
Savvy_Langston Maybe it is because I am beginner, but I found this a little confusing to use, but helpful!5 years ago
TheCoiledViper Could You Please Check Out My Coding Project - Prime Number Generator
https://repl.it/@TheCoiledViper/Prime-Number-Generator5 years ago
https://repl.it/@CyanCoding/Tic-Tac-Toe
As a fun side project, I built this awesome Tic-Tac-Toe game \(with three AI levels\) in May 2017.