Giter Site home page Giter Site logo

matrixkoo / asmjit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from asmjit/asmjit

0.0 0.0 0.0 7.55 MB

Low-latency machine code generation

Home Page: https://asmjit.com

License: zlib License

Shell 0.03% JavaScript 2.04% C++ 97.19% C 0.42% CMake 0.32% Batchfile 0.01%

asmjit's Introduction

Hi there ๐Ÿ‘‹

Total time coded since Jun 11 2020

  • โšก Iโ€™m currently as a Programmer ,PL enthusiast ,and Vagrant .
  • ๐Ÿ“• Iโ€™m currently learning Compiler, Language Design and Impl, Program Analysis and Program Foundation.
  • ๐Ÿ’ฌ Ask me about ANYTHING.
  • ๐Ÿ“ซ How to reach me: see my Email.
  • โš™ A programmer in a world where nobody knows what one is and what one does.
  • ๐Ÿ“š Recommend those -Computers can be understood , write-code-every-day
template<typename T>
concept TouchFishAble = requires(T human) {
  { human.touchFish() };
};

class Programmer : public Human
{
public:
  auto eat() -> STATUS;
  auto code() -> STATUS;
  auto sleep() -> STATUS;
  auto repeat() -> STATUS;
  
  Programmer(KeyBoard keyboard , Screen screen , Book tech_book , Computer high_performance_computer);
}

class World
{
  constexpr int answer = 42;
  World(World&& old_world);
  
  template <class Obj>
  auto execute(Obj& obj) -> STATUS;
}
 

constinit Programmer me(Niz , Mateview , PLFA , mbp_with_m1_chip);

World world(std::move(earth));

world.execute<Programmer>(me);


constexpr auto lambda = [](auto TouchFishAble) {
  return [](auto human) {
    human.touchFish();
  };
};

matrixkoo's GitHub stats

trophy since 2021-03-12

asmjit's People

Contributors

alexjbest avatar blackbird8010 avatar bnoordhuis avatar devnexen avatar evadot avatar germanaizek avatar godcodehunter avatar janisozaur avatar jblume avatar jhogberg avatar jianyuh avatar jjl avatar kianmeng avatar kirbyfan64 avatar kobalicek avatar krig avatar marenz2569 avatar michaeljclark avatar michaelrfairhurst avatar ngladitz avatar njroussel avatar orvid avatar pmeerw avatar svost avatar tekknolagi avatar thillux avatar vogelsgesang avatar wjakob avatar xantares avatar zehmatt avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.