...besides the fact that Rscript is invoked with #!/usr/bin/env Rscript and littler with #!/usr/local/bin/r (on my system) in first line of script file. I\'ve found certain differences in execution sp
I have a search controller which is to be used to search over a separate model called house.The house model has a restful setup.I want the results listed on the index action of the search controller.T
I\'m having problem with vector, (in the usage of push_back) but it only appears when using additional g++ flag -O2 (I need it).