Skip to content

Instantly share code, notes, and snippets.

@katnoria
katnoria / .block
Created September 26, 2017 03:45
fresh block
license: mit
This file has been truncated, but you can view the full file.
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"autosize": "pad",
"background": "black",
"padding": 5,
"width": 800,
"height": 600,
"title": {"text": "DAILY RETURN OF S&P 500 (1993 - 2019)", "frame": "group"},
"style": "cell",
@katnoria
katnoria / us-90days.csv
Created September 5, 2020 10:59
Trends Hangover Cure US
Day hangover cure: (United States)
2020-05-30 55
2020-05-31 57
2020-06-01 20
2020-06-02 12
2020-06-03 16
2020-06-04 18
2020-06-05 19
2020-06-06 40
2020-06-07 60
@katnoria
katnoria / CUDA 10.0 Upgrade for tensorflow 2.0.md
Last active March 7, 2021 01:14
Upgrading to CUDA 10.0 on Ubuntu 18.04

Installation

I remember setting up cuda 9.0 was quite challenging for me and I expected 10.0 to be no different However, to my surprise the installation was rather easy

Download

Download CUDA 10.0, I chose the following options:

Option Value
Operating System Linux