search for: soltions

Displaying 6 results from an estimated 6 matches for "soltions".

Did you mean: solutions
2007 Mar 05
4
about find the solution
If I want to find out the soltion of X1,X2 that min(3X1+2X2+X1X2) subject to 20<=X1+3X2<=50 10<=X1 which function or package can I use? Thanks.
2004 May 26
0
Voicemail Recordings
...default messages, and the 3 wav's that I recorded. I have format=wav set in the voicemail configuration, so I was wondering why asterisk used the gsm files rather then the wav's for the voice mail messages. -- Scott Brooks Network Operations Analyst Binary Solutions Ltd. sbrooks@binary-soltions.net
2004 May 26
1
ztdummy with kernel 2.6
...ng these functions directly(maybe it would not have broken under 2.6 if it was like that before) Has anyone ported the ztdummy module to 2.6? I don't really want to dive into it that far if someone already has. -- Scott Brooks Network Operations Analyst Binary Solutions Ltd. sbrooks@binary-soltions.net
2008 May 08
0
On 'Back' button of browser, drop down doesn't get refreshed
Hey guys, i have a drop down in my UI, which value gets filled by session[:sale]. <%= select_tag :sale_id, options_for_select([["Select Sale", "0"]] + @sales.collect { |s| [s.name, s.name] }, selected = session[:saleid]), { :id => "sale_id", :onchange => "search_verify();" } %> I have a post on, ''onchange'' event of it. if i
2004 Jun 30
2
Ring tone changes when asterisk answers the call
...s and is sounds like there is a lot of static on the line. Below is the part of the dial plan for answering the call. exten => s,1,Wait,1 exten => s,2,Answer exten => s,3,Dial(Sip/pfriedel,20,tT) Thanks -- Scott Brooks Network Operations Manager Binary Solutions Ltd. sbrooks@binary-soltions.net
2009 Apr 29
3
selecting ith rows of a matrix
Hi all, If I have a huge matrix/ dataframe and I want to create a new matrix/ dataframe with every second (or third, or fourth etc.) row of the original matrix, how can I do it? Any help much appreciated. Thanks, Umesh [[alternative HTML version deleted]]