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
| { | |
| "step":5, | |
| "campaign_type":"2", | |
| "name":"Краткий справочник по linux командам", | |
| "url":"https://www.adf/exchange/plus/#/horse-racing/market/1.124868809", | |
| "categories":[ | |
| "IAB1-1" | |
| ], | |
| "domain":"http://dfsd.ru", | |
| "start_date":"", |
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
| swagger: '2.0' | |
| info: | |
| title: DSP API | |
| description: | | |
| Авторизаационный токен передается в хедере X-Authorization. При при попытке доступа к Authorized endpoint'ам неавторизованным клиентом status code = 401 | |
| version: "1.0.0" | |
| # the domain of the service | |
| host: api.dspd.space | |
| # array of all schemes that your API supports | |
| schemes: |
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
| { | |
| "name": "string", | |
| "url": "http://akuna.com/matata", | |
| "categories": [ | |
| "IAB1" | |
| ], | |
| "domain": "aloha.com", | |
| "start_date": 2344234, | |
| "end_date": 1344234, | |
| "total_budget": 0, |
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/bash | |
| CODE=$(curl --write-out "%{http_code}\n" --silent --output /dev/null http://ya.ru) | |
| if [ $CODE -ne 200 ] | |
| then | |
| exit 1 | |
| fi |
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
| swagger: '2.0' | |
| info: | |
| title: DSP API | |
| description: | | |
| Авторизаационный токен передается в хедере X-Authorization. При при попытке доступа к Authorized endpoint'ам неавторизованным клиентом status code = 401 | |
| version: "1.0.0" | |
| # the domain of the service | |
| host: api.dspd.space | |
| # array of all schemes that your API supports | |
| schemes: |
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
| swagger: '2.0' | |
| info: | |
| title: DSP API | |
| description: | | |
| Авторизаационный токен передается в хедере X-Authorization. При при попытке доступа к Authorized endpoint'ам неавторизованным клиентом status code = 401 | |
| version: "1.0.0" | |
| # the domain of the service | |
| host: api.dsp.com | |
| # array of all schemes that your API supports | |
| schemes: |
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
| #!/usr/bin/env zsh | |
| # Initialize VPN | |
| sudo vpnns up | |
| sudo vpnns start_vpn | |
| # Popcorn time! | |
| sudo ip netns exec frootvpn sudo -u $USER popcorntime | |
| # Cleanup |
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 main | |
| import ( | |
| "encoding/xml" | |
| "fmt" | |
| "os" | |
| "runtime" | |
| ) | |
| type DrugStores struct { |