rocLv
rocLv
In the _WATCHING NON-DAEMON PROCESSES_ section w.pid_file initalize with self. ``` ruby w.pid_file = w.pid_file = File.join(RAILS_ROOT, "log/mongrel.pid") ``` It just makes no sense. ``` ruby God.pid_file_directory = '/home/tom/pids' #...
While keeping a process up is useful, it would be even better if we could make sure our process was behaving well and restart it when resource utilization exceeds our...
DRY is more prevailing than removing duplicate code.
In ruby: ```ruby a = nil || 'a' => 'a' a = false || 'a' => 'a' ```
Hi, I'm very new in D3. I looked at your d3 geo contour demo, and wonder if contours could be more smooth?