1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
|
Other dependency
1
|
|
Do not need them for now
1 2 |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
|
Other dependency
1
|
|
Do not need them for now
1 2 |
|
Equivalent to
1 2 |
|
in C++ is
1 2 3 4 5 6 7 8 |
|
Use request.query
to retrieve the url parameters
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
|
This is a useful marco for doing debug logging:
1 2 3 4 |
|
Note the use of __PRETTY_FUNCTION__
I just found out R is pre-installed in OSX!
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
|