Skip to content
Sign UpLog In
Profile icon

Lucas Frias

@webmunchster
If we build code and then makes code to fix that code, we are, by definition, to dumb to debug it.
  • Granny Terminal

    Cover page
    Made with Python

    A terminal that runs right in your browser!

    Recent comments (2)
    ARTUROMORALES7
    ARTUROMORALES7
    5 months ago

    Like

    13ShadowMello
    13ShadowMello
    6 months ago

    soooo "good" fack i will hack you hahaha

Repls
Community
webmunchster
webmunchster
shared a Post
3 years ago
What is the objectively best programming language
I am curios on how this is going to go down.... Mine is either Python for software and PHP for general web programming...not CLI thought
theangryepicbanana
theangryepicbanana
It kinda depends. For stuff like webdev, I prefer javascript or typescript. For making games, java seems to be nice. And for general scripting, Raku has become my favorite3 years ago
mwilki7
mwilki7
It would be hard for me to pick one for all aspects, but I have favorites for certain categories. C++ is my favorite typed programming language (mainly because I'm most familiar with it). I'm starting to like Rust more, making it difficult for me to write bad code. JavaScript is my #1 game programming language. Comes with a debugger, comes with a graphics library, runs on any operating system that supports a major web browser. Dynamic typing lets me do things fast, especially in comparison to3 years ago
TheDrone7
TheDrone7
There is no "best" programming language. There are too many variables to fill in to get the "best in your opinion", but there is no "best in everything" language.3 years ago
webmunchster
webmunchster
shared a Post
3 years ago
I am trying to make a bunch of random web pages but would like t know if the PHP web server has any SQL support (and if so) how to activate it. Thank
NicName
PHP Web Server
webmunchster
webmunchster
shared a Post
4 years ago
I am trying to make a web app using PHP Web Server and was wondering how to make a custom 404 page
webmunchster
webmunchster
shared a Post
4 years ago
I am creating a news site and am wondering about how I would make the search results show "No other articles are available" When there is no more art
ash15khng
ash15khng
Can you post a repl link? It would help others help with the question.4 years ago
webmunchster
webmunchster
shared a Post
4 years ago
I am trying to make a social media site in Repl.it ad wanted to make a log in and sign up.How would I even start?
a5rocks
a5rocks
Hmmm. What languages do you know? I would recommend checking out this answer I made to someone else.4 years ago
webmunchster
webmunchster
shared a Post
4 years ago
I am trying to make a social media site using Repl, and was wondering how a signup age would be created. PHP? Or JS? How would it even work? Here is a
AutumnBerg
AutumnBerg
can you link the replit? I am trying to solve the same problem1 year ago
webmunchster
webmunchster
shared a Post
4 years ago
So in one of the websites I am developing (read: attempting to develop), you can create an article using JavaScript. So if a user wanted to create an
heyitsmarcus
heyitsmarcus
The strategy I would go with (if you're only using client side JavaScript) is to have the "pages" be just elements on the page that are styled to take up either the full view of the window (like a normal HTML page would) or whatever view you choose. So, you would create the markdown in HTML for the new "page" then append that to a new "page-like" element that you sort in some order. And when you create the "page-like" element, give it some attribute i.e. if there was an article about modern ra4 years ago
webmunchster
webmunchster
shared a Post
4 years ago
So I am trying to make a social media site, (one that would have more than one page), and I was wondering if there is a more efficient way to make sep
NandaDewi3
NandaDewi3
liatin.feeldream.repl.co7 months ago
MitaA1
MitaA1
Y9 months ago
zumasumber
zumasumber
https://Nguaksjjd.zumasumber.repl.co1 year ago
webmunchster
webmunchster
shared a Post
4 years ago
So, I was thinking of trying to make a social media site using Repl's HTML editor, along with NodeJS and PHP (for the forms). Could someone tell me an
SelamSaikumar
SelamSaikumar
you need to write a lot of code and even a huge amount of data will be published in a social network so you need a large data storage so you better sign in into amazon s3 and automating amazon s3 for making a new folder for every user and the folder's limit must be 5gb 2 years ago
VivaanSa
VivaanSa
its alrady done: https://ironmedia.ironblockhd.repl.co3 years ago
ash15khng
ash15khng
It could work, but you may overload the repl.it servers?4 years ago