search for: 8059

Displaying 20 results from an estimated 262 matches for "8059".

Did you mean: 805
2005 Aug 10
0
Job Offer (PR#8059)
We have many ways to save our clients' money. We hire the cheapest programmers and designers all over the world. Our stuff works mostly from home and we don't pay high office rent. That is why our price is the best on the market. One of these ways to save money is hiring a Financial Manager. In case of getting order from another country we have to pay 15% fee for international bank
2005 Sep 28
3
cisco phones problems
...ndle_response: Peer '3201' is now REACHABLE! Sep 28 15:04:01 NOTICE[8182]: chan_sip.c:6678 handle_response: Peer '3289' is now TOO LAGGED! Sep 28 15:04:11 NOTICE[8182]: chan_sip.c:6672 handle_response: Peer '3289' is now REACHABLE! Sep 28 15:05:22 NOTICE[8182]: chan_sip.c:8059 sip_poke_noanswer: Peer '3201' is now UNREACHABLE! Sep 28 15:05:32 NOTICE[8182]: chan_sip.c:6672 handle_response: Peer '3201' is now REACHABLE! Sep 28 15:06:23 NOTICE[8182]: chan_sip.c:8059 sip_poke_noanswer: Peer '4881' is now UNREACHABLE! Sep 28 15:06:33 NOTICE[8182]: c...
2005 Nov 17
3
changing figure size in Sweave
...st(fig=function() ps.options(width=1))) library(graphics) pairs(iris) @ but this didn't change the size of the figure. How to make the figures a different size? -- Robin Hankin Uncertainty Analyst National Oceanography Centre, Southampton European Way, Southampton SO14 3ZH, UK tel 023-8059-7743
2006 Sep 13
3
functions and strings
...z" f <- function(x){1 + sin(cos(x)) + exp(x^2)} How do I manipulate "string" and f() to give the string "1 + sin(cos(xyz)) + exp(xyz^2)" ? -- Robin Hankin Uncertainty Analyst National Oceanography Centre, Southampton European Way, Southampton SO14 3ZH, UK tel 023-8059-7743
2005 Oct 17
1
SIP to SIP sadness
...NAT) to 192.168.1.24:5060: SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.1.24:5060;branch=z9hG4bK8E845F95F34044ACA77C54EF28288C32;receive d=192.168.1.24;rport=5060 From: Michael Furdyk <sip:322@192.168.1.195>;tag=411158625 To: <sip:324@192.168.1.195>;tag=as6606adb1 Call-ID: 28E78AC1-5FDE-414E-8059-68B393A24F60@192.168.1.24 CSeq: 30931 INVITE User-Agent: Asterisk PBX Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY Contact: <sip:324@192.168.1.195> Content-Type: application/sdp Content-Length: 239 v=0 o=root 3348 3348 IN IP4 192.168.1.195 s=session c=IN IP4 192.168.1.195 t=0 0 m...
2006 Feb 22
3
elements that appear only once
...> names(table(a)[table(a)==1]) [1] "ash" "elm" > This doesn't seem particularly elegant to me; there must be a better way! anyone? -- Robin Hankin Uncertainty Analyst National Oceanography Centre, Southampton European Way, Southampton SO14 3ZH, UK tel 023-8059-7743
2008 Mar 26
5
S4 slot with NA default
...t the correct sense: to me "NaN" means "not a number" and I want the sense to be "not available". Any advice? -- Robin Hankin Uncertainty Analyst and Neutral Theorist, National Oceanography Centre, Southampton European Way, Southampton SO14 3ZH, UK tel 023-8059-7743
2007 Mar 19
3
character to numeric conversion
...utput is a single line). In a big run, the string may contain 10^5 or possibly 10^6 numbers. What's the recommended way to convert this to a numeric vector? -- Robin Hankin Uncertainty Analyst National Oceanography Centre, Southampton European Way, Southampton SO14 3ZH, UK tel 023-8059-7743
2004 Jun 11
4
rownames of single row matrices
...)[wanted] return(out) } } [note the transpose and as.matrix()]. There must be a better way! Anyone got any better ideas? What is the R rationale for treating a[1,] so differently from a[1:2,] ? -- Robin Hankin Uncertainty Analyst Southampton Oceanography Centre SO14 3ZH tel +44(0)23-8059-7743 initialDOTsurname at soc.soton.ac.uk (edit in obvious way; spam precaution)
2005 Jan 07
1
Visualizing complex analytic functions using domain coloring
...elliptic functions)? [ the idea is to depict a complex function f(z) using a filled.contour() variant in which the hue is given by Arg(f(z)), and the saturation by Mod(f(z)). ] -- Robin Hankin Uncertainty Analyst Southampton Oceanography Centre European Way, Southampton SO14 3ZH, UK tel 023-8059-7743
2006 Jul 27
4
inserting rows into a matrix
...] [,2] [,3] [1,] 1 2 3 [2,] 0 0 0 [3,] 0 0 0 [4,] 2 3 4 [5,] 4 5 2 [6,] 0 0 0 [7,] 3 4 1 > anyone? -- Robin Hankin Uncertainty Analyst National Oceanography Centre, Southampton European Way, Southampton SO14 3ZH, UK tel 023-8059-7743
2006 Feb 28
2
lines() and recycled colours
...rning given. Is there a reason why colour recycling would be a bad idea in this case? Also, it would be nice if arguments such as lwd were recycled if needed too. -- Robin Hankin Uncertainty Analyst National Oceanography Centre, Southampton European Way, Southampton SO14 3ZH, UK tel 023-8059-7743
2005 Jan 05
4
output from table() in matrix form
...egers, but OTOH it's wasteful to have 20 bins when I only need 3. My real application would have maybe a dozen distinct (prime) integers in the range 2 up to about 1e4. -- Robin Hankin Uncertainty Analyst Southampton Oceanography Centre European Way, Southampton SO14 3ZH, UK tel 023-8059-7743
2006 Oct 13
5
combinatorics
...nd a C. Then I want AABBC AABCB AACBC ABABC . . .snip... BBAAC . . .snip... CBBAA [there are 5!/(2!*2!) = 30 arrangements. Note AABBC != BBAAC] How do I do this? -- Robin Hankin Uncertainty Analyst National Oceanography Centre, Southampton European Way, Southampton SO14 3ZH, UK tel 023-8059-7743
2007 Jan 16
5
"[[" gotcha
...B is just a scalar and not a matrix (why is this?) What's the bulletproof method for assigning matrices to a list (whose length is not known at runtime)? -- Robin Hankin Uncertainty Analyst National Oceanography Centre, Southampton European Way, Southampton SO14 3ZH, UK tel 023-8059-7743
2006 Jul 25
2
pari/gp interface
...[ PARI/GP is a widely used computer algebra system designed for fast computations in number theory. It is freely available at http://pari.math.u-bordeaux.fr/ ] -- Robin Hankin Uncertainty Analyst National Oceanography Centre, Southampton European Way, Southampton SO14 3ZH, UK tel 023-8059-7743
2006 Nov 17
2
do.call("+", ...)
...lify=FALSE)) [1] 2828 doesn't do what I want (I would like a 2x3 matrix whose elements are the sum of corresponding elements in my list) How to do this nicely? -- Robin Hankin Uncertainty Analyst National Oceanography Centre, Southampton European Way, Southampton SO14 3ZH, UK tel 023-8059-7743
2005 Jun 13
3
extracting components of a list
...viz list (jj[[1]],jj[[3]]). How to do this efficiently? My only idea was to loop through jj, and set unwanted components to NULL, but FAQ 7.1 warns against this. -- Robin Hankin Uncertainty Analyst National Oceanography Centre, Southampton European Way, Southampton SO14 3ZH, UK tel 023-8059-7743
2007 Dec 19
3
array addition
...9 [2,] 4 9 14 8 10 [3,] 3 6 9 0 0 > Note the zeros at lower-right. Is there a ready-made solution to this? -- Robin Hankin Uncertainty Analyst and Neutral Theorist, National Oceanography Centre, Southampton European Way, Southampton SO14 3ZH, UK tel 023-8059-7743
2004 Nov 15
2
argument rationalization
...,20),1:20,rep(1,20)) I haven't got any that need five yet, but this may change in the future. How do I implement this desired behaviour nicely? (I pass the arguments to .C(), which is why I need this). -- Robin Hankin Uncertainty Analyst Southampton Oceanography Centre SO14 3ZH tel +44(0)23-8059-7743 initialDOTsurname at soc.soton.ac.uk (edit in obvious way; spam precaution)