Jump to content

1080

Member
  • Posts

    21
  • Joined

  • Last visited

Awards

This user doesn't have any awards

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. If every manufacturer has different drivers, how are there default drivers that work with them. Is there a standard driver language that nVidia and AMD just improve upon in different ways, or do they provide drivers to Windows/Linux to include as default?
  2. So I was wondering if there was some sort of watercooling fitting that be hotswappable. To explain what I mean, I give you this example: someone is building a large server and they have several chassis in one rack that are watercooled. They want to connect all of the servers to one big radiator (kinda like whole room water cooling), but still be able to do maintenance.Obviously it would need to seal automatically when you unplug a chassis and be easy to plug-in and unplug. Is this a thing that exists?
  3. 1080

    New monitor

    You can get the vg248qe on ebay for ~$200 USD so if you are budgeting, thats what I'd pic. (Thats also what i did)
  4. So i have a website and I am trying to make a slideshowbased off this W3 schools one. I tried using my images, but the showed up as white space, and even W3 school's didn't work. What did I do wrong? Code: <!DOCTYPE html> <!-- Copyright (c) 2017 Ryan Shane All rights reserved. --> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content=""> <meta name="author" content=""> <link rel="icon" href="imports/favicon.ico"> <title>Title</title> <!-- Bootstrap core CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous"> </head> <body> <!-- Fixed navbar --> <nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark"> <a class="navbar-brand" href="#"></a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarCollapse"> <ul class="navbar-nav mr-auto"> <li class="nav-item active"> <a class="nav-link" href="#">Home<span class="sr-only">(current)</span></a> </li> <li class="nav-item"> <a class="nav-link" href="./about">About</a> </li> <li class="nav-item"> <a class="nav-link" href="./contact">Contact</a> </li> </ul> </div> </nav> <div class="container" style="padding-top:60px"> <!-- Begin page content --> <div class="mt-3"> <h1>Header</h1> <p>Other header</p> <br/> <div class="slideshow-container"> <div class="mySlides fade"> <div class="numbertext">1 / 3</div> <img src="https://www.w3schools.com/howto/img_fjords_wide.jpg" style="width:100%"> <div class="text">Caption Text</div> </div> <div class="mySlides fade"> <div class="numbertext">2 / 3</div> <img src="https://www.w3schools.com/howto/img_mountains_wide.jpg" style="width:100%"> <div class="text">Caption Two</div> </div> <div class="mySlides fade"> <div class="numbertext">3 / 3</div> <img src="https://www.w3schools.com/howto/img_nature_wide.jpg" style="width:100%"> <div class="text">Caption Three</div> </div> <a href="" class="prev" onclick="plusSlides(-1)">&#10094;</a> <a href="" class="next" onclick="plusSlides(1)">&#10095;</a> </div> <br/> <div style="text-align:center"> <span class="dot" onclick="currentSlide(1)"></span> <span class="dot" onclick="currentSlide(2)"></span> <span class="dot" onclick="currentSlide(3)"></span> </div> </div> <!-- Footer --> <hr/> <footer> <p>&copy; Copyright Ryan Shane 2017</p> </footer> </div> <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script> <script> var slideIndex = 1; showSlides(slideIndex); function plusSlides(n) { showSlides(slideIndex += n); } function currentSlide(n) { showSlides(slideIndex = n); } function showSlides(n) { var i; var slides = document.getElementsByClassName("mySlides"); var dots = document.getElementsByClassName("dot"); if (n > slides.length) {slideIndex = 1} if (n < 1) {slideIndex = slides.length} for (i = 0; i < slides.length; i++) { slides[i].style.display = "none"; } for (i = 0; i < dots.length; i++) { dots[i].className = dots[i].className.replace(" active", ""); } slides[slideIndex-1].style.display = "block"; dots[slideIndex-1].className += " active"; } </script> </body> </html> BTW: Im using NetBeans IDE and XAMPP
  5. OMG Linus can we have a video already?????

  6. There's one for android... PC Architect Also for PC there is Hardware Engineers - $9.99 on Steam
  7. So I've finalized my plan for my 12 servers in one build as mentioned in that thread. I just wanted the community to look over my build before I invest in it. Final Specs: Dual Xeon X5690 @ 3.4GHz 6 Cores 64 GB DDR3 Hynx MT42GR7BMR4C-G7 RAM is it ECC? I couldn't find information on that Gigabyte GA-7TESM Mobo 400W ATX PSU 2U Server Chassis 4 Seagate 4TB HDDs in RAID 5 Not sure on coolers, they come with my mobo... 600VA UPS
  8. Also, Protocase has a free program for designing cases.
  9. No thats a normal pice for a 450W PSU
  10. Well but again, I am trying to budget, so Windows Server is another cost
×