search for: parenthes

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

Did you mean: parenthese
2006 Jan 21
8
scriptaculous accordion feature - Jump?
Trying the accordion feature as offered at: http://wiki.script.aculo.us/scriptaculous/show/accordion+feature The objective is to remove the "jump" reported in the Rico accordion feature. My demo of the scriptaculous feature, however has a noticeable jump when tested if FireFox. and IE Win. See: http://www.jimdavis.org/accord3.html Have I implemented this incorrectly? Jim
2011 Apr 06
3
function order
Dear All I'm trying to sort a matrix using function order, Some thing really odd: e.g. abc<-cbind(c(1,6,2),c(2,5,3),c(3,2,1))## matrix I want to sort if I do abc[ order(abc[,3]), increasing = TRUE] the result is correct [,1] [,2] [,3] [1,] 2 3 1 [2,] 6 5 2 [3,] 1 2 3 But if I want to sort in decresing order: abc[ order(abc[,3]), decreasing = TRUE] the
2006 Jul 12
11
ruby-debug 0.1.3
Hello Everyone, I''m pleasant to announce the release of ruby-debug 0.1.3. If you think that ruby-breakpoint is too limited for your needs and debug.rb brings your application to its knees, you might find this small extension useful. INSTALL It''s a usual procedure: $ gem install ruby-debug DOCS This library has almost identical interface with the standard debug.rblibrary.
2007 Feb 24
6
dial a pager and enter DTMF
Probably just a simple syntax issue, but does anyone know how to dial a number and the once phone has been answered, play DTMF tones and then disconnect. I am trying to use this for page notification. Ive been trying the following string with out luck: exten => s,2,Dial(SIP/TelaSip-gw4/5198881212|D(12345678) Any help would be greatly appreciated! -------------- next part -------------- An