75
terminal portfolioThis is my new website! You can find it at the repl linked or at https://zavexeon.github.io.
I've been meaning to make a portfolio for a long time and I think i nailed it.
Now (more) mobile friendly!
Added a bit more responsive design to make it scale better on mobile!
Also probably some other changes I forgot about.1.1K
52
75
75
terminal portfolioThis is my new website! You can find it at the repl linked or at https://zavexeon.github.io.
I've been meaning to make a portfolio for a long time and I think i nailed it.
1.1K
52
75
March 2022 - Locking this, it's out of date and broken, keep getting notifs for it. - Zave
Advanced Modular Discord.js Bot Tempate
Introduction
So fo
Bash
Hiya, been a long time since I've posted, and here I wanted to share an in progress project I've been working on for a little under a month.
I have b
Hey there, I'm making a new Discord bot called Lilac2. Lilac2 is a highly modular bot that is the sequel to my first Lilac bot.
In Lilac2 you can add
Bash
Bookie0 you could do a game like the Halloween bot (h!trick).
or a game like the cactus bot or the cookie bot, where you have to work, make money, and buy upgrades and dominate the leaderboard.
maybe a music bot that only plays a certain type of music (rap, classical, hip hop, etc.)
or a dad joke bot that says the worst best dad jokes lol
bot that gives translations, meanings, synonyms, etc.
bot that gives quotes2 years ago
Hiya, I've just decided I'd like to participate in the Jam but I don't really have any teammates.
I'm wondering if it anyone would like to be my team
k9chelsea2 What I reccomend is go to the replit discord server go to bot usage and write ']jammer' you will then have access to the find teammates channel and you can find teamates there3 years ago
So I just golfed this. Less is more, am I right?
This is one line, but a surprising amount of effort went into this one little line.
For those unfamiliar with Code Golf, the goal is to make a progra
Node.js
m3l0f1 does this count? 158 bytes
for(i=99;i>0;i--)console.log((b=n=>n+" bottle"+(n!=1?"s":"")+" of beer")(i),(c="on the wall")+",",b(i)+".","\nTake one down and pass it around,",b(i-1),c+".")
i feel like i'm missing something.3 years ago
pyelias you can take i-- out of the for loop and change i>1?i-1:'no more' to --i||'no more' for 176 chars3 years ago
I'm hiding the key to my Firestore database in a .env file, but everytime I reload the page or close and open it later, the contents of the file are g
Well, here it is, my trash website.
The current version has no blog up yet, I was really busy on getting the styles down. Scalability was a pain.
It
Node.js
I have this line of code:
window.scrollTo(0, document.getElementById('about').getBoundingClientRect().top);
Basically this should scroll to the div w
Node.js
Vandesm14 What browser are you using? Also, if you want to fix the issue with the "about" section being cut off by the navbar, just add the height of the navbar+padding to the scrollTo function.3 years ago
I have nodejs repl with a frontend. The backend is powered by Koa. I have a domain from name.com that I have linked to the repl using cname.
However,
Disclaimer:
Possibly insecure. @TheDrone7 has put efforts into securing the backend code but it's still wise to take this with a grain of salt.
doly
Node.js
What's this?
A tutorial, on making tutorials? This is some meta-level stuff right here. Anyways, lets cut to the chase: first, what exactly makes a
Rosalie7 document Signature for online submission of documents is the biggest requirement for students these days for applying for universities. For that matter it is good to search for signnow.com/ask/understanding-amended-tax-returns-and-electronic-signatures which will make you understand things better. After using this it gets unnecessary to go somehwere else.7 months ago
TerryBrown Have you been searching for somebody who can write an essay? I am a freelance writer and can help you with this problem. Just write to me and ask for help. https://mid-terms.com/marketing-plan-writing-service/
1 year ago
MrBlack11 I believe this discussion is very favorable for those who help write a term paper for learners.2 years ago
Hey there, so, I've had an obsession with writing routers recently. Started writing a new one, kingpin, but I'm unhappy with the backend. I'm doing a
Node.js
As a quick little side thingy, I made a webpage that quotes a random quote. So far it only has three. Any suggestions? Also, please include the author
LittleNomster “When life gives you lemons, don’t make lemonade. Make life take the lemons back! Get mad! I don’t want your damn lemons, what the hell am I supposed to do with these? Demand to see life’s manager! Make life rue the day it thought it could give Cave Johnson lemons! Do you know who I am? I’m the man who’s gonna burn your house down! With the lemons! I’m gonna get my engineers to invent a combustible lemon that burns your house down!”
— Cave Johnson, founder and CEO of Aperture Science, in Portal3 years ago
Does repl.it support Javascript ES6's import/export syntax? For example, I'll have this line: import module from './module.js', but it'll give me a Sy
pegasusroe Actually, you CAN import ES modules from other replit files, but you have to somehow figure out what its real URL is before using it.
Here is my demo.2 years ago
amasad It's mostly so that repl.it is not "magical." Basically anything that you write on the site should work locally. Once we start precompiling your code then we're making it a bit too magical. However, If that's something that's important we can make it work.3 years ago
This is a router I built for node.js. If you want to use it, feel free to fork the repl. Here are instructions for it's use.
1.) Initialize the rout
Node.js
If it is not obvious, repl.it has a severe lack of moderation. The repl.it talk boards are full of trolls and spammers and that quite frankly hurts th
LaneMartin I wish I could work for them but I'm only 11 years old and I'm a middle school kid with tons of homework every night LOL XD.2 years ago
NityeshAgarwal Although I have been using repl.it for a few months now, I only recently checked out their community pages on repl.it talk. And this is something that I have observed myself.
Apart from this, I have also noticed how an extremely large majority of the posts on the share board are about people building some game. Is there some correlation? Nevertheless, I think repl.it talk could be a lot more interesting if there was more diversity in the projects that people are sharing.3 years ago
I was experimenting with making routers, and I made this absurdly simple one.
How to use:
1.) Create a file called router.js and add this code to it