ClioSport.net

Register a free account today to become a member!
Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Search results

  1. S

    Ps4 !?!??!

    "There is one more PS5, it must be destroyed also"
  2. S

    Just got my new 8gb nano

    >160Kbps mp3. 128 Kbps aac sound more than fine to my ears. Luckily we have a 3 disc autoloader cd copier at work, I reverse-engineered the protocol on it and wrote a program to auto-load a stack of cd's and rip them in iTunes :) No user intervention required! :)
  3. S

    Just got my new 8gb nano

    I got my 8gb nano last thursday, sound quality is much better than my 4G iPod. As for ripping, rip to 128Kbps aac, it's far better than mp3. Don't transcode your files because they'll end up sounding nasty.
  4. S

    New video ipod?

    I thought Apple had just stopped the education discount on the iPod? Edit: Or maybe this is just the US student discount? Different?
  5. S

    New video ipod?

    tuesday about 7pm UK time.
  6. S

    License Key Generator

    bored disco?! me too. ;) int main(void) { int tuples[6]; int i, j,k,generating=TRUE; for (i=0;i<6;i++) tuples[i] = 100; while(generating) { for (j=0,k=0;j<6;j++) k += tuples[j]; if ( (k==4095) || ((k % 65)==0)) {...
  7. S

    License Key Generator

    Ahh. I missed that part of his post. That sure would stop it!
  8. S

    iTunes 7

    oh. I've got the 8GB!
  9. S

    License Key Generator

    I still like that 000-000-000-000-000-000 is a valid key! ;)
  10. S

    License Key Generator

    disco, your mod is the wrong way round - Should be equal to zero as no remainder means it divisible by 65. edit: ignore me, just noticed your loops are while not valid.....d'oh.
  11. S

    iTunes 7

    No pics as I'm at work. The wheel doesn't light up, but it's pretty cool - I've got a 3rd generation mono ipod, this ones a hell of a lot sweeter! Sounds a lot better too.
  12. S

    License Key Generator

    got bored. compiled the code and it works. you are aware that 000-000-000-000-000-000 is a valid serial number?! lol.
  13. S

    License Key Generator

    stick it in code tags mate. My code you'll need a 'C' compiler, the free microsoft one will do.
  14. S

    License Key Generator

    I find it slightly amusing that whatever software you're writing, 2 of us have written keygens for it! lol.
  15. S

    License Key Generator

    Do yourself a favour (and presumably the company you work for) and ditch that method of serial number generation! Poor! It'll take you a long time to generate all possible serial numbers, that a large maximum value, 999-999-999-999-999-999 - but if you really want to do it, then something like...
  16. S

    iTunes 7

    The nano has arrived. Looking sweet. :)
  17. S

    License Key Generator

    Not in the application, the signing of the hash with the public key encryption gives a straight yes/no answer to whether the "license key" is valid. When they type in the key, a hash is generated and compared against the hash in the "license key". You'll need to store the "serial number hash"...
  18. S

    License Key Generator

    What information do you want the license key to hold? look up md5 hashes and RSA encryption. Basic idea is to create a hash of the license information, then use RSA or other public key encryption to sign it.
  19. S

    Newsgroup users

    I use easynews. Can't be arsed with all this archaic NNTP nonsense!
  20. S

    Hedphones

    shure e2c's!
Top