python
10 09 2015
Maks Nemisj | javascript |
Currently I’m working on a project which uses GitHub. Here we work with feature branches, which means every feature gets its branch and every branch has to go through the pull request and then merged back to the main line. Whenever branch is merged back it get’s deleted in the GitHub with button “Delete branch”. […]
bash, git, github, python, scripts
20 06 2012
Maks Nemisj | javascript |
^ This article is dedicated to regular expressions in python based on javascript knowledge. This is the follow up to the article “Javascript to Python API reference guide”. There is not much of python RegExps that you could directly map to javascript. For this reason i’ve decided to write an introduction article to regexp in […]
javascript, python, regural expression