What is my net salary after the taxes?
If you are working in Germany, you might ask yourself what is my net salary after the taxes and social contributions are deducted?
Where can I get family law legal advice (almost) for free in Germany?
The post describes where can you get family law legal advice (almost) for free in Germany.
How to modify an XML attribute value using Matlab?
In the following example, I demonstrate how to modify an XML attribute value in a particular XML node using XPath in MATLAB.
How to modify the last commit message?
There are cases when you must alter the last commit message. This post describes how you can modify the last commit message in the local and remote repository.
How to loop through multiple variables in Python?
In this post describes how to use the zip function to iterate/loop through multiple variables at the same time in python.
How to undo the last git commit in the repository?
I provide a short description with git commands on how to successfully roll-back/revert/undo the last git commit in the local and remote repository.
How to remove/undo/unstage files added through git add?
The post demonstrates how to remove/undo/unstage files added through git add. The demonstrated commands can be used to remove/undo files added accidentally.
How to split a string using multiple delimiters in Python?
Regular expressions are very powerful. I demonstrate two options, (1) regular expression and (2) replace, to split a string using multiple delimiters in python.
How to split a string using multiple delimiters in PHP?
Providing several solutions to split a string using multiple delimiters in PHP. The post provides alternatives to the PHP explode
function.
How to get the location name of a dragged marker?
The article contains a brief example of how to get the location name when the marker is dragged and dropped on Google Maps.
How to redo the previous git commit?
There are cases when you make an incomplete commit and you want to update it. In this post I provide the necessary commands to redo the previous git commit.
How to remove specific elements from an array in JS?
I provide a solution on how to remove specific elements from an array in JavaScript. Furthermore, I provide an example of how to extend the Array prototype.
How to get all the node values from an XML in MATLAB?
In this post, I demonstrate how to get all the node values from an XML based on the XPath in MATLAB. I provide two full examples which can be used directly.