Michael8910
@Michael8910
0
PasswordNNPassword guesser that guesses passwords generational. See code to edit.
4
0
0
1
Poker Hand GeneratorPoker Hand Generator allows you to run thousands of games to help see the chance of getting certain hands.
7
0
1
2
Simple Typing TestTest out how fast you can type by taking a 10 word typing test.
44
0
2
1
Snake Thing
This is one of those snake bots but it can go through itself. Its still pretty satisfying once you make it go fast.0
How to make the game better.
Currently, I have a movement function (wasd) and a shooting thing (click to shoot). How can I make the movement better and how can I make it shoot at a constant speed? Thanks.Michael8910 @MrVoo what does that have to do with making the spear speed constant? it can it will just be off of the screen.1 year ago
15
8
0
11
Word Identifier
This is a program that helps you figure out what a word could be in games like hangman or in a crossword puzzle.
For example, lets say that you know a few of the characters, you can plug them in and the program will give you all the words that could fit.
Formating: For letters that you know put the letter in and for letters that you don't know put in a '-'505
16
11
2
KaboomJamUnityGame-2Move with WASD, left-click to punch, right-click to kick. The point of the game was going to be to destroy things to get bigger but it wouldn't work. Now you can just play around with the broken physics of the game.
71
0
2
This is a basic password cracker. The main point of this is to look satisfying. If you want something super satisfying then just put in a super long p
Python
BriceClay wow really good code for a brute force. the one i did spammed all posible outcomes but this one know each one it gets right1 year ago
Asteroids
This is a game based on the 1979 Asteroids game. The ship follows your mouse, and to shoot you need to click. You get points when you destr
HTML, CSS, JS
I want to make something where you can import an image and then type in the words to find and it will find them. I couldn't find anything online simil
Bet whether the next value in the graph is either going to go up or down. How much money can you make before you lose it all?
HTML, CSS, JS
So I have been working on a project that uses SQL. I have been trying to get all of the data into my javascript so that I can use it but nothing onlin
I am trying to set up express and I downloaded node.js, npm, and all of the things that I would need for it. But when I do const express = require('ex
I have an idea for a website that you can do hackathons on and get points and stuff like that. I can do front end and I am currently learning backend
The Final Version
Not gonna lie this would be like my 3rd time posting this project but there is a reason why. I have recently found out some big pro
Python
So I have a script that created a lot of elements but I need a way of selecting a few at a time. How can I make it so that some elements are invisible
ruiwenge2 do this in javascript:
document.getElementById("ID OF ELEMENT").style.display = "none";
`2 years ago
So I have been working on a script - document.body.querySelectorAll(".page")[z].querySelector(".student-list").querySelector(".student-item cf") - but
So currently I am making this thing with iframe so that you can go to a site but with a different URL. But I am having trouble with something. Every t
xfinnbar "For security reasons, you can only get the url for as long as the contents of the iframe, and the referencing javascript, are served from the same domain. As long as that is true, something like this will work:
document.getElementById("iframe_id").contentWindow.location.href
If the two domains are mismatched, you'll run into cross site reference scripting security restrictions." - kkyy on StackOverflow: https://stackoverflow.com/questions/938180/get-current-url-from-iframe2 years ago
So I am making a project with Iframe and I need a way to see if the website that it is displaying opens a new window. Is there any easy way of doing t
JBloves27 Heya, I can't explain this too much, but this should be the answer to your question.
Hope it helps!2 years ago
So I want to make this program that will be able to open up a website but keep it on the program's URL. I know how to do this inside of python but is
dbdbdbdbdbdbhehedbdbdbdbdbdb Yo wait how do i open up a website in replit and interact with it? You said you know how to do smth like that pls help.1 year ago
xfinnbar Use an iFrame. Please also note that some sites block iFrames for security reasons. https://www.w3schools.com/tags/tag_iframe.asp2 years ago