parent
8e56522a9d
commit
84df656c06
@ -1,11 +1,3 @@
|
|||||||
* 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