search for: nima

Displaying 17 results from an estimated 17 matches for "nima".

Did you mean: ima
2014 Jul 24
0
Migration from mbox/maildir++ to mdbox
...to the new system. Unfortunately I can't get dsync to do that. Using a config that specifies only one namespace allows me to convert either mboxes or Maildirs to mdboxes but not both. Using the above config dsync somehow thinks the source and destination are the same: Syncing mailbox for user nima (136 MB) Setup done. doveadm(root): Debug: Loading modules from directory: /usr/lib/dovecot/modules doveadm(root): Debug: Module loaded: /usr/lib/dovecot/modules/lib20_zlib_plugin.so doveadm(root): Debug: Loading modules from directory: /usr/lib/dovecot/modules/doveadm doveadm(root): Debug: Module...
2012 Mar 16
1
Segfault while calling fexact in C
...amp;emin, &prt, &p, &workspace, &mult); printf("%d %f\n", i, p); } return 0; } I statically linked the program to libRmath, which I don't suppose has anything to do with problem. I also dynamically linked to libRmath.so which yielded the same problem. nima@nima-laptop:~/BioProject/fet$ gcc -I/usr/share/R/include -lm fexact.c /usr/lib/libRmath.a nima@nima-laptop:~/BioProject/fet$ ./a.out 0 0.408431 1 0.408431 2 0.408431 3 0.408431 4 0.408431 .... .... 4003 0.408431 4004 0.408431 4005 0.408431 Segmentation fault Any help would be highly appreciated :...
2007 Apr 21
3
queries
...the font of the title (Histogram of …) smaller. 3. Have a different word below the histogram than the one occurring in the title (right now if you choose X for your variable, it comes both above the histogram (in the phrase Histogram of X) and below it). Thanks for your time, Nima --------------------------------- [[alternative HTML version deleted]]
2012 Nov 04
1
blackboost (mboost package) function leads to non-reclaimable memory usage
...already posted a similar question on stackoverflow <http://stackoverflow.com/questions/13195733/how-can-i-remove-invisible-objects-form-an-r-workspace-that-are-not-removed-by-g> , however haven't gotten any solutions yet. The following code and output illustrates my quesion: Thanks Nima -- View this message in context: http://r.789695.n4.nabble.com/blackboost-mboost-package-function-leads-to-non-reclaimable-memory-usage-tp4648391.html Sent from the R help mailing list archive at Nabble.com.
2011 Jul 21
0
Bounding ellipse for any set of points
The mvee() function is intended to be released under the BSD license. Copyright (c) 2009, Nima Moshtagh Copyright (c) 2011, Andy Lyons All rights reserved. http://www.opensource.org/licenses/bsd-license.php Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must...
2009 Jul 16
1
Statistics Data Manager in Novartis Spain - Barcelona
...erested please contact Jimena at jimena.aldasoro-ext at novartis.com. Regards, Marco ######################################################################### - Puesto: Data Manager Estad?stico Marketing - N?mero de plazas: 1 - Tipo de contrato: Temporal - Inicio: Agosto 2008 - Duraci?n m?nima esperada de: 6 meses - Jornada: 8 horas - Perfil solicitado: Estad?stica deseable posgrado o cursando master. Capacidad de presentaciones, comunicaci?n, empat?a y interrelaci?n con red de venta y management. - Programas inform?ticos: R, Excel avanzado, VBA conocimientos, SAS o Splus o Minitab o...
2011 Mar 25
0
Bounding ellipse for any set of points
...############## ## mvee() ## Uses the Khachiyan Algorithm to find the the minimum volume enclosing ## ellipsoid (MVEE) of a set of points. In two dimensions, this is just ## the bounding ellipse (this function is limited to two dimensions). ## Adapted by Andy Lyons from Matlab code by Nima Moshtagh. ## Copyright (c) 2009, Nima Moshtagh ## [1]http://www.mathworks.com/matlabcentral/fileexchange/9542 ## [2]http://www.mathworks.com/matlabcentral/fileexchange/13844 ## [3]http://stackoverflow.com/questions/1768197/bounding-ellipse ## ## Parameters...
2009 Dec 17
2
some help regarding combining columns from different files
Dear all, Here is my code which am using to combine 5th column from different data sets. Here is the function to do my job genesymbol.append.file <-NULL gene.column <- NULL readGeneSymbol <- function(files,genesymbol.column=5){ for(i in fnames){ temp <- read.table(fnames,header=T,sep="\t",stringsAsFactors=F,quote="\"")
2005 Dec 14
1
mgen & tc
Hello, I have the following proplem. My DiffServ configuration is working fine when I do ping, but when I use mgen the packets are not detected at the core router. Here is my core router configuration: #!/bin/bash tc qdisc add dev eth1 handle 1:0 root dsmark indices 64 set_tc_index tc filter add dev eth1 parent 1:0 protocol ip prio 1 tcindex mask 0xfc shift 2 tc qdisc add dev eth1 parent
2009 Jan 08
0
Wrong behaviour in pdb_get_set.c: pdb_get_pass_can_change_time?
...et within the ldap. Conclusion: set or don't set sambaPwdCanChange in ldap makes absolutely _NO_ difference. We think this is a clear bug. I attached a patch, wich I think honours, both the policy and the user- specific value, while keeping the magic number 'feature' also. Greetings, Nima Samii Schulsupport -- NETCOLOGNE Gesellschaft f?r Telekommunikation mbH Am Coloneum 9 ? 50829 K?ln Tel. (02 21) 22 22-699 Fax (02 21) 22 22-275 E-Mail nsamii@schulen-koeln.de Internet http://www.netcologne.de http://sinn.kbs-koeln.de Gesch?ftsf?hrer: Werner Han...
2018 Jun 19
3
Paquete dismo, cálculo coeficiente de variación
Estimados erreros, Estoy intentando entender como calcula el paquete dismo ( https://cran.r-project.org/web/packages/dismo/index.html) un coeficiente de variación. Os pongo un ejemplo: tmin <- c(10,12,14,16,18,20,22,21,19,17,15,12) # temperatura mínima media mensual de un año tmax <- tmin + 5 # temperatura máxima media mensual de un año prec <- c(0,2,10,30,80,160,80,20,40,60,20,0) #precipitación media mensual de un año biovars(prec, tmin, tmax) #este comando calcula una serie de variables relevantes para la distribución de especies. #El res...
2018 Jun 19
2
Paquete dismo, cálculo coeficiente de variación
...reros, > > > > Estoy intentando entender como calcula el paquete dismo ( > > https://cran.r-project.org/web/packages/dismo/index.html) un coeficiente > > de > > variaci?n. Os pongo un ejemplo: > > tmin <- c(10,12,14,16,18,20,22,21,19,17,15,12) # temperatura m?nima media > > mensual de un a?o > > tmax <- tmin + 5 # temperatura m?xima media mensual de un a?o > > prec <- c(0,2,10,30,80,160,80,20,40,60,20,0) #precipitaci?n media mensual > > de un a?o > > biovars(prec, tmin, tmax) #este comando calcula una serie de variables &g...
2003 Dec 01
0
No subject
...0 (PDT) Received: from win2kcomp ([24.182.155.116]) by femail14.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010514024720.WRVU12893.femail14.sdc1.sfba.home.com@win2kcomp> for <samba@samba.org>; Sun, 13 May 2001 19:47:20 -0700 From: "Nima Negahban" <negahbann@home.com> To: <samba@samba.org> Subject: Windows 2k Service Pack 2 Date: Sun, 13 May 2001 22:45:19 -0400 Message-ID: <000501c0dc1f$ec88d060$6401a8c0@win2kcomp> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Mailer: Microsoft Ou...
1998 Aug 28
0
getting started with SAMB - I think
I have NT 4.0 , Solaris x86 2.5 , and RedHat Linux 5.0 on my work computer. The Building uses NT 4.0 as its network. about 3000 users I want to just to be able to use NT 4.0 printers from unix, and also, but I don't think it's possible, hook up with MicroSoft Exchange Server to get to my E-Mail from UNIX. I can use Netscape from both UNIX'es above.
1998 Sep 08
0
getting started with SAMBA
> I have NT 4.0 , Solaris x86 2.5 , and RedHat Linux 5.0 on > my work computer. > > The Building uses NT 4.0 as its network. about 3000 users > > I want to just to be able to use a NT 4.0 printer from unix, and > also, but > I don't think it's possible, hook up with MicroSoft Exchange > Server > to get to my E-Mail from UNIX.
2007 Jan 21
1
Form question
Hey all, this is a pretty simple (I think) question regarding forms I have two models, one is message.rb class Message < ActiveRecord::Base belongs_to :user validates_presence_of :user_id end and the second is user.rb class User < ActiveRecord::Base has_many :messages end Then I also have a form which will let me specify which User a Message belongs to. <p><label
2002 Oct 08
1
Some tests fail if rsync is not on path (with patch)
While installing rsync on a new Sun Netra running Solaris 2.8, two tests (chgrp and hardlinks) failed. I found that these tests execute rsync while other successfull tests exectute $RSYNC. It is fortunate that my shell path was quite restricted and that no earlier version of rsync was installed on my path. The system would have run the chgrp and hardlinks tests with an earlier rsync if it had