Skip to content

Instantly share code, notes, and snippets.

View davidanthoff's full-sized avatar

David Anthoff davidanthoff

View GitHub Profile
INFO: RECEIVED: {"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":8196,"rootPath":"c:\\Users\\anthoff\\.julia\\v0.6\\Query","rootUri":"file:///c%3A/Users/anthoff/.julia/v0.6/Query","capabilities":{"workspace":{"applyEdit":true,"workspaceEdit":{"documentChanges":true},"didChangeConfiguration":{"dynamicRegistration":false},"didChangeWatchedFiles":{"dynamicRegistration":true},"symbol":{"dynamicRegistration":true},"executeCommand":{"dynamicRegistration":true}},"textDocument":{"synchronization":{"dynamicRegistration":true,"willSave":true,"willSaveWaitUntil":true,"didSave":true},"completion":{"dynamicRegistration":true,"completionItem":{"snippetSupport":true}},"hover":{"dynamicRegistration":true},"signatureHelp":{"dynamicRegistration":true},"references":{"dynamicRegistration":true},"documentHighlight":{"dynamicRegistration":true},"documentSymbol":{"dynamicRegistration":true},"formatting":{"dynamicRegistration":true},"rangeFormatting":{"dynamicRegistration":true},"onTypeFormatting":{"dynamicRegistr
@davidanthoff
davidanthoff / packagedb.jl
Created October 18, 2016 23:49
PkgQuery
immutable Require
name::String
lower_bound::Nullable{VersionNumber}
upper_bound::Nullable{VersionNumber}
platform::Nullable{String}
end
immutable Version
version::VersionNumber
sha1::String
@davidanthoff
davidanthoff / repo.jl
Last active May 17, 2016 17:33
Performance repo
function get_f(version=:paper)
κ = 0.3
η = 2
b1 = 0.0028388
A_0 = 0.02722^(1/(1-κ))
g_A0 = 0.0092/(1-0.3)
σ_0 = 0.13418
M_pre = 596.4
δ_B = 0.01
312484 client.jl; _start; line: 378
312484 client.jl; process_options; line: 280
312484 loading.jl; include_from_node1; line: 320
312484 boot.jl; include; line: 261
312483 profile.jl; anonymous; line: 16
11 C:\Users\anthoff\.julia\v0.4\Judyp\src\Judyp.jl; solve; line: 106
1 strings/io.jl; print_to_string; line: 36
2 C:\Users\anthoff\.julia\v0.4\Judyp\src\Judyp.jl; solve; line: 113
589 C:\Users\anthoff\.julia\v0.4\Judyp\src\Judyp.jl; solve; line: 114
1 multidimensional.jl; next; line: 108