Skip to content

Instantly share code, notes, and snippets.

View YePpHa's full-sized avatar

Jeppe Rune Mortensen YePpHa

View GitHub Profile
<?xml version="1.0" encoding="UTF-8"?>
<config:Config
xmlns:config="config"
xmlns:default="default"
>
<config:deploy>default</config:deploy>
<default:chromelessPlayerUrl>ChromelessPlayerApp-c0d121b.swf?config_url=http%3A%2F%2Fwww.crunchyroll.com%2Fxml%2F%3Freq%3DRpcApiVideoPlayer_GetChromelessConfig%26aff%3Dnull-affiliate&amp;use_explicit_config=1&amp;v=1</default:chromelessPlayerUrl>
<default:rpcApiUrl>http://www.crunchyroll.com/</default:rpcApiUrl>
<?xml version="1.0" encoding="UTF-8"?>
<config:Config
xmlns:config="config"
xmlns:default="default"
>
<config:deploy>default</config:deploy>
<default:chromelessPlayerUrl>ChromelessPlayerApp-c0d121b.swf?config_url=http%3A%2F%2Fwww.crunchyroll.com%2Fxml%2F%3Freq%3DRpcApiVideoPlayer_GetChromelessConfig%26aff%3Dnull-affiliate&amp;use_explicit_config=1&amp;v=1</default:chromelessPlayerUrl>
<default:rpcApiUrl>http://www.crunchyroll.com/</default:rpcApiUrl>
@YePpHa
YePpHa / parseyapi.sh
Created January 27, 2017 16:18
Updated
# Use with this Dockerfile https://gist.github.com/johndpope/d41a7d6daf8652cbdaff41a2b063c801
# Updated from https://gist.githubusercontent.com/johndpope/fc1c2327a4ae255d9c44dda9b67b5288/raw/406369ecc157d60f7a9bac2a0d5be3da9aa62e56/parseyapi.sh
# https://github.com/dsindex/syntaxnet/blob/master/README_api.md
cd /
git clone https://github.com/YePpHa/syntaxnet.git work
cd work
git clone --recurse-submodules https://github.com/tensorflow/serving
# checkout proper version of serving
cd serving