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"?> | |
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="en"> | |
<title type="html">Demo feed</title> | |
<subtitle type="html">Strip out JS demo feed</subtitle> | |
<link rel="self" type="application/atom+xml" href="https://gist.github.com/cosenal/" /> | |
<link rel="alternate" type="text/html" href="https://gist.github.com/"/> | |
<id>https://gist.github.com/</id> | |
<updated>2015-02-11T16:22:02+01:00</updated> | |
<entry> | |
<title type="html">Demo entry</title> |
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
hs = cell(1,2); | |
hs{1} = WernerState(2, 1); | |
hs{2} = WernerState(2, -1); | |
%% PPT Distinguishability | |
LocalDistinguishability(hs, 'copies', 1, 'ppt', true) |
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
OPTIONS http://host/core6/remote.php/webdav/ | |
← 200 text/html [no content] 57.76kB/s | |
PROPFIND http://host/core6/remote.php/webdav/ | |
← 207 application/xml 1.25kB 281.13kB/s | |
OPTIONS http://host/core6/remote.php/webdav/ | |
← 200 text/html [no content] 84.01kB/s | |
PROPFIND http://host/core6/remote.php/webdav/ | |
← 207 application/xml 1.17kB 281.74kB/s | |
OPTIONS http://host/core/remote.php/webdav/ | |
← 200 text/html [no content] 85.58kB/s |
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": "owncloud-feed", | |
"title": "owncloud-feed", | |
"id": "jid1-FrZBk65xVWi2Sg", | |
"description": "An add-on that allows users to remotely add RSS feeds to ownCloud", | |
"author": "github.com/apophenia", | |
"version": "0.1", | |
"preferences": [{ | |
"name": "owncloudLocation", |
NewerOlder