Tristan Storch
|
69e332f432
|
Removed trailing white spaces
Removed trailing whitespaces with
```sh
for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done
```
and some handwork.
|
2014-08-30 15:12:53 +02:00 |
|
Unknown
|
ea29a9b846
|
API fix
|
2014-04-21 02:24:35 -04:00 |
|
Unknown
|
aa58320a1b
|
Add 2 more gitignore
|
2014-04-18 12:17:28 -04:00 |
|
skyblue
|
d725c41b56
|
add CR in C++ gitignore
And try if I can commit.
|
2014-03-21 22:35:43 +08:00 |
|
Unknown
|
30618b271a
|
Add admin edit user
|
2014-03-21 06:15:58 -04:00 |
|
Unknown
|
e51afe4621
|
Add postgres support, clean code, code review
|
2014-03-17 14:03:58 -04:00 |
|
Unknown
|
ab747f2790
|
Fix delete SSH key in file
|
2014-03-16 05:24:13 -04:00 |
|
Unknown
|
adb17791bd
|
Add basic render of public act
|
2014-03-15 00:50:51 -04:00 |
|
Unknown
|
57bc2d1ca0
|
Add update user profile back end, add new gitignore and license, add template data to public profile page
|
2014-03-13 03:39:18 -04:00 |
|
Unknown
|
fdc4151ff3
|
Finish create repo
|
2014-03-11 01:32:36 -04:00 |
|