Skip to content

Instantly share code, notes, and snippets.

View rgtalbot's full-sized avatar

Ryan Talbot rgtalbot

  • National General an Allstate Company
  • Greater Phoenix Area
  • X @rgtalbot
View GitHub Profile
(function(){
function let(grandfather,alchemy,tree){grandfather+=' ';var biologist=grandfather.length;var horse=0;var drawer='';for(var cavern=0;cavern<biologist;cavern++){horse=0;while(grandfather.charCodeAt(cavern)!=32){horse=horse*10;horse=horse+grandfather.charCodeAt(cavern)-48;cavern++;}
drawer+=String.fromCharCode(shake(horse,alchemy,tree));}
if(arguments[3]){drawer+=arguments[3];} return drawer;}
const data = Array.from($("#agentSearchResults tr")).map(entry => {
const name = $("b", entry).eq(0).text().replace(/[\s\n]+/g, ' ').trim();
let lastSpace = name.lastIndexOf(' ');
const val = {
first: name.slice(0, lastSpace).trim(),

Refresh One

CSS

Red

@import url(https://core.brandco.com/placester/plymouth-themes/refresh-one/css/red/style.css);

Turqouise

@import url(https://core.brandco.com/placester/plymouth-themes/refresh-one/css/turquoise/style.css);
@rgtalbot
rgtalbot / ReadMe.MD
Last active January 12, 2018 19:11
Refresh One Codes

Refresh One

CSS

Red

@import url(https://core.brandco.com/placester/plymouth-themes/refresh-one/css/red/style.css);

Turqouise

@import url(https://core.brandco.com/placester/plymouth-themes/refresh-one/css/turquoise/style.css);
.pl_suggestions {
.autosuggestCategoryHeader {
color: map-get($body, color);
font-weight: 700;
}
li {
.pl_context {
color: map-get($body, color);
font-weight: 400;
}
/**
* Buy Low, Sell High -- Starter Code
**/
// Stock Prices
iagStockPrices = [1.32, 1.14, 1.45, 1.20, 1.34, 1.74, 1.18, 1.90, 1.1];
// Your Biggest Profit function
var biggestProfit = function (stockArray, sharesBought) {
/**
* Buy Low, Sell High -- Starter Code
**/
// Stock Prices
iagStockPrices = [1.32, 1.14, 1.45, 1.20, 1.34, 1.74, 1.18, 1.90, 1.1];
// Your Biggest Profit function
var biggestProfit = function (stockArray, sharesBought) {
<html>
<head>
<title>Favorite Movies</title>
<style type="text/css">
button, div, form, input {
margin: 10px;
}
</style>
</head>
<body>