Jump to content

Aspect11

Member
  • Posts

    205
  • Joined

  • Last visited

Reputation Activity

  1. Informative
    Aspect11 reacted to LinusTech in Where is Ivan and Luke   
    Ivan is no longer with us, I'm afraid. 
  2. Like
    Aspect11 got a reaction from m0nss7erKill in Remote music controller for windows   
    Is there any software out that that will let me remotely control another windows device's music control or mute it? Preferably if it is not detectable as in it is not a full remote desktop software, but just a background process?
     
    P.S: Yeah I know it is a weird request, but anyway...
     
    Thanks!
  3. Informative
    Aspect11 reacted to 0x21 in Maximum numbers python file reading help   
    No, if you want to have multiple scores from the same user then this will work:
    def printScores(n): with open('scores.txt', mode='r') as file: reader = csv.reader(file) # Create a list of tuples from the text file scores = [(row[0], int(row[1])) for row in reader] # Sort into a list of the top n scores. scores = sorted(scores, key=lambda score: score[1], reverse=True)[:n] # Print if len(scores) > 0: print("The top {} scores are:\n".format(n)) pos = 1 for name, score in scores: print("\t{}. {} with {}".format(pos, name, score)) pos += 1 else: print("There are no scores")  
  4. Like
    Aspect11 got a reaction from Jarsky in Linux 9 Samba Help   
    I just sorted it, turns out that the location I was changing was the wrong one. So I just reverted the changes and fixed it. Thanks for all you help!
  5. Like
    Aspect11 got a reaction from ExtraBlackMonster in Wallpaper Conversion   
    Thanks anyway, big help!
  6. Informative
    Aspect11 reacted to ExtraBlackMonster in Wallpaper Conversion   
    Sure, open Photoshop > Ctrl + N > type these res.

    bring the wallpaper to the photoshop: 

    select some of the right side

    > copy > past > move it to cover the empty area
    the left side as well
     
    I know it's not a perfect solution, but it works
     
  7. Like
    Aspect11 reacted to ExtraBlackMonster in Wallpaper Conversion   
    send it to me I'll fix it for you, you want it to be 2560 X 1080, correct? 
  8. Like
    Aspect11 reacted to ExtraBlackMonster in Wallpaper Conversion   
    Good enough?

  9. Like
    Aspect11 got a reaction from ARikozuM in Power sockets controlled by one switch   
    Wait it's that easy!
  10. Agree
    Aspect11 got a reaction from NinjaJc01 in 1150 Socket Motherboard   
    Mabey the Gigabyte Z97X Gaming 3 would be good?
     
    http://www.gigabyte.com/products/product-page.aspx?pid=4966#ov
  11. Like
    Aspect11 got a reaction from AddonCustoms in Best case RGB LED's   
    Hey AddonCustoms, I have finally installed them and they look sexy.
    P.S. Thanks for the Haribos, much appreciated.

     
  12. Like
    Aspect11 got a reaction from Zygosaur in Storage Upgrade   
    If I were you I would go for a high performance HDD around 4TB and then having one SSD as the boot drive.
  13. Agree
    Aspect11 reacted to ClobberXD in Best case RGB LED's   
    Well, CaseMod's Widebeam series are excellent and are compatible with LED headers on motherboards like ASUS' Aura series...
×