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
{ | |
"pagination": { | |
"limit": 25, | |
"offset": 0, | |
"count": 25, | |
"total": 28 | |
}, | |
"data": [ | |
{ | |
"author": 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
{ | |
"pagination": { | |
"limit": 25, | |
"offset": 0, | |
"count": 25, | |
"total": 5683 | |
}, | |
"data": [ | |
{ | |
"author": 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
server { | |
# listen HTTP | |
listen 80; | |
server_name api.domain.com; | |
# Redirect HTTPS | |
return 301 https://$host$request_uri; | |
} | |
server { |
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
"collections": [ | |
{ | |
"id": "4", | |
"index": 4, | |
"Name": "Guitar Tools", | |
"Description": "List of Websites for Guitar Players", | |
"Links": [ | |
{ | |
"id": "13", | |
"Title": "Songsterr - Guitar Tabs", |
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
import ErrorPage from "next/error"; | |
import { getStrapiURL, getTV, getTVGQL } from "utils/api"; | |
import { useRouter } from "next/router"; | |
import axios from 'axios'; | |
import Link from "next/link"; | |
import Image from 'next/image'; | |
import TVChannels from "@/components/tv/TVChannels"; | |
import ChannelsFM from "components/tv/channelsFM"; |
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
/*! | |
* Howler.js Audio Player Demo | |
* howlerjs.com | |
* | |
* (c) 2013-2020, James Simpson of GoldFire Studios | |
* goldfirestudios.com | |
* | |
* MIT License | |
*/ |
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
<html> | |
<head> | |
<title>Matrix Rain</title> | |
<style> | |
* {margin: 0; padding: 0;} | |
body {background: black;} | |
canvas {display: block;} | |
</style> | |
</head> | |
<body> |
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
/** | |
* Function to get information for a single location | |
* @return JSON Array with information | |
*/ | |
public function single_location() | |
{ | |
if($this->check_user()){ | |
global $wpdb; | |
$user_id = (int) sanitize_text_field($_POST['user_id']); | |
$orders_table_name = $wpdb->prefix . 'wpapp_smart_orders'; |
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
[ | |
{ | |
"location_id": 90710, | |
"location_title": "Mit den Amsterdamern am 27. April den Königstag feiern", | |
"location_content": "<p class=\"p1\"><span class=\"s1\">Am 27. April feiern die Niederländer den Geburtstag von König Willem Alexanders - der <em>Koningsdad</em> ist das wohl bunteste Fest Hollands. Das fest beginnt traditionell schon am Abend vorher. Auf öffentlichen Plätzen bauen DJs ihre Sets auf und feiern zusammen mit zahlreichen Einheimischen und internationalen Besuchern bis früh in den Morgen. Am Tag darauf bauen die Holländer auf den Straßen und in den Parks der Stadt zahlreiche Freimärkte auf: Ein riesiges Straßenfest entsteht, und in den Grachten tummeln sich in orange geschmückte Boote mit jubelnden Menschen - die Stimmung ist ausgelassen.</span></p>", | |
"location_date": "2020-01-01 13:27:04", | |
"location_category": [], | |
"location_city_category": [ | |
"Amsterdam" | |
], |
NewerOlder