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
# Usually with piping we do something like so | |
def get_user_with_account(id) do | |
user = case get_user_by_id(id) do | |
{:ok, user} -> | |
result = prepare_user(user) | |
{:ok, result} | |
error -> | |
error |
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
<html> | |
<head> | |
<script src="https://aframe.io/releases/1.0.0/aframe.min.js"></script> | |
</head> | |
<body> | |
<a-scene> | |
<a-text value="Weedmaps Exchange" position="-1 2 -3" color="#5bcabf"></a-text> | |
<a-entity text-geometry="value: Weedmaps Exchange; font: #dawningFont"></a-entity> |
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
// Future versions of Hyper may add additional config options, | |
// which will not automatically be merged into this file. | |
// See https://hyper.is#cfg for all currently supported options. | |
module.exports = { | |
config: { | |
// choose either `'stable'` for receiving highly polished, | |
// or `'canary'` for less polished but more frequent updates | |
updateChannel: 'stable', |
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
10.144.223.82 | |
10.16.183.76 | |
10.136.105.214 | |
10.168.184.214 | |
10.63.192.152 | |
10.230.194.21 | |
10.150.103.138 | |
10.33.159.55 | |
10.171.111.19 | |
10.171.111.19 |