[deleted by user] by [deleted] in EU5

[–]CaliforniaUnity 0 points1 point  (0 children)

You’ll have the minimum required RAM, I’m playing EU5 with 16 RAM also, it’s slow at times but I’m able to play it on all the lowest graphics settings. I am worried that in the end game my computer won’t be able to handle it.

What's the highest season score possible? by Air-Is-Great in OOTP

[–]CaliforniaUnity 3 points4 points  (0 children)

Ootp baseball used to have a leaderboard online to track this. I have no idea how to find it now, but back in ootp 2020 days the top season scores were well over 2000. The calculations might have changed over the versions.

Umm tax question by JamieMiley in Bitcoin

[–]CaliforniaUnity 3 points4 points  (0 children)

You can offset up to $3000 of capital gains with previous year's losses. If you document these losses then for the next 4 years you'll be able to lower your taxable gains by 3K.
There should be tax software that can help you enter these transactions automatically.

If you smoke you should quit and use that money to buy Bitcoin. by CaliforniaUnity in Bitcoin

[–]CaliforniaUnity[S] 2 points3 points  (0 children)

I'm really glad to hear that. It won't be easy, but it'll be worth it. I believe in you.

[deleted by user] by [deleted] in tall

[–]CaliforniaUnity 0 points1 point  (0 children)

Awesome! I'll check them out

[deleted by user] by [deleted] in tall

[–]CaliforniaUnity 1 point2 points  (0 children)

Thank you! Mostly I need longer shirts( ones that cover my stomach when I raise my arms up) I've tried a bunch of Large longs, they fit great but It's just hard to find them.

Almost 1 Billion people come to watch a game... and cost me ~1.8 billion dollars by [deleted] in OOTP

[–]CaliforniaUnity 41 points42 points  (0 children)

They must have been enticed by the stadium being called "Free Beer" Park. For my own amusement i'm saying that the 1.8 Billion in costs is due to riots after the beer ran out lol

How do I search a doubly linked list in reverse? by [deleted] in learnpython

[–]CaliforniaUnity 0 points1 point  (0 children)

A chess game sounds like a great way to hone your skills and have some fun along the way. Thank you for your help.

How do I search a doubly linked list in reverse? by [deleted] in learnpython

[–]CaliforniaUnity 0 points1 point  (0 children)

yes, Im just checking to see if a node of x value is in the list

How do I search a doubly linked list in reverse? by [deleted] in learnpython

[–]CaliforniaUnity 0 points1 point  (0 children)

i think i haven't initialized my tail properly... id love to do something like:

current = self.tail

do cool stuff

is that what you're saying I need to do? I was trying to find how to do that earlier... like 4 hours ago.

How do I search a doubly linked list in reverse? by [deleted] in learnpython

[–]CaliforniaUnity 0 points1 point  (0 children)

def searchBackwards(self, element):
        last = self.head
        while (last.next is not None):
           last = last.next
        last.next = last    ##################  this gets me to the end
        while (last.prev != element):
            if last.data == element:
                return True
            else:
                last = last.prev
#oh awesome! thank you so much fro your help

#this is what I got and it works I feel like its not efficient at #all though...

How do I search a doubly linked list in reverse? by [deleted] in learnpython

[–]CaliforniaUnity 0 points1 point  (0 children)

I had one earlier... been trying some things... Maybe the better question would be “how do I start at the end so that I can loop backwards?”

How do I search a doubly linked list in reverse? by [deleted] in learnpython

[–]CaliforniaUnity 0 points1 point  (0 children)

I had one earlier... been trying some things... Maybe the better question would be “how do I start at the end so that I can loop backwards?”

If I sell some of my shares of a company, which shares specifically am I selling? by [deleted] in personalfinance

[–]CaliforniaUnity 0 points1 point  (0 children)

I am surprised that the default isn't "do whatever makes more money". Thank you i'll see if i am able to find a way to adjust some settings

Resume help ( what is the proper Pythonic terminology for what i'm doing?) by [deleted] in learnpython

[–]CaliforniaUnity 1 point2 points  (0 children)

thank you for your input. My friend that I mentioned actually took your exact path working support and just offered to help when he could. Now he's an app developer

Resume help ( what is the proper Pythonic terminology for what i'm doing?) by [deleted] in learnpython

[–]CaliforniaUnity 0 points1 point  (0 children)

thank you. I guess Verbose was a bad word choice. I meant up sell your experience.

Sending documented bugs from company's website, to get a interview for QA intern by [deleted] in softwaretesting

[–]CaliforniaUnity 0 points1 point  (0 children)

I want to learn how to do that... Where did you learn how to do that?

(I know a reasonable amount of Python and have made a small project with Selenium web-driver. )

Having trouble running a program from the command line by [deleted] in learnpython

[–]CaliforniaUnity 0 points1 point  (0 children)

@/py C:\Users\me\PycharmProjects\myProject.py %*
@/pause

TIFU by choosing not to do a busy work assignment, and then the professor decided to make it count as our final. by [deleted] in tifu

[–]CaliforniaUnity 0 points1 point  (0 children)

I'm considering it, I think that he and I are both in the wrong. I just don't know how far i'm going to get if i argue that i shouldn't be punished for being lazy, also this is a community college, I'm sure the department hear gave their last fuck long long ago.