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
mutation createHtmlTag { | |
createHtmlTag( | |
data: { | |
title: "SPACETIME" | |
selector: "head" | |
isGlobal: false | |
position: PREPEND_TO | |
html: "<script\n src=\"https://unpkg.com/[email protected]/builds/spacetime.min.js\"\n ></script>" | |
} | |
) { |
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
(function startCountdown() { | |
var funnelAccess = window.__TSUNAMI__.funnelAccess; | |
var currentStep = funnelAccess.find(function(access) { | |
if (access.isCurrentStep) { | |
return true; | |
} | |
return false; | |
}); |
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
#!/bin/bash | |
echo "-- New Migration" > "`dirname $0`/../src/main/resources/db/migrations/V`date +%s`__$1.sql" |
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
swagger: '2.0' | |
info: | |
title: Paris Comments API | |
description: Provide virtual classroom feature for online education | |
version: "1.0.0" | |
# the domain of the service | |
host: api.jumpcut.com | |
# array of all schemes that your API supports | |
schemes: | |
- https |
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
Item{19} | |
author (Map){6} | |
adminLevel (Number): 2 | |
fName (String): John | |
id (String): e22e1f3b-e248-4a81-b243-9c6a60c8d377 | |
NewerOlder