search for: kavitha

Displaying 14 results from an estimated 14 matches for "kavitha".

2009 Aug 12
3
Obtaining the value of x at a given value of y in a smooth.spline object
...n a spline fit point y_new, I want to be able to find out what value of x_new yielded this fit value. How to do so? (This problem is the inverse of the predict.smooth.spline function, which takes x_new as input and yields the corresponding y_new fit value) Any insight is much appreciated! Thanks, Kavitha [[alternative HTML version deleted]]
2010 Mar 20
2
Converting a character string into a data frame name and performing assignments to that data frame
...orm the assignment statements below ? colnames(variable.df) = colnames(some.other.df) variable.df = rbind(variable.df, some.other.df) write.table(variable.df, file=some.file) Doing eval( substitute( colnames(var), list(var=as.name(variable.df) ) ) ) didn't get me all the way there. Thanks! Kavitha
2009 Oct 02
6
split-apply question
Hi, I have a data frame that looks like this: >x x1 x2 x3 A 1 1.5 B 2 0.9 B 3 2.7 C 7 1.8 D 7 1.3 I want to "group" by the x1 column and in the case of multiple x$x1 values (e.g., "B")d, return rows that have the smallest values of x2. In the case of rows with only one value of x1 (e.g., "A"), return the row as is. How can I do that?
2009 Jun 28
1
applying a function to a pair of components for each row of a list
...2.1969611 -2.0574250 -1.8737694 [19] -1.6357864 -1.3478118 -1.0228402 -0.6708884 -0.2973863 0.0922034 [25] 0.4935457 I would like to plot each of these points onto an existing plot. ie., For each (x,y) pair, I would like to do: >points(x,y) How can I do this in a vectorized manner? Thanks! Kavitha [[alternative HTML version deleted]]
2016 Apr 06
4
CentOS 7.2 rootfs for i386
Hi I want to build a small rootfs for 32 bit CentOS to the same I plan to build the entire OS but I see https://wiki.centos.org/HowTos/I_need_the_Kernel_Source kernel_build for 32 bit is not supported . Please let me know anybody has built the same Thanks Kavitha
2009 Oct 22
1
tapply with multiple arguments that are not part of the same data frame
Hi all, I would like to invoke a function that takes multiple arguments (some of which are specified columns in the data frame, and others that are independent of the data frame) on split parts of a data frame, how do I do this? For example, let's say I have a data frame >fitness_data name height weight country rob 5.8 200 usa nancy 5.5 140 germany jen
2013 Apr 30
1
[LLVMdev] New Register allocation algorithm
Hi, I wanted to write a new register allocation algorithm. I wrote it the same way RegAllocFast has been written and registered it. I added it to ForceCodegenLinking struct as well. But after build, it is not listed in llc --help. I tried to change the registered name of greedy algorithm to something else and that doesnt seem to be reflecting in llc help either. Am i supposed to build llvm
2016 Apr 06
0
CentOS 7.2 rootfs for i386
On 04/05/2016 11:23 PM, kavitha bk wrote: > Hi > > I want to build a small rootfs for 32 bit CentOS to the same I plan to > build the entire OS > but I see > https://wiki.centos.org/HowTos/I_need_the_Kernel_Source > kernel_build for 32 bit is not supported . Please let me know anybody has > built the same...
2016 Apr 06
0
CentOS 7.2 rootfs for i386
On 04/05/2016 11:23 PM, kavitha bk wrote: > Hi > > I want to build a small rootfs for 32 bit CentOS to the same I plan to > build the entire OS > but I see > https://wiki.centos.org/HowTos/I_need_the_Kernel_Source > kernel_build for 32 bit is not supported . Please let me know anybody has > built the same...
2016 Oct 12
0
Need help to Build entire CentOS distro
...it checkout c7 4. get_sources.sh You can get this script from below. git clone https://git.centos.org/git/centos-git-common.git cp centos-git-common/get_sources.sh to kernel folder. 5. git checkout c7 But I want to build entire CentOS distro.Please let me know the build procedure? Thanks Kavitha
2005 Dec 06
0
GRE Tunnels
...LIMIT is not set # CONFIG_NET_IPIP is not set CONFIG_NET_IPGRE=y # CONFIG_NET_IPGRE_BROADCAST is not set # CONFIG_IP_MROUTE is not set # CONFIG_ARPD is not set ------------------------------------------------------ Any ideas to tune up the tunnel performance would be greatly Appreciated. Thanks, Kavitha _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2014 Apr 12
4
[Bug 2225] New: sshd core dumps when used in high scaled environments.
https://bugzilla.mindrot.org/show_bug.cgi?id=2225 Bug ID: 2225 Summary: sshd core dumps when used in high scaled environments. Product: Portable OpenSSH Version: 6.2p1 Hardware: All OS: All Status: NEW Severity: major Priority: P5 Component: sshd Assignee: unassigned-bugs at
2018 Jun 30
4
Developed an issue with Samba File Server integrated with Samba-AD
...valid users = administrator write list = administrator, at Management inherit permissions = Yes recycle:exclude = *.tmp recycle:maxsixe = 0 read list = administrator, at Management [Marketing] recycle:maxsixe = 0 comment = Marketing Files vfs objects = recycle read list = administrator,kavitha,kokila recycle:versions = Yes recycle:touch = Yes browseable = no recycle:exclude = *.tmp valid users = administrator,kavitha,kokila recycle:repository = /storage/CSfiles/marketing/.recycle/%U path = /storage/CSfiles/marketing write list = administrator,kavitha,kokila veto files = "*...
2013 Apr 30
0
[LLVMdev] New Register allocation algorithm
Hi, I wanted to write a new register allocation algorithm. I wrote it the same way RegAllocFast has been written and registered it. I added it to ForceCodegenLinking struct as well. But after build, it is not listed in llc --help. I tried to change the registered name of greedy algorithm to something else and that doesnt seem to be reflecting in llc help either. Am i supposed to build llvm