Rafael Asmoucha
@rafrafraf
Full stack web developer. Py/js/html/css
0
bikes business siteThis is a website i'm making for a bike business. If you could give me feedback i would be grateful. Thanks.
10
2
0
take a look!
showcase
features:
mobile support
real time moves
drag or click to move
all available moves shown
simple emote/phrases communication
st
Python
sofomon Wow, that truly looks great! I used to play chess.com, and I have to tell you it's one of the most terrible online chess games. Besides that, I'm amazed that young people don't ignore this game and they keep on developing more and more online chess games. That's truly amazing. I mean, this game also helps develop logic, strategic thinking, and tactic. My son also adores cheese, and now he is taking a course at https://www.chessable.com/ . Due to their lessons, he even won a couple of games again1 year ago
CedrickDONeill Chess.com possède le plus grand nombre de joueurs d'échecs en ligne à tout moment. Que vous soyez un débutant, un joueur de club chevronné ou un grand maître, vous trouverez rapidement et simplement des jeux avec des adversaires bien assortis. Je suis ici pour vous parler des facteurs qui ont contribué à la croissance des casinos en ligne. Le secteur des jeux sur Internet s'est avéré très fiable et efficace. Alors que l'expansion rapide des casinos en ligne en a choqué certains, la transformatio1 year ago
Myself and @MarcusWeinberger are creating a startup to apply for Repl Ventures, and are looking for a graphic designer!
What we're looking for
A cre
RayhanADev @rafrafraf @MarcusWeinberger heya, I think you know me xD
Lets see qualifications:
~ Photoshop god
~ Premiere god
~ Pretty good at CSS
~ ms paint legend
Um work I've done, well literally every single pfp I've had on Replit is a custom Photoshop, my DeltaScheme logo, Replit logo variants, ReplAPI.it logos, ReplFans logos, etc.
Ooh something I'm working on right now is my portfolio. It's still a work in progress and like most things prone to break but feel free to check it out.
The best part ab2 years ago
the one line master is back ;)
This time i made dijkstra's algorithm in one line, it took me around 2 hours to make and uhm yeah it was hard lmao
As
Python
@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 it will l
HTML, CSS, JS
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 wan
HTML, CSS, JS
asahilinafangirl I suggest you should add JQuery UI Touch Pouch. JQuery UI doesn't have support for mobile devices so you will need to use Touch Pouch as well.2 years ago
You can literally make anything in one line ;)
Here is my one line flask py live chatroom!
Live chat here
Let me know if you have any ideas for wha
Python
yoni980807 How to let name and message could be other languages?
I use Chinese to input'台灣人' and '安安'.Output just like
1 year ago
My explanation and analysis of quick sort
Basics & introduction to quick sort
Quick sort is an efficient sorting algorithm (and my personal favourite
Python
Here are 3 implementations of the fibonacci function explained
Iteration:
the iterative solution is probably what comes to mind first.
an iterative s
Python
DanielCoore I noticed that for your iterative version you were storing intermediate results; but that takes time to manipulate the list. Since we need only the last two values, we can do away with the list altogether. I implemented another version called fibconstspace that is also iterative and goes a little faster than your original iterative version.2 years ago
glitchish @rafrafraf
this is nice, i have never worked with Fibonaci (i know i spelled that wrong) in a language, so this helped!2 years ago
This is my implementation of the fibonacci function using recursion and memoization in one line!
if you wanna learn how it works and what memoization
Python
can you truly make hangman in python in one line?
In order to answer this question you need the following:
adderall
You do not want to know how dif
Python
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
Python
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 is possible,
AmethystMoon1 Obviously not working, but I think this has potential if you get it to work. Good job!2 years ago
This is my sorting algorithm came up with called random sort - the absolute worst sorting algorithm I could make
the art of python one liners
Python'
Python
this is my implementation of insertion sort in python
comment below your repl link if you try the challenge!
goodluck
Python
In this version, i made it highlight odd numbers and spent a great deal of time making the shape look right..
this sounds simpler than it is-believe
Python
what is the challenge?
make a program that takes a list of positions in (x, y) format.
it should then return the K closest positions to (0, 0).
you ca
Python
ObiVibKenobi @rafrafraf Finished! https://repl.it/@ObiVibKenobi/K-Closest-to-origin
My solution was to first check if the point was along an axis. If it was along the X-axis, the distance would be the X value. If it was on the Y-axis, the distance would be the Y value.
If it is neither, then the program will find the hypotenuse of a right triangle with points (0, 0), the given point, and the X-line on which it is. The program then sorts the lengths from lowest to highest and checks all values in the new li2 years ago
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
Python
The challenge is to find every subset of numbers in a set that add up to a target number.
The default target number and set in my algorithm are 16 an
Python
Play the game at whereswest.live
The aim of the game
Try to find as many kanyes as you can before the timer runs out! When you're done, or WESTED, en
Python
tussiez Can't get the the game to work right now, however looking at the pictures from the comments, great job!2 years ago