Skip to content

Instantly share code, notes, and snippets.

View bekicot's full-sized avatar
🏠
Working from home

Yana Agun Siswanto bekicot

🏠
Working from home
View GitHub Profile
This file has been truncated, but you can view the full file.
[
{
"Q1142886$59F13861-CBDF-41D9-B58A-D53457088E99": {
"P248": [
{
"snaktype": "value",
"property": "P248",
"datavalue": {
"value": {
"entity-type": "item",
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
node
["name"!~"^Posyandu"]
[amenity=clinic]
({{bbox}});
out;
select ?rumahSakit ?rumahSakitLabel where {
?rumahSakit wdt:P31 wd:Q16917.
?rumahSakit wdt:P131 wd:Q10109
SERVICE wikibase:label {
bd:serviceParam wikibase:language 'en, id'
}
}
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'
}
}
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)

Ini Title

Init Title 2

Ini paragraph

  • list 1
  • list 2
@bekicot
bekicot / mamals.csv
Created March 2, 2018 08:20
Taken from p5.js sample
id species name
0 Capra hircus Goat
1 Panthera pardus Leopard
2 Equus zebra Zebra
@bekicot
bekicot / gsoc_org_details.json
Last active September 29, 2020 11:31
All GSOC 2018 Organization
[
{
"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,
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)