Skip to content
Open navbar menu
Sign UpLog In
Profile icon

E K

@thedankboi
Hi, I'm thedankboi (formerly CodingAndMemes). I Code in HTML,CSS, Python and occasionally JS.
GitHub
Website
  • thedankboi

    Cover page
    Made with Node.js
    Recent comments (0)
  • nCrypt

    Cover page
    Made with Node.js
    Recent comments (1)
    thedankboi
    thedankboi
    1 year ago

    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 .exe

  • Doggo Sim

    Cover page
    Made with HTML, CSS, JS
    Recent comments (0)
Repls
Community
thedankboi
thedankboi
published an Update
1 year ago
0
Float Scroll
Float Scroll
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 repl
#javascript
#jquery
#scroll
thedankboi
thedankboi
published an Update
1 year ago
0
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 .exe
thedankboi
thedankboi
published a Repl
2 years ago
0
Firefox
FirefoxFirefox with Bash
thedankboi
thedankboi
shared a Post
3 years ago
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
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
thedankboi
thedankboi
shared a Post
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
Moderator Bot
Python
PYer
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
thedankboi
thedankboi
shared a Post
3 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
Web Server Template
Node.js
AFireInside777
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
codingclub1934
Is it possible to use a custom domain on a node js server it would be great if it is2 years ago
NotKarmaDev
NotKarmaDev
how do i find my link2 years ago
thedankboi
thedankboi
shared a Post
3 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
Doggo Sim
HTML, CSS, JS
CodingCactus
CodingCactus
awww, I really like it (and the dog!)3 years ago
AdriaDonohue
AdriaDonohue
this is noice!3 years ago
Codemonkey51
Codemonkey51
My school's firewall blocks this page lol3 years ago
thedankboi
thedankboi
shared a Post
3 years ago
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
MultipleChoicesFinal
HTML, CSS, JS
Highwayman
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
thedankboi
thedankboi
shared a Post
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
MultipleChoicesFinal
HTML, CSS, JS
thedankboi
thedankboi
shared a Post
3 years ago
a little game made in Python, I made this website along with it. Still in development! CLICK TO GO TO WEBSITE
MultipleChoicesFinal
HTML, CSS, JS
thedankboi
thedankboi
shared a Post
3 years ago
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
WEBSITE
HTML, CSS, JS
generationXcode
generationXcode
Good job with the button!🖖3 years ago
thedankboi
thedankboi
shared a Post
3 years ago
This is based off the website endless.horse and I just used while True: So, yeah!
Highwayman
Highwayman
Why does five have it’s own condition that doesn’t change from the default?3 years ago
thedankboi
thedankboi
shared a Post
3 years ago
Username and Password U: lolheck P: password Try Different usernames and stuff. Adding text file in a bit
Kai_Justice
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