repldm - release! direct messaging in replit (browser extension)
[repldm](https://chrome.google.com/webstore/detail/repldm/keafnbglbpeinfldadjibfibkaklhceg) - bringing direct messaging to replit
====================...
Interact with visitors as you watch their cursor move around the page! Now with visual feedback for clicks!
## How it works
**The server** code is v...
[Beta 1.0] repl.email - an exclusive, but fully functional email service
# [repl.email](https://repl.email)
*I feel like people don't quite get it: this is a normal email service. Like gmail. You can literally sign up to y...
Online Note Taking App with full markdown and HTML support
# notes.marcusj.tech

A simple, clean, notepad in your browser! Full markdown support with instant rendering...
The most complicated "hello world" program in a single line
# How it was made
First, I went through all the characters in "hello world" and used `ord` to find their numerical values. Using the argcount of a bu...
donut.c - donut shaped c code that outputs a spinning donut
# [Source - I take no credit for this](https://www.a1k0n.net/2011/07/20/donut-math.html)
This is C code that outputs a spinning ASCII donut.
### **T...
Search [intelx](https://intelx.io) for data breaches linked to your email, or anything!
Simply run the repl (it might fail the first time, just run i...
# Repl.it - What I've found
I decided (finally) to look into repl.it's structure, and see if I could find anything neat. The results are... interestin...
This is a fairly simple yet over-complicated image hosting service.
Located at: https://img.marcusweinberger.repl.co (web interface)
Here's an examp...
[repl.email] Public API v1 and python library - send emails from @repl.email through the api
## Welcome! I am happy to announce the initial release of repl.email API v1
[View this project on PyPi](https://pypi.org/project/replemail/), or look...
*Disclaimer - we are not affiliated with repl.it in any way*
I wanted to set up my own email service, and the domain `repl.email` wasn't taken so I d...
In this tutorial, we are going to be targeting my 'vulnerable cloud storage' program (https://vulnerable-cloudstorage--marcusweinberger.repl.co). The...
By logging in and connecting to any Minecraft Server (Java Edition), you can type in chat and use commands, straight from your browser!
Alternate li...
## Ever find yourself visiting [cdnjs](https://cdnjs.com) to search for that JavaScript library you need?
**Well, no more!**
I made a python repl th...
A zip file that contains itself, forever. Infinitely unzip-able.
This program continuously unzips the famous 'r.zip' file which contains a directory ('r') which contains... itself? This is an infinitely recursive zi...
Have you ever heard of the [Little Man Computer](https://peterhigginson.co.uk/lmc/)? Well this is it, rebuilt in python. I'm pretty sure everything wo...
Rotatify - Turn any still image into a spinning gif!
# [Try it out!](https://rotatify.marcusweinberger.repl.co/)
Made with inspiration from [@turbio's repl](https://repl.it/@turbio/rotatify).
## API do...
This is an example of a trust-based chatroom where no one is the server as it is peer to peer and all data is store in jsonstore. You can test it out...
Create a powerful voice assistant in just a few lines of code
# Meet [annyang](https://github.com/TalAter/annyang) - a tiny JavaScript Speech Recognition library
In under 30 lines of JavaScript, I added 2 simple...
This is a simple program that utilizes the [Open Trivia Database](https://opentdb.com/) to get a range of questions. You can choose how many questions...