یک ابزار برای کوعری کردن توی git که شباهت به sql داره. چیز جالبیه.
https://github.com/amrdeveloper/gql
https://github.com/amrdeveloper/gql
GitHub
GitHub - AmrDeveloper/GQL: GitQL is a extensible SQL-like query language and SDK to perform queries on various data sources such…
GitQL is a extensible SQL-like query language and SDK to perform queries on various data sources such .git files with supports of most of SQL features such as grouping, ordering and aggregation and...
با اختلاف بهترین ویدویی بود که تونستم باهاش ماکرو های راست رو بیشتر درک کنم
https://www.youtube.com/watch?v=ModFC1bhobA
https://www.youtube.com/watch?v=ModFC1bhobA
YouTube
rust macros are magic
Rust macros are magic.
I want to show you a real life application of a powerful rust macro I put together, that handles spell assets in the bevy game engine.
If you want to learn more about macro programming with Rust I recommend checking these videos out:…
I want to show you a real life application of a powerful rust macro I put together, that handles spell assets in the bevy game engine.
If you want to learn more about macro programming with Rust I recommend checking these videos out:…
یه مقاله بامزه که راجب موقعیت قرار گیری pointer ها توی زبان c/cpp حرف میزنه :)
https://dev.to/codemouse92/cc-pointer-alignment-style-a-justification-13po
https://dev.to/codemouse92/cc-pointer-alignment-style-a-justification-13po
DEV Community
C/C++ Pointer Alignment Style: A Justification
Where should we align our pointer operator? It may be less subjective than you think...