InFAUN — Developer Community 🐾byMostafa WaelThe worst developer nightmare[Memory leak]A memory leak is a situation in a computer program when it fails to release memory that is no longer needed, causing the application to…Jul 18, 2023Jul 18, 2023
InFAUN — Developer Community 🐾byMostafa WaelBoosting MetaCall’s Release Cycle: The Power of Centralized Testing, a Google Summer of Code…How Metacall created its centralized testing framework designed for its projects and examplesAug 18, 2024Aug 18, 2024
InMobile App CircularbyMostafa WaelMake your first Polyglot project using MetaCall!MetaCall is a cross-platform library that facilitates polyglot programming, or the use of multiple programming languages simultaneously…Feb 22, 2023Feb 22, 2023
InFAUN — Developer Community 🐾byMostafa WaelWhat is Polyglot Programming? — MetacallThe Polyglot Programming Paragdim is the usage of numerous programming languages simultaneously in the same codebase. It can assist you in…Feb 22, 2023Feb 22, 2023
InFAUN — Developer Community 🐾byMostafa WaelHow to use literals in expressions in VHDL?Literals are supported for synthesis, providing they are of a type acceptable to the logic synthesis tool. They are either synthesized as…Jun 1, 2022Jun 1, 2022
InFAUN — Developer Community 🐾byMostafa WaelHow to make a 20-bit address using two 16-bit registers in X80–86?We can do this using shifted addition. we deal with 2-addresses: the logical address which is represented as two 16-bit addresses and the…Jun 1, 2022Jun 1, 2022
InFAUN — Developer Community 🐾byMostafa WaelWhy does malloc initialize values to zero in GCC?As we know, malloc is used for dynamic memory allocation and is useful when you don’t know the amount of memory needed during compile time…Jun 1, 2022Jun 1, 2022
InStackademicbyMostafa WaelDifference between LEA and offset in assembly X86This question arises in the mind of every student who studies assembly X86, what is the Difference between LEA and offset?Sep 3, 2021Sep 3, 2021
InPython in Plain EnglishbyMostafa WaelDid You Hear About Passing by Object in Python?Most programmers know about passing parameters by reference or by value. Some programming languages enforce passing parameters by…Sep 3, 2021Sep 3, 2021