search for: learing

Displaying 20 results from an estimated 56 matches for "learing".

Did you mean: clearing
2006 Aug 13
1
learing to make shell scripts
Is there a good book out there that a newbie can understand to learn how to make shell scripts professionally and properly? Mr. X
2008 May 30
5
LinkWord Language Learing Software W/ ActiveX error
Hi all, I am new to Wine and Linux. I am currently running Ubuntu 8.04 with Wine 1.0-rc2 on an old Dell Inspiron 2650 laptop. For the last couple of days, I have been trying to get my Linkword language learning software to work on my laptop (Rosetta Stone seems like a lost cause at this point). A little about this program, it is a "stand alone" type program, and by that I mean
2007 Sep 07
5
SQL like function?
Hi RUsers, I am wonder if I can search observations whose IDs matches any of the values in another vector, such as in MySQL. While I am learing MySQL for future database management, I appreciate if anyone could give me a hint. Suppose I have one 5*1 vector containing observation IDs and frequencies, and one 3*1 vector containing observation IDs. observation<-c(1,2,3,4,5) ID<-c(1,3,4) Then, I would like to program a code that ret...
2003 Jul 17
7
Speex support
What is the state of speex support in asterisk? I saw the codec seems to be there. Can speex be used on IAX2 links? Is there much work still to be done? many thanks, --J.
2004 Feb 01
4
I can't make .C(...) web-page example.
Hi everyone! I'm trying to lear how to call external C code in R but even the R help web-page example is drive me crazy. I copy-paste the example at: http://stat.ethz.ch/R-manual/R-patched/doc/manual/R-exts.html#Interface%20functions%20.C%20and%20.Fortran here is the example: void convolve(double *a, int *na, double *b, int *nb, double *ab) { int i, j, nab = *na + *nb - 1; for(i = 0;
2008 Apr 02
1
BRI hardware supported by 1.6 libpri ?
Hi, Has anyone information about BRI hardware supported by 1.6 libpri ? In another thread, I was told a basic BRI card with HFC chipset (Bewan Gazel 128) was supported but I would delighted to lear about other harwarde (and specifically about Digium B410P). Regards -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Jan 30
1
How to create own distance measure in cluster ?
Hi everyone, I want to create my own distance measure, other than 'euclidean' or 'manhatan', to use in cluster pckgs. To do this I think that I need to change dist(), in mva pckg, or daisy(), in cluster pckg. (or is there a cleaver way ?) But this functions are in fact things like: .Fortran( "daisy", ... ) or .C("dist",...). I tried unsuccessfully to find
2005 Nov 19
16
Looking to develop for scriptaculous
Hello All, I have just joined rails-spinoffs mailing lists and I would like to introduce myself. My name is Casey and I am a professional Web and J2EE developer currently working out of New York. I am very interested in contributing to the Scriptaculous javascript library. For the past few months I have been using certain functions in the library and I have to say that it has taken my
2006 Jan 11
6
Help -- NoMethodError in
Hi, I am just learing Rails and I am going through the Agile Web Development with Rails book. I am receiving: NoMethodError in Store#add_to_cart undefined method `add_product'' for #<StoreController:0x3764d80> RAILS_ROOT: ./script/../config/.. Application Trace | Framework Trace | Full Trace #{RAILS_RO...
2015 Jul 29
1
[LLVMdev] Loop Dependence Analysis(getDistance())
Hi, I am trying to use the DependenceAnalysis pass to get the Distance vector for the innermost loop. I am in LLVM learing process. I have used the following code inside my original code to get the distance vector. It is not giving any syntax error but it is has some logical but and giving segmentation fault. void getAnalysisUsage(AnalysisUsage &AU) const { AU.setPreservesAll(); AU.addRequired&l...
2005 Feb 23
1
Best practices direction
...es from work and everything is running. I want to do more, but before I do, I want to see if there are any "best practices" guide lines out there. I have my extensions.conf setup, but to me it looks really messy. At the moment, I do have a lot of test extensions in there that I will be clearing out that should help. But I still would like to know what is the preferred way of setting up the config files for optimum/clean use. I do my best to search for the answers on the list, wikki and google before coming here. I have seen a couple of books available on eBay and other places that are de...
2006 Nov 07
1
Help on processing an in-house apps timer file
Hi, Our in-house AS400 based application produce a timer file as follows: TranName,Date Time, TimeA,A+B, TimeB MAC00029,20061027 112500.030,703,703,0 MAC00029,20061027 112500.342,703,719,16 MAC00056,20061027 112500.920,484,500,16 MAC00029,20061027 112501.186,812,812,0 MAC00029,20061027 112502.092,672,672,0 MAC00029,20061027 112502.264,687,687,0 MAC00056,20061027 112503.264,453,453,0
2006 Feb 28
0
Question abour Draggables & Droppables - my code example
hi i think my example is very simple and straightforward so i''m not sure if it meets your needs (change revert:true to revert:false from a draggable after I drop it on a droppable so it doesn''t return to its original place.) i did this # 2 divs created here <script language="javascript"> new Draggable(''drag'', {revert: false});
2008 Jan 05
4
iP0020 Phone busy signal all the time.
Hello to you all. Just got my first iP0020 phone and no matter what I do to it when I try to call I get a busy signal even though Asterisk and the phone web gui shows that the phone is "registered". Has any body had any similar experience with this type of phone (or nay phone)? William Herrera LAN/WAN Technical Consultant LAN Solutions <http://www.lan-solutions.net/>
2007 Dec 10
7
Serious Geek RoR newbie: wishes to know EXACTLY what/where all is installed by packages. Tnx!
[TOP lINE: is there a linux program that will tell me where all the installed files went?] Hi all....great to be here... i''m pretty relentless yet very new to RoR and fairly new to Linux [went with ubuntu 7.10 for the time being - learing pure Deb and/or Slack/BDS for the future] anyhooo.. So... Coming from my highly understood XP install [frankly it feels yuk these days] i''m wishing to know the Linux way of finding out EVERYTHING that a package installs and WHERE it installs. I''m having a great time with nix and...
2008 Jul 23
1
[LLVMdev] Extending vector operations
On 23-Jul-08, at 12:15 PM, David Greene wrote: > On Monday 21 July 2008 15:21, Stefanus Du Toit wrote: > >> We would like to extend the vector operations in llvm a bit. We're >> hoping to get some feedback on the right way to go, or some starting >> points. I had previously had some discussion on this list about a >> subset of the changes we have in mind. >
2005 Oct 25
2
SpeexJitter and TCP/IP
Hi! I am still trying to clean the voice after procesing it with speex echo cancellation filter. I get some artifacts, the echo is removed, but you can here some metallic voices in background. Jean, in your test client you are using UDP connection and SpeexJitter to make sure UDP packets are in order. What if I use TCP/IP, do I still have to use SpeexJitter when using speex_echo_cancel ?
2007 Jul 03
2
NameSpases
Hi guys, I have a problem with namespases in Dovecot: namespace public { separator = / prefix = Public/ location = maildir:/home/mail/public } namespace private { separator = / prefix = inbox = yes } namespace private works well, but I can't subscribe to namespace Public in Outlooks Express, The Bat! and Mozilla Thunderbird. Outlook shows error 'Mailbox doesn't exist:
2005 Oct 31
0
(PR#7495) Function Body / Formals Bug
_________________________________________________________________________= ______________ Note: This e-mail is subject to the disclaimer contained at the bottom of= =20this message. _________________________________________________________________________= ______________ Just a note on the reported bug; it seems to be related to having a NULL function body. # this works > f <-
2007 Mar 14
2
Connection Refused
Mailer works fine when I''m running my app locally. But when I deploy it I keep getting this error in the log. Errno::ECONNREFUSED (Connection refused - connect(2)): Anyone have any idea what this could be? Thank in advance, Seth --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: