Skip to content

Instantly share code, notes, and snippets.

View oxinabox's full-sized avatar
🐂

Frames White oxinabox

🐂
View GitHub Profile
@oxinabox
oxinabox / OptimalSchedual-Convex.ipynb
Last active December 30, 2018 18:01
Optimal Schedualling
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@oxinabox
oxinabox / todo.md
Last active October 2, 2018 10:24
Easy issues to fix for UCC Learn to Open Source

Easy issues to fix for UCC Learn to Open Source

When you open the PR, put on the end

cc @oxinabox

so I get notifications.

@oxinabox
oxinabox / eg.tex
Created September 10, 2018 05:49
Demo of how the CSV parser of PGFPlots fails to handle quotes correctly
\documentclass{article}
\usepackage{url}
\usepackage{pgfplotstable}
\pgfplotsset{compat=1.15}
\usepackage{filecontents}
\begin{filecontents}{actors.csv}
@oxinabox
oxinabox / download.jl
Created July 6, 2018 13:10
Pure julia download function for julia 0.7 using HTTP.jl
module Download
using HTTP
using Random
using Dates
function try_get_filename_from_headers(headers)
content_disp = HTTP.getkv(headers, "Content-Disposition")
if content_disp != nothing
# extract out of Content-Disposition line
# rough version of what is needed in https://github.com/JuliaWeb/HTTP.jl/issues/179
@oxinabox
oxinabox / TensorFlowVersionInfo.jk
Created June 21, 2018 04:35
Script to get all the version info related stuff out of TensorFlow.jl
using PyCall
using TensorFlow
macro tryshow(ex)
quote
try
@show $(esc(ex))
catch err
println("Trying to evaluate ",
$(Meta.quot(ex)),
@oxinabox
oxinabox / demo.ipynb
Last active May 14, 2018 15:36
Interned Strings and Grouping
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@oxinabox
oxinabox / terminal
Created April 12, 2018 03:42
BinaryBuilder No GCC
oxinabox@motsugo ~> julia
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: https://docs.julialang.org
_ _ _| |_ __ _ | Type "?help" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.6.1 (2017-10-24 22:15 UTC)
_/ |\__'_|_|_|\__'_| | Official http://julialang.org/ release
|__/ | x86_64-pc-linux-gnu
@oxinabox
oxinabox / discuss.md
Last active November 22, 2017 05:10
About stdlib (JuliaLang Slack transcript) (Nov 2nd 2017)

Lyndon White

Is Pkg2 eventually going away? and Pkg3 will be merged into Base? (or not merged but made a standard-external-library in some way that does not require Pkg itself to manage)

Keno Fischer

yes

Lyndon White

Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. nemo enim ipsam voluptatem, quia voluptas sit, aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos, qui ratione voluptatem sequi nesciunt, neque porro quisquam est, qui dolorem ipsum, quia dolor sit, amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt, ut labore et dolore magnam aliquam quaerat voluptatem. ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? quis autem vel eum iure reprehenderit, qui in ea voluptate velit esse, quam nihil molestiae consequatur, vel illum, qui dolorem eum fugiat, quo voluptas nulla pariatur?
At vero eos et accusamus et iusto odio dignissimos ducimus, qui blanditiis praesentium voluptatum deleniti atque corrupti, quos dolores et quas mo
@oxinabox
oxinabox / GR color demo.ipynb
Created June 7, 2017 03:57
expr/gr_color_isses.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.