Skip to content

Instantly share code, notes, and snippets.

View radovankavicky's full-sized avatar
🐍
Pythonista

Radovan Kavicky radovankavicky

🐍
Pythonista
View GitHub Profile
@radovankavicky
radovankavicky / conda-r.md
Created February 17, 2018 19:04 — forked from adefelicibus/conda-r.md
How to install R 3.2.2 using a conda environment on CentOS

Download Miniconda

  • Python 2.7
    # 32 bits
    $ wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86.sh
    # 64 bits
    $ wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh
@radovankavicky
radovankavicky / disable-autolinking.md
Created February 21, 2018 13:19 — forked from alexpeattie/disable-autolinking.md
Disable Github-flavored Markdown autolinking

http://example.com

http://example.com

@radovankavicky
radovankavicky / particles.R
Created February 26, 2018 19:40 — forked from thomasp85/particles.R
Particles on CRAN
library(tidygraph)
library(particles)
library(jsonlite)
library(magick)
# Prepare text polygons
text <- read_json('text.json')
par_text <- text$layers[[3]]$paths
on_text <- text$layers[[2]]$paths
cran_text <- text$layers[[1]]$paths
@radovankavicky
radovankavicky / rmagic_example.ipynb
Created April 10, 2018 10:02 — forked from simecek/rmagic_example.ipynb
How to add R code to your (IPython) Jupyter Notebook
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@radovankavicky
radovankavicky / LU_decomposition.ipynb
Created April 28, 2018 15:31 — forked from jfpuget/LU_decomposition.ipynb
A Speed Comparison Of C, Julia, Python, Numba, and Cython on LU Factorization
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@radovankavicky
radovankavicky / LU_decomposition.ipynb
Created April 28, 2018 15:31 — forked from jfpuget/LU_decomposition.ipynb
A Speed Comparison Of C, Julia, Python, Numba, and Cython on LU Factorization
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@radovankavicky
radovankavicky / gspread.ipynb
Created May 14, 2018 18:35 — forked from karlafej/gspread.ipynb
Import google sheet into pandas dataframe
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@radovankavicky
radovankavicky / gspread.ipynb
Created May 14, 2018 18:35 — forked from karlafej/gspread.ipynb
Import google sheet into pandas dataframe
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@radovankavicky
radovankavicky / github.com.js
Created June 5, 2018 09:55 — forked from jish/github.com.js
Octocats for empty notifications
$(document).ready(function(){
if (document.location.pathname.match(/\/notifications$/)) {
var array = [
"adventure-cat",
"agendacat",
"andycat",
"baracktocat",
"bear-cavalry",
@radovankavicky
radovankavicky / a_pandas_on_ray_blogpost_01.ipynb
Created July 8, 2018 10:46 — forked from devin-petersohn/a_pandas_on_ray_blogpost_01.ipynb
Pandas on Ray - Lessons learned Blog Post. Also introduces Modin, a project for unifying the APIs of computing engines.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.