search for: amps

Displaying 20 results from an estimated 1034 matches for "amps".

Did you mean: amp
2010 Jul 01
2
Sweave function
Dear list, I have a question about the interaction between R code and Latex language trough the Sweave function in the package "utils". What I'm trying to do is to write a report. Contrary to the examples shown in the Sweave Manual in which table already constructed by R are "exported" on Latex files, what I would like to do is to build a table in which I combine text and
2011 Jan 28
2
internet connection tester script
http://pastebin.com/raw.php?i=rykHdvBh bix.hu and www.yahoo.com are "pingable" test sites. 127.0.0.1 could not be pinged [firewall drops all icmp] i have a "oneliner" that echoes if theres "internet connection or no". $ ping -W 1 -c 2 bix.hu >& /dev/null && ping -W 1 -c 2 www.yahoo.com >& /dev/null &&
2005 Dec 08
3
scoping issues?
Can anyone please help me understand whats happening here? Thanks Tom getAmpRatio<-function(v_amps){ #calculates the amplitude ratios between the 3 largest amps and the rest bigamp<-0 map<-rep(TRUE,length(v_amps)) for(iLoc in 1:3){ bigamp<-bigamp+max(v_amps) map[which.max(v_amps)]<-FALSE v_amps<-v_amps[map] map<-rep(TRUE,length(v...
2006 Jan 28
7
Setting up FSTAB
I am setting up Xen for the first time and have run into a problem. My system was initially setup with Fedora Core 4. I was able to successfully create a File-backed VBD. When I boot the domain,I get an error message that is listed at the end of the below boot messages. I suspect the problem is casued by my fstab. However, I am not sure how it should be configured. Fstab listed also. Any pointers
2010 Sep 16
1
Help for an absolutely r-noob
Hello together, I am an absolute noob in R and therefore I need help urgently. I have received a script from my tutor with plot functions in it. However, I can' manage to adapt these plots. The hole script is as follows: setwd("E:/") ##### (1) Read data ### dat <- read.table("Komfort_Tatsaechliche_ID_Versuchsreihe_1.txt", header=TRUE, sep="\t",
2020 Sep 27
2
CentOS 8 Install as DOMU in PV Environment
Christoph, I understand this is the better option if HVM is available.. Im not sure how to make use of this kernel in a non-HVM, PV environment. I'm a little disturbed by the fact that there isnt PV support in CentOS 8, I hope it comes later so at least PVH becomes an option. As for using this kernel in a PV only environment, the only route would be attempting an in place upgrade and try to
2013 Apr 14
2
[LLVMdev] C++AMP -> OpenCL (NVPTX) prototype
After reading about Intel's 'Shevlin Park' project to implement C++AMP in llvm/clang, and failing to find any code for it, I decided to try to implement something similar. I did it as an excuse to explore and hack on llvm/clang, which I hadn't done before, but it's now at the point where it will run the simplest matrix multiplication sample from MSDN, so I thought I might
2006 Aug 25
3
RJS Error: Element.update is not a function
Hi, I have implemented some RJS code and I have the same exact code in 2 different places. In one place I get the error "Element.update is not a function" and the other place works fine. Any idea why this error is coming? Breaking my head. -Vinod --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on
2015 Dec 02
2
[RFC PATCH 4/5] subdev/clk: print the base clocks
Hi, On 05:42 PM - Dec 01 2015, Karol Herbst wrote: > this is just a nice thing to know and there is no harm in printing them > --- > drm/nouveau/nvkm/subdev/clk/base.c | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > > diff --git a/drm/nouveau/nvkm/subdev/clk/base.c b/drm/nouveau/nvkm/subdev/clk/base.c > index d731bc3..df9173e 100644 > ---
2005 Sep 09
2
AMP 1.10.009 released!
Hello all, Asterisk Management Portal 1.10.009 has now been released. This exciting new version has several notable additions (listed below). The AMP homepage is http://amp.coalescentsystems.ca. Here you'll find links to the download, install guide, and documentation wiki. As usual, please use amportal-users mailing list for discussions about AMP:
2017 Apr 06
4
[Bug] FTS double escaping
Hi, i'm trying to resolve few problems with indexing 'From' headers using FTS/Solr. I was tcpdumping the communication between Dovecot and Jetty/Solr and noticed that 'From' headers, which includes also sender's name, are double escaped. This is what was Dovecot sending to Solr: </field><field name="from">Name Surname &amp;lt;test at
2013 Apr 14
0
[LLVMdev] C++AMP -> OpenCL (NVPTX) prototype
----- Original Message ----- > From: corngood at gmail.com > To: llvmdev at cs.uiuc.edu > Sent: Saturday, April 13, 2013 9:13:57 PM > Subject: [LLVMdev] C++AMP -> OpenCL (NVPTX) prototype > > After reading about Intel's 'Shevlin Park' project to implement > C++AMP in > llvm/clang, and failing to find any code for it, I decided to try to > implement >
2015 Dec 02
0
[RFC PATCH 5/5] clk: allow boosting only when NvBoost is set
> Pierre Moreau <pierre.morrow at free.fr> hat am 2. Dezember 2015 um 02:26 > geschrieben: > > Hi Karol, > > I have some comments below. > > On 05:42 PM - Dec 01 2015, Karol Herbst wrote: > > 0: disable boosting (cap to base clock from the vbios) > > 1: boost only to boost clock from the vbios > > 2: boost to max clock available > > --- >
2005 Mar 28
4
AMP-1.10.007 Released!
Hello all, The "Secret Agent" final release of the Asterisk Management Portal is now available for download: http://amp.coalescentsystems.ca/ This exciting new release adds a great deal of functionality and flexibility. Thank you for all the contributions and feedback! 1.10.007 - Added AMP Users (multi-department, basic multi-tenant) - Added incremental upgrade script
2005 May 11
3
Astlinux & AMP
Hi all, Has anyone had experience with installing AMP on a soekris box running Astlinux? Is it possible ? Cheers, Callum
2015 Dec 02
0
[RFC PATCH 4/5] subdev/clk: print the base clocks
> Pierre Moreau <pierre.morrow at free.fr> hat am 2. Dezember 2015 um 02:34 > geschrieben: > > Hi, > > On 05:42 PM - Dec 01 2015, Karol Herbst wrote: > > this is just a nice thing to know and there is no harm in printing them > > --- > > drm/nouveau/nvkm/subdev/clk/base.c | 16 ++++++++++++++++ > > 1 file changed, 16 insertions(+) > > >
2005 Feb 03
1
AMP with SUSE9.2 (Apache2)
Hi all, After pinging the AMP userlist at SourceForge, I got a great step by step explanation as to how to set up AMP for Apache2 (some maybe obvious stuff that wasn't in the Newbie Guide). Thanks to Jason Becker of Coalescent Systems. If anyone needs me to post Jason's instructions here, I can, but they are in a thread called "AMP noob issues with Apache2/Suse9.2" at
2009 Aug 19
3
Fitting a logistic regression
Hello, I have this data: Time AMP 0 0.2000000 10 0.1958350 20 0.2914560 40 0.6763628 60 0.8494534 90 0.9874526 120 1.0477692 where AMP is the concentration of this metabolite with time. If you plot the data, you can see that it could be fitted using a logistic regression. For this purpose, I used this code: AMP.nls <- nls(AMP~SSlogis(Time,Asym, xmid, scal), data
2006 Feb 13
1
Bug in AMP 1.10.010 in sip outbound callerid
If you define a sip peer, wheather or not you put an entry in the field OUTBOUND CID, if you dial an external extension (let's say an extension on another asterisk server, connected via IAX2 connection) the callerid received by the foreign asterisk is device <YOURNUMBER>: i.e device <567> If you take a look at etc/asterisk/sip_additional.conf, you can see under the SIP extension
2005 Jan 11
3
AMP Anyone?
Hi all, I have been using Asterisk for a while now, and loving it. Just about to update to 1.0 (running like 0.93) I was wondering if anyone has any expertise in the implementation of AMP onto an existing Asterisk install? The instructions for it all deal with a fresh install of Asterisk, and I would hate to be forced to re-configure. Any advise would be greatly appreciated. David A. Morrow