Skip to content

Instantly share code, notes, and snippets.

@ruxi
ruxi / .gitignore
Created November 3, 2019 09:21 — forked from smoser/.gitignore
cloud-init ubuntu nocloud example with network config
*.img
*.raw
@ruxi
ruxi / FlowLayoutGist.py
Last active April 16, 2018 19:34
Plot horizontally in jupyter notebooks. source: https://stackoverflow.com/questions/21754976/
# source: https://stackoverflow.com/questions/21754976/
import numpy as np
from IPython.display import HTML
import io
import base64
class FlowLayout(object):
''' A class / object to display plots in a horizontal / flow layout below a cell '''
def __init__(self):
# source: https://stackoverflow.com/questions/21754976/
import numpy as np
from IPython.display import HTML
import io
import base64
class FlowLayout(object):
''' A class / object to display plots in a horizontal / flow layout below a cell '''
def __init__(self):
# source: https://stackoverflow.com/questions/21754976/
import numpy as np
from IPython.display import HTML
import io
import base64
class FlowLayout(object):
''' A class / object to display plots in a horizontal / flow layout below a cell '''
def __init__(self):
# source: https://stackoverflow.com/questions/21754976/
import numpy as np
from IPython.display import HTML
import io
import base64
class FlowLayout(object):
''' A class / object to display plots in a horizontal / flow layout below a cell '''
def __init__(self):
@ruxi
ruxi / jointplot_w_hue.py
Last active March 13, 2021 23:39
jointplot_w_hue
__author__ = "lewis.r.liu@gmail.com"
__copyright__ = "Copyright 2020, 2018, https://gist.github.com/ruxi/ff0e9255d74a3c187667627214e1f5fa"
__license__ = "MIT"
__version__ = "0.0.2"
# update: June 13, 2020
# created: Feb 19, 2018
# desc: seaborn jointplot with 'hue'
# prepared for issue: https://github.com/mwaskom/seaborn/issues/365
# resolved (22 Aug 2020): https://github.com/mwaskom/seaborn/pull/2210
@ruxi
ruxi / xgboost_gpu_build.txt
Last active December 5, 2020 08:08
how to build xgboost with gpu support
# install latest nvidia driver
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
# then go to device manager and dl newest driver
# nvidia-390 for linux >4.13.32 | there is a bug with <nvidia-390 & >linux 4.13.25
"""gitpath v2, modified
Copyright (c) 2017 github.com/ruxi
Copyright (c) 2015 Maximilian Nöthe
Licensed under the MIT
"""
import subprocess
import os.path
def gitpath(chdir = False):
"""change dirpath to git root directory, or use-rdefined path
sudo add-apt-repository ppa:santilli-gabriele/slic3r-prusa
sudo apt-get update
sudo apt install slic3r-prusa
# source
## http://shop.prusa3d.com/forum/original-prusa-i3-mk2-f23/ubuntu-ppa-for-slic3r-prusa-edition-t3042.html
0x0E62556027f7371DA69001b7331039A42D0EB63C