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
<!DOCTYPE html> | |
<html lang="ja"> | |
<head> | |
<meta charset="UTF-8"> | |
<script src="bower_components/webcomponentsjs/webcomponents.js"></script> | |
<link rel="import" href="bower_components/polymer/polymer.html"> | |
<title></title> | |
</head> | |
<body> | |
<p>foo</p> |
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
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVh60HztgYgCr44HjyrxGqaTf0+IKxD7xTy7Q5w+uCV/yJHL9av+fGyCWsGKj/TZO8OGjW3kk5Py/tzhjjYVb1kU3D1jCbGxf56Dy3e5PQn3RNhEI6jlZAcZBr6AMfGV3Z+DktU7uXZFJZWO45xt/vluL7jpNlsB9SV3Hrr8TbZ2Fs8/g+8pZOMbMOfEnS7Uqff26tHG0GCU5FaQF2icY0XDvwUR8kR7ZdHRCIbcAtJmDYwKiTdThOmEkUzoqDUhfYemoCZYBUPjDvqQMEkNcc11Qj+jhBXupnpPZEa2fyK3vPLTT1kYjvCiFpw9uQIFu4famTmapwQIq5XQFF4Z/r [email protected] |
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
;まずは必要なパッケージをインストールする | |
# yum install gcc openssl-devel libdbi-devel.x86_64 boost-devel qrencode-devel.x86_64 gcc-c++ compat-gcc-32 compat-gcc-32-c++ db4-devel.x86_64 db4-cxx.x86_64 dbus-cxx-devel.x86_64 boost-thread boost-devel libodb-boost-devel.x86_64 | |
;monacoindのビルドで以下のようなエラーが出るので対応 | |
;usr/bin/ld: cannot find -lboost_thread | |
;collect2: ld returned 1 exit status | |
;make: *** [litecoind] Error 1 | |
# cd /usr/lib64 |
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
require 'coinbase' | |
coinbase = Coinbase::Client.new('API Key', 'API Secret') | |
p coinbase.balance.format |
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
gem install coinbase |
NewerOlder