search for: mandy

Displaying 20 results from an estimated 772 matches for "mandy".

Did you mean: handy
2017 Aug 09
2
Fill in empty spaces modified
...example with base R functions only. I thought of splitting the first column to multiple lists and use one of the apply functions, but was not successful. Would apprecaite some hints on how to go about it. Thanks as always in advance?EK The posted data frame from the original posting: names val 1 Mandy 1 2 2 3 John 2 4 2 My modified data frame: val <- c(1,2,3,4,5,6,7,8) nam <- c("mandy","", "John","","","","Zara","") df1 <- data.frame(nam,val) nam val 1 mandy 1 2 2 3 John...
2017 Jun 24
6
Fill in empty cell in data.frame from previous value
Hello Total newbie here... I hope I read the guide properly I have the following data.frame (I read it from a CSV file I cannot change) names val 1 Mandy 1 2 2 3 John 2 4 2 I want to read the row number 2, but I want the first column to be ?Mandy? and not null print (frame[2,]) 2 Mandy 2 I can manipulate the data.frame once loaded How can I fill all cell in column ?names? with the previous value ? Or is there a function tha...
2006 May 22
13
Canceling a specific effect
Is there a way to cancel a specific effect? For instance; Effects are added to the queue. Before actually processing the effect, I''d like to check a condition & cancel the effect if necessary. Here''s the code excerpt: var menu = { toggleText: function(element,toggle) { var vis = $(element+''Text'').visible(); if (toggle && !vis)
2007 Aug 25
0
Asterisk & Speechphone/Mandi
Anyone on the list have a service from Speechphone called Mandi? Have you been able to set up SIP directly with Speechphones Server? If so, would you like to share how you did that? TIA -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070825/4ec320e5/attachment.htm
2017 Jun 25
0
Fill in empty cell in data.frame from previous value
...t's a one-liner. Jim On Sun, Jun 25, 2017 at 3:49 AM, Christophe Elek <christophe.elek at gmail.com> wrote: > Hello Total newbie here... I hope I read the guide properly > > I have the following data.frame (I read it from a CSV file I cannot change) > > names val > 1 Mandy 1 > 2 2 > 3 John 2 > 4 2 > > I want to read the row number 2, but I want the first column to be ?Mandy? and not null > > print (frame[2,]) > 2 Mandy 2 > > I can manipulate the data.frame once loaded > How can I fill all cell in column ?names?...
2017 Jun 25
0
Fill in empty cell in data.frame from previous value
...ow. Cheers, B. > On Jun 24, 2017, at 1:49 PM, Christophe Elek <christophe.elek at gmail.com> wrote: > > Hello Total newbie here... I hope I read the guide properly > > I have the following data.frame (I read it from a CSV file I cannot change) > > names val > 1 Mandy 1 > 2 2 > 3 John 2 > 4 2 > > I want to read the row number 2, but I want the first column to be ?Mandy? and not null > > print (frame[2,]) > 2 Mandy 2 > > I can manipulate the data.frame once loaded > How can I fill all cell in column ?name...
2006 Apr 05
1
Firefox - Form within a table issue
...this issue before? Oversimplified Problem: I have a table within which I have a form - <body> <table> <tbody id=''table_body''> <form id=''table_form''> <tr> <td><input type=text name=name value=mandy> <br /> <input type=text name=age value=26> <br /></td> </tr> <tr> <td><input type=button name=serialize_form value=serialize_form OnClick="alert(Form.serialize(''table_form''))"></td>...
2006 Jan 14
3
In place editing and external control
Dear all, First I''d like to thank authors for so nice Scriptaculous and Prototype libraries, which helped me already a lot! I have question regarding externalControl parameter in InPlaceEditor. If I understand correctly, I can use that to have one image as a trigger to enter edit mode? I tried with below code but without success: <span id="id1">My text</span>
2002 Nov 28
3
Samba3.0Alpha21- error on logging in to KDC
...y "/usr/kerberos/bin/kinit administrator@xxx.com", but error returned as "KDC has no support for encryptions type while getting the initial credentials" , then I can't go on for creating the acount. Do you know what's going wrong ? Thanks a lot for your time Regards, Mandy
2017 Jun 25
1
Fill in empty cell in data.frame from previous value
...t's a one-liner. Jim On Sun, Jun 25, 2017 at 3:49 AM, Christophe Elek <christophe.elek at gmail.com> wrote: > Hello Total newbie here... I hope I read the guide properly > > I have the following data.frame (I read it from a CSV file I cannot change) > > names val > 1 Mandy 1 > 2 2 > 3 John 2 > 4 2 > > I want to read the row number 2, but I want the first column to be ?Mandy? and not null > > print (frame[2,]) > 2 Mandy 2 > > I can manipulate the data.frame once loaded > How can I fill all cell in column ?names?...
2006 Jan 09
6
inPlace Editor
HI, I am a new to the group. I have run into the following issue. The following works fine <h1 id="tobeedited">To be edited</h1> <script> new Ajax.InPlaceEditor($(''tobeedited''), ''_ajax_inplaceeditor_result.html'', { ajaxOptions: {method: ''get''} }); </script> But I want to pass some more
2006 Jan 11
9
Prototype & Cookies
...5 cookies for my domain 5 of the cookies would either get dropped or not be set (as there is a limit of 20 cookies per domain). For such cases, I would actually want to combine hypothetically 5 cookies into one - the cookie could be called global cookie and it''s value is a hash like (name: mandy, email:mandiv@hot..) and so on. All this can be done using the conventional ways but just wondering if someone has made it easy working with cookies :) Let me know your thoughts. Thanks and Regards, Mandy. _______________________________________________ Rails-spinoffs mailing list Rails-spino...
2009 Jan 19
3
"gdi32.dll" failed to initialize, aborting
I have a really weird issue which started when I installed some truetype fonts on my system. So far I've been able to verify this with Wine 1.1.3 and am about to test with Wine 1.1.13. doneill at mandy /World of Warcraft $ winecfg doneill at mandy /World of Warcraft $ winecfg err:module:attach_process_dlls "gdi32.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\winecfg.exe" failed, status c0000005 What you&...
2007 Apr 16
2
indexing a subset dataframe
...nt #142 from the subset dataframe this tries to reference by a numerical index but there are only 130 data points in the subset dataframe hence the "subscript out of bounds" message. So I guess my question is how do I reference the data points to drop from the regression by name? Thanks Mandy ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ WARNING: This email and any attachments may be confidential ...{{dropped}}
2020 Jul 22
2
Err: Naming violation
Mandi! Rowland penny via samba In chel di` si favelave... > You probably cannot, you seem to have added the misc.schema incorrectly (it > probably cannot be added correctly) > Please stop trying to get NIS to work with AD, you do not need it, nobody > use NIS with AD, actually very few people still use NIS. Apart that this is not 'NIS', but a draft (and expired) schema used
2006 Feb 17
7
Released: window dialog script
Hello, First, please let me thank you to Ryan Gahl and Jerod Venema for their patient help - really appreciated their input - I couldn''t have done this script without their support. Today I released a dialog script based on scriptaculous and prototype. A demo can be seen here: http://net4visions.com/dev/dialog/dialog.htm . Please see the readme and changelog file for details. Your
2005 Dec 04
5
Javascript Logging
...2 javascript logging scripts (outside of scriptaculous). Lumberjack: http://gleepglop.com/javascripts/logger/ log4js: http://jroller.com/page/stritti?entry=logging_in_javascript_log4js Could you guys shed some light on what would be a good logger class to use with our scripts. Thanks in advance, Mandy.
2018 Jun 13
4
NSS and group enumeration in CUPS...
On Wed, 13 Jun 2018 17:07:39 +0200 Marco Gaiarin via samba <samba at lists.samba.org> wrote: > Mandi! L.P.H. van Belle via samba > In chel di` si favelave... > > > Ok thats strange, this works fine since Jessie and up. > > Ahe,, probably i'm not explaining me well. I've not 'windows' > troubles, i've troubles accessing CUPS web interface,
2005 Oct 25
2
Content-Type: application/rdf+xml
...ponse received from a rdf file using DOM. However, I am not able to get anything in the responseXML. It always returns null. Following is the content type I receive from the server. Content-Type: application/rdf+xml Can someone let me know how I can receive this as an xmlObj? Thanks in advance, Mandy. _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2004 Jul 20
2
Newbie question: configuration for virtual users
...ecot is the right daemon for me. I'll be using it with Exim. I am running a few tens of users on my server, most of them small numbers of people part of a small company, e.g. example.com. At present I have exim delivering to mbox in each virtual user's mail folder. So, for chris, john and mandy @ example.com, I have /home/example/Mail/ chris john mandy All of the users in example.com run under the same uid and gid (example). I like to separate these 'virtual' users from the real system users for security reasons. I presently serve up these mboxes via...