Jump to content

Mrcrysis2000

Member
  • Posts

    245
  • Joined

  • Last visited

Reputation Activity

  1. Agree
    Mrcrysis2000 got a reaction from RypeDub in Acer Chromebook CB3-431 Linux   
    I did research into it? im also asking if anyone who has done this could help me understand the process? 
     
    I thought this forum was pro-help the user? 
  2. Like
    Mrcrysis2000 reacted to Ciccioo in Hashing Algorithms   
    that is right. not necessarily shorter (think of the hash of a 1-character string), but reasonably small, in a size that is big enough to make collisions very very unlikely to happen
     
    an hashing algorithm should destroy the meaning of the original data. if you can analyze the output to infer information from the input, then the hash algorithm was bad.
     

    print bad_hash("clouds1") // prints "1234567"print bad_hash("clouds1") // prints "1234568"print bad_hash("clouds3") // prints "1234569" print good_hash("clouds1") // prints "1234567"print good_hash("clouds1") // prints "3954328"print good_hash("clouds3") // prints "9523452"
  3. Like
    Mrcrysis2000 reacted to Nineshadow in Quick Sort Algorithm help   
    function quicksort(array) if length(array) > 1 pivot := select any element of array left := first index of array right := last index of array while left ≤ right while array[left] < pivot left := left + 1 while array[right] > pivot right := right - 1 if left ≤ right swap array[left] with array[right] left := left + 1 right := right - 1 quicksort(array from first index to right) quicksort(array from left to last index) In pseudocode. Just implement it in the programming language of your choice.
  4. Like
    Mrcrysis2000 got a reaction from Norman_the_Owl in Ugliest case ever?   
    these? 
  5. Like
    Mrcrysis2000 got a reaction from bbrooking18 in Ugliest case ever?   
    these? 
  6. Like
    Mrcrysis2000 got a reaction from SirRoderick in Memory Address's   
    Got it right, Thanks just panic revising for my exam tomorrow! 
  7. Like
    Mrcrysis2000 reacted to Ciccioo in How to make a steam trading bot?   
    it has to start with an "hello, world!"
    it's the unwritten rule
    you can't just go straight for a trading bot
  8. Like
    Mrcrysis2000 reacted to SirRoderick in Memory Address's   
    A memory address is an identifier for the place in the computer memory where a computer program or a hardware device can store data and later retrieve it.
     
    So really just like literal adress.
  9. Like
    Mrcrysis2000 got a reaction from TheNinjaNextDor in Ugliest case ever?   
    these? 
  10. Like
    Mrcrysis2000 got a reaction from Mindtrickz in Ugliest case ever?   
    these? 
  11. Like
    Mrcrysis2000 got a reaction from nokturrduk84 in Ugliest case ever?   
    these? 
  12. Like
    Mrcrysis2000 got a reaction from kuddlesworth9419 in Ugliest case ever?   
    these? 
  13. Like
    Mrcrysis2000 got a reaction from Sharif in What do you think of this guys ??   
    NZXT H440
     
     
     
     
  14. Like
    Mrcrysis2000 reacted to Whiskers in What do you think of this guys ??   
    Ooh. Surprisingly nice.
     
    Very surprisingly nice.
  15. Like
    Mrcrysis2000 got a reaction from mightytech in Ugliest case ever?   
    these? 
  16. Like
    Mrcrysis2000 got a reaction from DanTheMuffinMan in Ugliest case ever?   
    these? 
  17. Like
    Mrcrysis2000 got a reaction from Lord_Karango17 in Ugliest case ever?   
    these? 
  18. Like
    Mrcrysis2000 got a reaction from AMaleWhale in Ugliest case ever?   
    these? 
  19. Like
    Mrcrysis2000 got a reaction from iTalkTech376 in Ugliest case ever?   
    these? 
  20. Like
    Mrcrysis2000 got a reaction from Frankie in Ugliest case ever?   
    these? 
  21. Like
    Mrcrysis2000 got a reaction from Erebus305 in Ugliest case ever?   
    these? 
  22. Like
    Mrcrysis2000 got a reaction from terrytek in Worst Tech mistake you have ever made?   
    Encrypting my main HDD with all my stuff on it with a 256 bit key....Then forgetting the password. 
  23. Like
    Mrcrysis2000 got a reaction from flibberdipper in Worst Tech mistake you have ever made?   
    Encrypting my main HDD with all my stuff on it with a 256 bit key....Then forgetting the password. 
  24. Like
    Mrcrysis2000 reacted to NeutronGTX in Overkill PSU, should I downgrade it?   
    If it ain't broke, don't fix it
  25. Like
    Mrcrysis2000 reacted to lutzee in What does it take for you to switch to linux?   
    Yeah, good luck with that
     

    After Effects probably won't come till at least drivers are fully supported in the graphics departments
    As a linux user the only reason why windows is still 'tucked away' in the corner of my desktop is for the odd gaming session, otherwise it boots to linux
×