Thanks, Brian. I'll see what I can get done before the end of lunch. :)
Brian Caldwell
@Caldwerl
Cool, shouldnt take long and watch the closing brackets
Matthew Conquergood
@kristjin
And done! Nice. Thank you so much.
Now I just need to put in some information about the results... I want to float some text over the background.
Would I need to use a div for that, I guess, with a <p> tag?
Brian Caldwell
@Caldwerl
Could just be a p
Matthew Conquergood
@kristjin
kk
Brian Caldwell
@Caldwerl
Make sure its readable
distinct background and text color
Matthew Conquergood
@kristjin
nod This is virtually ready to be turned in, save for notifications.
Finally.
and for the record, I didn't make those graphics, so feel free to laugh at them all you like.
Brian Caldwell
@Caldwerl
haha was wondering
15mb is a bit much for that quality I think
Matthew Conquergood
@kristjin
dude
you can't even imagine
They are like, 10% the original size
and they were originally done in .gif format
and the transparency wasn't right
and the size of the background was enormous
Bigger than QHD size
I mean, absurd
all done by a friend of mine who has been going to school for about a year now for graphic design. 0.0
_
I mean, for heaven's sake he asked me if he could give them to me in PDF format at one point.
Brian Caldwell
@Caldwerl
haha
Wouldnt even know what to do with them that way
Matthew Conquergood
@kristjin
Yeah. Oh yeah. Exactly.
I was like "no, I need t ransparent backgrounds on images........."
Just crazy.
The rabbit images were all on differently sized canvasses and in different SPOTS on the canvas.
I mean, hello?
And then he asked me if I'd pay him for the work.
What on Earth do you say to THAT??
I offered him $5
It was quite an eye opening experience. :)
Brian Caldwell
@Caldwerl
That sure is a thing
Matthew Conquergood
@kristjin
oi vey
I mean it was just... it was hilarious really. Just start to finish. So it was just one of the things I had going on with this project which has been particularly rude. :)
so glad when it's over.
jongmink
@jongmink
Hi Brian. I have a question about merge sort. Many websites demonstrate how to merge two "sorted" arrays into one array, but they don't explain how to sort the two arrays....
Matthew Conquergood
@kristjin
I might use comic sans for my font on the notifications, because I can think of nothing more appropriate really.
Brian Caldwell
@Caldwerl
When merging
You break up the arrays until they are a single piece of data
If you havent seen many algorithms like this before there are simpler less efficient ones I would suggest doing first to get the general idea of it understood
jongmink
@jongmink
Yeah, I should use a different sorting algorithm. The example is helpful though. Thanks!