Skip to content

Instantly share code, notes, and snippets.

View joyofdata's full-sized avatar

Raffael joyofdata

  • Hamburg, Germany
View GitHub Profile
@joyofdata
joyofdata / vimrc
Last active August 29, 2015 14:14
set shell=/bin/bash
" This line should not be removed as it ensures that various options are
" properly set to work with the Vim-related packages available in Debian.
runtime! debian.vim
" ----------------------------------------------------------------------
" <VUNDLE>
" ---------------------------------------------------------------------
@joyofdata
joyofdata / gist:26e49e77285e35bc2439
Created March 26, 2015 15:42
Setting Up a Time Dimension Table in MySQL / comment
DROP TABLE IF EXISTS `T`;
CREATE TABLE `T` (
`n` int(11)
);
INSERT INTO `T`(n) SELECT @row := @row + 1 as row FROM
(select 0 union all select 1 union all select 2 union all select 3 union all select 4 union all select 5 union all select 6 union all select 7 union all select 8 union all select 9) t,
(select 0 union all select 1 union all select 2 union all select 3 union all select 4 union all select 5 union all select 6 union all select 7 union all select 8 union all select 9) t2,
(select 0 union all select 1 union all select 2 union all select 3 union all select 4 union all select 5 union all select 6 union all select 7 union all select 8 union all select 9) t3,
(select 0 union all select 1 union all select 2 union all select 3 union all select 4 union all select 5 union all select 6 union all select 7 union all select 8 union all select 9) t4,
@joyofdata
joyofdata / digits.md
Last active February 2, 2020 02:28
Installing CUDA, cuDNN, caffe and DIGITS on EC2

Keybase proof

I hereby claim:

  • I am joyofdata on github.
  • I am raffaelvogler (https://keybase.io/raffaelvogler) on keybase.
  • I have a public key whose fingerprint is C6BC FA7B 79B8 AD30 85FA 534A 9C50 1D2E 94CA 9E36

To claim this, I am signing this object: