Skip to content
Open navbar menu
Sign UpLog In
Profile icon

TylerBernardo

@TylerBernardo
  • Markify

    Cover page
    Made with HTML, CSS, JS

    Have you ever found your photos lacking a special touch? This app will add that touch, and bring the glory of Mark to your photos.

    Recent comments (1)
    SaadPRO158
    SaadPRO158
    10 months ago

    Sus

  • Replit Creates - Worst Website Ever

    Cover page
    Made with HTML, CSS, JS

    This 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.

    Recent comments (0)
Repls
Community
TylerBernardo
TylerBernardo
published a Repl
10 months ago
4
Markify
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.
SaadPRO158
SaadPRO158
Sus10 months ago
TylerBernardo
TylerBernardo
published a Repl
10 months ago
1
Replit Creates - Worst Website Ever
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.
TylerBernardo
TylerBernardo
shared a Post
3 years ago
My attempt at some cool math stuff
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
Shor's algorithm + Subtraction by adding
Node.js
Leroy01010
Leroy01010
clap clap awsome3 years ago
TylerBernardo
TylerBernardo
shared a Post
3 years ago
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
mwilki7
is the dev console giving u an error (if the page is even loading)? my html project is working for me3 years ago
TylerBernardo
TylerBernardo
shared a Post
3 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
Highwayman
Highwayman
Definitely not since we can’t see your repl.3 years ago
TylerBernardo
TylerBernardo
shared a Post
3 years ago
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
21natzil
21natzil
Hey Tyler! The discord should be back up, so be sure to look back and see!3 years ago
TylerBernardo
TylerBernardo
shared a Post
3 years ago
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
eco27
can you explain exactly what you mean by "dangerous site" and provide some screenshots3 years ago
TylerBernardo
TylerBernardo
shared a Post
3 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
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
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
Giothecoder
Fork the repl and be more careful with how you handle deleting and creating and editing your files.3 years ago
TylerBernardo
TylerBernardo
shared a Post
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
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
TylerBernardo
TylerBernardo
shared a Post
3 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
Highwayman
Maybe make a python with turtle repl and configure the run button to run pygame instead?3 years ago
TylerBernardo
TylerBernardo
shared a Post
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?
mwilki7
mwilki7
length in bytes or lines?3 years ago
SixBeeps
SixBeeps
You could turn the file contents into a string and count how many linebreaks there are3 years ago
TylerBernardo
TylerBernardo
shared a Post
3 years ago
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
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
TylerBernardo
TylerBernardo
shared a Post
3 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
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
TylerBernardo
TylerBernardo
shared a Post
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
Highwayman
Highwayman
That’s because you’re using an html repl not a node.js repl.3 years ago
TylerBernardo
TylerBernardo
shared a Post
3 years ago
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?
Vandesm14
Vandesm14
You could use https://jsonstore.io or https://jsonbin.io3 years ago
TylerBernardo
TylerBernardo
shared a Post
3 years ago
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!
MTG Utility Site
HTML, CSS, JS
TylerBernardo
TylerBernardo
shared a Post
3 years ago
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.
DVD Logo
HTML, CSS, JS
Geocube101
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
TylerBernardo
TylerBernardo
shared a Post
3 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.
DVD Logo
HTML, CSS, JS
mwilki7
mwilki7
marquee stamp of approval marquee3 years ago
TylerBernardo
TylerBernardo
shared a Post
3 years ago
I saw a comment mentioning that they thought this could not be done, so i did it for fun :)
hydra
HTML, CSS, JS
TylerBernardo
TylerBernardo
shared a Post
3 years ago
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
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