Skip to content

Instantly share code, notes, and snippets.

View HunterLarco's full-sized avatar
🚀
making all the things

Hunter Larco HunterLarco

🚀
making all the things
View GitHub Profile
<mjml>
<mj-head>
<mj-title>{{{ username }}} reported content</mj-title>
<mj-attributes>
<mj-all
font-family="'Helvetica Neue', Helvetica, Arial, sans-serif"
></mj-all>
<mj-text
font-weight="400"
font-size="15px"
diff --git a/src/helpers/order/OrderHelper.js b/src/helpers/order/OrderHelper.js
index 274299a..f5df7fa 100644
--- a/src/helpers/order/OrderHelper.js
+++ b/src/helpers/order/OrderHelper.js
@@ -703,19 +703,10 @@ export async function advancedCheckout(account, id, params) {
return Promise.reject("INSUFFICIENT_POINTS");
}
- prices.sort((a, b) => a - b);
-
1 Acidic Slime
1 Atarka Monument
1 Azusa, Lost but Seeking
1 Birds of Paradise
1 Blight
1 Bloodstone Cameo
1 Bramblecrush
1 Burgeoning
1 Choking Sands
1 Command Tower
<styles.Row>
<CorkToggle
color={ COLORS.DRIP_MAIN }
leftLabel="New"
name="existing"
parentState={ this.state }
rightLabel="Existing"
setParent={ (state) => this.setState(state) }>
</CorkToggle>
</styles.Row>
function strip(str) {
let start = 0;
let end = str.length - 1;
let startCache = '';
let endCache = '';
while (str[start] != '(') {
if (str[start] != ')') {
startCache += str[start];
}
++start;
function swap(array, i, j) {
const temp = array[i];
array[i] = array[j];
array[j] = temp;
}
function kLargest(array, k) {
const partition = (start, end) => {
let i = start + 1;
let j = end - 1;
# Adapt :find for OS X
set findprg="find %s %a -prune"
" Single pane
only
" https://github.com/ggreer/the_silver_searcher
set grepprg=ag\ --vimgrep\ $*
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')
" let Vundle manage Vundle, required
{
"global": {
"check_for_updates_on_startup": true,
"show_in_menu_bar": true,
"show_profile_name_in_menu_bar": false
},
"profiles": [
{
"complex_modifications": {
"parameters": {