parent
369f3387f3
commit
8e56522a9d
@ -1,3 +1,11 @@
|
|||||||
|
* bad code search tool:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
bcs() { for file in `grep -l $1 $(git ls-tree -r master --name-only)`; do echo $file: ; highlight --force --line-numbers -O xterm256 --stdout $file | grep -C 5 $1 --label=$file | perl -pne s%^--\$%$file:%; done }
|
||||||
|
|
||||||
|
bcs Player
|
||||||
|
```
|
||||||
|
|
||||||
* sizes of things in C#:
|
* sizes of things in C#:
|
||||||
```
|
```
|
||||||
sizeof(Vector2) = 8
|
sizeof(Vector2) = 8
|
||||||
|
Loading…
Reference in New Issue
Block a user