Recent content by melikepie

  1. melikepie

    Intel v AMD

    That all depends. Is it possible to spend more money? I recommend a laptop with an APU. The reason for that is because not just since APUs are cheap and are good for gaming due to the graphics but because of the graphics OpenCL would work well with it. With photoshop using OpenCL, it would be...
  2. melikepie

    Intel v AMD

    Great deal. But for photoshop? A Celoron can barley process Windows itself, why would you use photoshop on it (try the original Celoron, I'm not even sure that thing had a processor in it)? So, I guess you could barley get away for basic internet use, for now, with that laptop. But I recommend...
  3. melikepie

    Intel v AMD

    For what I know the RPM isn't that important in photoshop, the other programs would run fine on a 1900s CPU. Do you mean england pounds?
  4. melikepie

    What language to learn?

    It's not that simple as there is so many differences between them that I can't even type them all within an hour (counting I'm not the best at typing). I don't get it do you mean like COD? You need a ton of people to work on anything, you need to make something smaller first like a puzzle game...
  5. melikepie

    I need help mofiying a .BAT file

    This is not a programming question :).
  6. melikepie

    Accessing data from other class

    Instead Of: mAccelerometer = mSensorManager.getDefaultSensor(Sensor.TYPE_ACCELEROMETER); Try: try { mAccelerometer = mSensorManager.getDefaultSensor(Sensor.TYPE_ACCELEROMETER); } catch (Exception ex) { ex.printStackTrace(); }