search for: en&q

Displaying 20 results from an estimated 146 matches for "en&q".

2014 Oct 14
1
low frequency content
Hello, We are trying to figure out how to preserve the low-frequency content when we try to convert a .wav file to an .opus file. What settings in Opus that can accomplish this? Sincerely, Vinson Go cid:image001.png at 01C94EE1.4DA09EF0 TBSI - SIMPLICITY in Neuro-Solutions <http://www.tbsi.biz/> Tethered and Wireless Solutions for Neural Record...
2010 Jul 12
1
Comparison of two very large strings
Hi, I have a function in R that compares two very large strings for about 1 million records. The strings are very large URLs like:- http://query.nytimes.com/gst/sitesearch_selector.html?query=US+Visa+Laws&type=nyt&x=25&y=8. .. or of larger lengths. The data-frame looks like:- id url 1 http://query.nytimes.com/gst/sitesearch_selector.html?query=US+Visa+Laws&type=nyt&x=25&y=8. .. 2 http://query.nytimes.com/search/sitesearch?query=US+Visa+Laws&srchst=cse 3 http://www.google.com/search?hl=en&q=us+student+visa+changes+...
2007 Mar 29
2
Re: [Xapian-commits] 7990: trunk/xapian-core/ trunk/xapian-core/bin/ trunk/xapian-core/tests/harness/
On Thu, Mar 29, 2007 at 03:39:01PM +0100, richard wrote: > bin/xapian-tcpsrv.cc,tests/harness/testsuite.cc: First of many > parts of a large patch from Mark Hammond working towards enabling > remote databases on windows. When displaying errors which might > be socket errors, display the error number as well as the output > of strerror - on windows, strerror doesn't display useful > information for socket errors. This code might offer a better fix: http://www.g...
2006 Sep 05
2
question about passing array of AR objects to worker
got a wierd problem maybe someone can help with. whenever i try to pass an array or AR objects to my worker, i end up with a DRb object in the worker...here''s an example class SearchWorker < BackgrounDRb::Rails attr_reader :resources def do_work(resources) logger.info resources.inspect end end class SearchController < Appl...
2006 May 15
0
Ottawa Asterisk User Group Kickoff - Wed -- May 17 -- 5:00
Hello, Please join us Wednesday May 17th for an informal kickoff to openly discuss and formulate a plan to resurrect the Ottawa Asterisk User Group as well as discuss additional topics of interest that impact the VOIP marketplace and may also be included in our collective strategy. We'll also hear from the folks responsible for the Canadian Association of VOIP...
2009 May 08
4
monitoring traffic through shorewall
Dear All, I have been using -- shorewall-4.0.14-1 on Centos 5.2 and its been working just great. i would like to monitor shorewall traffic ( i mean the allowed and dropped traffic passing through my firewall )with a browser from any location apprecite if someone could help me or advice me which software or add on uti...
2007 Mar 21
1
ses ActiveDirectory and also Ldap and Kerberos.
Hi i'm student and my final project is related to Voip. I have Asterisk almost fully configured. The next step is to accept login of users, that data is in Universitys database which uses ActiveDirectory and also Ldap and Kerberos. It's possible? I don't want authentications in sip.conf, but in other rem...
2008 Feb 14
2
Quoting using JS in Rails 2
Hello all, I''m looking for a good solution to provide "smart quoting" for an app I''m making. The end-user workflow I''m hoping to accomplish is this: * User reads entry, ie a blog post or a news article * User highlights a passage in the entry in his browser * User clicks a link in the page and a form appears. The form''s text area should contain the highlighted text. (This is...
2006 May 11
18
Object constructors - Noob Question
Hi: Sorry if this is a painfully stupid question... I have some data I need through the life of someone''s session. In the application controller, I grab the data and store it like so: session[:foo] = @foo Now, whenever I need to access data about foo I don''t need to cause any DB io, I can just grab foo from the session (it''s very small fyi). Here''s what I have: # Instantiate Foo @foo = Foo.new() @foo = session[:foo] # Grab Bar with Foo @bar = @foo.bar Is this the bestest Rails w...
2007 Nov 26
1
Pls delete this off the internet IMMEDIATELY
http://groups.google.com/group/linux.samba/browse_thread/thread/d669e5e24f24e1f6/236c73e8a362b5e6?hl=en&q=jpmchase.com#236c73e8a362b5e6 ----------------------------------------- This communication is for informational purposes only. It is not intended as an offer or solicitation for the purchase or sale of any financial instrument or as an official confirmation of any transaction. All market pri...
2008 Nov 10
1
Configuring idmap for a Samba 3.2.4 AD member server
I'm hoping somebody can point me to the right documentation for setting up the following scenario. Earlier this year I had Samba 3.0.28a working as a member server of a (Windows Server 2003) AD domain, using Solaris 10 and Heimdal Kerberos. I was able to log into the server using AD accounts, getent passwd worked, etc. I was using "secruity=ads...
2011 Mar 27
6
Asking Favor For the Script of Median Filter
...29 13 [2,] 4 6 12 5 9 [3,] 25 3 22 14 24 [4,] 2 15 26 23 19 [5,] 28 18 10 11 20 This is example original matrices of an image. I want apply with median filter with window size 3X# to remove salt and pepper noise in my matric. Here are the script I attend to writing.The script and output shown as below: > MedFilter<-function(mat,sz) + {out<-matrix(0,nrow(mat),ncol(mat)) + for(p in 1:(nrow(mat)-(sz-1))) + {for(q in 1:(ncol(mat)-(sz-1))) + {outrow<-median(as.vector(mat[p:(p+(sz-1)),q:(q+(sz-1))])) + out[(p+p+(sz-1))/2,(q+q+(sz-1))/2]&lt...
2006 Apr 09
16
Rails 1.1.2: A tiny fix for gem dependencies
The new gem version dependency system from Rails 1.1.1 needed a few tweaks to work properly and to stop throwing meaningless warnings. This tiny release makes up for that. To install: * gem install rails * rake rails:update:configs (to get the latest config/boot.rb) This release also signals our new commitment to do more...
2009 Nov 24
2
SLES 10 client keeps removing and re-adding accounts to groups
SLES 10 clients keeps removing and re-adding accounts to groups. Can''t use this product in production as a result, I''d like to use it though. Using clients 25.1 with master 25.1 This keeps re-occuring with every single puppet client run: Nov 24 09:57:09 puppetd[26915]: (//unixuser/User[jdoe]/...
2005 Jun 13
9
SIP Listen to multiple ports
Hello all I'm trying to get my asterisk config to listen to multiple ports. This is since some clients have port 5060 blocked by their ISP. Does anyone know how to do this in sip.conf or if it is even supported? Thanks!
2011 Dec 01
3
AGI script that uses google's text to speech engine
Hello, I have written an AGI script for asterisk that uses google translate for text to speech synthesis. It supports a variety of different languages, local caching for the voice data and wideband audio. The voice in most languages is female and the quality of the synthesized speech is very high. More info about the sc...
2004 Jul 13
3
Applications of TDMoE
Hi All, Please bear my ignorance but what is TDMoE used for? Illustrations with practical applications, scenarios or set ups will be most appreciated. Thanks Luan
2004 Jul 13
1
Re: Applications of TDMoE "critch"
Juan, I dont see people here with "attitude" or any need to shut down this list as you suggested. Contrary to your experience, I find people to be quite helpful here. Steven's comment "Start here and then ask a real question" is definitely not arrogant IMHO. He is just trying to knock some etiquette on Luan. Besides, he did give him all the answer Luan was looking for. People take out time from their bus...
2005 Mar 22
5
Enhanced 911
Can Asterisks properly handle outbound Enhanced 911? Blake
2002 Jun 04
4
"X11 font at size 16 could not be loaded"
Hi, I'm using plot.lda (R1.4.0 on linux) and, if dimen > 2, I get the error: Error in text.default(x, y, txt, cex = cex, font = font) : X11 font at size 16 could not be loaded The traceback indicates that the problem comes from pairs(). I've tried several cex and font values, always with the same error. The same command works fine with...