Skip to content

Instantly share code, notes, and snippets.

View Treer's full-sized avatar

Treer

  • Australia
  • 18:45 (UTC +10:00)
View GitHub Profile
@Treer
Treer / gist:e93e5b4ef0baa8617951
Last active October 29, 2015 03:45
Showing the commit log of a project's subdirectory, on GitHub
http://github.com/<username>/<project>/commits/<branch>/<path/to/file>

instead of

http://github.com/<username>/<project>/tree/<branch>/<path/to/file>

— from Stackoverflow answer.

See also

Verifying that +treer is my blockchain ID. https://onename.com/treer
@Treer
Treer / gist:2a4b3d11c5f5c85af800d04bec579ab9
Created March 3, 2018 04:12
Location list for Minecraft map
The file isn't easily editable, so I'm putting the locations in the comment below
@Treer
Treer / settings.json
Last active March 1, 2019 03:43
Fix visibility of the active tab in VS Code
{
"workbench.colorTheme": "Visual Studio Light",
"editor.accessibilitySupport": "off",
"window.zoomLevel": 0,
"workbench.colorCustomizations": {
"tab.activeBackground": "#ffffff",
"tab.inactiveBackground": "#dcdaff",
}
}
@Treer
Treer / gist:c7d7e33289b725dfb9d07718f6153a9d
Created December 11, 2016 13:18
Find most active fork of a github project
http://forked.yannick.io/