Jump to content

Redliquid

Member
  • Posts

    567
  • Joined

  • Last visited

Everything posted by Redliquid

  1. You need like 500+ posts i think
  2. Greetings friends! I have decided that the time has come for me to do my first overclocking! I'm using evga PrecisionX 16 and here are my current settings: I'm curious to know how high it's safe to go without doing a bunch of 24 saftey testing to make sure my pc doesnt crash because i cant sleep with my computer on. Right now i have increased GPU and mem clock offset by 5% from standard settings. What're your thoughts n oponions?
  3. So apparently the Chinese government has a nationwide ddos cannon that they used last week http://thehackernews.com/2015/04/great-cannon-ddos-attack.html
  4. https://www.youtube.com/watch?v=d1rXcJuEsy0 Might help a little
  5. Redliquid https://www.vessel.com/videos/Su_Wqd7Vl Because it actually works Also that's a really sexy screen. and https://www.vessel.com/videos/JYZEYDYx0 because who doesnt love build logs? Shares: https://www.facebook.com/akio.hayabusa/posts/773319496108287 https://twitter.com/Redliquids/status/580301302225367040 http://redliquids.tumblr.com/post/114483415466/linus-media-group-newsletter-1-big-giveaway
  6. guess it was league related. 50ms to Cologne Germany from Gothenburg btw thanks for posting a actuall useful comment
  7. So i'm playing league and for some reason everyone living in eu are having extreamly high pings for some reason. Is annyone else here having issues from EU?
  8. That helped alot ^^ Gonna learn more about Vectors now! Thanks friends Vectors -> Lists?
  9. What's a vector? I wanted the array to change size depending on how many nrs i put it Also how do i print the whole array?
  10. hi friends, I'm wondering about way to put pre declared int in to a Array static void Main(string[] args) { int a = 0; int[] arrayStore; for (int i = 0; i < 10; i++) { arrayStore[]//??????????????? a += 1; } } I'm trying to get int a in to the Array, Increase a by 1 and slap the new a in to the array in the next position so it becomes int[] arrayStore{1,2,3,4,5,6,7,8,9} How'd i write that though?
  11. I know i fixed it But thanks x)
  12. Nevermind i fixed it using my amazing brain Kappa
  13. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication4 { class Program { static void Main(string[] args) { int a = 0; int b = 1; int sum = 1; for (int i = 0; i < 10; i++) { Console.WriteLine(sum); sum = a + b; a += b; b += sum; } Console.ReadKey(); } } } So i'm trying to get the fibonacci nrs up to 10 but for some reason my program skips every second number Why My logic is in the white .txt file and the outcome from the program is in the black one to the right.
  14. Not when you live on 350$ a month.
  15. Simple ^^ I'm looking for a cheap and legit windows 8.1 os because over here in Swedenland they cost like 90 F**king dollars! So where can i find a cheap one online? something you've used yourself and is trustworthy would be nice Thanks <3
×