TylerBernardo
@TylerBernardo
4
MarkifyHave you ever found your photos lacking a special touch? This app will add that touch, and bring the glory of Mark to your photos.
76
1
4
1
Replit Creates - Worst Website EverThis is my submission for the first replit creates prompts. I based it off of 90's era web design, and the use of backgrounds and colors you would see there.
5
0
1
I found these cool math tricks in some MinutePyhsics videos, and thought it would be fun to try and recreate them. My attempt at Shor's algorithm is r
Node.js
I was working on a website, and I quit earlier today, to go do something else. I come back tonight, I write a few lines(just a bool variable and an if
mwilki7 is the dev console giving u an error (if the page is even loading)?
my html project is working for me3 years ago
I'm using the node request module, and when I use it outside of a function it works fine, but when used inside one, the console says that "request is
Since discord is currently down, and the theme was announced there(assuming this since no post has been made about it here), could anyone tell me the
I am making a simple login system, and when testing it in a new tab, a pop up came up saying that my site was dangerous. It now wont redirect to other
eco27 can you explain exactly what you mean by "dangerous site" and provide some screenshots3 years ago
I have already made a bug report, but figured I would post here to see if people have a fix. I was coding, when suddenly my editor displayed this. How
abc3354 Did you also try to refresh the page ?
Repl.it doesn't refresh the pages, it uses another system to navigate, and sometimes refreshing the editor solve this3 years ago
Giothecoder It doesn’t seem to crash for me, it’s this rep, right?
https://repl.it/@TylerBernardo/MTGTradeHub
How about I fork it and then you... fork... my fork????3 years ago
Giothecoder Fork the repl and be more careful with how you handle deleting and creating and editing your files.3 years ago
I remember seeing a certain type of file being added to repl, where only the owner of the project could see its contents. Is this a thing, if not, are
abc3354 Hello !
You can add a .env file and you will be the only one to see it, it is useful to store token :)
This is the doc
Note that your file should be exactly called .env and not config.env for example.
If you want to protect all your code, you should use a private repl (the .repl.co url is still usable! )
> If you found my answer helpful, you can upvote it :)
> Please, do not hesitate to ask in comments if you have any question3 years ago
So I have a project that emulates chrome with the webbot api, but it only works in the repl editor. Is there ant way to be able to use it with the lin
Highwayman Maybe make a python with turtle repl and configure the run button to run pygame instead?3 years ago
Is there any way to find out how many lines are in a .txt file? Or would I have to sort through a loop until something returns undefined?
I'm setting up a node powered website that uses socket.io to communicate with the other clients, and I'm currently following their tutorial. I want to
eco27 You need to set up your server to handle GET requests just like any other requests
also I recommend not using socket.io and instead using http3 years ago
I have a node.js server up,can I make it where when a button is pressed on one instance of the site, all other instances change?
eco27 not really, because when users visit your website they are getting the page from the server then they dont get anything else, so any changes that you make dont come into effect until you reload. if you wanted to do this, you would have to set up a script that continually checks with the server if there is a change, and if there is, then reload the page.3 years ago
I'm trying to set up jsonstore and learn how to use it. And with the code in the repl.it tutorial post, it get an error saying that "require is not de
In my websites, I want to experiment with saved data across multiple instances of the site. What free services could i use for such a thing?
This is a life counter for the card game, magic the gathering. I hope to eventually have it be usable for more MTG things. Let me know what you think!
HTML, CSS, JS
In the image I used, i manually cropped it to make sure there was not a blank space in the image. After cropping the image, the issue still persists.
HTML, CSS, JS
Geocube101 The "marquee" tag is a deprecated HTML tag
I'm lost, the image bounces back and forth, but what is the image supposed to hit the bottom of? It looked ok to me3 years ago
Just a bouncing DVD logo I made in my spare time. Thought I would show everyone. I might make a version that hits the corner every time.
HTML, CSS, JS
I saw a comment mentioning that they thought this could not be done, so i did it for fun :)
HTML, CSS, JS
I know that most of them time, simple != best, but I dont need the best. I just want something I can implement into some of my projects. I know of Ten
eco27 brain.js - beginners (no knowledge of ML needed, just read their docs - https://github.com/BrainJS)
tensorflow.js - pro version of brain.js - https://www.tensorflow.org/js3 years ago