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
@bekicot
bekicot / asc2019.md
Last active December 4, 2018 09:36
Probably An ASC Resource. Rust + Linux + Container + Parallelism.
@bekicot
bekicot / github-clone.sh
Last active November 18, 2018 04:34
Clone GitHub Repo to nested directory with `username/repository_name`. Supports both ssh and https.
#!/usr/bin/env bash
# Usage Example
# github-clone git@github.com:rubygems/rubygems.org.git
# github-clone https://github.com/rubygems/rubygems.org.git
set -e
URI=$1
REPO=$(basename $1)
REPO="${REPO%.*}"
@bekicot
bekicot / quicstatement.csv
Created May 30, 2018 02:50
GSoC 2018. Add GSoC 2018 participant to wikidata
qid P1344
Q893105 Q54276825
Q2718971 Q54276825
Q54373047 Q54276825
Q50866964 Q54276825
Q5194236 Q54276825
Q465 Q54276825
Q54373284 Q54276825
Q22074922 Q54276825
Q186055 Q54276825
https://vitrivr.org:
- name: CloudFlare
categories:
- '31': CDN
- name: Google Font API
categories:
- '17': Font Scripts
- name: Hammer.js
categories:
- '12': JavaScript Frameworks
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)
@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": "johannes.schauer@uni-wuerzburg.de",
"mailing_list": "https://sourceforge.net/p/slam6d/discussion/",
"irc_channel": null,
@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

Ini Title

Init Title 2

Ini paragraph

  • list 1
  • list 2
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)
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'
}
}