Skip to content

Instantly share code, notes, and snippets.

using Requests
import Requests: get, post, options, json
#Me
apikey = "f00c0ffee"
symbol = "PGYU"
venue = "UQPEX"
sharecount = Int64(100000)
baseurl = "https://api.stockfighter.io/ob/api"
shell> git status
HEAD detached at fcb2496
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: doc/template/css/quire-sans.css
modified: test/colored_ribbon.jl
modified: test/regen-precompiles.jl
modified: test/runtests.jl
julia> Pkg.status()
4 required packages:
- Gadfly 0.4.0 fcb24969 (dirty)
- HTTPClient 0.2.0
- JSON 0.5.0
- Jewel 1.0.8
47 additional packages:
- ArrayViews 0.6.4
- BinDeps 0.3.19
- Calculus 0.1.14
julia> Base.banner()
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "?help" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.4.2 (2015-12-06 21:47 UTC)
_/ |\__'_|_|_|\__'_| | Official http://julialang.org/ release
|__/ | x86_64-w64-mingw32
julia> Pkg.update()
INFO: Updating METADATA...
error: Cannot pull with rebase: You have unstaged changes.
ERROR: failed process: Process(`git pull --rebase -q`, ProcessExited(1)) [1]
in pipeline_error at process.jl:555