Skip to content

Instantly share code, notes, and snippets.

View QCaudron's full-sized avatar

Quentin CAUDRON QCaudron

View GitHub Profile
@QCaudron
QCaudron / README.md
Created September 4, 2018 22:39 — forked from arikfr/README.md
Redash Query Export Tool

Setup

$ pip install click requests

Usage

$ python query_export.py --redash-url "https://app.redash.io/" --api-key ""
@QCaudron
QCaudron / cuda-ubuntu-installation.md
Created January 14, 2018 00:15 — forked from yohanesgultom/cuda-ubuntu-installation.md
NVIDIA CUDA installation and configuration notes

CUDA installation on Ubuntu

Made based on CUDA 9 installation

Download CUDA https://developer.nvidia.com/cuda-downloads Run commands:

sudo dpkg -i cuda-repo-<version>.deb
sudo apt-key add /var/cuda-repo-<version>/7fa2af80.pub
sudo apt-get update