Skip to content
Sign UpLog In
Profile icon

IntellectualGuy

@IntellectualGuy
Repls
Community
IntellectualGuy
IntellectualGuy
published a Repl
11 months ago
0
Hangman
Hangman
IntellectualGuy
IntellectualGuy
shared a Post
2 years ago
Whenever I try to post something on apps, it says that I have an education account. How do I get that fixed?
CodingElf66
CodingElf66
Actually, I do not think that is possible, unless if you email [email protected] or [email protected] (TheDrone7) specifically, or if you change your email (you'll need another computer to do that, because I know that you can't log in to other accounts outside your school domain). Mark as answered? Lol2 years ago
codeitfast
codeitfast
so...I don't entirely know, but there are legal issues with people being younger than 13 on social media (google only allows people 13+ to join). I think that replit doesn't want to be reliable for people trolling and stuff, and they guess that people with school accounts are not 13+.2 years ago
IMayBeMe
IMayBeMe
You could try to email them at [email protected] and ask for the education account to be removed.2 years ago
IntellectualGuy
IntellectualGuy
shared a Post
2 years ago
How do I get whitelisted on the Repl.it Minecraft Server, also I don't have discord.
starstriker
starstriker
theres a repl.it minecraft server?1 year ago
IntellectualGuy
IntellectualGuy
@AllAwesome497 Can you Whitelist me on the Repl.it Minecraft Server, My Username is TheIntellectual2 years ago
Coder100
Coder100
Well you need discord as the easiest and most reliable whitelisted unfortunately, but @allawesome497 can help2 years ago
IntellectualGuy
IntellectualGuy
shared a Post
2 years ago
As the title, what should I make? I know HTML, CSS, JavaScript A little bit of TypeScript and Coffeescript Bootstrap 5 Font Awesome JQuery H
Bookie0
Bookie0
Here is the whole list (filter through those you can't do – I'm keeping them there as they could give you some ideas :) pacman battleship choice making game quiz (like harry potter quiz, math quiz, star wars quiz) personality quiz (like which house are you in HP, are you a nerd/jock/popular/idiot etc) tic tac toe pong minesweeper uno dice rolling game name/place/idea/story generator HTML webpage about yourself text based adventure game simulator (Life sim, cooking sim, teacher sim, fighting sim2 years ago
Coder100
Coder100
ideas: tic tac toe blog portfolio site simulation calculator code ide like replit urmom forum chat idea generator ew jquery2 years ago
IMayBeMe
IMayBeMe
Maybe design a basic programming repo website, or some sort of website where users can contribute to a common cause.2 years ago
IntellectualGuy
IntellectualGuy
shared a Post
2 years ago
I'm installing CoffeeScript with NPM Command: npm i --save-dev coffeescript but when I try to run a .coffee file specifically this coffee -c public/c
lsikora
lsikora
I think it’s something set in the language preferences. Copy the code 3 times and use these languages. The first is “node.js”. The second is “html, css, js”. The third is “JavaScript. So basically, run the same code but in different languages.2 years ago
IntellectualGuy
IntellectualGuy
shared a Post
2 years ago
Like title, how do I use SCSS on replit. Also I'm using node.js for backend.
SixBeeps
SixBeeps
1.) Install Sass using npm on the CLI 2.) Run the compiler Bonus step: Assign the Run button to both compile the Sass and start the server2 years ago
IntellectualGuy
IntellectualGuy
shared a Post
2 years ago
When I try to publish a repl on explore it says You are using an education account. Education accounts may only view published repls Anyone know why
btfuss
btfuss
Says it in the name. I'm not a mod, but if you got the student github package that may come into play. Also if you are using a school email that could come into play. The explore tab to schools may act like a blog, which would inspire replit to trigger this response. If you are confused, maybe email them?2 years ago
IntellectualGuy
IntellectualGuy
shared a Post
2 years ago
How Can I Use Mongodb with repl.it?
InvisibleOne
InvisibleOne
Yeah I use mongoDB, it works with Node or python. I don't use mongoose just require the actual mongodb module, and with python I use pymongo.2 years ago
EpicGamer007
EpicGamer007
Mongodb is not installed on replit so you need to find an external place for a mongodb database. You can achieve this with mongodb atlas which has a free tier. Then you need a mongodb client. For python, there is pymongo and for nodejs, there is mongoose. There are clients for other languages as well.2 years ago
btfuss
btfuss
Which language? Python: https://www.w3schools.com/python/pythonmongodbgetstarted.asp, Node: https://www.w3schools.com/nodejs/nodejs_mongodb.asp, Javascript (iffy): https://stackoverflow.com/questions/7292648/mongodb-client-side-javascript-api . Just import these the way you normally would, if they don't work use their respective install methods! > these are all the languages that your profile said2 years ago
IntellectualGuy
IntellectualGuy
shared a Post
2 years ago
Just like the title, how do I use a CSS file on Repl.it as a CDN.
Coder100
Coder100
here is my super awesome css: https://WiryDependentTrial-aoeu-aoe-uaeo-uaeo-u.coder100.repl.co/style.css now to use the lib, just make HTML! do note that cdns are meant to be reliable, but replit isn't reliable, so a true cdn doesn't exist, but you can come close!2 years ago
OldWizard209
OldWizard209
You can use Bootstrap. Bootstrap is a CDN itself, from which you can design tags customly using Bootstrap's CSS. To start using it, just paste this in your HTML: And you can simply add classes in your tags which will change your website's look. But Bootstrap is literally MASSIVE. so here is a guide lol: CLICK HERE 2 years ago
dudeactualdev
dudeactualdev
what exactly do u mean?2 years ago
IntellectualGuy
IntellectualGuy
shared a Post
2 years ago
So I'm making a small program that gets user input, and prints it back out, but ignores the letter c(lowercase and uppercase) Note: Language is pytho
Coder100
Coder100
uh ur doing the list comprehension syntax a bit wrong print(''.join('' if x.upper() == 'C' else x for x in input('Enter your phrase: '))) it goes after the expression Input: Coder100 Output: oder100 right?2 years ago
IntellectualGuy
IntellectualGuy
shared a Post
2 years ago
So I'm using EJS, and I want to change the delimeters, how do I do that?
Coder100
Coder100
Ez https://stackoverflow.com/questions/8021070/changing-type-of-code-wrapper-for-express-node-js-ejs2 years ago
EpicGamer007
EpicGamer007
https://github.com/tj/ejs#custom-delimiters refer to this2 years ago
IntellectualGuy
IntellectualGuy
shared a Post
2 years ago
So as you might know there are many places you can get cdns from like google and cdnjs, but which one is the best for someone new to JavaScript?
EpicGamer007
EpicGamer007
what do you mean? Do you mean which cdns are the best to use or where is the best place to host your javascript?2 years ago
IntellectualGuy
IntellectualGuy
shared a Post
2 years ago
I just saw that there is now a way to boost your repl and make it 2 times more powerful. Is there a limit on the number of repls that can do this and
CodingCactus
CodingCactus
image2 years ago
IntellectualGuy
IntellectualGuy
shared a Post
2 years ago
When I go to the canny feedback page, I get a 404 error, is this happening for anyone else?
SixBeeps
SixBeeps
Yeah, I am as well. Must be a restructure or a maintenance thing.2 years ago
19ecal
19ecal
Do you mean this page?2 years ago
ch1ck3n
ch1ck3n
canny feedback page?2 years ago
IntellectualGuy
IntellectualGuy
shared a Post
2 years ago
Happy April Fools So for april fools, I thought I would make a rickroll generator, so basically it gives someone a message that says something like Fr
RickRollGenerator
HTML, CSS, JS
TakenForNone
TakenForNone
ok9 months ago
SilvermoonCat
SilvermoonCat
but if you name it this people will know2 years ago
IntellectualGuy
IntellectualGuy
shared a Post
2 years ago
Hello So in this game that I've made, I want to get the value of the input only after the user submits the form how do I do that?
Guess-The-Number
HTML, CSS, JS
notGilbert
notGilbert
// or whatever the id is const form = document.getElementById('guess'); form.addEventListener('submit', e => { e.preventDefault(); // stops the page from reloading // do whatever you need to do }) `2 years ago
IntellectualGuy
IntellectualGuy
shared a Post
2 years ago
Hello I'm working on a project in HTML/CSS/JS, and I was wondering if anyone wanted to help. People already working - Me and @RhinoRunner
Color Marketplace
HTML, CSS, JS
JakeHu2020
JakeHu2020
Is it ok if I join?2 years ago
FloCal35
FloCal35
I mean I’m not the best at HTML and I don’t know a whole lot but sure2 years ago
henryeth
henryeth
What is the project intellectual?2 years ago
IntellectualGuy
IntellectualGuy
shared a Post
2 years ago
So I'm looking at one of my notifs on one of my posts, click on it,and they I see the 404 page. I think it's the logout glitch that repl.it has. Shoul
RYANTADIPARTHI
RYANTADIPARTHI
they probably just had a bug. But it's fixed now.2 years ago
Tommytron55
Tommytron55
I'm new to repl, but I've got around this by opening the post in a new tab (using google chrome). Even this post was giving a 404 error until I tried opening it in a new tab. Seems to be a workaround at least for me.2 years ago
IntellectualGuy
IntellectualGuy
shared a Post
2 years ago
For some reason the font color is not working can anybody help?
Color Marketplace
HTML, CSS, JS
SixBeeps
SixBeeps
This is gonna sound really stupid, but hear me out: Your style.css has three spaces at the beginning of the file name. Delete them, then your stylesheet will link properly.2 years ago
icodeletion
icodeletion
it doesn't have to be that complicated, in the CSS, do h1 { color: orange } `2 years ago
IntellectualGuy
IntellectualGuy
shared a Post
2 years ago
How would I make a programming language that compiles into HTML, and what language should I use?
RYANTADIPARTHI
RYANTADIPARTHI
python is actually good for making languages. Here's a link to help. https://www.geeksforgeeks.org/how-to-create-a-programming-language-using-python/2 years ago
Coder100
Coder100
https://craftinginterpreters.com believe it or not any language can be made in any other language. And it is not called compiling, that would be transpiling. I suggest a scripting language as the start, you will learn a lot more.2 years ago