Skip to content

Instantly share code, notes, and snippets.

@GlenHertz
GlenHertz / HDF5.build.log
Created November 14, 2016 19:43
HDF5 build errors
This file has been truncated, but you can view the full file.
versioninfo()
Julia Version 0.5.0
Commit 3c9d753 (2016-09-19 18:14 UTC)
Platform Info:
System: Linux (x86_64-pc-linux-gnu)
CPU: Intel Xeon E312xx (Sandy Bridge)
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Sandybridge)
LAPACK: libopenblas64_
LIBM: libopenlibm
--------- beginning of system
05-14 08:55:29.309 4019 4081 W ResourcesManager: Asset path '/system/framework/com.google.android.media.effects.jar' does not exist or contains no resources.
05-14 08:55:29.607 4019 4081 W ResourcesManager: Asset path '/system/framework/com.google.widevine.software.drm.jar' does not exist or contains no resources.
--------- beginning of main
05-14 08:55:30.686 4019 4093 I NetGuard.Service: Get allowed connected=true wifi=true home= network="GigaHertz" metered=false/false generation=null roaming=false/false interactive=true tethering=false filter=true
05-14 08:55:30.686 4019 4093 I NetGuard.Service: Allowed 222 of 222
05-14 08:55:30.688 4019 4093 I NetGuard.Service: vpn4=10.1.10.1
05-14 08:55:30.689 4019 4093 I NetGuard.Service: vpn6=fd00:1:fd00:1:fd00:1:fd00:1
05-14 08:55:30.690 4019 4093 I NetGuard.Service: DNS system=192.168.4.1,208.67.222.123 VPN=null
05-14 08:55:30.690 4019 4093 I NetGuard.Service: dns=/192.168.4.1
# This stripped down example that has odd performance.
# It takes about 4 seconds to compile and allocates about 550MB of memory
type T1Type
f1::Float64
f2::Float64
f3::Float64
f4::Float64
f5::Float64
f6::Float64
@GlenHertz
GlenHertz / ProfileView.jl
Last active December 24, 2015 15:29
Julia SVG Flame Graph
module ProfileView
export root
global root
# If IJulia is available, don't use TK
useTk = false
if isdefined(Main, :IJulia)
useTk = false
end
@GlenHertz
GlenHertz / X.tsv
Created August 27, 2013 23:28
Game Results
1 0 -1 0 0 0
0 1 0 -1 0 0
0 0 0 0 1 -1
0 1 -1 0 0 0
0 0 1 -1 0 0
1 0 0 0 0 -1
-1 0 0 1 0 0
0 1 0 0 -1 0
0 0 1 0 -1 0
1 -1 0 0 0 0