search for: 313978

Displaying 3 results from an estimated 3 matches for "313978".

Did you mean: 13978
2012 Dec 04
2
access.log: double quotes not escaped
Hello! I have seen that if an User Agent has double quotes in it will not be escaped when printed to access.log: > 192.168.0.2 - - [03/Dec/2012:20:45:54 +0100] "GET /stu HTTP/1.0" 200 313978 "-" "Che"atin" 15 I saw the code and there is not code to address this. -- xOneca_,,_
2012 Dec 09
0
access.log: double quotes not escaped
Hi, thanks for your finding. On 04/12/12 17:55, Xabier Oneca -- xOneca wrote: > I have seen that if an User Agent has double quotes in it will not be > escaped when printed to access.log: > >> 192.168.0.2 - - [03/Dec/2012:20:45:54 +0100] "GET /stu HTTP/1.0" 200 313978 "-" "Che"atin" 15 > I saw the code and there is not code to address this. I have created a ticket to keep track of this issue: https://trac.xiph.org/ticket/1916 Cheers Thomas
2008 Jun 09
1
help on data selection
Hi, I am having a question. With multiple observations for each ID, I would like to keep only two or 3 observations for each ID. Does R have any command to do this? thank you very much! A simple example is below, How can I only keep the first 2 observations for each j? j x 1 1 0.795373270 2 1 0.326845207 3 1 0.049116967 4 1 0.673830996 5 2 0.411789618 6 2 0.628034020 7