E K
@thedankboi
Hi, I'm thedankboi (formerly CodingAndMemes). I Code in HTML,CSS, Python and occasionally JS.
0
Float Scroll
This jquery plugin using scroll helps you create fixed and then dynamic scroll elements as seen in popular websites.
the syntax is floatScroll($(container-element), $(floating-element-div));
and it can be seen in action in index.html and script.js on the repl0
nCrypt BETA 1.0
nCrypt is a windows app based on Tkinter and Python, and this is just a little website I made for it! I was just playing around with encryption(making a class so its an importable module) and decided to make an app for it and a couple weeks later here we are! Files are kept secret to ensure the integrity of the encryption software(aka so people don't yoink the code) but you can download it and run it yourself no problem! I used pyinstaller to convert .py to .exe7
1
0
0
FirefoxFirefox with Bash
34
0
0
So I am using heroku and was wondering, with repl can I add a url(for instance secondwebsite.firstwebsite.herokuapp.com) on top of that one?
Coder100 Problem
That's a subdomain. You need lower-level access to the domain, specifically the DNS records. Here is an example of what you are trying to do:
image
blog will point to blog.mywebsite.com, and www will point to www.mywebsite.com, which is what you are asking for.
Because heroku does not give you access to these DNS records (that would be very dangerous to allow), you are unable to do it.
Solution
You will have to buy a domain in order to reach such access, I recommend freenom for this.3 years ago
So im getting this error in my discord bot, and I looked it up, and it turns out discord.py is outdated or something. I don't know how to import a mor
Python
PYer Update the requirements.txt file to use the latest version. You currently have it set to version 1.3.4. I believe the latest is 1.4.1.
discord.py==1.3.4 -> discord.py==1.4.1
Please mark as the answer if this helped3 years ago
Hello! This is my first tutorial, so if you find any mistakes or anything you want me to fix please say so in the comments!
How To Make A Web Server
Node.js
AFireInside777 Hello. I’m using Node js and I have an app.get route that renders an HTML file. But the HTML file also has a 2nd JavaScript file as a script element but the HTML refuses to load the external JS file.11 months ago
codingclub1934 Is it possible to use a custom domain on a node js server it would be great if it is2 years ago
I made this website about my dog(his name is Baskin) because during the COVID-19 pandemic we all need some joy in our lives. This dog(Baskin, as I sai
HTML, CSS, JS
I would like to make an error page like google’s
On my website, but I do not know how, a .htaccess filedoes not seem to work
My error page is here
M
HTML, CSS, JS
Highwayman You would have to make an actual http server instead of a normal HTML repl. I suggest using the express template.3 years ago
You find yourself in a street, mysterious things happening. You are trying to be killed, choose the right choices or start over. [IN DEVELOPMENT]
Mul
HTML, CSS, JS
a little game made in Python, I made this website along with it. Still in development!
CLICK TO GO TO WEBSITE
HTML, CSS, JS
this is my submission for the about:you; contest using HTML and CSS(maybe a little bit of JavaScript) IF I win this contest(im not saying I will) I mi
HTML, CSS, JS
This is based off the website endless.horse and I just used
while True:
So, yeah!
Username and Password
U: lolheck
P: password
Try Different usernames and stuff. Adding text file in a bit
Kai_Justice This is pretty cool, are you planning to add something after the login or is this just a 'proof of concept'?3 years ago