Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1189 - add extensions to all layers | Kartik K. Agaram | 2015-04-24 | 1 | -141/+0 |
| | | | | | | I'm sick of fighting vim's filetype detection. No modeline and files highlight in random colors. I add a modeline and it stops highlighting tangle comments. Even though it read my #$%# vimrc! Fuck this shite. | ||||
* | 1166 | Kartik K. Agaram | 2015-04-24 | 1 | -7/+3 |
| | | | | | | | Why did I think STL's map wasn't efficient? It has logarithmic complexity (maintains a tree internally) and is faster than hashing for small containers. It's the more portable solution and should be what I turn to by default. | ||||
* | 1162 | Kartik K. Agaram | 2015-04-24 | 1 | -1/+1 |
| | |||||
* | 1101 | Kartik K. Agaram | 2015-04-19 | 1 | -12/+13 |
| | |||||
* | 1077 | Kartik K. Agaram | 2015-04-17 | 1 | -0/+2 |
| | |||||
* | 1075 | Kartik K. Agaram | 2015-04-17 | 1 | -0/+142 |