Hello ! I'm Xavier Jouvenot and in this small post, we are going to see how to handle user variable in a shell/bash script. Self promotion: You can find other articles on my website 😉 Problematic When creating some shell scripts, you may want to have some parameters accessible to the user, so that he… Lire la suite How to handle user variable in a shell/bash script
Auteur : 10xlearner
How to handle user variable in a Makefile
Hello ! I'm Xavier Jouvenot and in this small post, we are going to see how to handle user variable in a Makefile. Self promotion: You can find other articles on my website 😉 Problematic When creating some make commands in your Makefile, you may want to have some parameters accessible to the user, so… Lire la suite How to handle user variable in a Makefile
How easily and quickly can you specify arguments for your program in C++
Hello! I'm Xavier Jouvenot and in this small post, we are going to see how easily and quickly can you specify arguments for your program in C++. Self promotion: You can find other articles on my website 😉 Problematic All programs don't have a graphical user interface, and even those whom have one can also… Lire la suite How easily and quickly can you specify arguments for your program in C++
How to factorize and create reusable processes with Azure Pipelines
Hello ! I'm Xavier Jouvenot and in this small post, we are going to see how to factorize and create reusable processes with Azure Pipelines. Self promotion: You can find other articles on my website 😉 Problematic When creating some processes on Azure Pipelines, you may want to simplify it like you do with code… Lire la suite How to factorize and create reusable processes with Azure Pipelines
How to deal with several gcc version on your machine
I'm Xavier Jouvenot and in this small post, we are going to see how to deal with several gcc version on your machine. Self promotion: You can find other articles on my website 😉 Problematic When working on several projects, or even on one project, you may need to use different versions of a same… Lire la suite How to deal with several gcc version on your machine
How to update the same line in the Terminal
Hello ! I'm Xavier Jouvenot and in this small post, we are going to see how to update the same line in the Terminal. Self promotion: You can find other articles on my website 😉 Problematic When displaying information in the terminal with your program, you can easily end up spamming it with so much… Lire la suite How to update the same line in the Terminal
How to factorize layer code in Android development
Hello ! I'm Xavier Jouvenot and in this small post, we are going to see how to factorize layer code in Android development. Self promotion: You can find other articles on my website 😉 Problematic When developing an application, you may have some Activities, looking a lot alike, and this can, and will lead to… Lire la suite How to factorize layer code in Android development
How to open a new Activity in a Android App
Hello ! I'm Xavier Jouvenot and in this small post, we are going to see how to open a new Activity in a Android App. Self promotion: You can find other articles on my website 😉 Problematic An activity is a single, focused thing that the user can do. This quote from the Activity class… Lire la suite How to open a new Activity in a Android App
How to easily and quickly read/play an audio file in C++
Hello! I'm Xavier Jouvenot and in this small post, we are going to see how to easily and quickly read/play an audio file in C++. Self promotion: You can find other articles on my website 😉 Problematic In C++, there are sadly some operations that require a lot of boilerplate code to do some simple… Lire la suite How to easily and quickly read/play an audio file in C++
How to configure some optional steps in Azure Pipelines
Hello ! I'm Xavier Jouvenot and in this small post, we are going to see how to configure some optional steps in Azure Pipelines. Self promotion: You can find other articles on my website 😉 Problematic When creating a CI/CD pipeline, you may want to trigger some scripts only if some conditions are met. Indeed,… Lire la suite How to configure some optional steps in Azure Pipelines