cosemus e
@cosemusballs
Hey guys, if you've seen the last post you know what this is, if you haven't seen it, you can see it here: https://replit.com/talk/share/Doge-D/143159
HTML, CSS, JS
Just a simple website I made, has a few facts about Shiba Inus, will add more things in the future, if you would like to help with it just ask in the
HTML, CSS, JS
The team is called CosemusDevs, and we will mainly focus on web development, and python. If you would like to join, heres the link: https://replit.com
erger561 Also since you create websites, would you help me figure out the problem to my code? Here is the link to the post https://replit.com/talk/ask/Saving-a-score-to-put-in-displayIntro-in-python/1431322 years ago
Beyond
Hey there, this is Beyond, it has a linux shell like interface after the login, and has some commands you can run, I am going to add commands w
Python
This repl takes the password entered, converts it to an md5 hash, and writes it in a file, you can also access the files data with the password, if yo
Python
The javascript works on my Lenovo Chromebook 100e, but not on Samsung Galaxy J7 Crown, anybody know why? It doesn't hide text on my phone, but on my C
Node.js
InvisibleOne Go to the settings for your browser on you phone and make sure that javascript is activated. Sometimes it isn't and I know that at least on an apple phone javascript can be deactivated.2 years ago
NehalRam might be due to some differences between built for pc website and the mobile version2 years ago
events.js:291
throw er; // Unhandled 'error' event
^
Error: listen EADDRINUSE: address already in use :::3000
at Server.setupListenH
RowanFromBJC use express
const fs = require('fs'); // File System (To read files)
const express = require('express'); // Express (Server module)
var app = express(); // App (Server)
app.get('/', (req, res) => { // When someone goes to replname.repluser.repl.co/ (The / means when someone requests /. If someone requests /projects, then you would want to do the same thing, but instead use /projects and projects.html)
res.set('Content-Type', 'text/html'); // Set the MIME type (https://developer.mozilla.org/en-2 years ago
cosemusballs Earlier I put on port 4000, it worked for a few minutes, then stopped, when I ran again it did the exact same error as port 30002 years ago
Hey there! This is the Cosemus Blog.
Here, we have blogs on ethical hacking, coding, and much more!
We post at least one blog a day on weekdays, sad
Node.js
Welcome!
This is a code editor, you can put code into it, and if you go to output you will see the result!
You can have CSS, HTML, or JS for the out
HTML, CSS, JS