This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |