search for: simplfy

Displaying 18 results from an estimated 18 matches for "simplfy".

Did you mean: simplify
2005 Mar 10
1
R: LIST function and LOOPS
hi all another simple question. i've written a dummy program so that you get the concept. (the code could be simplfied such that there are no loops. but lets leave the loops in for now.) z1<-function(w) { for (i in 1:w) { set.seed(i+6) ss<-0 for (j in 1:5) { set.seed(j+1+(i-1)*6) r<-rnorm(1) ss<-ss+r } list(ss=ss) } } check.1<-z1(3) check.1 the results is: $ss [1]
2007 Dec 20
0
polymorphic has_many :through Vs Inheritance
...:spec belongs_to :part belongs_to :nest end class Part << ActiveRecord::Base has_many :specs, :through => :speclines end class Nest << ActiveRecord::Base has_many :specs, :through => :speclines end ------------------------------------- Now the question is, how do I simplfy this? Option 1 is polymorphic associations. But do they work with has_many :through? Or, seeing that nests and parts are similar, should I make them children of a parent class that I then have the association on that? What would that look like? Any help would be appriciated. -Dave -- Posted vi...
2005 Dec 13
0
Updated version of gdata, gtools, gplots and gmodels
Hello, We have submitted the updated version of gdata, gmodels, gplots and gtools to CRAN. Summary of the changes is attached at the end. Best, Nitin ______________________ Nitin Jain, PhD <nitin.jain at pfizer.com> Non Clinical Statistics Pfizer, Inc. (Groton, CT) Bldg: 260, # 1451 Ph: (860) 686-2526 (Office) Fax: (860) 686-6170 Brief description of changes: CHANGES IN GDATA 2.1.2
2005 Dec 13
0
Updated version of gdata, gtools, gplots and gmodels
Hello, We have submitted the updated version of gdata, gmodels, gplots and gtools to CRAN. Summary of the changes is attached at the end. Best, Nitin ______________________ Nitin Jain, PhD <nitin.jain at pfizer.com> Non Clinical Statistics Pfizer, Inc. (Groton, CT) Bldg: 260, # 1451 Ph: (860) 686-2526 (Office) Fax: (860) 686-6170 Brief description of changes: CHANGES IN GDATA 2.1.2
2006 Jul 28
1
Normal score transform of spatial data
List: I have 2 related questions: (1) first I have x-y-z data, where x & y are the geographic locations of point values, z. I need to perform a normal score transform on the z-values and maintain their geographic location. So, how do I go from columns x-y-z to x-y-z-t (or x-y-t), where the t-values are the normal score transforms of the z-values? Can I use qnorm(ppoints(data)) to do
2008 Apr 15
1
[ANNOUNCE] Samba 4.0.0alpha3
...rror if it cannot locate an appropriate Python installation. SWAT Disabled: Due to a lack of developer time and without a long-term web developer to maintain it, the SWAT web UI has been disabled. Oplock support: Samba4''s file server now supports oplocks GNU Make: To try and simplfy our build system, we rely on GNU Make to avoid autogenerating a massive single makefile. Account Expiry: Samba4 now better handles installations over 30 days old (thanks to our long-suffering testers for keeping installations around that long!) Registry: Samba4 registry interoperabilit...
2013 Feb 05
0
[PATCH v3] tcm_vhost: Multi-target support
...sed by guest. 2. No need to pass the tpgt number in struct vhost_scsi_target to tcm_vhost.ko. Only wwpn is needed. 3. We can always pass max_target = 255 to guest now, since we abort the request who's target id does not exist. Changes in v2: - Handle non-contiguous tpgt Changes in v3: - Simplfy lock in vhost_scsi_set_endpoint - Return -EEXIST when does not match Signed-off-by: Asias He <asias at redhat.com> --- drivers/vhost/tcm_vhost.c | 131 +++++++++++++++++++++++++++++----------------- drivers/vhost/tcm_vhost.h | 4 +- 2 files changed, 85 insertions(+), 50 deletions(-) diff...
2013 Feb 05
0
[PATCH v3] tcm_vhost: Multi-target support
...sed by guest. 2. No need to pass the tpgt number in struct vhost_scsi_target to tcm_vhost.ko. Only wwpn is needed. 3. We can always pass max_target = 255 to guest now, since we abort the request who's target id does not exist. Changes in v2: - Handle non-contiguous tpgt Changes in v3: - Simplfy lock in vhost_scsi_set_endpoint - Return -EEXIST when does not match Signed-off-by: Asias He <asias at redhat.com> --- drivers/vhost/tcm_vhost.c | 131 +++++++++++++++++++++++++++++----------------- drivers/vhost/tcm_vhost.h | 4 +- 2 files changed, 85 insertions(+), 50 deletions(-) diff...
2008 Jun 30
0
[ANNOUNCE] Samba 4.0.0alpha5
...he C library) will fix some of the slowness in authentication. SWAT Remains Disabled: Due to a lack of developer time and without a long-term web developer to maintain it, the SWAT web UI remains been disabled (and would need to be rewritten in python in any case). GNU Make: To try and simplfy our build system, we rely on GNU Make to avoid autogenerating a massive single makefile. These are just some of the highlights of the work done in the past few months. More details can be found in our GIT history. CHANGES ======= Those familiar with Samba 3 can find a list of user-visible...
2008 Jun 05
0
[ANNOUNCE] Samba 4.0.0alpha4
...n error if it cannot locate an appropriate Python installation. SWAT Remains Disabled: Due to a lack of developer time and without a long-term web developer to maintain it, the SWAT web UI remains been disabled (and would need to be rewritten in python in any case). GNU Make: To try and simplfy our build system, we rely on GNU Make to avoid autogenerating a massive single makefile. Registry: Samba4's registry library has continued to improve. ID mapping: Samba4 uses the internal ID mapping in winbind for all but a few core users. Samba users should not appear in /etc/passw...
2007 Nov 28
3
Centos 5.1 distro: How to upgrade 5.0 to 5.1 with yum??
Hi, Redhat announced RHEL 5.1 on Nov 07, so hopefully CentOS 5.1 will be ready shortly. But I get kind of nervous of the arrival of 5.1. My problem is: I have hundreds Centos 5.0 boxes just finished installation and I will continue to install and upgrade hundreds more in next few months. With the arrival of Centos 5.1, I don't like to reinstall them anymore but continuous upgrade instead
2007 Nov 17
18
Syntax Problem
I admit I am stuck. I am converting a legacy php site to ROR. The old site uses MD5, a security flaw waiting to happen. I upgraded to AAA and am adding code in the session_controller.rb file to see if crypted_password is blank. If it is, crypt and check the password against the old md5 version and write it in the new crypted_password field. Here is my code add on before the logged_in?: def
2012 Jan 11
12
[PATCH 00/11] Btrfs: some patches for 3.3
...s: check the return value of io_ctl_init() Btrfs: remove BUG_ON()s in btrfs_ioctl_setflags() Btrfs: reserve metadata space in btrfs_ioctl_setflags() Btrfs: don''t pass a trans handle unnecessarily in volumes.c Btrfs: don''t pre-allocate btrfs bio Btrfs: simplfy calculation of stripe length for discard operation Btrfs: rewrite btrfs_trim_block_group() Btrfs: update global block_rsv when creating a new block group Btrfs: fix possible deadlock when opening a seed device fs/btrfs/disk-io.c | 2 - fs/btrfs/extent-tree.c |...
2007 Apr 18
3
Per-cpu patches on top of PDA stuff...
Hi Jeremy, all, Sorry this took so long, spent last week in Japan at OSDL conf then netconf. After several false starts, I ended up with a very simple implementation, which clashes significantly with your work since then 8(. I've pushed the patches anyway, but it's going to be significant work for me to re-merge them, so I wanted your feedback first. The first patch simply changes
2007 Apr 18
3
Per-cpu patches on top of PDA stuff...
Hi Jeremy, all, Sorry this took so long, spent last week in Japan at OSDL conf then netconf. After several false starts, I ended up with a very simple implementation, which clashes significantly with your work since then 8(. I've pushed the patches anyway, but it's going to be significant work for me to re-merge them, so I wanted your feedback first. The first patch simply changes
2016 Jun 08
12
Intended behavior of CGSCC pass manager.
Hi Chandler, Philip, Mehdi, (and llvm-dev,) (this is partially a summary of some discussions that happened at the last LLVM bay area social, and partially a discussion about the direction of the CGSCC pass manager) A the last LLVM social we discussed the progress on the CGSCC pass manager. It seems like Chandler has a CGSCC pass manager working, but it is still unresolved exactly which
2007 Sep 25
50
[patch 00/43] lguest: Patches for 2.6.24 (and patchbomb test)
Hi all, These are the patches I'm planning to submit for 2.6.24. Comments gratefully accepted. Along with the usual cleanups and improvements are Jes' de-i386-ification patches, and a new "virtio" mechanism designed to be shared with KVM (and hopefully other hypervisors). Cheers, Rusty. Documentation/lguest/Makefile | 30 Documentation/lguest/lguest.c
2007 Sep 25
50
[patch 00/43] lguest: Patches for 2.6.24 (and patchbomb test)
Hi all, These are the patches I'm planning to submit for 2.6.24. Comments gratefully accepted. Along with the usual cleanups and improvements are Jes' de-i386-ification patches, and a new "virtio" mechanism designed to be shared with KVM (and hopefully other hypervisors). Cheers, Rusty. Documentation/lguest/Makefile | 30 Documentation/lguest/lguest.c