Skip to content

Instantly share code, notes, and snippets.

<div style="color: #545454; max-width: 720px; padding: 2rem;">
<div style="margin-bottom: 4rem;">
<div style="font-size: 2rem; font-weight: bold;">Carsten Schurig</div>
<div style="font-size: 1.3rem;">Geschäftsführer</div>
</div>
<div style="display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2rem; padding-bottom: 1rem; border-bottom: 3px solid #545454; font-size: 1.2rem;">
<img src="https://www.in-muenchen.de/wp-content/uploads/2024/01/logo-in-muenchen-300x300-1.jpg" alt="Logo" style="width: 100px;">
<div style="display: flex; flex-direction: column; justify-content: center; border-left: 3px solid #545454; border-right: 3px solid #545454; padding: 0 1rem;">
<div>Mülllerstr. 40</div>
<div>80469 München</div>
@MiaoziYu
MiaoziYu / serp_list_endpoint.md
Last active May 24, 2024 06:28
Get listings

EndPoint:

GET https://mde-moderation.opendi.com/api/magnolia/serp/{categoryCharacter}/{categoryId}/{page}

Parameters:

categoryCharacter required

categoryId required

page optional

[
{
"tags": ["css", "flex"],
"type": "single",
"question": "What does flex: 1 mean?",
"choices": {
"correct": ["flex-grow: 1, flex-shrink: 1, flex-basis: 0"],
"wrong": ["flex-grow: 0, flex-shrink: 1, flex-basis: 1", "flex-grow: 1, flex-shrink: 0, flex-basis: 1"]
},
"description": "",
version: '3.7'
services:
php-fpm:
build:
context: .
dockerfile: ./build/docker/php-fpm/Dockerfile
container_name: white-frontend-fpm
tty: true
volumes:
Request:
GET https://api.sistrix.com/keyword.domain.seo?api_key={api_key}&domain=muenchen.de&url=https://www.muenchen.de/service/branchenbuch/S/336.html&format=json&date=today
{
"method": [
[
"keyword.domain.seo"
]
],
"answer": [
@MiaoziYu
MiaoziYu / gist:5eb2300ceb9b3b93286aad1e4fa85268
Created March 21, 2019 09:52
links.list API Attempt/Response
Request:
GET https://api.sistrix.com/links.list?api_key={api_key}&domain=ar-kuechentechnik.de&format=json
Response:
{
"method": [
[
"links.list"
]
@MiaoziYu
MiaoziYu / gist:2386ea82f570c39021cedd9e557f53d5
Created February 25, 2019 09:00
links.overview API Attempt/Response
Request:
GET https://api.sistrix.com/links.overview?api_key={api_key}&domain=gfm-automaten.de&format=json
Response:
{
"method": [
[
"links.overview"
]
],
@MiaoziYu
MiaoziYu / gist:e4af5c5ebb906a1fc62ff2d7a40303cf
Created February 25, 2019 08:59
links.list API Attempt/Response
Request:
GET https://api.sistrix.com/links.list?api_key={api_key}&domain=gfm-automaten.de&format=json
Response:
{
"method": [
[
"links.list"
]
### Keybase proof
I hereby claim:
* I am miaoziyu on github.
* I am miaozi (https://keybase.io/miaozi) on keybase.
* I have a public key ASAUxFq0xYqSfnyPsKsjlWAdRogYXQjebJkEKkYdhcXAeQo
To claim this, I am signing this object:
@MiaoziYu
MiaoziYu / p&p.js
Created September 23, 2015 09:28
js private and public
var isHungry = true;
var mzApp = (function(isHungry) {
// 此处为private,它不能被外部访问,但可以被namespace内部使用
var foodStore = ["cake", "fish", "meat", "icecream"];
// 此处为public
return {
food: [],
people: [