search for: chose

Displaying 20 results from an estimated 3041 matches for "chose".

Did you mean: those
2011 Jul 08
2
Selecting subset of a given vector
Hi there, given a numeric vector, I can select numbers within a specific range. However presently, I have something related but different problem. Suppose I have a numeric vector. Now take an arbitrary number. Goal to to chose a specific subset with a given length, from that given vector, so that those chosen numbers are centered around that given constant. Here is one example: ### My original vector Vec <- rnorm(1000) ### Now chose some arbitrary number Number <- 0 ### Chose the length of the resulting vector...
2011 Nov 14
3
nginx + unicorn deployment survey
...I''m wondering if you deploy nginx: 1) on the same machine that runs unicorn (exclusively proxying to that) 2) on a different machine that doesn''t run unicorn 3) both, nginx could forward to either to localhost or another host on the same LAN And of course, the reason(s) you chose what you chose. I''m inclined to believe many folks are on 1) simply because they only have one machine. Thanks in advance for your replies, I''m always interested in hearing user experiences with unicorn.
2016 Aug 31
1
Settings ACL question
...- In advanced pop-up you get a button "change permissions", click on it - Here you should get an error message because there no ACL on this object, they are inherited from parent. To change them you have to suppress inheritance and copy ACL on the object and children (for children you can chose to make them inherit from parent) - If there still is a button "change permissions", click on it - now you are facing a pop-up titled "Advanced Security Settings for <object name> - chose one ACE, click on Edit button - you get a new pop-up called "Permissions Entry for &l...
2015 Sep 20
2
Setting up BackupPC on CentOS-7
...pPC /etc/httpd/conf.d/BackupPC.conf /var/lib/BackupPC 6. Restart BackupPC and apache # systemctl restart backuppc # systemctl restart httpd 7. Now see if you can access BackupPC on your server: Browse to http://localhost/backuppc If this succeeds give username backuppc and the password you chose for yourself above 8. Now try the same on your laptop: Browse to http://helen/backuppc (substituting your server's name or IP address for "helen"). Again give username backuppc and the password you chose for yourself above. 9. Returning to the server, # cd /etc/BackupPC # vi...
2016 Apr 27
4
[PATCH V2 RFC] fixup! virtio: convert to use DMA api
On Wed, Apr 27, 2016 at 04:37:04PM +0300, Michael S. Tsirkin wrote: > One correction: it's a feature of the device in the system. > There could be a mix of devices bypassing and not > bypassing the IOMMU. No, it really is not. A device can't chose to bypass the IOMMU. But the IOMMU can chose to let the device bypass. So any fix here belongs into the platform/iommu code too and not into some driver. > Sounds good. And a way to detect appropriate devices could > be by looking at the feature flag, perhaps? Again, no! The way to detect t...
2016 Apr 27
4
[PATCH V2 RFC] fixup! virtio: convert to use DMA api
On Wed, Apr 27, 2016 at 04:37:04PM +0300, Michael S. Tsirkin wrote: > One correction: it's a feature of the device in the system. > There could be a mix of devices bypassing and not > bypassing the IOMMU. No, it really is not. A device can't chose to bypass the IOMMU. But the IOMMU can chose to let the device bypass. So any fix here belongs into the platform/iommu code too and not into some driver. > Sounds good. And a way to detect appropriate devices could > be by looking at the feature flag, perhaps? Again, no! The way to detect t...
2009 Jan 01
5
Allison Smith, Music-on-Hold Parody--outstanding.
Allison Smith just created a hysterical parody music on hold Parody. Whatever you were doing, stop, and dial this number to listen to it: 360-519-5689. 2 minutes. I just gave her a few ideas, but she took it and ran with it--she chose the audio and did the mix-down and everything. Really funny!! -Karl -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081231/32a5539b/attachment.htm
2009 Jan 27
6
Stoking a Religious War: Why Did You Go With Puppet Over Other Options?
Hi, Gang.. The Subject: line says it all. My organisation is looking at selecting a configuration management system. Any comments about why you chose Puppet over other options would be very helpful to us. Cheers, Tomcat --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com...
2006 Oct 02
3
Using NFS - which OS would you chose
Hi, I'm still looking at a large (under 100,000) user deployment of Dovecot, with a NetApp NFS server as the back-end storage. I've read a few remarks about needing the latest NFS patches from Trond Myklebust to prevent lock-ups. My management would be happiest with a vendor-supported distribution (and especially Suse Linux Enterprise Server 9 or 10). We will be running on an x86
2017 Jul 19
0
I want to contribute and chose right project for graduate thesis
Hello, I am student of IT from Croatia on finishing year for my bachelor's degree. For the graduate thesis I would like to contribute some open source project. For example it can be some bug fix. Language in I work is C. My knowledge is shown in programs on git profile: https://github.com/mkrajaci Project which I choose will be sent to my professor - mentor who will approve or not
2015 Sep 21
0
Setting up BackupPC on CentOS-7
.../lib/BackupPC > > 6. Restart BackupPC and apache > # systemctl restart backuppc > # systemctl restart httpd > > 7. Now see if you can access BackupPC on your server: > Browse to http://localhost/backuppc > If this succeeds give username backuppc and the password you chose for > yourself above > > 8. Now try the same on your laptop: > Browse to http://helen/backuppc > (substituting your server's name or IP address for "helen"). > Again give username backuppc and the password you chose for yourself above. > > 9. Returning to th...
2012 May 14
3
[LLVMdev] getMinimalPhysRegClass
Does anyone understand the purpose of : TargetRegisterInfo::getMinimalPhysRegClass ??? Why is there the presumption to use the minimal subclass? For Mips, it would work for me if we changed this to a virtual function and then I could override this to have it chose the proper register class based on the processor. I want to introduct a different register class for MIPS 16 but don't want it to chose MIPS 16 when I'm compiling for MIPS 32. We don't have any subclassing we are needing in MIPS, in the true sense of subclassing. Reed
2011 Mar 25
2
A question on glmnet analysis
...- coef(fit1, s=fit1.cv$lambda.min) Active.Index.fit1 <- which(Coefficients.fit1 !=0) Active.Coefficients.fit1 <- Coefficients.fit1[Active.Index.fit1] Active.Index.fit1 [1] 1 5 9 10 16 Active.Coefficients.fit1 [1] -1.28774827 0.01420395 0.70444865 -0.27726625 0.18455926 My optimal model chose 5 active covariates including intercept as first one. Second, I did the same things with alpha=0.5 option to do elastic net analysis. fit.2 <- glmnet(x15std, y, family="binomial", standardize=FALSE, alpha=0.5) fit.2cv <- cv.glmnet(x15std, y, family="binomial", standardiz...
2005 Dec 05
4
Broken links on CRAN
Dear List: When I click on the link to download a reference manual for a package on cran, I get an error message that the file is damaged and could not be repaired. I randomly chose various packages and the same error message appears. Are the links actually broken? I have also restarted my machine and closed and re-opened acrobat. I am using Windows XP, Acrobat Professional 6.0.0.5, and Explorer 6.0.2900.2180 Harold [[alternative HTML version deleted]]
2019 Jan 03
2
Windows ACLs on share
...already in all directions before. and you also said you were following this wiki > page: > > https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs > > Would you like to reconsider that ? yeees As mentioned some months ago, the german umlauts make it a problem to chose "domänen-admins" ... I reattack this one now.
2019 Jan 03
2
Windows ACLs on share
Am 03.01.19 um 17:30 schrieb Rowland Penny via samba: >> As mentioned some months ago, the german umlauts make it a problem to >> chose "domänen-admins" ... I reattack this one now. (fiddling with locales etc ...) > OK, then do as I do, create another group (I use one called Unix > Admins), add this group to the Domain Admins group, now use the new > group instead of Domain Admins. I chose the group "DOMA...
2005 Apr 14
3
PHPBB+Centos
I'm having a hard time getting PHPBB installed on Centos. We get the error that The PHP configuration on your server doesn't support the database type that you chose. We choose MySQL 3.x but get that error. Perhaps PHP4 isn't compatible with MySQL 3.23.58-1? -- <<JAV>>
2009 May 21
1
xen kernel can't boot
I had installed the kernel-xen-2.6.18-128.1.10.el5 .However ,when i chosed that,the system could't boot.It just always reboot!When i chosed the kernel-2.6.18-128.1.10.el5,there was nothing wrong! What's the problem? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20090522/6a...
2010 Jul 15
1
DomU install failure for Centos 5.5 using the "RHEL 5.4 and greater" OS option
Had some trouble getting Centos x64 installed as a guest in my new Centos 5.5 x64 server using Xen (thanks again for all the help getting the hardware virtualization turned on and confirmed yesterday!). When I chose OS Linux, and whatever they called the detailed OS subtype I chose the Red Hat Enterprise 5.4 and greater, and then tried to install Centos 5.5, the install started and I got into the graphics installer, but when it was supposed to start installing individual packages the whole virt-manager and con...
2010 Sep 17
4
Install directory
Hi! I am trying to install a software (etka for those who know it!). It is 2Go software and I dont want it to install on wine C: drive. I want to chose another partition BUT I can't click on the adress to change it (it is disabled) in wine, but not in win XP. I checked in wine config and I can see other partitions there but the software doesn't allow me to change! Anyone has a clue?