GitHunt
JE

jeffstieler/666-Clock

The 666 Clock

7:06 is a special time. We should honor it appropriately. It's 66 minutes past the 6th hour after all.

More information to follow.

If you want to contribute add this pre-commit hook:

#!/bin/sh
#
# Remove absolute paths to user directories that are automatically
# written by the vscode-arduino extension.
#
# See: https://github.com/microsoft/vscode-arduino/issues/850

sed -i '' "s|$HOME/Documents/Arduino|\${workspaceRoot}|g;s|$HOME|\${HOME}|g" .vscode/c_cpp_properties.json

git add .vscode/c_cpp_properties.json

Languages

C77.1%C++22.9%

Contributors

Created December 11, 2022
Updated December 12, 2022
jeffstieler/666-Clock | GitHunt