#off-topic
1 messages · Page 806 of 1
because it died years ago
oh
hmod 
good
why didn't they just register spigot as a dependency configuration...
I want a cool project but idk what to do
Yo they think reducing 10 characters is worth like 20 classes of code
PlaceholderAPI-X 
what would that entail
more adrenaline
what you guys listening to? youtube isn't recommending any good songs to me atm
songs hm
i realize i listen to weird ass songs
:doubt:
i think im a boomer
someone should buy me nitro
ooo absolute classic https://open.spotify.com/track/2u96akbqgCRtkjfLMYrgZo?si=HmIUY5zSSNuDqJZowwmHVQ
gifted to a poor man
don't forget the yellow circle around your cursor when you click
that's too bad
idk whether I should be doing aoc or my own rest api
think i'm gonna do aoc
and those shitty fake af click sounds
PiggyRest
btw did anyone do this problem yet on advent of code https://adventofcode.com/2020/day/4
nah about to do it now
I did that yesterday too
on part 3
I was using String#getChars to add the chars of a string to a 2 dimensional array
I had the start at index 0, and the end at index 30
no one told me the end index was exclusive
It's so annoying that they don't tell you when the test input ends
took me ages to debug
at least add some number for the number of cases
lmfao
i have to use like a while loop
want a cool tip to help that?
and check null
"index starts at 0" is the shittiest advise
think of it as an "offset" instead
because that's what it is 


Yes

👌 this close





Yeah
I have a bug report to fill
And I have sleep to get
A critical** bug report lol
But xp is more important
Lol
intensive care unit 
yea
mhm
kk
yeah

Rip
Hmm?
hi
Hi
how's your night
Good, yours?
can java 15 records be used with spring?
is good
k great convo have a good night
also what do i need from spring initalizr to make a REST API
98%

Aj doesn't have to imagine 
I DONT GET where im wrong
in advent of code
I DoNT gEt iT
Can someone help me out
:)
what is it
public class PartOnePP {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new FileReader("passportprocessing.txt"));
String line = br.readLine();
List<String> requirements = Arrays.asList("byr", "iyr", "eyr", "hgt", "hcl", "ecl", "pid");
String passport = "";
int count = 0;
while (line != null) {
if (!line.isEmpty()) {
passport += (line + " ");
} else {
String[] elements = passport.split(" ");
System.out.print(Arrays.toString(elements));
boolean successful = true;
for (String requirement : requirements) {
if (!contains(elements, requirement)) {
successful = false;
break;
}
}
System.out.println(" Result: " + successful);
count += successful ? 1 : 0;
passport = "";
}
line = br.readLine();
}
System.out.println(count);
}
public static boolean contains(String[] array, String desired) {
for (String str : array) {
if (str.substring(0, 3).equals(desired)) {
return true;
}
}
return false;
}
}
holy fuck
i wrote this code right
it looks ugly
but deal with it
when you are working with alogirthms you ahve to give up static and that type of stuf
lol
i cant spel
well
bruh just try with resources
this is guaranteeing
that i have the txt file
if you look at the format of advent of code
no it doesn't lol
they just give you one input
and you just need a solution
so nobody cares lmfao
you dont submit the code
you just submit an answer from the input
and you do that by code
@fallow crow
lol
Might wanna ask that question on dev general or development, pretty sure it'll get buried here

oh the reply has nothing to do with the message
perfect
"byr", "iyr", "eyr", "hgt", "hcl", "ecl", "pid"
what the fuck is that
I'll start from day 1
nobody really cares
about try resource
in algorithm problems
lmfao
or static abuse
or any of that shit
in algorithm problems nobody gives a shit about it
kekw
only in real projects
shows how much of an animal humans really are
After saving Christmas five years in a row
okay what the fuck xD
SAVING christmas??
discluding the cid
then i used substring
on the first 3 characters
of the string to check
for the passport property
regex is pog
I don't know regex and I just made a fat regex which works perfectly
wTf
you don't need to know regex to use regex
pigs are smart ig
so I just paste the entire shit code in this tiny little box?
yep

well
not code
answer
you get an input
and you write a code to read it
and then put the answer there
yes
that's shit
ig
yes
you know patrick from the spigot discord righT?
who is that
yes
some asshat
yeah
he was dead convinced that looping through a List<UUID> to check if a certain UUID was in there was "way faster" than using a set

wtf
hashset* I should mention
seems like a knowledgeable guy
dude like
and then I blocked him 🙂
The global multiplier has ran out and has been reset!
oh well
k regex wasn't the way to go it seems
yes
no
talk to a rubber duck lol
but pigs are smart
:D
I'm in the same predicament as you now
kek
im only 6 away from the real answer 
OHH
I GOT IT
i understand better now
wait
no i dont
I mean technically it does involve a tiny bit of regex
it splits \n\n, \n, " ", and :
yeah
Yes
for the first time ever in my Java programming career
I finally used the xor operator
the what now
exclusive or
oh
it's just a != in 1 bit boolean logic
huh interesting
Welcome to the fuck of a subject called toc
like
i've got this
(\d+)
which highlights my number (187) on regexr
but it says no match
what
whats the question?
it doesn't matter lol
I just need to get the number
as a group
if you insist, hgt (Height) - a number followed by either cm or in: If cm, the number must be at least 150 and at most 193. If in, the number must be at least 59 and at most 76.
e.g.
187cm
oh day 4 pt 2
are you checking Matcher#match or Matcher#find?
afaik match has to match the entire string against the pattern
but that's more of a myth I made up myself lol
weak
xD
fefo that can't be it, because I'm testing it against just a number
I hate regexes after my new class
and it doesn't work
I feel like there must be some sort of match operator I need to use to tell the engine that it actually has to match something
I just don't know what it is
NDFA, DFA god knows what dfa
wdym?
What exactly are you using to match?
isn't that what find is for?
find won't work unless it matches
¯_(ツ)_/¯
nvm I just can't fuckign read
hence that
@eternal apex works for me
That was the issue
group requires find to be called
oh
like watching porn?
yep
lol
yeah well hate to break it to you
l
porn isn't very hard for the computer to show
only person that'll be breaking a sweat is you
it is if its VR

Not for this day and age
Yea my friends mac was also acting weird with IJ
it never shows any suggestions or shit
yeah mine does if i wait like 5 seconds
so its like intellij without intellisense
ah rip
apparently updating to the dev version of big sur fixed alot of peoples issue
since its not just happening to me as far as i can tell from IJs twitter post on it
can I even get the dve version lol
Anyone here good with linux?
Piggy is
hi
lmao
So what section would i have to go to, if i want to try and find a server dev ?
One who setups servers. The requests, under services ?
yes?
Haha lol.
MCM is self-aware.
Just had the loading text "Outch your eyes (Why isn't this dark theme?)"
Only a lunatic would say white theme is better
There are some moments, where you use white theme.
For example when writing a lettrr by hand :^)
nearly tier 4 🙃
We're tier 1 🙂
where u from sellinq?
The planet called Earth
i meant in helpchat level 😂 but w he re i live right now it’s tier 3 lockdown
this is in kent
o
That's rough
@wraith pasture couldnt find your account on spigot, maybe you typed the wrong id?
Right I'd, I forgot I have it private xd
Just ordered myself 6 of the bad boi 7-segment components (common cathode) for the test :)
What display should I do with them first 
KentUcky Fried Chicken
Multiplex "ASSHAT" in them
@fallow crow Sad
Sad its not
How do I get giveaway role?
React with 🎉 here: #giveaways-2020 message
Thank you dab mitten!
np
dab
my friend was trying to fill a chest full of banned books
and he ended up accidently book banning himself

lol
@fallow crow 😉
🤮

thanks BlitzZzZzZzZ
@woven prairie Interesting shade
frosty the snowman is a very jolly lad, he probably smokes crack and that’s facts
and it has started 😦 https://i.imgur.com/VwCKH2Y.png
auto snipers 😬
ye
they got 3 of them
well now 0
they lost them all lmao
nvm
they got money for more 😦
Get gud?
yes let me stop an auto sniper that can just 2 shot me thru doors and boxes
lmao
also we won
3 rounds in a row
I mean they're trash
they literally saved on pistol round
they have a glock now lmao
just got killed by a guy with dual beratas
lmao
SE
no

:)))
Damage Given to "swyzak" - 49 in 3 hits
Damage Taken from "swyzak" - 178 in 1 hit
sucks to be me
yes
15-14
its either lose or tie
yes
probably
but still
....
nvm
they lost a 4v2
yep
hd cs:go since 2016
I had another account before
since 2012 or something idk for sure.
Sold it lmao
someone gave me like 50$ or something and I needed the money
:)))
kinda late
pretty sure they also made a cure game or whatever its called
oh yeah The Cure
have you played that
?
Well, it does sound like there's a vaccine that's making rounds higher up, so, maybe in the next few months, we'll see something.
My country will start vaccinating January 5th, but only old people and essential workers
Giving them something to help prevent getting COVID.
Like an antibody shot.
So your body just tells covid that you're simply built different and it will go away.
I wanna take it so I can finally travel to the US
You don't want to come to the US until at least April.
Ours is being deployed on Tuesday😎
It should be fine if i can get the vaccine Glare
Though doubt I'll before like march
But the microchips!!!
The 5G!
What's sad is that trump is finally trying to push this quickly so he can take credit for it before Biden takes office.
Omg it's so sad that he tries to take credit for it instead of giving the credit to all the scientists that were working on it nonstop
Bring Garry back
Ye cool game. To cool for my laptop tho
Didn't even think about installing it when I had gamepass. I knew its too cool for me 😦
:)))
go into optsions lmao
and see what the keybinds are
:))
wait what
you can buy .army domains?
reset them
I absolutely would love to be able to have a machine capable of running that game.
3090
Hell yeah, just a kidney nothing more
Though tbh 3060 is pretty nice, same performance as an 2080 super for $400
I have a NVIDIA GeForce 920MX xD
I have an gtx 1050 TI
gtx 1070
^
Old but gold Blitz
used to have a gt 720
My CPU is a dual core I5-4288U
Oh yuck, you have to add a payment method to activate the 3 month thingy.
It's dumb
land in nyc
You can cancel the payment method after you add it to redeem the 3 month code, right?
And then crash a spaceship into it
did u get that from the xbox game pass
"Good afternoon passengers, this is your Captain speaking. As we tend closer to our destination, I would like to let you know that we will be landing in Central Park for my co-pilot says he needs to go for a walk. Thank you"
did u do the thing where u pay the $1 and cancel the reoccurring payment>
^ thats u
yes
Look for a chicken shaped country, bellow austria
Lmfao
An absolute unit of a chicken
Ljubljana is the capital
Man you failed geography didn't you
✨
1$ through game pass or
Idk but prob like 50$?
It will look so much cooler with rtx
Ah
So they made something useless till new graphic cards come out
Pretty cool
Yo did they actually add Controller to XBox pass?
I believe you can link it up to real time data as well, so you can fly alongside real planes. Pretty sure it also connects to VATSIM? So you can be playing alongside other pilots and air traffic controllers.
throw
yes
100%
So I have a midlife crisis right now, I have an air purifier on my desk, it's got an led blue light and it's loud, but I'm laying down like 2m away from it in my bed, and I want to turn it of but can't reach it. The fuck do I do
Lol
@velvet crescent here’s a better pic
no kotlin developers :sad-blitz-noises: xD
@magic summit please stop. thank you 😦
how the hell did you make minecrats sit on a wall
minecarts&
I'm still confused
omfg
To be honest all that time
I thought you retextured rails
and you did some weird shit with rails
sorry with lanterns*
4 Armorstands.
- 2 for the figure
- 1 for the chest it holds (And to cover the armor stand's feet)
- 1 for backpack
were the only things that didn't make sense :))
Also, you can disable gravity for armor stands
Full track of the train
If you thought at the wall was already weird
Although the track has changed slightly since that gif
please stop
please 😦
I think I'm the only person here that was born on his birth day.
Okay. Here's the up to date track with all its Mind-f*ckery
https://gfycat.com/rapidfailingkinkajou
xD
@fringe sigil Mind if I DM about KiteBoard?
@magic summit how much I asked? just stop lmao
what wave?
Alpha slots.
Yea, $1, 250 slots total.
Ic. I mean it looks like an amazing project

2 waves
oh
First was 100 I think, second was 150.
and first 100 was more expensive I guess?
No, same price.
lol
so anyone wanna talk about something?
a guy (teammate) just reported me in RL bcz I'm bad... He's playing in silver lmao
@magic summit powerplugins looks amazing 😮
also, how did you made that miner lol xd
looks hot
just like me 
is that bluemap plugin worth to use?
I see you can setup an external web server, hmm
he doesn't ...
blitz stfu
also its fury not furry plss
lets talk boys
I rly want to get that Tier VII
bcz My boost will expire and my xp card color will be ugly with the tier Vi color 😦
Sure, I want that Tier IV too, but I still have to go through all lvl 29 😦
Seewwwwww
I'm 74% done
its all I have remaining
ok let's talk about all the terrible things that have to do with fortnite
I mean I could literally just steal Pulse's code but I won't
ok I think I don't want to talk anymore
sorry
xD
kekw

and I have two of them
hey guys
what are your favourite songs?
yes
it sucks
it's a masterpiece
called it
D:
speaking of masterpiece
It's been removed for the sake of your sanity
wait that's not the full thing
says the one with an anime pfp
😳
wait
so I can't tell someone that he's Romanian because I am Romanian as well?
how does that even work?
why isn't the full version on youtube....
what
no anime pfp to be seen
he made you a weeb but you said he's a weeb like its some kind of insult
ok Remence...
you virgin
I like it better this way
baby sasuke is a g
what are your thoughts on that statement fefo?
Do you guys like my chat color? https://i.imgur.com/0eGw0v5.png
I'm literally the only one with chat color. Everyone is gray lmao
so people notice me 😦
sucks to be you
:)))
at least ur special
yesn't
Yooo LP is laughing at me rn ...
I have group A that inherits group B and group A has permission for something but B doesn't. B can use that but A can't ... lmao
lol k
sounds to me like you did it the other way around but who am I? LP support?
pft
Did matrix stop their free-version thing?
now its just the premium one (22usd or something) and the enterprise one ... 105
ew bad no bad
bad fortnite
fortnite is bad
fortnite is a good game
Fortnite good game but community bad

to be fair, no matter what epic games does people are gonna say its shit
when the old map was in the game all people did was say it was terrible and they wanted a new one and now its the other way round
everytime a new items added its either way to strong or way too weak
they can never win
Im not saying its a perfect game cos it definitely has some issues but yeah
wait they changed the map?
like a year ago
nope
I mean I think Fortnite its an amazing game
and then everytime theres a new event people always hype it up and say shit like "im pretty sure theres gonna be a new map this time" Then they get disappointed when theres not
that is... arguable
Its why I stopped playing pretty much. A lot of toxic kids mostly
its like no one ever told you you were getting a new map
that is not arguable, that is a fact
people take it way too seriously as well
Ye. Also their events are getting more amazing every time. Haven't played in a long time but I did watch a few
nah its a fact
I'm not going to melt my brain 3 days in a row
lol
like i log on just to fuck around and have a bit of fun and I get absolutely fucked by some dude who builds like a massive fucking mansion
yep that's one of the main reasons I quit
and the fact that I was in high school and spent a bit to much time on it without even having fun
because of those kids
I like it as well just not playing it
Oh man I forgot
I started Observer_ but left it
now I won't remember the story if I start playing again
What game
Fortnite
Ew
...
why ? Tell me 2 reasons why that game sucks
and the game
not the community please
it has awful rendering issues as 1 issue
What is best idea for my pc ?
ram 4
cpu n3710 4core
laptop
???
?
t
wdym lol
what is ram 4? 4gb? what is a 3710 cpu?
isnt that like an intel pentium or some shit...
either way you need all those components, you cant pick one,
pentium kek
😦
@twin dune For support?
@fringe sigil is there any animation on kb (or anything) I can use to display a random text line from a list on interval?
No
4gb ram, Cpu Intel Pentium N3710 4Core, 4Thread
My laptop barely runs minecraft and its: 8 Gb RAM DDR3, Intel Core I5-4288U dual core 2.6Gh and a Geforce 940M or whatever
what almost works IIJ?
yes
around 2Gb, 2and some
if you open Mc you need at least 2 for that one
but if windows takes a bit to much
mc will just crash
lmao
Lmao
...
Wasn't laughing at u...
My discord just crashed
Well my whole windoes
Windows*
Lmao
Can't end it. Time for a full restart I guess
Anyone that might know of a plugin that will allow me to have like "npcs" suddenly pop up while you explore and give you, maybe a hidden quest.
And when you complete the quest the NPC will pop up again and give you your reward ?
frosty giving away a ton of steam keys because his pc doesn't support the games so he's like
might aswell give these games away

Yeah.

pog
u got him good there!
bad pc!
frosty after that you might wanna start a new life
bro i was convinced that this was the dude that keeps emailing me about his shitty course for a sec
kangarko tahts his name lol
this dude
😮
o
@fallow crow YOU MEAN THE CHAD
Kangaroo
Well... basically on one of my scoreboard lines, I have - '&dPlacement: &f%javascript_.....%'
but for some reason it shows "Placement: f#1" for example
- '&dPlacement:&f %javascript_.....%'
Odd, but ok
Ayy
=multi

Amazing
negative
damn
multi task <o/
only for an hour so better be talkative
dont spam my showcase
smh
I wasn't spamming
“YOUR” showcase huh
And it wasn't even a joke
use a paste link and repost
chatting earns xp
cube which one of you is santa and which one of you is ms clause
Piggy is ms clause deffo
Yeah I'll use my unlimited free time to start yet another side project
:))
Do it
i thought piggy was the christmas dinner
who eats pork at Christmas
he can still be an elf up to the dinner part
well he’s the only chunky bit of meat here
that is true
make the most of the elves
It doesn't allow spamming efe..
it has a system to prevent 😂
There are certain message requirements that need to be met in order to generate a random amount of xp
5 words
wut
pog
pog should definitely meet the requirements
agreed
you’re acting a bit sus ever since you boosted

Kaliber was ejected.





















