Jump to content

xChiron

Members
  • Posts

    16
  • Joined

  • Last visited

Posts posted by xChiron

  1. like which methods, all users are curious to know method to extract files from securegrf encrypted grfs.

     

    I'm not able to share this on public board. Many artists here love their work and make quick money with this. If u want learn how to extract useful amount of bytes from encrypted files, u should learn how the computer *handle* the real data. Ragnarok have the key and the lock on the same side  ;)

  2. Chiron we not coding in C++ and it's more compiled in std=89 right now, yes that suck

    Concerning *.sln no plan was taken to remove them but ye I would like to move all those windows file if possible.

    We have like 4 vcproj + 4 *sln file, while only a very few people use it as production server

     

    I know it's not C++ ^_^ , but this compiler fit my needs with personal edits (and parallel projects). I'm just pointing out one of features  :D

    Here's a complete list: http://clang.llvm.org/features.html

    And comparisons: http://clang.llvm.org/comparison.html

  3. English:

     

    BRAZIL HUEHUEHUEHUEHUEHEUHEUHUHEHUE BRBR

    "Learn to sell online?" U don't know how to do it? D:  u Never heard anything about paypal?....

    Christmas is coming. I want some gifts <3

     

     

     

    Portuguese:

    BRAZIL HUEHUEHUEHUEHUEHEUHEUHUHEHUE BRBR

    "Aprender a vender online?" Você não sabe? D:   Nunca ouviu falar em PP? o:

    Natal está chegando e tal. Aceito presentes <3

  4. MylSAM engine provides simplicity, use less system resources and is much more faster with huge amounts of data. 

    MylSAM doesn't allow to perform more than one operation at same time (Table Transaction Global Mutex), poor data integrity and security.

     

    InnoDB is the best choice where all data is correlated (PK/FK and FN) ,indexed and where have chance to perform one more operation at the same time.

    This provides data integrity and security. 

    InnoDB use more system resources and have performance penalty with large amounts of data.

     
    Sry for bad english  /gawi
    • Upvote 3
×
×
  • Create New...