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
#!/usr/bin/env bash | |
# Usage Example | |
# github-clone [email protected]:rubygems/rubygems.org.git | |
# github-clone https://github.com/rubygems/rubygems.org.git | |
set -e | |
URI=$1 | |
REPO=$(basename $1) | |
REPO="${REPO%.*}" |
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
qid | P1344 | |
---|---|---|
Q893105 | Q54276825 | |
Q2718971 | Q54276825 | |
Q54373047 | Q54276825 | |
Q50866964 | Q54276825 | |
Q5194236 | Q54276825 | |
Q465 | Q54276825 | |
Q54373284 | Q54276825 | |
Q22074922 | Q54276825 | |
Q186055 | Q54276825 |
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
https://vitrivr.org: | |
- name: CloudFlare | |
categories: | |
- '31': CDN | |
- name: Google Font API | |
categories: | |
- '17': Font Scripts | |
- name: Hammer.js | |
categories: | |
- '12': JavaScript Frameworks |
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
require 'net/http' | |
require 'irb' | |
require 'json' | |
require 'active_support/core_ext/hash/conversions' | |
require 'active_support/core_ext/array/grouping.rb' | |
require 'irb' | |
require 'thread' | |
require 'yaml' | |
def identify(links) |
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
[ | |
{ | |
"id": 4684694029860864, | |
"name": "3DTK", | |
"slug": "3dtk", | |
"website_url": "http://threedtk.de", | |
"category": "science_and_medicine", | |
"contact_email": "[email protected]", | |
"mailing_list": "https://sourceforge.net/p/slam6d/discussion/", | |
"irc_channel": null, |
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
id | species | name | |
---|---|---|---|
0 | Capra hircus | Goat | |
1 | Panthera pardus | Leopard | |
2 | Equus zebra | Zebra |
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 ?desa ?desaLabel ?lat ?long ?kodeDesa WHERE { | |
?desa p:P625 ?statement . # coordinate-location statement | |
?desa wdt:P1588 ?kodeDesa . | |
?statement psv:P625 ?coordinate_node . | |
?coordinate_node wikibase:geoLatitude ?lat . | |
?coordinate_node wikibase:geoLongitude ?long . | |
FILTER (ABS(?lat - -6.976437) < 0.05) | |
FILTER (ABS(?long - 107.631003) < 0.05) |
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 ?klinik ?klinikLabel ?koordinat where { | |
?klinik wdt:P31 wd:Q1774898. | |
?klinik wdt:P131 wd:Q10109. | |
?klinik wdt:P625 ?koordinat | |
SERVICE wikibase:label { | |
bd:serviceParam wikibase:language 'en, id' | |
} | |
} |