similar to: Combination that adds a value

Displaying 20 results from an estimated 10000 matches similar to: "Combination that adds a value"

2011 Apr 22
3
Reading a TIFF file
Dear all, I have been trying to speed up a process we have been done in ArcGIS. We have to read a single layer TIFF (monochrome image) in . For this, I have used the "rtiff" package. After reading the TIFF file, I compared the raw values for each pixel that I have in ArcGIS to the ones obtained in R. In ArcGIS I have discrete values in the range 0..255, while in R I have continuous
2008 Jul 25
1
Chi-square parameter estimation
Hi. I have made 100 experiments of an M/M/1 queue, and for each one I have calculated both, mean and variance of the queue size. Now, a professor has told me that variance is usually chi-squared distributed. Is there a way in R that I can find the parameter that best fits a chi-square to the variance data? I know there's fitdistr()m but this function doesn't handle chi-square. I believe
2009 Dec 18
1
Numerical Integration
Dear @ll. I have to calculate numerical integrals for triangular and trapezoidal figures. I know you can calculate the exactly, but I want to do it this way to learn how to proceed with more complicated shapes. The code I'm using is the following: integrand<-function(x) { print(x) if(x<fx[1]) return(0) if(x>=fx[1] && x<fx[2]) return((x-fx[1])/(fx[2]-fx[1]))
2002 Feb 20
2
IT WORKS!!!
We're compiling a detailed solution for this problem... We'll be posting it ASAP... Julio Rojas jrojasuft.edu.ve ----- Original Message ----- From: "Mats olsson" <mace2442@hotmail.com> To: <jrojas@uft.edu.ve>; <samba-technical@lists.samba.org> Sent: Wednesday, February 20, 2002 4:05 AM Subject: Re: [Samba] IT WORKS!!! > Howabout publishing the working
2002 Feb 18
1
samba 3.0 -
How do I interpret what this mean? @"prfmstrt2+Domain Users" What is prfmstrt2? Is that a group created in /etc/group or the domain name? I take it the + is a winbind seperator. I modified the separator to be + instead of /, which it appears as by default because everybody seems to be using + for some reason (I thought that was for nis). My domain is INS. I tried to use
2006 Feb 28
1
GUI Crashes (PR#8649)
Full_Name: Julio Rojas Version: 2.2.1 OS: XP Pro Submission from: (NULL) (213.60.4.253) I was debugging a program with browser "()", made a couple of "plot"'s within the debugging console. Switched back from the plot window to the console window using the mouse, without closing the plot window, and the GUI crashed and disapeared. The program is still runing in memory, but
2002 Mar 06
2
Mail Problems...
Hi... After all our work trying to authenticate sendmail via Winbind, we have a weird problem right now... The user authentication, and the connection to both POP3 and SMTP is very slow, except for my own computer, that works very fast... And my computer is the only one in 1000+ clients... FYI, I use Outlook Express 6, but everyone at my office use it also... So, I don't think the problem is
2002 Feb 14
1
Failure with authentication using Winbind and SMTP
Hi, my name is Julio Rojas and I've trying to get my Linux (RedHat 7.2) Email Server using Sendmail to use my NT Domain account database. To accomplish this we have tried with Winbind and it has worked for longins at the server and for POP3 authentication, but we haven't been succesful at SMTP authentication. All the emails sent to my Linux server are rejected with the message USER
2002 Feb 15
1
HEAD problems...
Hi, after Andrew Barlett's advice I reinstalled my Samba server with version 3.0 alpha HEAD. I cannot join my Windows domain. With version 2.2.3a I used the following command: smbpasswd -j DOMAIN -r PDC -U ADMINISTRATOR If I use this command with HEAD, the following message is presented: see 'net rpc join' for this functionality I reviewed the 'net' man page but it's
2018 Jul 26
4
(no subject)
Tengo instalado samba AD en centos 7, pero tengo un inconveniente para sincronizar mis clientes con el servicio NTP, el estado esta en failed, tiene que ver con el socket. Que permisos se le debe de asignar? [root @ adsserver ~] # systemctl status ntpd ● ntpd.service - Servicio de hora de red Cargado: cargado (/usr/lib/systemd/system/ntpd.service; habilitado; proveedor preestablecido:
2012 Sep 12
4
Trying to use pipes in R
Hi, I'm trying to use pipes in R. By now, I could launch the linux command "wc" (to count words from a text), but I don't know how to capture the results, say in a vector of chars... Here is the R code I'm trying: :> f <- pipe("wc", open="w") :> writeLines(c("uno dos tres", "cuatro cinco", "seis"), f) :> close(f)
2012 Jan 03
2
dialplan -> dial command -> custom ringtone
i could add "r" option in dial command. this will generate a ringtone during connection. could i change this default ringtone? i tried indications.conf but not success. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120103/77a4d48f/attachment.htm>
2002 Feb 19
1
Quick configure question (RH 7.2 + samba 2.2.3a)
Just a quick question, I am trying to get samba reconfigured on my system to support ACLs. I was hoping to use the same scheme that the RedHat binary uses when placing my files (bins, mans, libs, etc...), I think I've got most of them sorted out (by referencing a bin installed system). I was hoping to use the flag --prefix= when configuring samba. (I think) I want to set / as the prefix.
2017 Apr 26
2
Contributing a new sanitizer for pointer casts
Hi Vedant, > I enjoyed reading through your EuroLLVM slides and OOPSLA paper. > Detecting the creation of contract-violating pointers is an > interesting idea, and your paper demonstrates that the checking can > be comprehensive and effective. Glad you enjoyed them. :-) > However, I have concerns about the quality of diagnostics, the > complexity of the driver, and about
2007 May 21
2
logger anybody?
Hello, When trying to use logger into any RSpec I get: logger anyboundefined local variable or method `logger'' for #<#<Class:0x278bee0>:0x253cdec> Not sure if this is the spected behaviour (haven''t checked under the hood) It was just annoying not having a logger instance available as in Rails out of the tests. -- An?bal Rojas http://www.rubycorner.com
2007 May 29
5
Trouble defining a stub method for a controller
Hello, Not sure if I am doing something really wrong (let''s not say stupid for now), but I haven''t been able to stub a controller method like: controller.stub!(:logged_in?).and_return(true) Please help, this is driving me nuts ;-) -- An?bal Rojas http://www.rubycorner.com http://www.hasmanydevelopers.com
2012 Apr 12
1
Generate combination of strings
Hey all, I am trying to generate a number of vectors with string combinations. The below code solves my initial problem, however I would prefer not hardcoding the positions of the 'objects' as in the future the number of 'objects' could increase. Is there a way to loop over these objects and generate the same output? The same goes for the 'maxspacer'. Thanks a whole
2011 Jan 29
1
How to apply a two-place function to each combination of elements in two vectors of different lengths?
Dear expeRts, I somehow can't manage to do the following: Given two vectors x and y of lengths 3 and 2, respectively, I would like to apply a function to each combination of the entries of x and y and receive a 3-by-2 matrix containing the results. Now outer() seems to be the way to go, but outer() expands the vectors first, which leads to errors in my function. Here is the minimal example:
2010 Apr 30
5
Mount drbd/gfs logical volume from domU
Hi list, I setup on 2 Xen Dom0s drbd/gfs a logical volume, this works as primary/primary so both DomUs will be able to write on them at the same time. But I dont know how to mount them from my domUs, I can see them with fdisk -l. The partition is /dev/xvdb1 SHould I install gfs on domUs and mount them on each as gfs partitions? [root@p3x0501 ~]# fdisk -l Disk /dev/xvda: 5368 MB, 5368709120
2009 Nov 09
6
Move domU lvm based to another dom0
Hi guys, I need to move an lvm based domU from one dom0 to another dom0. How do you guys do ths? xm save/restore doesnt have the option to specify lvm target as the storage. Thanks Chris _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users