mehdi
@potatojs
i am the ultimate being, the upgarde that humans needed but didn't deserve...
i'm using apollo-server-express mongoose typeGraphQL and express of course
i have a book type and an author type:
@ObjectType()
export class BookType
0
success paradoxsurvive as long as you can
26
0
0
HELLO HELLO
hello go HELLO HELLOOOOOOOOOOOOOOOOOOOOOOOO
UPDATE1:
don't worry your progress won't be removed (hopfully):
fixed the tabs thing now time
Node.js
CheeseTheRat Here is a tip for the newer or worse players: don't under any circumstances get a sword. Get a wooden axe, wooden pickaxe, stone pickaxe, and then immediately go for the shotgun, sniper, or pistol. Killing the enemies will take up too much time without a gun, so i recommend getting the shotgun. Keep getting materials throughout the night to. Also, dont lock yourself in a box. You cant break your own blocks so you will most likely die. Your welcome.1 year ago
CheeseTheRat @potatojs i was wondering, is there a set chance that 2 of the giant devils will spawn every night (9 and after)? I was on night 9 and one spawned at the beginning and one at the end.1 year ago
CheeseTheRat AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
921A0740-28EB-4B81-90ED-3FB4245C474E
WHY AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1 year ago
so i bought this rasberrypi 4 and i wanna use it to make my first home server, i learned nginx, docker, ssh, ufw as my firewall, port forwarding (i di
xfinnbar The dev servers don't have security issues mostly, but they do sometimes have poor performance. For a home server, as long as your code isn't vulnerable, the server isn't. You should probably put it behind cloudflare anyway.2 years ago
ok so i was searching for hours how to get third party libs working with typescript because apparently every "advanced" typescript tut is either using
Coder100 yeah no it doesn't
there's 2 types
you either import the p5 class and so not everything is global import p5 from "p5"; iirc
or
you just don't use ts typings -- i don't believe the lib supports typings for global functions.2 years ago
hi
hello there
how it works
so you have the stop and run buttons which are used to stop or continue running an algorithm
14 ways of calculating PI
th
HTML, CSS, JS
CHRISTIANMATTHY i made a series too :). it converges horribly but it works. heres an image of the series (you can't see it very well if you're on dark, but it's below. save the image and then open it to see it well)
image2 years ago
very important question.
you know
ironblockhd Try to run this in your browser console: REPLITREDUXSTORE.getState().user.userInfo.timeCreated2 years ago
i was trying to create a repl and this happend..
image
what is that??
is this a bug??
because if it was this is the worst bug ever happend to me
MocaCDeveloper No, it isn't a bug. It seems as if you were attempting to make a private repl, which enforces you to get the hacker plan.(I believe).
So yeah. I don't think it's a bug, but if you want you can report it here as a bug!2 years ago
Coder100 Yea, the thing is when you press enter, it automatically makes the repl private (ugghhghghghghghghgh)
Solution
so what you do is click create repl instead of press enter
idk if you should report to bugs (i wouldn't), but yeah, know it's a stupid thing2 years ago
i wanna something like the eval js function, a function that does something like:
fancyFunction("2+2") // 4
but i want it FAST
just to get what i'm t
RYANTADIPARTHI it will not evaluate if you are doing this in str format. do it in int format2 years ago
hi so ehhh i wanna try react and everyone is using this thing called create-react-app that makes for them a.. template? to start easly with react..
ho
how they work?
how you do them? this optionnel i wanna know that just so i understand them
and how to protect your site from them?
because i didn't f
mwilki7 Here's something interesting while we're on the topic of hacking.
A 17 year old user back in 2016 hacked into Nintendo's servers to leak information about the Nintendo Switch
Edit:
Okay, after reading the article again I realized there were some other indictments that may not be all-age-friendly to read, so I'll leave the link out. The Nintendo hacking was the cool part anyway.2 years ago
mwilki7 It's when you change something on the server using a user-input vulnerability. Most interpreted languages have to take this into account.
One principle to have towards XSS attacks is:
Never trust user input on anything. Always assume every tool you give to a user will be abused.2 years ago
Coder100 Easy, it's just when you forget to make HTML to plaintext, try doing this:
document.body.innerHTML += 'haha'
That's XSS because you forgot to decode the HTML. Instead, have:
document.body.textContent += 'haha'
This is most commonly found inside chats lol2 years ago
hi, i'm using node.js express and ejs as template engine
and what i want is to use repl auth in my app...
and get access to the users name and id
and
Coder100 EJS is literally magic that replaces your code.
If you did:
Hi
In the source, it becomes:
Hi Coder100
So, DOM is going to be literally replaced lol:
Hi
console.log('')
`3 years ago
hi so i was planning to learn mongoDB and when i got started i was totally confused lol
first i though mongoDB was a library or a framework that allow
Coder100 ok lets start.
Mongodb is a company
Create an account to make a noSQL database.
Mongoose is a library interacts with the database.
So saying learning mongoDB is like saying you are trying to learn repl.it. Saying you are trying to learn mongoose is like saying learning to code.
Firestore is better.
mic drop\3 years ago
hi so i was using bot-usage until i can't send messages any more, it was more than 3 hours now and i'm still can't send messages in any channel
Coder100 No, you are just muted. This is what happens when you type too fast. DM @AllAwesome497 for getting unmuted. Next time watch yourself.
Also, getting banned means you wouldn't even be able to join the server anymore.3 years ago
thank u vm for everyone that voted commented in my repls :)
in 150 i made 2d fire works
in 500!!i made 3d fire works
in 1000 ....???
move using ur mou
HTML, CSS, JS
angrydoge Dude, I had an idea, but its not 5d or 4d, its 1d. the first dimension is where everything is a line, so maybe you could make a raycast engine type of thing with fireworks?? idk just an idea3 years ago
hi
hi
the story
every one is dead :)
wich is nice by the way :D
what happend
so the US made a corona virus cure!! but because of some weird error the
Node.js
heythere12 Um- if you seen a comment like this its just me from a diff acc- but i forgot the pass in that acc- So, um when i tried adding random pics and stuff to make dif enemies it just like- loading for eternity
Pls help1 year ago
hi so i know some node.js and i want to create my very own bot
how?
Hi is it legal to have 2 repl.it accounts?
PattanAhmed @potatojs Hi,
Yes, It's legal to have Two Repl.it Accounts.
Just don't spam yourself by upvoting your own posts...
It is out of Rules and Regulations.
Thanks!
Hope this helps3 years ago
DynamicSquid yes. I have 2. one is my main account (this one), and the other is my school account (but I never use it now). just don't upvote your posts with the other account3 years ago
so i was reading some posts and in half of them i found a guy that says plz upvote or mark this as an answer or the guy that says to the other guy yo
k9chelsea2 yep cycles have no significant meaning 2. people are just fame hungry they think the more cycles they have the more popular and cool they will be, as you said people care more about upvotes than about learning and its really sad to see ngl. People that say "please mark this is as correct answer" just pressure weak minded people to select it as answer even if the answer is not helpful or is wrong. Its a bit like scratch tbh everyone wants fame for some reason and its dumb. the amount of cycles yo3 years ago
the note App
hello and welcome every one in my note App!
where you can:
write notes and save them so no one can see them
add a drawing with your n
Node.js