D-Auction, an other way to define auctionWhat if we could interact with the blockchain in a different way? What if we could benefit from the safety of a blockchain wallet and the…Mar 3, 2023Mar 3, 2023
Immutable, not always… Python and ObjectsIn python, objects can either be mutable or immutable.Oct 8, 2022Oct 8, 2022
Ls -l *.c in details, more or less..The first time you taped in the ls command in your Shell terminal, you couldn’t imagined how much processes were running behind the hood…Aug 3, 2022Aug 3, 2022
Worst abuse or genius use of the C Preprocessor?Today we gonna talk about the program made by Jim Hague, winner of the IOCCC (International Obfuscated C Code Contest) which is a matter of…Jun 28, 2022Jun 28, 2022
Few things about LibraryA library (or libraries) is a collection of functions which are available for your program to call. Using them allow you to be more…Jun 25, 2022Jun 25, 2022
Hard Link vs Symbolic Link, what’s all about?The uses of soft link is quite frequent in those days, giving the advantage of space and time as you can create many soft link without…Feb 9, 2022Feb 9, 2022