Skip to content

Instantly share code, notes, and snippets.

View javierlorenzod's full-sized avatar

Javier Lorenzo Díaz javierlorenzod

  • NielsenIQ
  • Spain
  • 22:07 (UTC +02:00)
View GitHub Profile
@javierlorenzod
javierlorenzod / pycharm_shortcuts.md
Last active May 14, 2020 08:26
Shortcuts I find useful for PyCharm
  • SHIFT + ALT
    • Column selection (with mouse)
    • Move current line up / down (with keyboard arrows)
@javierlorenzod
javierlorenzod / keybase.md
Created September 11, 2019 22:16
Keybase proof

Keybase proof

I hereby claim:

  • I am javierlorenzod on github.
  • I am jalodi (https://keybase.io/jalodi) on keybase.
  • I have a public key ASDcUt7hNL3ZOYnoi9dYw4Lwh3Hkk08yqFSRkjQOiCEw6wo

To claim this, I am signing this object:

@javierlorenzod
javierlorenzod / Install NVIDIA Driver and CUDA.md
Created February 11, 2018 14:58 — forked from wangruohui/Install NVIDIA Driver and CUDA.md
Install NVIDIA Driver and CUDA on Ubuntu / CentOS / Fedora Linux OS
@javierlorenzod
javierlorenzod / genesis_public_key
Last active February 7, 2018 23:46
genesis_public_key
04fa9746fafcfc9c8cc63a2a68c249315068c91464c916c43559532dcbe38c2bb161a1b851173a0d543041678073e3a05768da0a1d0f39523de3a8a15e3c7817ba
@javierlorenzod
javierlorenzod / opencv_with_cmake.md
Created January 9, 2018 15:30 — forked from SSARCandy/opencv_with_cmake.md
Setting up OpenCV(+extra modules) with Cmake step by step tutorial

Setting up OpenCV with Cmake GUI

  1. Download OpenCV and Cmake
  2. Build opencv with cmake image
  • Press configure, choose visual studio 2015, finish
  • Then press generate
  1. Open OpenCV.sln under build/
  2. Build it using Debug, Release
    image
git tag -am "annotation goes here" tagname_goes_here # cut a tag
git tag -d tagname_goes_here # burn it
git tag -am "annotation goes here" tagname_goes_here # cut another tag
git push --tags # push tags to remote
git push origin :refs/tags/tagname_goes_here # delete tag from remote
git tag -am "annotation goes here" tagname_goes_here # cut a tag
git tag -d tagname_goes_here # burn it
git tag -am "annotation goes here" tagname_goes_here # cut another tag
git push --tags # push tags to remote
git push origin :refs/tags/tagname_goes_here # delete tag from remote
@javierlorenzod
javierlorenzod / Caffe Ubuntu 15.10.md
Created November 20, 2017 11:55 — forked from wangruohui/Caffe Ubuntu 15.10.md
Compile and run Caffe on Ubuntu 15.10

Ubuntu 15.10 have been released for a couple of days. It is a bleeding-edge system coming with Linux kernel 4.2 and GCC 5. However, compiling and running Caffe on this new system is no longer as smooth as on earlier versions. I have done some research related to this issue and finally find a way out. I summarize it here in this short tutorial and I hope more people and enjoy this new system without breaking their works.

Install NVIDIA Driver

The latest NVIDIA driver is officially included in Ubuntu 15.10 repositories. One can install it directly via apt-get.

sudo apt-get install nvidia-352-updates nvidia-modprobe

The nvidia-modprobe utility is used to load NVIDIA kernel modules and create NVIDIA character device files automatically everytime your machine boots up.

Reboot your machine and verify everything works by issuing nvidia-smi or running deviceQuery in CUDA samples.

@javierlorenzod
javierlorenzod / bash-cheatsheet.sh
Created September 4, 2017 20:53 — forked from LeCoupa/bash-cheatsheet.sh
Bash CheatSheet for UNIX Systems
#!/bin/bash
#####################################################
# Name: Bash CheatSheet for Mac OSX
#
# A little overlook of the Bash basics
#
# Usage:
#
# Author: J. Le Coupanec
# Date: 2014/11/04
@javierlorenzod
javierlorenzod / pmml_bayesnet.ipynb
Created August 2, 2017 15:34 — forked from rtbs-dev/pmml_bayesnet.ipynb
Bayesian Network Models in PyMC3 and NetworkX
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.