ShizukoV
@ShizukoV
To confuse the enemy, one must first confuse themselves.
Don't find the person who asked. Let the person who asked find you.
0
BlooketNetworthCalculatorHelps you calculate the value of your Blooket account(s)!
22
0
0
0
Card SortTry to get the mythical card as fast as fast as you can! (Or slow...)
Current Leaderboard:
QuickV - 3 | 331
(Currently learning Python, don't judge it too hard .-.)
2
0
0
A breif description:
For my ChuckNorris project the "secret" link thing is https://a7d381ce-389c-40f8-970b-2fad120bf1ed.id.repl.co/.
Pretty sure it'
ch1ck3n it's the id of the repl, you can just get to it like this:
you right click on the output of your repl
image
and then click on "view frame source"
image
that will open up your secret link
2 years ago
1
ChuckNorrisA Chuck Norris joke generator. You can find it on repl talk here: https://replit.com/talk/share/ChuckNorris-or-TheUltimateFunni/145671
165
20
1
Sorry for the weird title.
HEYO EVERYONE HOW YA DOIN!
Don't answer that .-.
@QuickV, @ch1ck3n, and @Bookie0 made this weird little project!
Well w
HTML, CSS, JS
Anyone else
Having ping problems on replit?
People have been pinging me, and I've been pinging them a few times but nobody has replied .-.
An Examp
Anyone
know how to make a copy joke button that would work for my ChuckNorris repl?
I can provide more detail if needed, but it's a simple question l
HTML, CSS, JS
CSS IS IMPORTANT
When it comes to making websites and such.
SoOOOoOOOoOoOOOoOOooOoOooo
I went to test how far CSS can go.
And this is the result!
HTML, CSS, JS
What should I use hacker plan FORRRRR....
For some reason @ch1ck3n gave it to me, but I have literally no idea how I should use it ;-;
ANYONE HAVE A
Evanlicious I've personally used it for hosting Discord bots, making certain programs private, and also for making programs run faster.2 years ago
Sorry for the stupid question,
but what does
Screenshot 2021-08-18 4.12.50 PM
mean?
Could someone give a brief or detailed explanation of what's g
ch1ck3n 12:52 MDT CodingCactus alerts the dev bird of the site 500ing
image
12:53 (MDT) the dev bird looks into it
image
12:57 (MDT) codingcactus notices that the status page says all systems are still go
image
1:05 (MDT) firefish (ew) alerts everyone that the status page has been updated . the team is looking into it.
image
1:12 (MDT) Mr. Salami (me) says that the site is fixed, but is loading very slow
image
1:13 (MDT) replit team announces they fixed the issue
image
there
are you happy
2 years ago
CosmicBear It's because of the error that started a few hours ago. First, going to replit.com would give an error message from heroku, than an error message from cloudflare, and now this. https://status.replit.com/2 years ago
Did
Replit just start using Cloudflare or something, because I got that "DDOS Protection from Cloudflare" thingy twice a while ago.
:eyes:
Does the Replit Team actually check Canny for ideas and other stuff ._>?
Just wondering if they actually take the ideas into consideration.
OldWizard209 If you read the replit newsletter, you will see that they show the changes for the week/month.
image
And there is a specific replit team member who checks feedback all the time. For example:
image
and
image
and of course, change comes in time. There are any things replit can't implement, and some changes are barely noticeable.2 years ago
I'm having background problems....
Anyone know how to make a background image centered and fit any screen nicely?
The image is a div btw, which coul
HTML, CSS, JS
sn236 @QuickV I have the solution
try this-
background-image: url("ChuckNorris.jpeg");
background-repeat: no-repeat;
background-size: cover;
height: 700px;
width: 1200px;
position: absolute;
If you want the image to come on the whole screen use the width as 1370px2 years ago
ruiwenge2 try this:
body {
background-image: url(insert url here);
background-position: center;
background-size: 100%;
background-repeat:no-repeat;
}
`2 years ago
Will the pop-ups only appear once, or multiple times now :eyes:....
Screenshot 2021-08-12 6.42.52 PM
It's only appeared for me once, but I wanna kno
Just thinking...
thonk
I would like to say a few words*: Nitwit! Blubber! Oddment! Tweak!
Comment below if you know what I mean by:
> I would like
Coder100 what
Ok then I'll tell you all right
Frontend: NextJS (in other words, react)
Backend (execution, etc): Golang
which technically interacts with google vms via docker
nix is starting to be used as a new protocol instead of crosis to handle language setups
try out rust!
API: GraphQL (check out https://replit.com/graphql)
2 years ago
RayhanADev Most people will tell you "NextJS and Golang" but that's not quite the whole story...
Replit includes many different languages for various parts of it's infrastructure.
Replit's frontend includes a NextJS* build output (i.e. most of these pages) coupled with a custom Express server (source: the presence of the X-Powered-By header that is signature of Express servers) so the backend is most likely written in NodeJS.
Also I believe the entire site is Docker-ized (call it a language if you want,2 years ago
EDIT: THIS IS DEAD STOP COMMENTING ON THIS UNLESS YOU WANT TO GIVE ME RANDOM PINGS LOL.
Anyone
know any good tutorials to making an extremely simple
Annataylor1602 The internet has a lot of that. Have you tried searching? https://happywheels24.com/1 year ago
normanpalford I think you should test it by trial and error to understand how it works. https://basketballlegends.fun2 years ago
personmandude uh i have a not super simple one you can see if you look at my profile. The thing is, it is impossible to do it with just javascript because javascript is only client-side. You will either need javascript to connect to something with an http request and then make a separate backend or you would need to learn php and run something server-side with python or SQL2 years ago
I need help styling my ChuckNorris project (below)....
It's already functional, it's just that I'm terrible at CSS, and if I try styling it more, it'
HTML, CSS, JS
DISCLAMER: Not a serious problem, but probably something worth mentioning.
I'm trying to change my password...
But it says:
Screenshot 2021-08-08 1
ch1ck3n replit increased the password security
see here https://blog.replit.com/changelog-07-21
image2 years ago