pdftk is a tool in the command line that allows you to manipulate pdf documents, such as concatenating documents or extracting pages. pdftk INPUT_FILES OPERATION output OUTPUT_FILES where OPERATION
Basic notions of Git. Branching, Merging and Stashing.
tqdm is a nice and easy way to create progress bars for your loops. Trivia: tqdm means “progress” in Arabic (taqadum, تقدّم) and is an abbreviation for “I love you so much” in Spanish (te quiero demas
conda create -n env_name python=3.6 It is important to add python=3.6 otherwise default python command will be v2.7 and to use v3.6 (or newer) you will need to use the command python3 Good practice:
kubectl get {pods/svc/pvc}: list availables {pods/svc/pvc} in your namespace kubectl logs POD_NAME: return stdout of the pod POD_NAME Create a new {pod/svc/pvc} based on the given yaml file. kubectl
mv /path/to/source /path/to/dest for multiple directories (in this case 2 but can be done with more) at once: mv /path/to/source1 /path/to/source2 -t /path/to/dest -t is for the target directory to m
I am an Assistant Professor and Hi! Paris Chair Holder at Télécom Paris, Institut Polytechnique de Paris. I am a member of the LTCI lab, in the S2A team. Prior to this, I was a post-doctoral researche
Assistant Professor at Telecom Paris, Institut Polytechnique de Paris