search for: amu

Displaying 20 results from an estimated 32 matches for "amu".

Did you mean: am
2008 Jan 15
1
plot labeling and expressions
Hi all, I'm trying to use an iteration that appends something to vector 'peaklabels' like so: peaklabelNames <- append( peaklabelNames, substitute(i^{z+phantom()}*" ("*a*"AMU)",list(i="y2",z=2,a=0)) ) The vector is supposed to be used with 'text' to put labels on signals in an impulse plot. While not vectorized substitute(i^{z+phantom()}*" ("*a*"AMU)",list(i="y2",z=2,a=0)) works for me, the vectorized form do...
2007 Dec 19
4
Factor Madness
Why is class(spectrum[["Ion"]]) after this "factor"? spectrum <- cbind(spectrum,Ion=rep("", nrow(spectrum)),Deviation.AMU=rep(0.0, nrow(spectrum))) slowly going crazy ... Joh
2006 Feb 14
7
Action when database changes
Hello, Is it possible to trigger an action in a controller when a table from database changes? I thought about using an utility like cron (railscron) to check every, e.g. 2 s, if the table changed, but I am wondering if there is a solution a bit more ''elegant'': to trigger an action exactly when the change is made. Best regards, -- Kuba Nowak
2008 Jan 17
1
multiple text placements and expressions revisited
Hi all, I asked something like this earlier but decided that a proper minimal example might be helpfull ;0) Why does this work with regards to the expression (substitution): require(stats) plot(cars) text(5,120,labels=substitute(i^{z+phantom()}*"("*a*" AMU)",list(i="yx",z=2,a=0))) text(c(5,5),c(115,110),labels=c("One","Two")) But adding this (using a vector of expressions/substitutions) fails to print the expression correctly: text(c(5,5),c(105,100),labels=c(substitute(i^{z+phantom()}*"("*a*" AMU)&q...
2005 Nov 29
1
wavelet transform
...ponse and reproduction using a transform better suited to localized time events. Could anybody tell me if it's good or bad idea? -- Dominik Zalewski Adam Mickiewicz University, Department of Mathematics and Computer Science :: ul.Umultowska 87, room: B4-5 :: 61-614 Pozna? :: email: dominikz@amu.edu.pl, dominik.zalewski@gmail.com :: mobile: +48 692484801, phone: +48 618295333 :: gg: 2662959 :: www: http://www.staff.amu.edu.pl/~dominikz, http://tri.wmid.amu.edu.pl, http://nlb.amu.edu.pl
2006 May 01
2
Google Summer of Code with Xiph.org
All, I'm pleased to announce that Xiph.org has been selected as a mentoring organization for the 2006 Google Summer of Code program. So if you need a summer job, and there's something about free multimedia that's been bugging you, here's your chance! We've put up some project ideas for things we'd like to see in the wiki http://wiki.xiph.org/index.php/Summer_of_Code
2006 May 01
2
Google Summer of Code with Xiph.org
All, I'm pleased to announce that Xiph.org has been selected as a mentoring organization for the 2006 Google Summer of Code program. So if you need a summer job, and there's something about free multimedia that's been bugging you, here's your chance! We've put up some project ideas for things we'd like to see in the wiki http://wiki.xiph.org/index.php/Summer_of_Code
2006 May 01
2
Google Summer of Code with Xiph.org
All, I'm pleased to announce that Xiph.org has been selected as a mentoring organization for the 2006 Google Summer of Code program. So if you need a summer job, and there's something about free multimedia that's been bugging you, here's your chance! We've put up some project ideas for things we'd like to see in the wiki http://wiki.xiph.org/index.php/Summer_of_Code
2006 May 01
2
Google Summer of Code with Xiph.org
All, I'm pleased to announce that Xiph.org has been selected as a mentoring organization for the 2006 Google Summer of Code program. So if you need a summer job, and there's something about free multimedia that's been bugging you, here's your chance! We've put up some project ideas for things we'd like to see in the wiki http://wiki.xiph.org/index.php/Summer_of_Code
2006 May 01
2
Google Summer of Code with Xiph.org
All, I'm pleased to announce that Xiph.org has been selected as a mentoring organization for the 2006 Google Summer of Code program. So if you need a summer job, and there's something about free multimedia that's been bugging you, here's your chance! We've put up some project ideas for things we'd like to see in the wiki http://wiki.xiph.org/index.php/Summer_of_Code
2008 Feb 07
3
Empty data frame
Hi Sorry for banal question How to create empty data frame with for example 30 variables without typying: data.frame(x=1,y=1....) Jarek
2008 Jan 23
3
formula for nls
Hi! How to write in model's formula of type: nls(y~k/(x^n), data=data, start=list(k=1,n=1)) i.e the problem is on x^n, I(x^n) generate error thanks Jarek
2006 Feb 21
2
Bug#353868: logcheck-database: no longer ignores "spamd: checking message ..."
...1.2.43a Severity: minor Since last weekend's upgrade of logcheck-database from 1.2.42 to 1.2.43a, logcheck stopped ignoring routine SpamAssassin messages of the form Feb 20 21:36:16 tux64 spamd[4665]: spamd: checking message <20060220190721.0E0B41C5207 at llwb563.servidoresdns.net> for amu:7286 Could you please edit the second pattern in /etc/logcheck/ignore.d.paranoid/spamassassin to allow "checking" as an alternative to "processing"? Thanks! (Incidentally, in regard to #353793, which bit me as well, run-parts's filtering, though perhaps stricter than some...
2009 Apr 22
1
Cannot set user quotas
...45 -- 208 0 0 49 0 0 54321 -- 172 0 0 40 0 0 (4) Turn on quotas quoataon /home (5) Add a user quota setquota -u 12345 10000 11000 0 0 -a /dev/hda3 (6) Recalculate the quotas quotaoff /home quotacheck -amu quotaon /home (7) Check if the quotas are active ls ?l /home/aquota.user repquota /home [root at mail ~]# repquota /home *** Report for user quotas on device /dev/hda3 Block grace time: 7days; Inode grace time: 7days Block limits File limits...
2008 Jul 23
1
Sample on dataframe
Hi I'm looking for solution or function which I can use to sample data frame, to obtain new (smaller) data frame similar to sample() function Jarek Jasiewicz
2009 Sep 29
3
Equivalent for Matematica function Which...
Dear All! I'm looking for equivalent of Matematica function "Which" which works as follows: z = Which[x<10,0.3, 10<=x<20,0.5, 20<=x<100,1] where x is a vector I can replace it with custom function with set of ifelse but I'm looking for simpler and faster (much faster) solution best wishes Jarek
2011 Apr 12
0
Help required
...use: R> m=svm(Rexp ~ ., data=retrain, epsilon=10)Error in predict.svm(ret, xhold, decision.values = TRUE) : Model is empty! See? I think if you do a bit of exploration of the parameter space, you'll get it to work. -steve On Mon, Apr 11, 2011 at 10:50 PM, Sadaf Zaidi <s.zaidi.ke at amu.ac.in> wrote: > Dear Sir, > Thanks for ur prompt reply. The details are: > 1) I had an excel data file. I converted it into .csv file and loaded it into R. > 2) then I invoked e-1071 package and used the following code to tune the svm. >> retune<-tune(svm, Rexp~.,data=retrai...
2012 Jun 28
1
NIS expiration of passwords
Dear all, I have a NIS server which shares a database of users between some computers (nodes exactly) and I would like that, on the first login, the user changes its password. So, on the NIS server I have made: chage -d 0 USER Then: # cd /var/yp # make On the NIS server I have: chage -l USER Last password change : password must be changed Password expires
2012 Jul 23
2
'localyum' alias...
This alias should be a great default addition to the bashrc... as it helps install packages to a CentOS system from the mounted install CD before you get networking up and running... alias localyum='yum --disablerepo=* localinstall' Does Red Hat care about Requests for Enhancement? or is filing a bug pointless? FC
2008 Mar 09
1
Strange error porting from Core 2 Duo to Core Duo
...e version of Mac OSX Tiger Intel [Core Duo] (Mac Mini), I get the following unexpected extra text when I launch the app. I just noticed that the app seems to run fine if I'm patient and let it run on this slightly slower machine. 08:03:09:02:40:06 Main==> Start: Parameters:C:\PROG~FBU\HAUP~AMU\MVPStart.exe fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 360, std (d/m/y): 2/11/2008, dlt (d/m/y): 9/03/2008 This text above is referencing another exe that only is present on the Mac Mini, "C:\Program Files\Hauppauge MediaMVP\MVPStart.ex...