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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>{{ results[0].name.first }} >{{ results[0].name.last }}</title> | |
</head> | |
<body> | |
<h1>{{ results[0].name.first }} {{ results[0].name.last }}</h1> | |
<img src="{{ results[0].picture.large}}"> | |
</body> | |
</html> |
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
{ | |
"foo": "bar!" | |
} |
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
[ | |
"<script type='text/javascript'>console.log('hello')</script>", | |
"https://gist.githubusercontent.com/AndreasPizsa/fa7433b5af9c7fe7bd73710a38617d56/raw/script.js", | |
"https://obamaself.com" | |
] |
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
{ | |
"": { | |
"// you'll need images for all the `playerItems` below" : "", | |
"// just append the item id to `assetsBaseUrl`": "", | |
"assetsBaseUrl": "https://via.placeholder.com/150?", | |
"// URL for the language file.":"", | |
"languageUrl": "https://bigfarm-html5.goodgamestudios.com/languages/latest/de.json" | |
}, | |
"payoutTypes": [{ |
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
package com.goodgamestest; | |
import com.google.gson.Gson; | |
import com.google.gson.reflect.TypeToken; | |
import com.qmetric.spark.authentication.AuthenticationDetails; | |
import com.qmetric.spark.authentication.BasicAuthenticationFilter; | |
import java.lang.reflect.Type; | |
import java.util.ArrayList; | |
import java.util.HashMap; |
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
<h1> | |
Huhu, {{ name }}! | |
</h1> | |
<p>Diese Nachricht wurde wurde <b>automatisch</b> erstellt - alles, auch das PDF mit der Muster-Rechnung :)</p> | |
<p><span style="color: red">Was</span> <span style="color: green">sagst</span> Du <span style="color:blue">dazu</span>? :)</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
if (item.relations) { | |
item.relations.forEach((relation) => { | |
// | |
// ... | |
// | |
}); | |
} |
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
/** | |
* sets window.location.query, which is a hash with all parameters | |
* param names are all lowercase | |
* reference as window.location.query.myparameter | |
*/ | |
(function parseWindowLocationQuery(w){ | |
var d=decodeURIComponent, | |
q=w.location.query=w.location.query||{}, | |
pairs=w.location.search.substr(1).split('&'), | |
i; |
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
100 restify.errors.ContinueError | |
101 restify.errors.SwitchingProtocolsError | |
102 restify.errors.ProcessingError | |
200 restify.errors.OKError | |
201 restify.errors.CreatedError | |
202 restify.errors.AcceptedError | |
203 restify.errors.Non-AuthoritativeInformationError | |
204 restify.errors.NoContentError | |
205 restify.errors.ResetContentError | |
206 restify.errors.PartialContentError |
NewerOlder