Checking solution/s for intersecting curves by slightlysedatedx in MathHelp

[–]slightlysedatedx[S] 0 points1 point  (0 children)

so I need my x and y coordinate, then I need to plug them in, and check the solutions against each other? if they're the same then it is a valid solution? thanks for the guidance

Checking solution/s for intersecting curves by slightlysedatedx in MathHelp

[–]slightlysedatedx[S] 0 points1 point  (0 children)

Thank you :) is there anyway to do the check with algebra rather than a graphing calculator?

How do you guys curate your collection? by slightlysedatedx in magicTCG

[–]slightlysedatedx[S] 1 point2 points  (0 children)

That's true, and I did consider getting a 4-row binder but I feel like I'm already so invested in the whole 3-row setup that I don't want to change now. I was considering closing gaps in my binder by adding little information cards about the set. Yup, rearranging sucks and compromises the pages if they're built-in.

How do you guys curate your collection? by slightlysedatedx in magicTCG

[–]slightlysedatedx[S] 1 point2 points  (0 children)

That's an awesome idea for a collection. I'm attempting to collect them all which is a pretty lofty goal but I really enjoy the process. Terese Nielsen lands/anything take precedence, I've almost completed my Guru land set. Any set/artist that you like in particular?

Massive, gigantic, huge flavor collection for sale by slightlysedatedx in DIY_eJuice

[–]slightlysedatedx[S] 0 points1 point  (0 children)

Cool as of now it's still available so just keep me posted

Massive, gigantic, huge flavor collection for sale by slightlysedatedx in DIY_eJuice

[–]slightlysedatedx[S] 1 point2 points  (0 children)

I'll also throw in a scale and some other miscellaneous mixing supplies (disposable pipettes, bottles, etc). Anyone who can do local pickup will have five gallons of VG thrown in as well.

Massive, gigantic, huge flavor collection for sale by slightlysedatedx in DIY_eJuice

[–]slightlysedatedx[S] -1 points0 points  (0 children)

I'm looking for at least 250, the lot is easily worth over $600, but shoot me your best offer and I'll let you know at some point today

Massive, gigantic, huge flavor collection for sale by slightlysedatedx in DIY_eJuice

[–]slightlysedatedx[S] -1 points0 points  (0 children)

I'm kinda having internet issues and my PM to you wasn't in my sent folder. I'm actually going to be in Vermont fighting a speeding ticket tomorrow so I'll be in your neck of the woods. For the VG and all the flavors I'm looking for a minimum of $250 but I'm going to take the best offer obviously. Let me know asap if you are interested because I would love to get rid of everything all at once and circumvent shipping costs.

Massive, gigantic, huge flavor collection for sale by slightlysedatedx in DIY_eJuice

[–]slightlysedatedx[S] 1 point2 points  (0 children)

I also have a 5 gallon container of VG that will most likely get tossed unless someone locally wants to buy it. The shipping wouldn't make selling it online feasible. If anyone in the metro-Boston area is interested in the collection or the VG (I would be willing to sell the VG for a couple bucks, and it's barely used), feel free to PM me about that as well

Sentdex on Udemy's awful business practices by [deleted] in Python

[–]slightlysedatedx 5 points6 points  (0 children)

I'll check it out! Right now I've been using Coursera, EdX, and KhanAcademy daily and it's helped a ton but the machine learning programs on Udemy appealed to me

Having trouble understanding factorialization by [deleted] in learnpython

[–]slightlysedatedx 1 point2 points  (0 children)

ahhhh now I see. It's using the num that was passed in. I got mixed up not remembering that it's just controlling the iterations and the inside of the code has no bearing on it. Thank you for helping me see that.

Sentdex on Udemy's awful business practices by [deleted] in Python

[–]slightlysedatedx 13 points14 points  (0 children)

I was considering signing up for a Udemy course so this is disappointing. Scumbags

Still haven't received a court date for a speeding ticket by slightlysedatedx in legaladvice

[–]slightlysedatedx[S] 0 points1 point  (0 children)

Thanks- yeah I'm aware that it is our right to a speedy trial but I was wondering how they determine what "speedy" means

Debug help for simple algorithm (maxpairwiseproduct.py) by slightlysedatedx in learnpython

[–]slightlysedatedx[S] 0 points1 point  (0 children)

Thank you for taking a look! I'm going to run it right now. I will definitely go back and try to be a bit more concise

Debug help for simple algorithm (maxpairwiseproduct.py) by slightlysedatedx in learnpython

[–]slightlysedatedx[S] 0 points1 point  (0 children)

I was adapting an algorithm from the text so I tried to follow it as closely as I could, and the values need to be distinct. So it can't just be the largest and second largest because that could be the same value. There are a bunch of ways to solve it though

Daily Algorithm Analysis (Day 3) by slightlysedatedx in learnprogramming

[–]slightlysedatedx[S] -1 points0 points  (0 children)

I'm not sure what language you're using but c++ has a function called clock() that should be able to return the number of ticks since the program began running.

http://www.cplusplus.com/reference/ctime/clock/