freeCodeCamp project.
More repls+4+4
ASCII ART GENERATORConvert Images and Texts Into ASCII Art.
Packages Used:
PIL for image to ASCII Art
pyfiglet for text to ASCII Art
Update:
Added Text To ASCII Art Generator
Custom Font option in Text to ASCII Generator
Added Unicode char style in image to ASCII Generator
Helpers:
@codeitfast
@DariaScott
Note: Images are not saved anywhere
7.8K
97
154
#apps
ColdChat Client (chat app)chat app in node.js using socket.io
I've made many chat apps previously but I got inspiration for a simplistic-looking, console-based one from the previously trending "ctrl chat" (by @blockowo). I felt bad about its many serious security flaws and literally zero validation. Seeing it get destroyed by exploiters made me want to start working on a secure chat app with validation, backend word filters, powerful anti-spam, and a proper account system.
So far I've only made the basic security infrastructure and a simple layout, plus a powerful anti spam. This of course isn't finished and there are PLENTY of updates planned and coming soon.
7.7K
516
89
#nodejs
EvolutionSimulate evolution by selecting for certain criteria! This simulation tries to replicate evolution by simulating movements of little creatures named "cells". A small pet project by IcemasterEric, this turned out to work extremely well!
24.9K
255
262
23comments
RanjanNagarkoti3 months ago
MohammadMesbaul5 months ago
It doesn't pass the last two test, I'm stuck here a long time. If you have any solution please reply me.
I am also stuck in:
You can add from, to and limit parameters to a GET /api/users/:_id/logs request to retrieve part of the log of any user. from and to are dates in yyyy-mm-dd format. limit is an integer of how many logs to send back
Plz help me.