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
| // example changes to add sort to the images in phrases | |
| export async function discoverMeaning() { | |
| const query = `query DiscoverTheMeaning_texts($sort: [String]) { | |
| discoverTheMeaning_texts { | |
| title | |
| id | |
| mainText | |
| mainButtonText | |
| instructionText |
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
| #!/bin/sh | |
| # colors | |
| green='\033[0;32m' | |
| purple='\033[0;35m' | |
| cyan='\033[0;36m' | |
| yellow='\033[0;33m' | |
| clear='\033[0m' | |
| # loop through immediate subdirectories |
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
| mysql/* | |
| init/* | |
| snapshots/* | |
| directus/uploads/* | |
| public | |
| public/* | |
| .DS_Store | |
| *.DS_STORE | |
| config.sh |
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
| { | |
| "themeID": "uniqueID" | |
| "themeName": "string", | |
| "themeDescription": "text", | |
| "colorPalette": { | |
| "A1": "E8FFC8", | |
| "A2": "B5F687", | |
| "A3": "4B7351", | |
| "A4": "254D2F", | |
| "B1": "FFB6B6", |
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
| { | |
| "email": "user@domain.com", | |
| "language": "english", | |
| "actions": [ | |
| { | |
| "actionLinkURL": "https://www.comed.com/SmartEnergy/InnovationTechnology/Pages/GreenButtonConnect.aspx", | |
| "actionName": "Green Button Connect", | |
| "actionName_es": "[Spanish TBD]", | |
| "bodyText": "Green Button provides customers easy access to their energy usage information. You can access data in a manner that’s easy to use, convenient and secure. You can also share data to get personalized information about possible energy savings.", | |
| "bodyText_es": "[Spanish TBD]", |
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
| { | |
| "fields": { | |
| "4aff0ccf-8ad0-4d39-9514-9dfc139fcef8": "Activist", | |
| "e25a4022-f5df-4b94-b092-03945a8ec631": "Adventurer", | |
| "195815f4-c432-4496-9828-83ce97ad2200": "Artist", | |
| "5c6f0b65-8492-4d42-b3ab-9acbaedbfe09": "Athlete", | |
| "7c89814c-d41b-487e-b204-11d197e43c79": "Entrepreneur", | |
| "3da679e8-274a-402c-9c20-503aa03e4bbc": "Healer", | |
| "63c50fc9-1fff-4bcb-ba5c-cee918982be7": "Philanthropist", | |
| "7e4dbe65-abc1-4f1d-8761-30dd81a3a044": "Public official", |
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
| { | |
| "thumbnailRatios": { | |
| "square": [ | |
| 500, | |
| 500 | |
| ], | |
| "landscape": [ | |
| 500, | |
| 375 | |
| ], |
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
| <?php | |
| session_start(); | |
| //example of working with auth0 php api | |
| //attempting to remove an individual connection from a user profile | |
| //(not working at the moment, throws an error, see end of script) | |
| //init auth0 with dot env vars | |
| $auth0 = new \Auth0\SDK\Auth0(array( | |
| 'domain' => getenv('AUTH0_DOMAIN'), |
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
| #my-id { | |
| border:none; | |
| } |
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
| sudo tmutil delete /Volumes/MyDrive/Backups.backupdb/Path-To-Backup/2011* |
NewerOlder