Jump to content

jollyrancher82

Dedicated Members
  • Posts

    919
  • Joined

  • Last visited

Everything posted by jollyrancher82

  1. jollyrancher82

    HAK.5 OS

    Real men install an existing Linux distribution, and use the rest of their time to do work.
  2. jollyrancher82

    HAK.5 OS

    Built a Linux distribution? Been there done that. Coding my own operating system? Working on it.
  3. MSDNAA FTW! I love that stuff... now I just wish I had one more XP license on there. :-P I get three XP Pro's, No SP, SP2, and 64bit
  4. Windows Vista Business: £0 Windows XP Professional: £0 Windows XP 64bit: £0 Windows 2003 Server: £0 Windows 2000: £0 Windows 2000 Server: £0 Microsoft Developer Network Acadamic Alliance: Priceless.
  5. Because some of us prefer to pay for things, instead of pirating them. You cheap bastard :P
  6. Probably very very few were bought in 2007, but the fact is that they're used in 2007 - and that's what matters. It's reliable in as far as all the results are completely honest of those who submitted. Also, as I said before, these are people who play games and so are likely to have above average PCs, so I would have thought that don't play games would actually have lower specs than those listed. When I say 'welcome to 2007' I meant computers that are bought in 2007, which is what Vista is aimed at. Vista isn't aimed at 5-6 year old computers. Technology moves on, so should people, and stop complaining about requirements.
  7. No they don't. http://www.steampowered.com/status/survey.html And that's people who play games - so that'll be the top average of the market. How many of those were bought in 2007? And you can't exactly call just the survey from the Steam website a reliable source. Not everyone who uses Steam submits their computer specs, not everyone with a computer uses Steam, and not every computer user plays games.
  8. Stop living in the 90s, welcome to 2007 where computers have 1GB+ RAM, 400GB+ hard drives, and 3Ghz+ CPUs.
  9. if - else if - else is a valid construct. The problem is that you're comparing strings using '=='. Either change the ifs in which you compare scale to something with a strcmp(str1,str2)==0 or compare the first character of the string with your fixed value like so: if (scale[0] == 'f') (note the single quotes to specify the fact that f is a single character) Remember that a string is a pointer to an array of characters. When you compare them with == you're effectively comparing the pointer value, which will only match when they're pointing at the exact same memory location. You could also do *scale == 'c' or *scale == 'f', but that's pointers :P
  10. Actually you can start typing and save it as an exe. I showed an example in #hak5 a few weeks ago. how i havent used windows in a couple a years, but i thought .exe were binary files. are you writing the actual hex or binary of the process you wish to to execute, if so thats awesome. or can exe's also be script code for a shell to interpret, I'm honestly not sure, an example of this here would be sweet though I was directly writing the ascii characters to a file.
  11. Actually you can start typing and save it as an exe. I showed an example in #hak5 a few weeks ago.
  12. I got copies last year for help with making affinityos.
  13. I beta tested Powershell back when it was codenamed Monad.
  14. 2) Execute setupcon. This should change the console font, and resolution.
  15. *sigh*. 'Use the command line', is the worst suggestion ever. Use the best method that gets the task done. Using the command line doesn't make you cool, it makes you a poser.
  16. I get two Vista Business edition licenses from University, so I'll try it because I get it for free.
  17. High post counts are for noobs.
  18. I was dismantling the PSP on it, so I wasn't using a hard surface.
  19. Actually it took about 3-4 hours, because I took my time.
×
×
  • Create New...