Skip to content
View DaniTRDev's full-sized avatar
Block or Report

Block or report DaniTRDev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
DaniTRDev/README.md
struct DaniTRDev
{

  std::tring_view m_name { "Dani" };
  std::initializer_list<const char*> m_knownAs
  {
    "OsiKaSuKe", //actual
    "Mr. Metal Punch",
    "Snoopy Do Do",
    "C0D3X"
  }
  
  std::string_view m_location { "Spain" };

  /*Skill, level*/
  std::map<const char*, const char*> m_skills
  {
    { "C++", "mid"                             },
    { "C",   "mid"                             },
    { "Node.Js", "junior"                      },
    { "HTML & CSS", "junior"                   },
    { "Reverse engineering", "mid-advanced"    }
  }
  
}

Popular repositories Loading

  1. ezGTAUnpacker ezGTAUnpacker Public

    C++ 12

  2. InternalMenuTemplate InternalMenuTemplate Public archive

    This is a mod menu template which you can use in any game with minimal changes.

    C++ 6 3

  3. VMP-HandlerDumper VMP-HandlerDumper Public

    This is a script that with a few changes will dump each VM handler and its associated VM opcode. It has been tested in VMP 3.5.1.

    4 3

  4. EzScriptCore EzScriptCore Public archive

    C 2

  5. EzMediafireDl EzMediafireDl Public

    JavaScript 1

  6. DaniTRDev DaniTRDev Public