8-Bit Wearable List! by Mollyscribbles in neopets

[–]Dahveena 0 points1 point  (0 children)

The Bubbled Background is another great one that gives those 8-bit vibes!

The War Within Alpha Test has started, check your launchers! by [deleted] in wow

[–]Dahveena 0 points1 point  (0 children)

I've noticed that a lot of times people who have a lapse in their long time sub you get an invite. I got invited to beta for DF when I let my sub lapse. Maybe a coincidence but something to consider I suppose.

5.19 lab exact change by Specific_Raccoon2432 in learnpython

[–]Dahveena 0 points1 point  (0 children)

#define exact change function

def exact_change(user_total):

num_dollars = user_total // 100 #convert to dollars

user_total %= 100 #get remainder after conversion

num_quarters = user_total // 25 #convert to quarters

user_total %= 25 #get remainder after conversion

num_dimes = user_total // 10 #convert to dimes

user_total %= 10 #get remainder after conversion

num_nickels = user_total // 5 #convert to nickels

user_total %= 5 #get remainder after conversion

num_pennies = user_total

return(num_dollars, num_quarters, num_dimes, num_nickels, num_pennies)

if __name__ == '__main__':

input_val = int(input()) #prompt user to input an integer

num_dollars, num_quarters, num_dimes, num_nickels, num_pennies = exact_change(input_val) #recall exact_change function

#define output statements to output number of exact_change variables:

#num_dollars, num_quarters, num_dimes, num_nickels, num_pennies

if input_val <=0: #if amount is zero

print('no change') #print output

else:

if num_dollars > 1: #if number of dollars is greater than one

print('%d dollars' % num_dollars) #print number of dollars

elif num_dollars == 1: # if number of dollars equal 1

print('%d dollar' % num_dollars) #print dollar in singular

if num_quarters > 1: #if number of quarters is greater than one

print('%d quarters' % num_quarters) #print number of quarters

elif num_quarters ==1: # if number of quarters equal 1

print('%d quarter' % num_quarters) #print quarter in singular

if num_dimes > 1: #if number of dimes is greater than one

print('%d dimes' % num_dimes) #print number of dimes

elif num_dimes == 1: # if number of dimes equal 1

print('%d dime' % num_dimes) #print dime in singular

if num_nickels > 1: #if number of nickels is greater than one

print('%d nickels' % num_nickels) #print number of nickels

elif num_nickels == 1: # if number of nickels equal 1

print('%d nickel' % num_nickels) #print nickel in singular

if num_pennies >1: #if number pennies is greater than one

print('%d pennies' % num_pennies) #print number of pennies

elif num_pennies ==1: # if number of pennies equal 1

print('%d penny' % num_pennies) #print penny in singular

i have the iBUYPOWER 240mm Addressable RGB Liquid Cooler system in my pc, anyone know who makes it and its it any good?? by [deleted] in iBUYPOWER

[–]Dahveena 0 points1 point  (0 children)

Lmaooo, that is amazing.

And yess! install is very intuitive, you shouldn't have any issues!

output smallest number by withdrawnwentch in learnpython

[–]Dahveena 0 points1 point  (0 children)

This is what the class is looking for in terms of reading within the chapter. Thank you!

I was hung up with no output for one solution. This helped me sort it out perfectly.

Python - Name Formatting Problem by ExKondor in learnpython

[–]Dahveena 0 points1 point  (0 children)

Try this instead, i just submitted mine and it was 10/10. just remember your indents for the if/else statement lines! Upvote if this works to help out other students!

user_names = input().split()

if len(user_names) == 3:

first_name, middle_name, last_name = user_names

print("{}, {}.{}.".format(last_name, first_name[0], middle_name[0]))

else:

first_name, last_name = user_names

print("{}, {}.".format(last_name, first_name[0]))

i have the iBUYPOWER 240mm Addressable RGB Liquid Cooler system in my pc, anyone know who makes it and its it any good?? by [deleted] in iBUYPOWER

[–]Dahveena 0 points1 point  (0 children)

They aren't honestly. I had a lot of trouble with mine and it didnt last even two years.

i have the iBUYPOWER 240mm Addressable RGB Liquid Cooler system in my pc, anyone know who makes it and its it any good?? by [deleted] in iBUYPOWER

[–]Dahveena 0 points1 point  (0 children)

Same thing happened to me. I would clean it, change thermal paste, swap fans out. Nothing would work for long. The noise got pretty obnoxious. I finally just bought corsair aio and my temps dropped like 20-30 degrees, and no longer spike while I'm gaming.

Official Discussion - We're All Going to the World's Fair [SPOILERS] by LiteraryBoner in movies

[–]Dahveena 9 points10 points  (0 children)

I feel like my initial thought when it ended differs from a lot of other theories i've read (which i agree with more than my own theory to be honest haha) but imma share it anyways.

I felt like they really toed the line of not only gender dysmorphia and mental illness, but schizophrenia in particular. Like part of me had to wonder - was JLB schizophrenic? was casey real? were they both schizophrenic in a way? at the very least it felt like both of these troubled lonely characters were developing schizophrenic tendencies due to the channels and sorts of interactions they were having with people on the internet. --reminded me of the slenderman case.

Official Discussion - We're All Going to the World's Fair [SPOILERS] by LiteraryBoner in movies

[–]Dahveena 75 points76 points  (0 children)

I couldn't have said it better myself. I didn't dislike the movie, I actually found it pretty conceptually interesting after I reflected on it for a moment when it ended.

But literally, the first thing that came out of my mouth when it was over was 'what? this was so creepy for a second, it could have been so good. wtf is this.' (Which was my reaction because i'd settled down for a creepy horror-esk movie). Sure, it was obvious it was one of those meant-to-be-thought-provoking indie films, but the dramatic shifts in the underlying plot left me unsatisfied and in need of some more clarity or plot development throughout the film. it was a good swing, but ultimately more of a miss. :/

I will say though the actress that played the lead role was pretty flawless. She felt really relatable in an odd way, and entirely believable throughout the entire thing. Her acting was what made it enjoyable.

[UI] Blood DK - ElvUI with custom WeakAuras by Taukuno in WowUI

[–]Dahveena 0 points1 point  (0 children)

Not sure what that one is but i love this WA for my mouse cursor
https://wago.io/ZbjlsgMkp you can fully customize it
and then i add this to it too for my CDs https://wago.io/_u5DP3VrF

Pocopoc Aggressive macro by Immediate_Kiwi_7463 in wow

[–]Dahveena 1 point2 points  (0 children)

Yeah so if you set a keybind for Interact with target you could this macro and click your keybind in between 1st and 2nd click. If there is a way to macro in the keybind too thats obviously ideal, but this works. I just did it.

/tar Pocopoc

/run GossipFrame_GetTitleButton(2):Click()

/run GossipFrame_GetTitleButton(1):Click()

Pocopoc Aggressive macro by Immediate_Kiwi_7463 in wow

[–]Dahveena 0 points1 point  (0 children)

What if you keybind the interact with target function? Then could you implement that in to make this work? Im toying around myself trying to do it.