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
let usStates = [ | |
{ | |
"name": "Alabama", | |
"code": "AL" | |
}, | |
{ | |
"name": "Alaska", | |
"code": "AK" | |
}, | |
{ |
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
LINKMulti=real_count | |
LINK=168WOkyGOyiYkN8c1cyWFvsWeNCjZkK_tm0QZ_tj0Kjg!extraactions | |
Zoom=92 | |
cardsize=6.35,8.89 | |
HTMLIMAGE=1,(coin_cost),icons\coin_cost.png,0.5,0.5,PM | |
HTMLIMAGE=1,(coin_gain),icons\coin_gain.png,0.5,0.5,PM | |
HTMLIMAGE=1,(coin),icons\coin_gain.png,0.5,0.5,PM | |
HTMLIMAGE=1,(keep),icons\keep.png,0.5,0.5,PM |
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
/** | |
* @OnlyCurrentDoc | |
*/ | |
/* | |
Add this to your "time difference column" | |
=if(OR(ISBLANK(W2), ISDATE(V2) =false, ISDATE(W2)=false) , (if(AND(ISDATE(V2), ISDATE(W2)=false), "started", "waiting")), W2-V2) | |
*/ | |
function onInstallableEdit(e) { |
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
LINKMulti=count | |
;LINK=168WOkyGOyiYkN8c1cyWFvsWeNCjZkK_tm0QZ_tj0Kjg!starting_action | |
LINK=168WOkyGOyiYkN8c1cyWFvsWeNCjZkK_tm0QZ_tj0Kjg!extraactions | |
Zoom=92 | |
cardsize=6.35,8.89 | |
HTMLIMAGE=1,(coin_cost),icons\coin_cost.png,0.5,0.5,P | |
HTMLIMAGE=1,(coin_cost),icons\coin_gain.png,0.5,0.5,P | |
HTMLIMAGE=1,(movement_gain),icons\movement_gain.png,0.5,0.5,P |
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
create table profile | |
( | |
id bigserial not null | |
constraint profile_pkey | |
primary key, | |
first_name varchar(255) not null, | |
last_name varchar(255) not null, | |
username varchar(255) not null, | |
user_id varchar(255) not null, | |
created_at timestamp with time zone default CURRENT_TIMESTAMP not null, |
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
LINKMulti=count | |
LINK=168WOkyGOyiYkN8c1cyWFvsWeNCjZkK_tm0QZ_tj0Kjg!extraactions | |
Zoom=92 | |
cardsize=6.35,8.89 | |
IF= [TYPE] @ "movement" | |
IMAGE=,movement.png,0%,0%,100%,100% | |
elseif= [TYPE] @ "upgrade" | |
IMAGE=,upgrade.png,0%,0%,100%,100 |
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
LINK=168WOkyGOyiYkN8c1cyWFvsWeNCjZkK_tm0QZ_tj0Kjg | |
LINKMulti=count | |
Zoom=92 | |
UNIT=INCH | |
CARDSIZE=4,4 | |
BORDER=NONE | |
DPI=300 | |
VISUAL=, 10, 10 |
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
{ | |
"minimumVersion": "1.0.0", | |
"currentVersion": "1.0.1", | |
"eventTypes": [ | |
{ "name": "Project", | |
"highlightColor": "#FFEFEF", | |
"borderColor": "#B139B3", | |
"gradient": { | |
"start": "#F2444E", | |
"end": "#B139B3" |
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
{ | |
"stores": [ | |
{ | |
"address": "7801 Citrus Park Town Center Mall", | |
"city": "Tampa", | |
"name": "Macy's", | |
"latitude": "28.068052", | |
"zipcode": "33625", | |
"storeLogoURL": "https://image.freepik.com/free-vector/rocket-shop-store-logo-vector-icon-download_7688-349.jpg", | |
"phone": "813-926-7300", |
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
/* | |
* @license MIT/X11 | |
* | |
* Copyright (c) 2016 Kozio Digital, Inc | |
* | |
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | |
* | |
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | |
* | |
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF |
NewerOlder