I hereby claim:
- I am cosenal on github.
- I am cosenal (https://keybase.io/cosenal) on keybase.
- I have a public key whose fingerprint is 2316 CFD2 3DE2 1005 356D 2F20 801E 8649 5957 DD61
To claim this, I am signing this object:
{ | |
"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", |
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 |
hs = cell(1,2); | |
hs{1} = WernerState(2, 1); | |
hs{2} = WernerState(2, -1); | |
%% PPT Distinguishability | |
LocalDistinguishability(hs, 'copies', 1, 'ppt', true) |
<?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> |
#!/usr/bin/env python | |
import requests | |
url = 'https://example.com/index.php/apps/news/api/v1-2/items' | |
username = 'user'; | |
password = 'pass'; | |
paramsAllStarred = { | |
'batchSize': -1, |
I hereby claim:
To claim this, I am signing this object:
<?php | |
require 'vendor/autoload.php'; | |
use GuzzleHttp\Client; | |
$client = new Client(); | |
$response = $client->get('http://localhost/owncloud/remote.php/webdav/welcome.txt', [ | |
'auth' => ['admin', 'password'] |
import asyncio | |
from waterbutler.providers.owncloud import OwnCloudProvider | |
loop = asyncio.get_event_loop() | |
creds = { | |
'owncloud': {'username': 'test', 'password': 'test'}, | |
} | |
settings = { |
(function () { | |
var files = navigator.getDeviceStorage('pictures'); | |
var cursor = files.enumerate(); | |
console.log(cursor); | |
cursor.onsuccess = function() { | |
if (this.done) { | |
console.log("Done"); |
This is a bookmarklet that adds a fully functional Fork button to your own Gist.
If a Fork button is already present in the page, this bookmarklet will set focus to it instead of adding another one.
The change is temporary and the button will disappear as soon as you navigate away from that Gist (clicking the Fork button does this for you as well).