Jump to content

sulairris

Member
  • Posts

    117
  • Joined

  • Last visited

Awards

This user doesn't have any awards

4 Followers

About sulairris

  • Birthday Apr 07, 1996

Contact Methods

  • Discord
    Sulairris#3495
  • Steam
    sulairris
  • Twitter
    @nathanlp1313

Profile Information

  • Gender
    Male
  • Location
    USA, MD
  • Interests
    My Little Pony Friendship Is Magic, Invader Zim, food, Breaking Benjamin, DISTURBED, device, Walt Disney World

System

  • Keyboard
    A lot
  • Operating System
    linux mint 19.1 64bit
  • Laptop
    2015 13" rMPB
  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.
×