HTTP/1.1 302 Found
Server: Cowboy
Date: Wed, 23 May 2018 15:20:44 GMT
Connection: keep-alive
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
SELECT ?item ?label | |
WHERE | |
{ | |
?item wdt:P31 wd:Q5. | |
?item rdfs:label ?label filter(lang(?label) = 'zh'). | |
filter(regex(?label, ',$')). | |
} limit 5 |
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
// I already start a osc-hub server in oschub.notimportant.org | |
// This is the oscdef to receive server commands, and evaluted on local server(just work like Tadashi's oschub) | |
( | |
var messages = [ | |
"/quit", "/notify", "/status", "/cmd", "/dumpOSC", "/sync", "/synced", | |
"/error", "/clearSched", | |
"/d_recv", "/d_load", "/d_loadDir", "/d_free", | |
"/n_free", "/n_run", "/n_set", "/n_setn", "/n_fill", "/n_map", "/n_mapn", |
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
<VAST xmlns="http://www.iab.com/VAST" version="4.0"> | |
<Ad sequence="1" id="AdswizzAd121369"> | |
<InLine> | |
<AdSystem>Adswizz</AdSystem> | |
<Impression id="121369"><![CDATA[https://mixcloud.deliveryengine.adswizz.com/vast/4.0/v1.1/impression?H4sIAAAAAAAAALVWWW/bOBD+NfaLIEEUdT74wUecNdJkC7iLbp4MUqRk1jKpinKa5NfvUKdtJIu0RQ2DmJMz/DjiDDtVpBZKzrALvyn5sXN3SNdOWZAXXm3Y7Gg/f+W0VVT8u3PSvFoqqbmsZ+60ELrmklezSbSYeJ5gsEzwHFbsU5qlQcbCOEpYmnCECEZhRAiNIt91jaG3hFWfOSU4ooxkOImQi3mYkdjLfI7DiCMvAHpwYrJunTJSaD6JVtOT3pWVeCLpyww9Pj5OCVuRmswqXqqqBsOU1DxX1QuQm/kCYRth2Gq9eVjMH+4meMHUkQgJWl2TqhAyp0QenFQdJ8ENSHJec2aXJwon3vPKFjJTYIzA8yie00KdGBhSURhXUNR7oYXOC0VJsZs3sS5E2wQk/DndE5nz3RZFwPYbAQvbIg/hMAHidvEZVtdxkZcEQLVHhqwqkvINg2CRz1jmkcyOgiSxEeLETlKW2G5IaMhdQtLQA4ft9vPEWwtwGFLGi1Sw7hxpT7wqyXeDuDIOfabGLAMesjHpAKt7Fn4GDHXJy7JjsWs2y3vWx0abAtceT2eXfjozun+2K6DpVUh6FZNeB6VXUelVWDrGpdeB6UVk0cLLozD2/f+FF1JujA1F6ga7c8TPAWzsQtxD3lBnmLthc+0N7uc1c459D9LHsG9P3YPQldHPYj/A81HsO6yvwn4Yez3C1OCJL/ |
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
( | |
SynthDef(\sean_clipp, {|amp=0.2, pan=0, dur=10| | |
var env, envgen; | |
var sig = ClipNoise.ar(mul:amp); | |
env = Env.perc(0.03, 0.98); | |
sig = Pan2.ar(sig, pan); | |
envgen = EnvGen.kr(env, doneAction: Done.freeSelf, timeScale: dur); | |
Out.ar(0, sig*envgen); | |
}).add; |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:media="http://search.yahoo.com/mrss/" xmlns:spotify="http://www.spotify.com/ns/rss" version="2.0"> | |
<channel> | |
<title>Epic Podcast</title> | |
<link>https://www.soundtrap.com</link> | |
<description>Goofing around</description> | |
<language>EN</language> | |
<dc:language>EN</dc:language> | |
<spotify:limit recentCount="1000" /> | |
<itunes:owner> |
OlderNewer