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.3 years ago
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
I'm so excited to finally share skrrt with all of you!
I spend several hours every week curating my music - I can't rely on spotify recommendations texpress
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!4 years ago
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
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
yOu'Ve aLWaYs needEd thIs
hTtPS://SaAS.4TY2.fUn
here aRe some eXtRa cHaRS BECaUsE THere IS A Min LiMIt OF 100
Node.js
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)4 years ago
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?🤔🤔🤔🤔🤔🤔🤔🤔🤔10 months ago
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
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
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
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
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
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 sound4 years ago
Coder100 Great work! I put a cat in and I the program put a santa hat on its head.
santafied4 years ago
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.2 years ago
Ganoosh Id love to see a updated version using something like jsonbin or similar software! Considering jsonstore went out of business!3 years ago
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
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
}1 year 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/")2 years ago
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
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.4 years ago