Hayami Tatsuya
@Shigetorum
I am a reverse engineer and a coder. I mainly make websites and c++ projects (Visual Studio)
I like repl.it for their free and good hosting
image
Seems typescript doesnt want me to use express. Nice.
TypeScript
I want to delete all my repls at once, is there a way to do it?
So, i tried to install beautifulsoup4 python package trough the magical and incredible package manager of replit.
it gave me an error.
So on i tried
It seems my code is wrong but i just don't know why...
the image is self explanatory so here you go:
image
Also please dont ask why i am importing a
Python
I got a lot of js and css files in my repl tree. And i got a bunch of .html files inside other folders...
image
Whenever i try to load one of the fi
Python
SixBeeps Use the tilde to navigate to the home directory.
https://stackoverflow.com/questions/6252471/what-is-the-use-of-tilde-in-url3 years ago
I am in a team of 4 people working on my school web.
I am the only one able to edit for some reason. And every time someone tries to join the multipl
Python
HackermonDev There is a maximum of 3 people to join the multiplayer repl if you don't have hacker plan.3 years ago
Vandesm14 Um, why are you using a python repl for nodejs? Or the other way around. Your .replit file has the language "nodejs"3 years ago
So, i am currently working on a web. And i got lot of junk files that dont load and that cant get deleted.
It makes my project look really messy...
Python
Vandesm14 Those files came from the repository you cloned. Repl.it is still in beta for Github integration, so this is one of the many bugs. I suggest reporting this to https://repl.it/bugs3 years ago
image
I got all these js files, but how do i make them run as html?
I think using
and doing this with all files will work, but not sure..
Im starting a project for my school unblocked games services.
I call it Full-Hub, but is just VR Chat for ChromeOS (Web based)
I have some questions
SixBeeps What you're trying to do will require that you know the engine up and down, left and right, B and A, and don't forget the Select and Start. How much experience do you have in either of those engines?
Also, in order to get netcode up and running, you're gonna want to use some kind of library that does it for you. I don't know about WebGL, but I know Unity has plenty of them. Keep in mind, though, you won't be able to post questions on repl.it if you do choose to use Unity.3 years ago
Python is a very easy and functional language used by lots of companies and people for their projects. And it's clear it is great, I myself wouldn't b
Python
TobyS "Hello world" in Python:
https://repl.it/@TobyS/Hello-world
"Hello world" in BrainFuck:
https://repl.it/@TobyS/lol-13 years ago
JacobMacLeod Ok, I made a JavaScript version of your python project above!
Do I get bonus points for doing it on my phone?
https://repl.it/@JacobMacLeod/PlasticMediumVariables3 years ago
I am having some trouble while loading a PAGE generated UI.
I am making a Bruteforce program as part of my Xmas hacking challenge with my friends.
I
Python
Geocube101 Why do you have the line numbers in the code. Remove those and correct the indentation after.3 years ago
So, i am practicing html and i wanted to make a nice looking video header. And now i want to put text over it. I tried some stuff, but nothing yet.
im
Hey guys! So not a while ago i had this problem that i did not know how to set up my http server imported from github.
I found a solution, but it mig
Bash
image
I have not coded them.
testrunner.py contains this:
import unittest
import unit_tests
import os
import json
from time import sleep
suite = un
Im trying to run a html file no more.
image
if i change it to index.html it says it couldn't find it.
image
image
GoodCoderBadBoy I've found that in bash, you need to specify the file's language. The run string is actually a bash command.
language = "html"
run = "html index.html" #note the html
For python it is:
language = "python3"
run = "clear; python3 main.py" #'clear' clears the terminal in bash
Hope this helps, but in the docs it say that html doesn't really work with .replit files.2 years ago
image
Not a while a go a full github implementation was added to the site. Still i can't export php web server projects...
Awaiting response.
image
Not a while a go a full github implementation was added to the site. Still i can't export php web server projects...
Awaiting response.
Vandesm14 Yep. Some languages don't work yet as they are still on the outdated VM images. Once they update the VM images, everything should work.3 years ago
im trying to play a sound when key T is pressed...
var myAudio = new Audio("https://osuskinner.com/elements/sounds/normal-hit-normal/1/71284.wav");
Vandesm14 You need to use event.which ONLY as it will give you the numerical key id. You are taking all values which can be strings. Either use event.key to get the letter, in this case "t", or use event.which to get the id, in this case "84".3 years ago
So, i am working in a fork of some kind osu!mania and i tought of making a hit sound in the game so when you pressed the key the sound played.
It work
PHP Web Server
SixBeeps Have you thought about creating a new instance of the Hitsound and playing that instead of just calling a play method on one instance?
Also, I am a fellow circle clicker/key presser as well :)3 years ago
Hello, so i already have seen different repls where you could upload things and other users could view them.
I want some kind of system for that, but
HTML, CSS, JS
SixBeeps Something like that would require an API, which has unfortunately been deprecated for quite some time. You might be able to go through some other service, such as Dropbox or Filezilla for hosting the uploaded media, but that's something you would have to do your own research on.3 years ago