I hereby claim:
- I am jayvdb on github.
- I am jayvdb (https://keybase.io/jayvdb) on keybase.
- I have a public key ASCU_zVJaLbzY_fsbJD5SLc8LRiH1_XpTR_Pcll0HXhPIAo
To claim this, I am signing this object:
diff --git a/CMake/Documentation.cmake b/CMake/Documentation.cmake | |
index 1df0960a4..11aee2f8a 100644 | |
--- a/CMake/Documentation.cmake | |
+++ b/CMake/Documentation.cmake | |
@@ -38,6 +38,8 @@ find_path(DOCBOOK_XSL manpages/docbook.xsl | |
${CMAKE_INSTALL_PREFIX}/share/xml/xsl/docbook-xsl | |
# FreeBSD | |
${CMAKE_INSTALL_PREFIX}/share/xsl/docbook/ | |
+ # Brew | |
+ /usr/local/var/homebrew/linked/docbook-xsl/docbook-xsl |
#!/bin/bash | |
set -o nounset | |
set -o pipefail | |
GITHUB_ORG=.. | |
GITHUB_API_USER=.. | |
# GITHUB_TOKEN=.. | |
BRANCH_NAME=.. |
class ClangFormatAT6 < Formula | |
desc "Formatting tool for C/C++/Java/JavaScript/Objective-C/Protobuf" | |
homepage "https://releases.llvm.org/6.0.1/tools/clang/docs/ClangFormat.html" | |
version "6.0.1" | |
if MacOS.version >= :sierra | |
url "https://releases.llvm.org/6.0.1/llvm-6.0.1.src.tar.xz" | |
sha256 "b6d6c324f9c71494c0ccaf3dac1f16236d970002b42bb24a6c9e1634f7d0f4e2" | |
else | |
url "http://releases.llvm.org/6.0.1/llvm-6.0.1.src.tar.xz" |
function refreshenv | |
{ | |
powershell -NonInteractive - <<\EOF | |
Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1" | |
Update-SessionEnvironment | |
# Round brackets in variable names cause problems with bash | |
Get-ChildItem env:* | %{ | |
if (!($_.Name.Contains('('))) { |
""" | |
Indonesia regency code comparison. | |
Provinces differ for two codes, 90s, covering Papua and Papua Barat. | |
More information provinces at: | |
https://gitlab.com/ciptamedia/ciptamedia-dev.gitlab.io/issues/104#note_59625585 | |
This script is to compare the regencies to determine how much they overlapped. | |
""" |
I hereby claim:
To claim this, I am signing this object:
Verifying that "jayvdb.id" is my Blockstack ID. https://onename.com/jayvdb |
# Warning: Due to child_hash optimisation this doesnt support merges | |
# Usable with GIT_EDITOR='touch' | |
# TODO: Create a better GIT_EDITOR command that | |
# strips only blank lines in commit body | |
# TODO: Support merges | |
# different levels of merging: | |
author_tag_format="%ae" | |
same_author_day_tag_format="%ae-%ad" |
SELECT DISTINCT ?item ?itemLabel ?administrativeLabel ?sitelink ?lang ?geonamesId | |
WHERE { | |
?item wdt:P31/wdt:P279* wd:Q23442. | |
{ | |
{ | |
?wilayahDiIndonesia wdt:P279 wd:Q1434505. | |
?administrative wdt:P31/wdt:P279* ?wilayahDiIndonesia. | |
?item wdt:P131 ?administrative. | |
} UNION { | |
?item wdt:P17 wd:Q252 |