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
//Make sure you scroll down to get all data loaded | |
var text = ''; | |
$('.col-email').each(function(index,el) { | |
if (index == 0) { | |
text = 'Email, First Name, Last Name\n'; | |
} | |
else { | |
text = text + $.trim($(el).find("a").text()) + ','; | |
//First Name |
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
<div class="content has-header ionic-pseudo"> | |
<div class="list card"> | |
<div class="item item-avatar"> | |
<img src="https://lh5.googleusercontent.com/-89xTT1Ctbrk/AAAAAAAAAAI/AAAAAAAABcc/Kg0vilTzpKI/photo.jpg"> | |
<h2>1st of Jan</h2> | |
<p>Request to Elon Musk</p> | |
</div> |
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
<div class="content has-header"> | |
<div class="list card"> | |
<div class="item item-avatar"> | |
<img src="/img/docs/mcfly.jpg"> | |
<h3 class="calm">Intro request to your friend</h3> | |
<h3>Marty McFly</h3> | |
<p>COO @BackToTheFuture</p></div> |
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
<div class="item item-body"> | |
<p>Message | |
<textarea rows="10" cols="35" style="border:1px solid #eee; padding: 5px;">From Johnny: I'd like to be introduced because Yuriy is awesome</textarea> | |
</p> | |
<a class="item button button-full button-balanced" href="#"> | |
Make an Intro | |
</a> | |
</div> |
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
<div class="container"> | |
<div class="row text-center"> | |
</div> | |
<div class="row"> | |
<div class="col-md-10 col-sm-12 "> | |
<h1>Connected accounts:</h1> | |
</div> |
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
<div class="container"> | |
<div class="row text-center"> | |
</div> | |
<div class="row"> | |
<div class="col-md-10 col-sm-12 "> | |
<h1>Connected accounts:</h1> | |
</div> |
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
rds-modify-db-parameter-group {param-group-name} \ | |
--parameters="name=character_set_server, value=utf8, method=pending-reboot" \ | |
--parameters="name=collation_server, value=utf8_general_ci, method=pending-reboot" \ | |
--parameters="name=tmp_table_size, value={DBInstanceClassMemory/16}, method=pending-reboot" \ | |
--parameters="name=max_heap_table_size, value={DBInstanceClassMemory/16}, method=pending-reboot" \ | |
--parameters="name=query_cache_type, value=1, method=pending-reboot" \ | |
--parameters="name=query_cache_size, value=131072, method=pending-reboot" \ | |
--parameters="name=table_open_cache, value=2500, method=pending-reboot" \ | |
--parameters="name=join_buffer_size, value={DBInstanceClassMemory/64}, method=pending-reboot" \ | |
--parameters="name=thread_cache_size, value={DBInstanceClassMemory/12582880}, method=pending-reboot" \ |
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
.factory('uuid2', [function() { | |
function s4() { | |
return Math.floor((1 + Math.random()) * 0x10000) | |
.toString(16) | |
.substring(1); | |
} | |
return { | |
newuuid: function() { | |
// http://www.ietf.org/rfc/rfc4122.txt |
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
<div class="row" style="color:#fff;z-index:2;position:relative;"><div class="col-md-4 col-md-offset-4" style="text-align:center;"><p>Total Tokens Bought</p><h1 id="total_usd"></h1><small>1 FINS = 1 USD</small></div> | |
<!-- | |
<div class="ico-info"> | |
Ethereum | |
<div id="invested_eth"></div> | |
Total Tokens Bought | |
<div id="total_tokens_bought"></div> | |
1 FINS = 1 USD | |
Bitcoin | |
<div id="invested_btc"></div> |