Jump to content

sulairris

Member
  • Posts

    117
  • Joined

  • Last visited

Everything posted by sulairris

  1. its still a WIP my laptop with an amd A6 got a 202 it looks like with the testing i have done on my systems that the OS plays a part in it.
  2. windows tends to do that in my testing. -edit- my linux box will only let it have one and a half cores.
  3. here is the code if you can read java /* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */package ccycler;import java.awt.Color;import java.awt.event.ActionEvent;import java.awt.event.ActionListener;import java.util.logging.Level;import java.util.logging.Logger;import javax.swing.*;/** * * @author nathan */public class CWin implements ActionListener { int out=2; int pro=0; int st; int fin; int score; boolean star=false; JFrame window = new JFrame("Ccycler"); JPanel wall = new JPanel(); //JLabel output = new JLabel("output: "+out); //JLabel progress = new JLabel("progress: "+pro+"/1000000"); JButton start = new JButton ("Run Benchmark"); JLabel scoreD = new JLabel("Score: "+score+" Lower Is Better."); public CWin(){ window.setDefaultCloseOperation(window.EXIT_ON_CLOSE); window.setVisible(true); window.add(wall); //wall.add(output); //wall.add(progress); wall.add(start); wall.add(scoreD); wall.setBackground(Color.red); window.pack(); start.addActionListener((ActionListener) this); } public void actionPerformed(ActionEvent e){ if (e.getSource()==start){ System.out.println("test"); pro=0; score=0; star=true; wall.updateUI(); scoreD.setText("Score: "+score+" Lower Is Better."); wall.setBackground(Color.red); wall.updateUI(); try { Thread.sleep(3000); } catch (InterruptedException ex) { Logger.getLogger(CWin.class.getName()).log(Level.SEVERE, null, ex); } st=(int) System.currentTimeMillis()/1000; while (pro < 1000000){ out=(int) (out/.2); //output.setText("output: "+out); pro=pro+1; //progress.setText("progress: "+pro+"/1000000"); System.out.println(pro); System.out.println(out); wall.updateUI(); } } if (pro==1000000){ fin=(int) System.currentTimeMillis()/1000; wall.setBackground(Color.green); star=false; score=fin-st; System.out.println("score: "+score); scoreD.setText("Score: "+score+" Lower Is Better."); window.pack(); } if (star==true){ start.setText("Benchmarking"); window.pack();} else {start.setText("Run Benchmark"); window.pack();} } }
  4. It does a crap ton of math and times how long it takes to do it.
  5. so i made a little one click CPU benchmark in java. ready to run running done you can get it here for free http://nathanlp.tumblr.com/Ccycler if you use it post your score.
  6. I cant wait for him to get out of office. even when he does it wont help me cuz i live in MD where the AR-15 is illegal
  7. i have no need for a blu-ray drive i dont own 1 blu-ray at ALL. i watch things from netflix or my home server i ONLY have a DVD drive in my computer because of some LINUX stuff i work with. they do it so that if little Timmy get this game for his B-day and does not have a blu-ray drive he does not cry for 3 days. but yah 7 disks IS alot.
  8. like some people watch TV or read books i gamed a lot. i made it out of high school AND a trade school. i'm almost 19. so yah it may be a waist of time for some people but its what I did to pass time. point is if you stay in school and do your work you'll be fine. just good luck trying to get a job is not easy for any one out of high school, or still in.
  9. I like it yah I'd like higher rez on it but its new and it will come down the pipe some day. Right now all I want from them is an android app.
  10. sulairris hard pipe build log https://www.vessel.com/videos/JYZEYDYx0 new server thingy https://www.vessel.com/videos/LCoY5zfFf
  11. So i just got a usb powered LED stip and thought id share this tip with all you people. If you are just buying LED strips or you have some you may also want to get this as well. A usb switch so you can turn them on or off when ever you want instead of looking for that little switch on some strips. I got mine for 8.00USD on amazon And this one has a sweet little light on each switch Hope you guys like this little tip.
  12. Can I go lower than an F-? I bought a 360 game from them on live burnout 3 it does not start on my 360 so I went to EAs site and they did jack about it didn't even try to help me so I don't like EA at all. Funny how one of my favorite games is titanfall
  13. I got a 360 cuz all my friends have a 360 that and I like the controller more than the PlayStation.
  14. When I got gta5 (Xbox 360) I installed it to a USB hard drive. A old USB hard drive. So I beat the game and I came down the next day the hard drive was dead.
  15. YAY I CANT WAIT!!!!!!!111!8OP8Y;pt!1!!!!
  16. like the title said i am working on a gaming scanner. it runs retropie on a raspberry pi 1 http://blog.petrockblock.com/retropie/ i use an xbox 360 wired controller. still a WIP next is getting the sound to the tv i need to buy a cable for that and some other stuff. and it can run doom and dukenuke em' 3d.
  17. you get wolfram mathematica free (just install the debian .img from raspberry pi's site.) a 4,000USD program. -EDIT- Its the full program not a dumbed down version all yours free for life.
  18. a acer aspire 5516, roccat ryos mk pro, roccat kone xtd, roccat alumic, gigabyte HD 6450, and some more stuff.
  19. it was 20 bucks i think its back up to 100USD.
×