Displaying 20 results from an estimated 11454 matches for "browser's".
2006 Mar 24
2
Undocumented features of 'browser' (and possible changes)
I often use browser() when debugging a function. After entering
browser, I would find it very useful to be able to cut-and-paste a
chunk of R code to the browser (or use ess-eval-region in Emacs). An
inconvenience, however, is that both blank lines and comment lines
will exit the browser.
The man page for browser s...
2011 Oct 28
3
program never enters browser mode when I add browser()
...ks at the following lines of code:
bigfunction =
{
...
object1 = myfunction(x)
object2 = strsplit(object1, ",")[[1]]
...
}
where myfunction is defined elsewhere outside of bigfunction.
The error I get is "error in strsplit() -- object1 not found".
However, when I insert browser() into my code so that the above reads,
bigfunction =
{
...
browser()
object1 = myfunction(x)
object2 = strsplit(object1, ",")[[1]]
...
}
my entire program runs successfully, and oddly *never enters browser mode*.
Has anyone encountered a similar problem? Any advice would be greatl...
2007 Dec 09
5
Browserized Styles Plugin
Browserized Styles provides a dead simple way to create browser-
specific CSS code for use in a Rails application. All you need to do
is create a .css file targeted to a browser by appending an underscore
and identifier to the end.
=== Installation ===
script/plugin install http://svn.intridea.com/svn/pu...
2004 Apr 07
0
Printing problem, CUPS
...) connect to service laser initially as user bs
(uid=1019, gid=103) (pid 23885)
---------------------log.nmbd-----------------------
[2004/04/04 06:28:50, 0]
nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
find_domain_master_name_query_fail:
Unable to find the Domain Master Browser name AKC<1b> for the
workgroup AKC.
Unable to sync browse lists in this workgroup.
[2004/04/04 06:43:56, 0]
nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
find_domain_master_name_query_fail:
Unable to find the Domain Master Browser name AKC<1b> for the
workgr...
2004 Apr 05
0
Cups printers. Won't print first page! sometimes not atall.
...pc4 (192.168.0.5) connect to service laser initially as user bs (uid=1019, gid=103) (pid 23885)
-------------- next part --------------
[2004/04/04 06:28:50, 0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
find_domain_master_name_query_fail:
Unable to find the Domain Master Browser name AKC<1b> for the workgroup AKC.
Unable to sync browse lists in this workgroup.
[2004/04/04 06:43:56, 0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
find_domain_master_name_query_fail:
Unable to find the Domain Master Browser name AKC<1b> for the workgroup AK...
2003 Dec 01
0
No subject
Specifying Browser Computers
When you start a computer running Windows 2000, the browser service looks in
the registry for the entry MaintainServerList to determine whether a
computer will become a browser. MaintainServerList is found in the following
registry subkey:
\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\...
2001 Oct 02
1
calling browser in Windows
I'm working on the interface to LiveGraphics3D (Java applet for dynamic
3D graphics) that I mentioned earlier on the list, and I've hit a
cross-platform problem.
I want to allow the option of popping up a browser or opening the file
in a browser automatically. On Unix, the following (stolen from
help.start()) works:
system(paste(browser, " -remote \"openURL(", url, ")\" 2>/dev/null || ",
browser, " ", url, " &", sep = ""))...
2011 Dec 06
5
Configure samba to not look for domain master browser
Hello
On my network there is no domain master browser, and my nmbd is spamming
my /var/log/messages file with messages that it cound not find one. Can
I configure nmbd not to look for the domain master browser ?
Thank you,
Timothy Madden
2006 Apr 10
6
detecting browser type?
I''m wondering how i can detect the browser type for the client. I know this
is possible, but i cant seem to find how to do this, nor any example code
for this.
I would appreciate if someone could point me to some info or just give me an
explanation.
thanks in advance.
-------------- next part --------------
An HTML attachment was scrubbe...
2003 Jan 29
2
browser() misbehavior ?
Under v1.6.2, Windows NT4 OS, when a function contains an execution error
and I have placed browser() in inside the function body, the call to browser
is ignored. A brief example to illustrate:
> foo <- function(x) {
+ y <- x ^ 2
+ browser()
+ foo2(x) ## Intentional error
+ x ^ 3
+ }
>
> foo(30)
Called from: foo(30)
Browse[1]>
Error in foo(30) : couldn't find...
2002 Nov 11
1
samba browser problem!
Hi Andrew,
I have upgraded recently samba1.9 to samba2.2.5. At the weekend there was an
unexpected shutdown, during that time samba machine upgraded itself to
Master Browser, earlier it was an NT 4.0 machine. Now when I rebooted the NT
machine, both NT machine and samba machine are considering themselves Master
Browser. I want only NT to be master browser. How I can disable samba to act
as Master Browser.
Or if there is any other thing which i can do to diable samba...
2009 May 20
1
[PATCH server] update host-browser to use ipa commands rather than kadmin
This completes the server side daemons ipa support
---
installer/modules/ovirt/manifests/ovirt.pp | 5 ++++
src/host-browser/host-browser.rb | 29 +++++++++++++++++++++------
2 files changed, 27 insertions(+), 7 deletions(-)
diff --git a/installer/modules/ovirt/manifests/ovirt.pp b/installer/modules/ovirt/manifests/ovirt.pp
index 2e91e69..d3d01d6 100644
--- a/installer/modules/ovirt/manifests/ovirt.pp
+++ b/...
2009 Jul 08
1
[PATCH: host-browser replacement 0/3] replacement of host-browser on ovirt-server
The purpose of this patch is to replace the identify function in
host-browser.rb with a new script, host-register.rb.
host-register.rb is a qmf ruby console that interfaces with the newly
added matahari qmf agent on the ovirt node. While it stores node data
in the database with the same behavior as the original host-browser
implementation, it acquires the data using the amq...
1999 Jun 18
1
Can a router be a local master browser in a NT domain?
Can a router between two subnets (call it A and B) be the local master
browser of the one subnet (net A) in a NT domain, when the Domain Master
Browser (as well as PDC and BDC) are located in the other subnet (B)?
Will say, does the Domain Master Browser of a NT domain accept a Local
Master Browser in the same subnet (as the router is accessed from B via
the interface ethB)?...
2011 Mar 28
2
Failed to start new browser session: Error while launching browser on session null
...s if i run the server while connected to VNC.
it works fine.
but if i run it through ssh, it will start normally though upon test execution it will fail with the following error:
11:05:01.571 INFO - Preparing Firefox profile...
Error: no display specified
11:05:21.818 ERROR - Failed to start new browser session, shutdown browser and clear all session data
java.lang.RuntimeException: Timed out waiting for profile to be created!
11:05:21.833 INFO - Got result: Failed to start new browser session: Error while launching browser on session null
any idea how i can solve this?
Thanks,
--Roland...
2001 Oct 31
3
problem with help.start() in R (PR#1156)
Hi,
The function help.start() assume that the brower is netscape
which is no longer the dominant brower in used. I am using now opera
and other use mozilla or Microsoft IE. I can always type
help.start(browser="opera"), but it is not convenience: I would like
to be able to set the default brwsernone for all. But the real bug is
that even after launching help.start(browser="opera"), other help
commands, help(help), say, still send the "help page" to netscape. Here
is what I g...
2000 Apr 06
0
Windows 2000 local master browser won't sync with Samba server domain master browser
I apologize in advance if this has been asked on the list already, but
trying to find an answer to my question on the archives has been like
trying to find a needle in a haystack...
I'm trying to implement cross-subnet workgroup browsing. The domain master
browser for the workgroup is a Samba box (2.0.6) acting also as a WINS
server. All was well during our initial testing phases when Windows 98
machines had the role of the local master browser and synchronization went
perfectly, but since Windows 2000 has arrived and taken the role of the
local master brows...
2014 Mar 19
0
Feature request: Samba4 acts as multi domain master browsers or multi local master browsers for multi groups !
...lowing functionality to Samba4:
It is necassary to do Samba4 computer as multi DMB or I think more likely
as multi LMB for multigroups additionally to default main domain / group.
That is necasary to add to Samba4 such functionality in Samba4 code and add
to smb.conf at least 3 parameters:
- multi browser support = yes/no - switch on / off this feature
- multi browser groups list = list of group which Samba4 will be either
domain master browser or likely local master browser for, additionally to
main domain / workgroup defined in workgroup parameter, for others, except
main workgroup and listed on t...
2009 Jul 10
2
[PATCH: server 0/3] Add host-register.rb (replaces host-browser.rb in part)
Removes node identification functionality from host-browser.rb and adds a new script,
host-register.rb, that takes over that functionality.
The chief difference is that host-browser used a simple TCP server setup to get data
from the node, while host-register uses the qpid bus to do so. Specifically, it
communicates with the matahari qmf agent added to the...
2006 Jun 21
8
Sans Periodically call remote-- possible?
I was wondering, imagine this situation. You have browser 1 on machine 1
and browser 2 on machine 2. I created a div so that I can update certain
elements on the database. Is it possible to have the data rendered on
browser 2 using ajax but without using the periodically call remote? Is
it possible to use the submit event from browser 1 to trigger bro...