search for: mandi

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

Did you mean: andi
2017 Aug 09
2
Fill in empty spaces modified
Hi All? I was looking at a posting from June-17. I managed to solve it. However, when I changed the example in the posting, my solution will work only once at a time which was mentioned by Jim Lemon on his response to the original posting. This means that my solution will have to be repeated as many times as the maximum number of spaces on each gap; something that may not work well for large
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
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/attac...
2017 Jun 25
0
Fill in empty cell in data.frame from previous value
Hi Chris, You may know about the *apply family of functions. These slice various data structures and "apply" a specified function to each slice, usually returning a list of return values. As far as I am aware, you can't access adjacent rows unless you reformat the data structure. There is a way to do this particular job. It requires the sequence operator (:), the ifelse function and
2017 Jun 25
0
Fill in empty cell in data.frame from previous value
Run it through a loop. I assume the cell contents is NA (Not Available). Test for it with is.na(). Whenever that returns TRUE, replace the NA value with the value from the previous row. 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
2006 Apr 05
1
Firefox - Form within a table issue
Hi, Has anyone seen 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
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
Hi all, I have just downloaded and tested with the Samba3.0 Alpha21 Release. I want to try to create the server account in the active directory, however, when I logged in to the KDC by "/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
2017 Jun 25
1
Fill in empty cell in data.frame from previous value
Perfect Jim, that Is exactly what I needed ? let me check that ... Cheers From: Jim Lemon Sent: June 25, 2017 3:11 AM To: Christophe Elek Cc: r-help at r-project.org Subject: Re: [R] Fill in empty cell in data.frame from previous value Hi Chris, You may know about the *apply family of functions. These slice various data structures and "apply" a specified function to each slice,
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
...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-spinoffs-1W37MKcQC...
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
2007 Apr 16
2
indexing a subset dataframe
Hello I am having problems indexing a subset dataframe, which was created as: > waspsNoGV<-subset(wasps,site!="GV") Fitting a linear model revealed some data points which had high leverage, so I attempted to redo the regression without these data points: >wasps.lm<-lm(r~Nt,data=waspsNoGV[-c(61,69,142),]) which resulted in a "subscript out of bounds" error. I'm
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 peo...
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
Hello Everyone, Just wanted to find out if scriptaculous has a patch for a error logging class? Currently, I have found 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
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, because i can...
2005 Oct 25
2
Content-Type: application/rdf+xml
Hi, I am trying to parse the response 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. _______________________________________________
2004 Jul 20
2
Newbie question: configuration for virtual users
Hi! I'm looking forward to deploying dovecot as an IMAP server. I did some research into the various options and it looks like dovecot 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