Manitej Boorgu
Content Creator
@techpixel
this is me
5
MOSS for ReplitCheck Repls for plagarism! Powered with the magic of Crosis and uses Stanford's powerful MOSS service. Inspired by a teacher's feature request.
Example Added
Added an example to show how it works5
MOSS for ReplitCheck Repls for plagarism! Powered with the magic of Crosis and uses Stanford's powerful MOSS service. Inspired by a teacher's feature request.
75
11
5
5
homebridge-replControl your repls from HomeKit! Powered by Crosis, requires Homebridge to be running. Built after learning that Crosis is still a thing.
Fully completed!
Finally done with this, destroyed all the bugs that made it unusable!19
2
5
5
homebridge-replControl your repls from HomeKit! Powered by Crosis, requires Homebridge to be running. Built after learning that Crosis is still a thing.
Overhaul of Switch Get
Overhauled switch status get, improving reliability.19
2
5
5
homebridge-replControl your repls from HomeKit! Powered by Crosis, requires Homebridge to be running. Built after learning that Crosis is still a thing.
19
2
5
0
pocket monsters plusHomemade Pokemon Clone. Built ground up using curses and flask, built when I was a youngster and updated as an oldster.
5
3
0
7
hugoHugo - Play as Hugo and spread your kindness with your big heart.
138
6
7
2
Bouncy Bubble ShooterAddictive. Hard. Shoot the bouncy bubbles and get high scores! Readme.md for more information
85
1
2
slmjkdbtl love how the gameplay is so simple but so fun and addictive! and love the start screen where you click the smiley2 years ago
How do I upload custom sprites? Also How do I add colors?
Coder100 1. You can't
you either make the image using the editor or upload a png of your own. Either way, they will be automatically imported for you on run!
2. You can't
A limited palette makes better art?
Probably an oversight.
dw tga is working on making it better2 years ago
WebM Capture
I have nothing much to say about this project. I was just learning JS and this project was one way to mess around with it.
It's what it
HTML, CSS, JS
I've learned javascript isn't that great for checking if an object is in an array. As a result, functions like includes don't work when finding if an
Coder100 btw anyone want a general function?
https://repl.it/@Coder100/AltruisticPotableDecagons-isarrayeq#index.js2 years ago
Coder100 Well of course. We aren't super good with finding if arrays are equal to each other as they are not a primitive value.
Try dis
let array = [[1, 2], [3, 4]];
array.filter(arr => arr.length == 2 && arr[0] == 1 && arr[1] == 2);
it will return
[[1, 2]]
`2 years ago
programmeruser function arrayInArrays(search, arrays) {
for (const arr of arrays) {
if (search === arr) return true;
}
return false;
}
`2 years ago
I have a project that allows you to scan QR codes and run an associated program with it. However security and safety comes into question - what is sto
Coder100 verified?
Well the thing is you should have control over that, make sure the QR code points to server URL you own, and make sure the code you are executing is in a sandbox so it doesn't yeet your stuff2 years ago
SixBeeps A computer doesn't have morals, so determining if something is malicious or not doesn't have a clear answer.
If your program actually runs code based off of the QR code, then the best you can do is to prevent things like file IO to prevent it from changing anything important.
Actually, permissions is one of the ways malicious code is identified: if something seems too powerful, it might be trying to do something bad. That's why you have those "User Account Control" popups on Windows or the war2 years ago
I wrote a CHIP8 Emulator in python. Most of the code is based on this tutorial, but is slightly outdated (and a bit broken) and uses pyglet. I built tPyxel
I want to use a standard library function that's only available for python 3.9. How would I go about upgrading to python 3.9?
Pocket Monsters
Yeah.... what is this?
I'm not the best at thinking up game ideas, but one day I was looking at code for a
chatroom, and then it stru
Python
I know it's possible connecting to a repl within a repl, but is it possible to connect a repl to another repl? I'm using sockets.
ApoorvAgrawal Do you mean tcp sockets or something, because sockets are a really big topic. The whole web is built on sockets. There are also a lot of types of sockets like tcp sockets and udp sockets. As far as I know, repl.it doesn't support tcp and udp sockets. It only supports websockets.2 years ago
Coder100 why would you need to do that? It definitely is possible for two repls to interact with each other using websockets (like socket.io) or http requests (like fetch).2 years ago
Why does sockets not work in repl.it? (or what the title says)
RYANTADIPARTHI Socket actually do work, but please send your repl, or any info about languages.2 years ago
YodaCode If you use Node.js and Socket.IO, it works just fine. But there’s no way we can help you unless we know what language you are programming in.2 years ago
SixBeeps https://repl.it/talk/ask/Is-it-possible-to-use-pythons-socket-library-in-replit/129382 years ago
If you have a website, you are able to incorporate repl.it auth into it. But if you have a terminal app, you can't take advantage of it.
Today we cro
MarcusWeinberger Cool idea, I hadn't thought of doing something like this before. Might add it as a built-in to dupl auth2 years ago
Is there crosis for python? What library?
Suppose your messing with Repl.it/Repl Talk APIs. Is it okay if you create an alt account for the purpose of testing?
Coder100 it's not against the rules, as they explicitly say, don't use alternative accounts for the purpose of cycles, but does not say anything else on the matter. You don't look like you are going to do that so you are fine!2 years ago