Jump to content

Playlogo

Member
  • Posts

    32
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Playlogo reacted to minibois in "for i in dicitionary" in php   
    You're looking for the foreach statement.
    foreach ($array as &$item) { print("Item: $item"); } https://www.w3schools.com/php/php_looping_foreach.asp
  2. Like
    Playlogo reacted to adampetre73 in "for i in dicitionary" in php   
    I don't know any python, but in php you could do
     
    foreach($dictionary as $item){ // Your instructions here } or
     
    foreach($dictionary as $item_key => $item){ // Your instructions here } or
     
    for($i=0; $i<=count($dictionary); $i++){ // Your instructions here } Hope it helps
  3. Agree
    Playlogo got a reaction from Eigenvektor in f   
    Have you tried to reinstall your Graphics drivers?
  4. Agree
    Playlogo reacted to pc-guy in Asus aura rgb acting strange   
    I found the problem.
    There was a program call patriot lighting rgb installed on my pc (I didn't install that myself) that was causing the problem.
  5. Informative
    Playlogo reacted to Mark Kaine in Crazy Performanse of a Kingstom SSD   
    Tho, I just updated my A400s fw and it does look a lot better suddenly. 
     
    Before update :
     

     
    After :
     

     
    I did several runs each... sorry for phone pics lol.
     
    Haven't had time to test in games yet, so can't say with certainty this actually improved something,  but from the looks of it,  it should, maybe! 
  6. Informative
    Playlogo got a reaction from TehPlayer14 in Crazy Performanse of a Kingstom SSD   
    The other day I had my SSDs benchamrked  again, there I noticed that the 240 GB SSD at the beginning makes masife performance jumps, while the 120 GB is generally slow. What could that be?
    (They are all the same Model)
     
    Thanks for your answeres ?!


  7. Agree
    Playlogo reacted to dizmo in Crazy Performanse of a Kingstom SSD   
    The higher the capacity goes the more performance you get. It's the same with all SSDs.
  8. Agree
    Playlogo reacted to Princess Luna in Crazy Performanse of a Kingstom SSD   
    The Kingston A400 is pretty much the worse SSD on the market from a known brand, they don't follow any standard on the controller and NAND used inside nor the manufacturing process is the same across all the outsources Kingston uses.
     
    Benchmark results for it are always all over the place and often very mediocre.
  9. Funny
    Playlogo reacted to TheRuke in Linus Tech Tips Affiliates, Referral Programs and Sponsors   
    Mr. Linus needs a spanking for spamming.
  10. Funny
  11. Funny
    Playlogo reacted to Emkryan in Linus Tech Tips Affiliates, Referral Programs and Sponsors   
    Please stop spamming. This is against CoC
  12. Funny
×