Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Mr. Pool

@ChandlerMorell
~ C++ ~ Python ~ Java ~ Linux ~
  • Triangle Generator

    Cover page
    Made with C++

    Generate a triangle and get the perimeter and area of it.

    Recent comments (0)
  • Midpoint and Distance Finder

    Cover page
    Made with C++

    This program will find the midpoint and distance of coordinates on a graph.

    Recent comments (0)
  • Serpent Law

    Cover page
    Made with C++11

    Displays the Serpent Law in a fashionable way. (Riverdale)

    Recent comments (0)
  • Rectangle Drawer

    Cover page
    Made with C++

    Draws a rectangle and outputs area and perimeter.

    Recent comments (1)
    TayyabAwan
    TayyabAwan
    2 years ago

    How do I make a


    • *
    • *
    • *
    • *
    • *

  • Minutes to Eminem Songs

    Cover page
    Made with C++11

    Translate minutes to Eminem songs!

    Recent comments (0)
Repls
Community
ChandlerMorell
ChandlerMorell
shared a Post
4 years ago
Rock, Paper, Scissors
Play rock, paper, scissors with this simple game.
Rock, Paper, Scissors
Python
ChandlerMorell
ChandlerMorell
shared a Post
5 years ago
Will Erlang ever be supported?
John_WardWard
John_WardWard
@ChandlerMorell Upvote Erlang on language requests if you would like it to become a reality!5 years ago
ChandlerMorell
ChandlerMorell
shared a Post
5 years ago
So, does Repl stand for anything? What does it mean?
optimistguy
optimistguy
repl.it mean answer it ;)5 years ago
ShahriarChowdhu
ShahriarChowdhu
cool5 years ago
ash15khng
ash15khng
repl stands for read, eval, print, and loop. It's on their shirt too! (which I can't find a link to. Can someone link one?)5 years ago
ChandlerMorell
ChandlerMorell
shared a Post
5 years ago
Will we ever have a search bar on this website? To search for specific keywords and things of that nature.
John_WardWard
John_WardWard
There already is one! Screenshot 2018-11-04 at 09.51.125 years ago
ChandlerMorell
ChandlerMorell
shared a Post
5 years ago
I have a game idea. You ever saw those games where they give you something to draw and you have like fifteen seconds to do it? Once you're done, a jud
Fhillis
Fhillis
This sounds similar to a code-jam, join up in the repl.it Discord for info.5 years ago
kaldisberzins
kaldisberzins
Similar to scribbl.io?5 years ago
ChandlerMorell
ChandlerMorell
shared a Post
5 years ago
Will we ever have an inbox on Repl.it? So we don't have to check our emails for responses?
ChandlerMorell
ChandlerMorell
shared a Post
5 years ago
What are the benefits of learning Node.js?
Vandesm14
Vandesm14
Server-side programs, chat systems, file storage, login/logout systems, etc. If you need any help learning Node.js just contact me @Vandesm14#3364 on discord or [email protected]5 years ago
ChandlerMorell
ChandlerMorell
shared a Post
5 years ago
Less Less stands for Leaner CSS, and for good reason. If you know anything about CSS, this will make your life easier. First, we have to create a sty
otis123
otis123
The most important thing to remember framed game when using a new tool is that it’s just a tool. It’s not an among us essential part of your daily routine, and it’s not something you should be afraid to throw away.9 months ago
LilyCollins4
LilyCollins4
Thank you for sharing this useful article. Just like you shared If you know anything about CSS, this will make your life easier. Information about taming io is very useful, I will come back to this site when you have more new articles.9 months ago
hamzamaqsood3
hamzamaqsood3
Yeah, it does. I was https://banksnear-me.com/bank-of-the-west-near-me/ surprised too. Even more surprised when I found out it can do links too. Like a markdown link with custom text. IT DOES THAT. 1 year ago
ChandlerMorell
ChandlerMorell
shared a Post
5 years ago
Example for sticky header!
Sticky Header Example
HTML, CSS, JS
ChandlerMorell
ChandlerMorell
shared a Post
5 years ago
While we ever be able to use Less?
ChandlerMorell
ChandlerMorell
Nevermind. Just use this: repl.it `5 years ago
ChandlerMorell
ChandlerMorell
shared a Post
5 years ago
Checks if a number is even or odd.
Even or Odd?
Python
zog1
zog1
Never really thought about using % like this. Cool Mate although line 2 is a little crowded.5 years ago
ChandlerMorell
ChandlerMorell
shared a Post
5 years ago
I tried to start a live coding session (for fun), and when my friend joined, he was a spectator. How does he become an editor like me?
ChandlerMorell
ChandlerMorell
shared a Post
5 years ago
import random import time def main(): doors = [1, 2, 3] door = random.choice(doors) elimDoor = random.choice(doors) while elimDoor
Geocube101
Geocube101
I made this based off the concept of your game to understand how I thought this game might work. The while command seemed to do the trick for me. New Code: https://repl.it/@Geocube101/Ask-For-ChandlerMorell5 years ago
ChandlerMorell
ChandlerMorell
shared a Post
5 years ago
Spirograph thing.
Spirograph Thing
Python (with Turtle)
ChandlerMorell
ChandlerMorell
shared a Post
5 years ago
Simple number guessing game.
Number Guessing Game
java
ChandlerMorell
ChandlerMorell
shared a Post
5 years ago
The tutorial is within the comments of the code! I encourage you to play around with it!
Rectangle Drawer
C++
XavierDD
XavierDD
Nice tutorial, its easy to read and not to complicated.5 years ago
2IsAPrimeNumber
2IsAPrimeNumber
If I enter one negative number, the area will be negative, the perimeter will be 0, and no rectangle will be drawn. If I enter two negative numbers, the area will be positive, the perimeter will be (2 * width + 2 * height), and no rectangle will be drawn. If the width contains a decimal, the program will stop, the area will be 0, and the perimeter will be (2 * width rounded down), and no rectangle will be drawn. If the height contains a decimal, the program will round the height down, and contin5 years ago
kaldisberzins
kaldisberzins
Nice turorial! Easy to understand for a person who barely knows cpp like me.5 years ago
ChandlerMorell
ChandlerMorell
shared a Post
5 years ago
Displays the Serpent Law in a fashionable way. (Riverdale)
Serpent Law
cpp11
ChandlerMorell
ChandlerMorell
shared a Post
5 years ago
Translate minutes to Eminem songs!
Minutes to Eminem Songs
cpp11
ChandlerMorell
ChandlerMorell
shared a Post
5 years ago
This generates a random sentence with an insult!
Funny Insult Genereator? Maybe?
cpp11
ChandlerMorell
ChandlerMorell
shared a Post
5 years ago
What exactly does the live coding button do? I think I know, and this may be a stupid question, but I do want to make sure.
timmy_i_chen
timmy_i_chen
Real time collaborative coding! Multiple people working on the same repl simultaneously :)5 years ago