search for: full_url

Displaying 4 results from an estimated 4 matches for "full_url".

Did you mean: full_r
2006 May 05
0
summarize: A log analysis script
...o extract performance one-liners from Rails logs. (Didn''t want to futz with syslog for http://rails-analyzer.rubyforge.org/ .) Reads output from :info or :debug log levels (the defaults). Usage: # summarize < development.log # summarize < production.log Output looks like: (w/FULL_URL set false) 123.23.23.123 2006-05-05 10:59:42 | r 0.0--00 0% | db 0.00812 29% | 0.02726 36 r/s | 302 /some/uri 123.23.23.123 2006-05-05 10:59:43 | r 0.02059 55% | db 0.01246 33% | 0.03697 27 r/s | 200 /some/uri 123.23.23.123 2006-05-05 10:59:53 | r 0.00716 68% | db 0.00156 14% | 0.01048...
2009 Aug 27
2
Setting @request.env["HTTP_REFERER"] in an integration test
Hi. I would like to set @request.env["HTTP_REFERER"] in an integration test, but due to its nature, I would naturally set this value to the previousle request url. How do I do that. Thanks. Jarl
2018 Jan 24
1
Function gutenberg_download in the gutenbergr package
...se = verbose) } The documentation for gutenberg_get_mirror indicates there's nothing different I could set. So I tried specifying my usual mirror: > hgwells <- gutenberg_download(c(1260, 768, 969, 9182, 767), mirror = "http://cran.stat.auckland.ac.nz") Error in read_zip_url(full_url) : could not find function "read_zip_url" > Which is, indeed, strange since according to > help.search("read_zip_url") Help files with alias or concept or title matching ?read_zip_url? using regular expression matching: gutenbergr::read_zip_url...
2012 Sep 18
1
creating graphs using Rook
...paste(PIC.DIR, "/pic", stock.symbol, day.window, ".png", sep = "")) res$write(paste(day.window,' days stock price trend for ',stock.symbol,'<BR/>', sep='')) res$write(paste(" <", s$full_url("pic"), > ", sep = "")) } res$finish() } s = Rhttpd$new() s$add(app = newapp, name = "visbin") s$add(app = File$new(PIC.DIR), name = "pic") s$start() s$browse("visbin") but when i execute this code...