Book Review: Python Tricks, The Book
About the book:
- Author: Dan Bader
- ISBN: 9781775093305 (paperback)
- ISBN: 9781775093312 (electronic)
I use gitlab, and I have many repos that I need to track on daily basis, or even more than once per day. I found it so tyring first of all to clone all those repos when I change my working machine, and then to keep all these repos up to date. For that reason I began to write an automation script to do the boring tasks of my shoulders.
RxJS (on Github) is a reactive programming library for Javascript, and in this series, I would like to expose my way of learning it with you.
How to create custom selenium webdriver classes dynamically with a parametrized browser binary path?
Working on website functional testing using selenium webdriver, generates the urge to run tests using different versions of the most commonly used browsers these days, in parallel on the same machine.
When I tried to update from the fedora23 to fedora24, I faced the issue that the home directoy lost its labeling:
Many times when I want to use vim which comes within the main repo of any Linux distro, I find that it is missing some kind of support, either python or client-server mode, or any other feature. And there for I have to build it manually from source and install it.
During my experiments with the powerball lightweight lwa4p robot arm from Schunk, I faced many difficulties in order to make it move using moveit. In this post I share this experience.
I collected all the steps needed in one bash script, and here I am going to go into the details of the process that I followed.
In this post I'm going to take you in an adventure in my previously vimrc and currently init.vim which I collected from using vim then neovim along the last few years. I will explain the feature or the function, then include the configurations or code that should be inserted in the vimrc (init.vim) file to activate that feature.
When I wanted to intall opencv on my python-2.7 openshift online cartridge I faced the problem of quota limitation to 1GB.