Skip to content

Instantly share code, notes, and snippets.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ajfriend
ajfriend / h3_canon.ipynb
Last active August 29, 2021 02:28
H3 canonicalization and hashing
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------------------< com.uber:h3 >-----------------------------
[INFO] Building h3 3.7.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ h3 ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (jacoco-instrument) @ h3 ---
[INFO] argLine set to -javaagent:/Users/ajfriend/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/Users/ajfriend/work/h3-java/target/jacoco.exec
@ajfriend
ajfriend / aj-reference-blue.docx
Last active March 7, 2021 22:08
Pandoc markdown to Word to Google Docs example using a `reference-doc`
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ajfriend
ajfriend / cell_iterators.ipynb
Created September 28, 2020 00:37
H3 Cell iterator ideas
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ajfriend
ajfriend / build.sh
Last active September 6, 2020 21:05
#!/bin/sh
rm -rf build
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
make benchmarks > out.txt
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.