search for: jeet

Displaying 20 results from an estimated 20 matches for "jeet".

Did you mean: feet
2009 Apr 20
1
R build fails during make when configured with "--with-x=no" (PR#13665)
Full_Name: Jeet Sukumaran Version: 2.9.0 OS: OS X / Rocks 5.1 Submission from: (NULL) (66.45.136.241) If R is configured using the "--with=x=no" option, then the make fails with the following error: make[4]: Entering directory `/home/jeet/Scratch/r-build/on-frontend/R-2.9.0/src/modules/vfonts' gc...
2010 Jun 01
5
Help barplots
...quot;, border = NA, space = 5, ylim = c(0,45)) I wanted to mark the position say on chromosome 1 (40.2) I need to mark 10.2 and on other also. I also want to set the scale of y axis from 0,5,10,15,20,25,30,35,40,45 i.e gap of 5 instead of 10. please help me to solve my query....gurus. Thank you Jeet [[alternative HTML version deleted]]
2010 Jun 10
2
points marking
Hi, How to mark points on x axis of a graph keeping x axis as constant and changing y from y1 to y2 respectively. I want to highlight the area from y1 to y2. Any suggestions Thank you Jeet [[alternative HTML version deleted]]
2006 Jan 28
8
how to pass search parameters to pagination links
...s pagination. Now how to pass the search paramters (i.e. params[:program][:program_name] in my controller) to the pagination links (next and previous) in my search results view so that the last search parameters are passed on to the search method in the controller that builds the next page. --Jeet -- Posted via http://www.ruby-forum.com/.
2007 Jun 23
1
regarding testcode in xenstore
..../tools/libxc -I. -DTESTING -c -o fake_libxc.o fake_libxc.c fake_libxc.c:41: error: conflicting types for ‘xc_evtchn_notify’ ../../tools/libxc/xenctrl.h:692: error: previous declaration of ‘xc_evtchn_notify’ was here make: *** [fake_libxc.o] Error 1 Can anyone please tell me how to resolve it TIA Jeet __________________________________________________________ Yahoo! India Answers: Share what you know. Learn something new http://in.answers.yahoo.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2007 Jun 23
1
regarding testcode in xenstore
..../tools/libxc -I. -DTESTING -c -o fake_libxc.o fake_libxc.c fake_libxc.c:41: error: conflicting types for ‘xc_evtchn_notify’ ../../tools/libxc/xenctrl.h:692: error: previous declaration of ‘xc_evtchn_notify’ was here make: *** [fake_libxc.o] Error 1 Can anyone please tell me how to resolve it TIA Jeet __________________________________________________________ Yahoo! India Answers: Share what you know. Learn something new http://in.answers.yahoo.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Feb 01
1
Rails pagination problem
...:include works fine on Program.find(...) in console as below: >> p = Program.find(:all, :include => [:status], :order => ''program_name'' ).each { |prog| puts prog.status_code, prog.status.Status} Is this a sql server issue or I am not doing something correctly. --Jeet -- Posted via http://www.ruby-forum.com/.
2006 Jan 17
2
change error messages for Validation helpers?
...lidation error (e.g. with validate_presence_of) I would like to customize the field name. For example for telephone whose field name is PhoneNumber I would like to chnage it to "Telephone Number cannot be empty" rather than "Phonenumber cannot be empty". Is that possible? --Jeet -- Posted via http://www.ruby-forum.com/.
2010 Jun 04
1
Shapes in barplots
...rgl') for this purpose, but when I am doing library(rgl), it shows Error in library(rgl) : there is no package called 'rgl' What are the other ways to build such plots of variuos shapes. Is that *TeachingDemos *replace it..I am not sure how to use it for such task. Thanks in advance Jeet [[alternative HTML version deleted]]
2009 Apr 20
0
R build fails during make when configured with "--with-x=no" (PR#13666)
jeet at ku.edu wrote: >=20 > If R is configured using the "--with=3Dx=3Dno" option, then the make fa= ils with the > following error: ,,,, > make[1]: *** [R] Error 1 > make[1]: Leaving directory `/home/jeet/Scratch/r-build/on-frontend/R-2.= 9.0/src' > make: *** [R] Error...
2006 Jan 04
2
how to display validation error messages for multiple record form
I am trying to figure out how to display model validation error messages for a multiple record form. My form is for setting up new accounts and collects information for two models - Accounts and Users. My create method collects the parameters from the form and adds them to a Account object and a User object then runs account.valid? and user.valid?. If it''s valid it updates the models
2006 Feb 10
0
Update two models that have belongs_to relationship
...gives the error: Violation of PRIMARY KEY constraint ''PK__point_of_contact__1F2E9E6D''. Cannot insert duplicate key in object ''point_of_contacts'' ...... Doing update_attributes on individual model works but that is two calls? Is there a better way to do it? --Jeet -- Posted via http://www.ruby-forum.com/.
2011 Mar 02
0
task_struct in xen
.../* offsetof(struct task_struct, pid) # */ Can some one please tell me if this is the correct structure to access the struct task_struct by passing the pid of a process. Also it would be great if someone could redirect me to some examples currently used in xen. Thank you very much Regards, Jeet _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Jan 24
0
Showing error messages for two models as one heading
...Is there anyway to override that to show just one error message heading e.g. <heading>Program could not be saved because of errors</heading> <subError>Program name is blank.</subError> <subError>Point of Contact phone number is blank.</subError> Thanks. --Jeet -- Posted via http://www.ruby-forum.com/.
2000 Mar 13
0
following your openssh footsteps
On Mon, Mar 13, 2000 at 07:43:09AM -0800, jeet M wrote: > Mate, > I seem to be doing the same install you are for open > ssh on a solaris 7 box. I am getting the same error > you did when starting sshd (no RSA support in libssl > and libcrypto ...). I've installed zlib, > openssl-0.9.5 and egd-0.6, did the LDFLAGS and CF...
2000 Mar 13
1
checking for OpenSSL/SSLeay directory.....
...match his reference. I have installed openssl with rsa support in the /usr/local/ssl directory and set the LDFLAGS, LIBS and CFLAGS env variables before configuring (with egd pool option). I have also tried setting the with ssl dir option during configure, but it returned the same error. Thanks, Jeet __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com
2000 Apr 02
3
Printing to a Jet Direct card
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Everyone, Will samba handle printing to a printer connected to the network with a jet direct card. I currently print to a locally connected laser jet 4 plus and need to add a color printer as well. Will samba handle printing to an IP address or is the only solution to try and add another parrallel port. I am running RH 6.1 and Samba 2.06. I
2006 Jun 01
5
Content Management System
...xible to change layout. So far I have looked at http://rcms.oopen.de/Home/ (have not installed it yet) http://adminpages.flowdev.de http://demo.radiantcms.org/admin/pages http://www.eribium.org/eribium/ MuraveyWeb does not seem to be active anymore. Anything else around free or paid version? --Jeet -- Posted via http://www.ruby-forum.com/.
2010 Jun 05
1
rgl installation failure
.../Rtmp0QurXP/downloaded_packages’ Updating HTML index of packages in '.Library' Warning message: In install.packages("rgl") : installation of package 'rgl' had non-zero exit status Can anyone tell me ahat exactly I am missing while my installation. Thank you in advance Jeet [[alternative HTML version deleted]]
2007 Mar 12
14
paging mechanism clarification
paging mechanism clarification Hi All, The Xen uses 2 level Paging Mechanism to resolve the Virtual Addresses into frame numbers from domU.The first level is taken care by the MMU for the domU i.e translation from virtual address to the physical address just like normal paging mechanism. The second level of translation is done by the Xen hypervisor.It translates the pseduo physical address