This file contains 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
{ | |
"id": "vWDHu6aefeB6IAnbRgL8", | |
"alias": "anatohuesos", | |
"admins": [], | |
"title": "Anato Huesos", | |
"logo": "https://storage.googleapis.com/bille-app-content/logo_anatohuesos.jpg", | |
"headerImage": "https://storage.googleapis.com/bille-app-content/logo_anatohuesos.jpg", | |
"color": "#85C1CC", | |
"contacts": [{ | |
"type": "instagram", |
This file contains 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
pragma solidity ^0.4.13; | |
contract OracleInterface { | |
struct PriceData { | |
uint ARTTokenPrice; | |
uint blockHeight; | |
} | |
mapping(uint => PriceData) public historicPricing; | |
uint public index; |
This file contains 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
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<link rel="import" href="../core-header-panel/core-header-panel.html"> | |
<link rel="import" href="../notification-elements/notification-alert.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { |
This file contains 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
<link rel="import" href="../core-ajax/core-ajax.html"> | |
<link rel="import" href="../topeka-elements/category-images.html"> | |
<link rel="import" href="../core-icon/core-icon.html"> | |
<link rel="import" href="../paper-radio-button/paper-radio-button.html"> | |
<link rel="import" href="../core-icons/core-icons.html"> | |
<link rel="import" href="../core-icons/av-icons.html"> | |
<link rel="import" href="../paper-fab/paper-fab.html"> | |
<polymer-element name="my-element"> |
This file contains 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
wget https://secure.logmein.com/labs/logmein-hamachi_2.1.0.101-1_i386.deb | |
sudo dpkg -i logmein-hamachi_2.1.0.101-1_i386.deb | |
sudo apt-get -f install | |
sudo service logmein-hamachi start | |
sudo update-rc.d logmein-hamachi defaults | |
sudo hamachi login | |
sudo hamachi join NetworkID NetworkPassword |