Skip to content

Instantly share code, notes, and snippets.

View adriancampos's full-sized avatar

Adrian Campos adriancampos

View GitHub Profile
@adriancampos
adriancampos / create git diff archive.md
Last active August 1, 2023 02:51
PowerShell script to export changed files between two commits

Usage:

.\createarchive.ps1

Creates an archive of the files that changed between HEAD and HEAD^

.\createarchive.ps1 e39eef

Creates an archive of the files that changed between e39eef and e39eef^

@adriancampos
adriancampos / projector_config.json
Last active February 13, 2019 04:13
MNIST Handwritten Embedding Visualization
{
"embeddings": [
{
"tensorName": "MNIST Handwritten",
"tensorShape": [
10000,
784
],
"tensorPath": "https://gist.githubusercontent.com/adriancampos/5e8a7ff10c889730f16848f0394bda1c/raw/c4fe89713abd9a1aa85cf72dd75f4d85fa56cb49/tensors.tsv",
"metadataPath": "https://gist.githubusercontent.com/adriancampos/5e8a7ff10c889730f16848f0394bda1c/raw/c4fe89713abd9a1aa85cf72dd75f4d85fa56cb49/labels.labels"