Skip to content

Instantly share code, notes, and snippets.

View addshore's full-sized avatar
🏄

addshore

🏄
View GitHub Profile
-53 174 3
0 107 2
0 122 2
0 127 1
0 128 5
0 129 2
0 130 6
0 133 1
0 138 1
0 143 1
46 154 3
72 138 1
97 153 5
98 122 1
109 176 2
110 145 1
111 114 1
122 168 4
147 183 10
148 152 2
46 154 3
72 138 1
97 153 5
98 122 1
109 176 2
110 145 1
111 114 1
122 168 4
147 183 10
148 152 2
We can't make this file beautiful and searchable because it's too large.
1,1,87
1,2,13
1,3,23
1,4,30
1,5,30
1,6,52
1,7,6
1,8,14
1,9,77
1,10,48
@addshore
addshore / gist:8fbbe078731ae5a641f9d6b0e7dbc860
Created April 19, 2020 21:45
WBStack query service whitelist, 19 April 2020
https://query.wikidata.org/bigdata/namespace/categories/sparql
https://query.wikidata.org/bigdata/namespace/dcatap/sparql
https://query.wikidata.org/bigdata/namespace/wdq/sparql
https://query.wikidata.org/sparql
http://sparql.europeana.eu/
http://nomisma.org/query
http://data.cervantesvirtual.com/openrdf-sesame/repositories/data
http://datos.bne.es/sparql
http://edan.si.edu/saam/sparql
http://data.bnf.fr/sparql
<?php
echo "This is an example github gist...";
@addshore
addshore / gist:87acdbbc068768cc3457971f556b362d
Created June 9, 2018 08:43
Wikibase docker LocalSettings template logo example 09/06/2018
<?php
/**
* ----------------------------------------------------------------------------------------
* This file is provided by the wikibase/wikibase docker image.
* This file will be passed through envsubst which will replace "${DOLLAR}" with "$".
* If you want to change MediaWiki or Wikibase settings then either mount a file over this
* template and or run a different entrypoint.
* ----------------------------------------------------------------------------------------
*/
apiVersion: apps/v1
kind: Deployment
metadata:
name: guids
labels:
app: guids
spec:
replicas: 2
selector:
matchLabels:
# ------------------- Dashboard Secret ------------------- #
# ------------------- Dashboard Secret ------------------- #
apiVersion: v1
kind: Secret
metadata:
labels:
k8s-app: kubernetes-dashboard
name: kubernetes-dashboard-certs
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: traefik-ingress-controller
namespace: kube-system
---
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1beta1
metadata: