Hi everyone!

Use this space to share anyt...
Hi again replers! Here are this month's **MONTHLY REPLS**! For those who do not know what these are, these are the repl talk posts that were made duri...
# **Rules**
The Repl.it community is a place for users to share code, ask questions, and discuss coding-related subjects. We're committed to making i...
I think I'm pretty much doing pi approximations in every language now, so, here it is in PHP!
I still have the same issue with NASM and am working on...
Object cloning is creating a copy of an object. An object copy is created by using the clone keyword
Whenever we clone an object different memory is...
This my recent attempt to code here on repl. Now I keep running into errors and other status issues. I want to know what this means....
run-project...
Hey everyone! It hhas been along time. I had to delete my account, then remake it again, so here I am!
Anyways, I am starting to learn korean, and I...
I just created a random letter generator that I am very proud of (since I'm pretty new to this). I would really like to incorporate this into an HTML...
Hi all, i hope you are fine.
I need to extract the different parts of email address through 4 functions, but I can't do it!
for example:
[email protected]
Wrote this code to test out encrypting json response with public/private key pair using PHP OpenSSL. This will encrypt the response store it in a file...