Startup looking for a designer (paid) - entering repl ventures
Myself and @MarcusWeinberger are creating a startup to apply for [Repl Ventures](https://blog.replit.com/ventures), and are looking for a graphic desi...
## @marcusweinberger and i are working on something big ;)
## its called repl DM and its still in the making, but here is a **sneak peak** into what...
# just thought itd be fun lol
The hardest part was probably making the swiping between pages from scratch (couldnt find a library that worked how i w...
## Lets annoy some scammers that made a fake banking site
Recently I received a message from a random number claiming that a payment was attempted fr...
# You can literally make anything in one line ;)
## Here is my **one line** flask py live chatroom!
## Live chat [here](https://chatroom-inline.rafr...
## **DISCLAIMER: this site is an amazon prime clone that was made for fun to challenge myself, it does not display copyrighted material. the buttons d...
# *repl.it*? Never heard of it.
# **dupl.kit** is where its at
**(this is a repl clone im working on im not actually trying to make an official online...
The WORST sorting algorithm possible-In just 1 line! (random sort)
## This is my sorting algorithm came up with called **random sort** - the absolute worst sorting algorithm I could make
***the art of python one line...
# [dupl.kit](https://duplkit.rafrafraf.repl.co) - Collaborative Text Editor and IDE
Code and collaborate with friends, all in ***real time baby***! W...
## dupl analytics - a fully functional web analytics service (in beta) made here on repl.it!
NOTE: This site is in beta. This means that at the mome...
all 9 instructions are working fully.
instant mode, auto play and dark/light mode all work fully too!!
i made my own assembly code editor too from s...
After making bogo sort in one line (and before attempting the hangman game in one line) i decided to challenge myself further by making merge sort in...
best chatroom on repl (probably) now with dark theme!!
im 17 taking a level computing.
ive been working on this chatroom for just a few days now so it's not 100% done yet ofcourse.
the website is very re...
## can you truly make hangman in python in one line?
In order to answer this question you need the following:
* ***adderall***
I believe that this *...
# My explanation and analysis of quick sort
## Basics & introduction to quick sort
Quick sort is an efficient sorting algorithm (and my personal favo...
Is there any way to run this "one-liner" inside a while loop, in one line
Even better if you can get rid of the single semicolon I've had to use to accommodate the program.
We can't use a regular while loop and the with st...
The challenge is to make a program that takes two lists of integers and finds a pair of numbers (one from each list) that add up to closest to the tar...
recursive fib func with memoization *ONE LINER* (1 line series)[no4]
## This is my implementation of the fibonacci function using recursion and memoization in **one line**!
### if you wanna learn how it works and what...