Jump to content

trapizi

Member
  • Posts

    125
  • Joined

  • Last visited

Awards

This user doesn't have any awards

Profile Information

  • Gender
    Not Telling

System

  • CPU
    Xeon E3-1230V3
  • Motherboard
    MSI Z87-G45 GAMING
  • RAM
    Corsair Vengeance 16GB
  • GPU
    EVGA GTX 970 ACX SC
  • Case
    NZXT H440 Red & Black
  • Storage
    Seagate Barracuda 1TB
  • PSU
    Corsair CX 600M
  • Display(s)
    ASUS VX239H 23"
  • Cooling
    CM Hyper 212X
  • Keyboard
    Razer BlackWidow 2013 Ultimate Edt.
  • Mouse
    Logitech G502

Recent Profile Visitors

900 profile views
  1. Hey guys so I have these two pieces of code: for (int i = 0; i < 10; i++) { for (int j = 0; j < 10; j++) { if (j > i) continue; System.out.println("Java"); } } AND for (int i = 0; i < 10; ++i) for (int j = 0; j <= i; ++j) System.out.println("Java"); Can someone explain to me how do they print "Java" 55 times? Thanks guys!
  2. Hey guys, so my brother just bought a wifi extender (this one https://www.jbhifi.com.au/computers-tablets/networking/linksys/linksys-re4100w-n600-dual-band-wireless-range-extender/718677/) and everytime it's plugged, my internet dropped sometimes and causing a lot of ping spikes when I game and sometimes internet drop. Is there a way to resolve this problem?
  3. i5 6400, 8GB (2x4) DDR4 2133 RAM, ASUS GTX 960 and Corsair VS450W
  4. Hi guys, so my friend is building a new pc and he notices that whenever he remove his graphic card, the CPU fan runs faster than normal. Is it because of insufficient power from the PSU?
  5. Hi guys, I'm new to Java and I'm just wondering if it is possible to count occurrence of integers without using array?
  6. Can you help me understand why adding more MAC access lists would improve security?
  7. Hi guys, so someone asked me how to better secure a wireless network if it's already using WPA2. I've done some research and apparently WPA2 is the best for standard wireless network.
  8. Problem solved! Had to remove 1 of my RAM sticks to have the pc boot. Cheers guys!
  9. Hey guys, I had this problem 3 months ago and fixed it by resetting CMOS battery. This morning the same problem happen to my PC but it won't boot this time by clearing the battery. The cpu cooler fan doesn't work but the ones on the case do. And yeah The motherboard lights up. I really need this fix asap cause all my assignments are in this pc :c
  10. Hey guys, my computer shuts down at a random time every day and then it either boot up again or shutdown. I don't know what's causing this. Also whenever I boot up my pc, I have to hold down the boot button on the case for quite long for the computer to boot. Is there something wrong with the hardware of my pc? Thanks a lot for helping!
  11. Solved! Thing is my Adobe Premiere took 25GB of my C drive.
  12. I have a 250GB SSD which I have my OS installed in it. Apparently the AppData has more than 50GB of shits that I can't even control the space. Is there a way I can clean up this folder?
  13. Hi guys, just recently my PC starts to shutdown and then boot up again once a day. Is there something wrong with my PC?
  14. Not sure this is the right place to post but I need someone to help me solve some problems with my application on oracle apex. Thanks heaps c:
×