BETA
295
Chat on the terminal
Build a realtime chat in your terminal 💬
Demo ⏯️ Code 👨💻
This is a quick tutorial which helps you build a realtime chat
berriesrhino Say I wanted all links on the page to be white, and not underlined. But on one particular instance, I wanted to add another style. Wouldn't it be awesome if there was an easy way to do that? Think no more because I have it right here: Super Mario Bros
.link {
color: white;
text-decoration: none;
}
.nav-bar {
.link; // Imports all style from the .link
font-size: 20px; // Adds font size that was not in .link that we needed
}2 months ago
TheWorld6 from selenium import webdriver
from selenium.webdriver.chrome.options import Options
chrome_options = Options()
chromeoptions.addargument('--no-sandbox')
chromeoptions.addargument('--disable-dev-shm-usage')
driver = webdriver.Chrome(options=chrome_options)
driver.get("https://google.com/")10 months ago
122
A few months ago, I'd started making chatbots on Telegram - I'd seen APIs for WhatsApp but they were unoffical and there was a chance for getting your
express
Eidulfitr2022 The article posted was very informative and useful. You people are doing a great job. Keep going. Please visit site https://eidulfitr2022.com/4 weeks ago
Robert-CC2 Taptap Heroes Mod APK has all the features unlocked, which means no purchases are required for players to win the game.Taptap Heroes Mod APK1 month ago
Alltrackingcour Everyone has a hard time getting out of bed in the winter. That's totally understandable because it's so cold outdoors that we don't want to leave the comfort of our favorite blankets. However, on the other hand, this makes us quite lazy, and at the end of the day, we regret an unproductive day.
blanket hoodies1 month ago
101
Make games the easy way, and forget about the setup 😌
.gif)
Demo + Code ⏯️ 👨💻
I've heard coding in python is quite delightful! And I agreed on
beatriznovoa That is not working for me and the paddle does not even show. What to do?🤔🤔🤔🤔🤔🤔🤔🤔🤔3 days ago
42
Make flappy bird with Python Play
Demo and Code 👨💻
Flappy bird is one of the classics - and as you'll see, super easy to create, especially when
Pygame
53
Build a tiny URL shortener, using a remote database
Demo ⏯️ Code 👨💻
Setting up a URL shortener is a lot of work - either you have to pay, or sp
thecrewmate876 The JSONStore domain seems to have expired, this is what I see:
Expired screenshot And no, changing the URL protocol to https doesn't fix it.1 year ago
Ganoosh Id love to see a updated version using something like jsonbin or similar software! Considering jsonstore went out of business!2 years ago
46
Hey everyone,
One of the coolest things about repl.it is how fast and simple it is to experiment with others' code. I've been working on a chrome ext
HappyFakeboulde doesn't work for me
(i highlight some code on a random website, right-click, "try on repl.it", nothing happens)3 years ago
48
Starbot adds support for appreciation in a discord community! You can give people who helped you stars, and the bot will note it - also creating a lea
Node.js
33
hey hey hey hey hey
I'm back with something I think y'all will find interesting! I built a game based on image classification - you have to get objec
HTML, CSS, JS
21
So many of us make websites on repl.it - and share them all over the internet.
However, to know how many people visited your website and to learn abo
24
colorSpace is a smart background removal tool based completely on the front end, so your pictures never leave your computer.
demo
It gets colors in
HTML, CSS, JS
20
It's time for another contest! We're not gonna make this one super huge, but promise that it is going to be real good fun to build entries for this on
19
Have any of you ever tried to run cron jobs, or scheduled tasks with replit?
Since repls sleep, you can't use inbuilt timer functions - meaning you'd
18
Making a feature extractor with ml5.js and p5.js
Demo ⏯️ Code 👨💻 Video Walkthrough 🎦
Machine Learning is a super cool way to build AI apps - b
16
ezgif.com-video-to-gif
Santafy automatically adds santa hats to people in your pictures! All processing is done front end - your images remain on you
HTML, CSS, JS
JHightower835 Thought this said Satanfy at first, very dissapointed. Also, there is no volume, could you please add sound3 years ago
Coder100 Great work! I put a cat in and I the program put a santa hat on its head.
santafied3 years ago
14
I tried to build the most hacker like blog possible - let me know what you think!
Check it out at repl.run
Guide to building your own is dropping so
Node.js
lsloan Do you know anything about controlling the size of the repl.it terminal? In one of my own repls, I'd like it to always appear as 80 columns by 25 rows, regardless of browser window size. That is, automatically use larger or smaller fonts.3 years ago
12
It was so much fun seeing all your submissions for the space contest! All entries were put up on a pretty huge screen at repl.it's HQ - and it was rea
ArchieMaclean Kognise's was definitely the best; it was actually useful.
They were all good though, well done to everyone!3 years ago
12
wordLess finds instrumentals for songs from your spotify playlist, and loads them up into a shareable page. More in this tweet!
Check it out 👉 https
Node.js
AdamHaynes2 Now there are many ways to promote accounts. Spotify is just one of the social platforms that allow people to recognize you. I created a channel on twitch, at the moment there are already a lot of subscribers, as well as a lot of views. I have subscribers here https://spotistar.com/ and also try to start a new channel with more number of followers. You might also use it.2 weeks ago
12
Learn to scrape the web by creating your own quotes website 🤖 🤔
Demo ⏯️ Code 👨💻
There's so much information on the web, but so few APIs 😕
W
6
What up replers!
I've got an algorithms problem for you, where you're trying to find the longest pay it forward chain of gifts.
https://repl.it/@jaj
RajivReddy https://repl.it/@RajivReddy/r-g-hist-chain-challenge-1
It returns all the chains that have the max chain length. The chains are inverted though, i.e. the last person is at index 0 and the first person is at index n.2 years ago
7
yOu'Ve aLWaYs needEd thIs
hTtPS://SaAS.4TY2.fUn
here aRe some eXtRa cHaRS BECaUsE THere IS A Min LiMIt OF 100
Node.js