"You know, art is really about gifting. And the greatest gift you have is the gift of who you are. And through your art, you share yourself."
The instructor of the Healing With the Arts course on Coursera
لو حد حابب يعرف اكتر عن regex ويبني engine صغير فكتاب "Understanding Computation: From Simple Machines to Impossible Programs" مفيد جدا فى ده بالنسبالي وهتحتاج قبله تكون عارف Discrete math والافضل لما تخلص الجزء ده من الكتاب فكر ازاى تجيب كل ال all matches in parallel 😋😋
A regular expression (Regex) engine (With 1K LoC written in Rust :D) that uses non-deterministic finite automata (NFA) and LLVM opcodes as symbols and matching inputs in parallel on functions and instruction levels.
GitHub: github.com/AmrDeveloper/I…#rust#regex#nfa
Testing bigger samples that, in each iteration, move the calculation to the GPU part, sync the data, and then use the turtle library to draw.
GitHub: github.com/AmrDeveloper/T…#python#turtle#gpu