Skip to content

jima80525/til

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TIL

Today I Learned

A collection of concise write-ups on small things I learn day to day across a variety of languages and technologies. These are things that don't really warrant a full blog post.

27 TILs and counting...


Categories


Cmake

Cpp

Firefox

Git

Linux

Markdown

Misc

Pelco

Teamcity

Vim

Vscode

Usage

After creating a new entry, run ./createReadme.py > README.md to regenerate the readme with the new data.

If you are using git, you can install this script as a pre-commit git hook so that it is autogenerated on each commit. Use the following command: cd .git/hooks/ && ln -s ../../createReadme.py pre-commit && cd -

About

I shamelessly stole this idea from jbranchaud/til who claims to have stolen it from others.

Other TIL Collections

License

© 2017-2018 Jim Anderson

This repository is licensed under the MIT license. See LICENSE for details.

About

Today I Learned

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages