search for: browers

Displaying 20 results from an estimated 77 matches for "browers".

Did you mean: brokers
2010 Oct 21
6
About acessing Virtual manchine with realVNC
To anybody who can help me I want to acess the VM(Virtual manchine ) in IE brower, the URL is http://localhost:5831 。31 is the vnc display of the VM. I failed to acess the VM , but I can acess the dom0 in the IE brower. How could I acess the VM domU in the IE brower ? Could the VM be acessed through IE Brower? Thanks PS: Xen 3.0 _______________________________________________ Xen-users
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
2015 Feb 09
2
Re: getting guestfs_rsync_out to work
Richard- > On Mon, Feb 09, 2015 at 08:01:31AM -0600, Jeff Brower wrote: >> Richard- >> >> > On Sun, Feb 08, 2015 at 12:11:37PM -0600, Jeff Brower wrote: >> >> With continuous loop testing, what we found is that we have to shut >> >> down and re-launch the image handle to see changes on the Win7 live >> >> guest. Unfortunately image
2015 Feb 09
2
Re: getting guestfs_rsync_out to work
Richard- > On Sun, Feb 08, 2015 at 12:11:37PM -0600, Jeff Brower wrote: >> With continuous loop testing, what we found is that we have to shut >> down and re-launch the image handle to see changes on the Win7 live >> guest. Unfortunately image re-launch takes time, 3-5 sec (the image >> size is 50 GByte). I'm assuming this is because libguestfs makes an >>
2002 Jun 17
2
use samba for WINS name resolution on solaris
I have a SUN/Solaris system that functions like a web proxy server. In our corporate environment, PC client/brower can access a web server using URL with WINS name as well DNS. Can Samba be configured to on the system to support/resolve WINS names by pointing to corporate WINS servers - in addition to DNS (configured in /etc/resolv.conf)? Thanks. James -------------- next part
2005 Jul 12
4
Cetos 4 with Secure Linux - Apache perl problems...
...and have a tough time. The server works fine for all standard web pages and hosts about 10 domains. Here's is my test.cgi CGI script I'm trying to run: #!/usr/bin/perl print "Content-type: text/html\n\n"; print "Hello!"; When I attempt to access the file via a web browers, I get this: [Tue Jul 12 16:46:11 2005] [error] [client 209.74.180.78] (13)Permission denied: exec of '/var/www/cgi-bin/test.cgi' failed [Tue Jul 12 16:46:11 2005] [error] [client 209.74.180.78] Premature end of script headers: test.cgi However, if I run it locally, I get the "H...
2015 Feb 10
1
host Linux - guest Win7 fast file sharing [was: getting guestfs_rsync_out to work]
Update: Using mount (read-only) and unmount commands in a script that loops continuously, we are able to see near instantaneous file modifications (less than 0.5 sec) performed on a Win7 live guest. We have to use the sync.exe utility (technet.microsoft.com/en-us/sysinternals/bb897438.aspx), otherwise changes are not visible for 10-20 sec. We tested sync.exe with our libguestfs test program
2006 Aug 16
5
installing Ruby on Rails behind a firewall
Ok, I went to the "Get Ruby on Rails ..." web page and followed directions. When I get to the step where I''m to do this: gem install rails --include-dependencies I get this error: ERROR: While executing gem ... (SocketError) getaddrinfo: no address associated with hostname. Here is my configuration, Win XP Pro Running commands in a cygwin "bash" sh. And I
2008 Nov 05
3
Problems w/ before_filter getting ignored
Hello, I''m setting up an authentication module that will be called from application.rb. I want to save a rrequest.request_uri into a session to be used as a place holder that will take users back to the page they were on before they logged in. I''m trying to call the store_location method for all methods EXCEPT login by putting login in an except before filter. For some
2006 May 30
1
DOM values in ERB Variable?
I am trying to post the current brower window sizes into the user''s session file with a form_remote_tag call as follows: <%= form_remote_tag :url => url_for(:controller => "welcome", :action => "login", :iheight => "1", :iwidth => "2") %> But how do I get the DOM data for window.innerHeight and window.innerWidth into an
2005 Sep 28
1
script.aculo.us Design Patterns
...ifference between Prototype and standard JavaScript, the ability to create a "Controller" object that can handle events using methods that act as if they were members the controller, rather than members of the target object. This creates a consistant environment across browers, and creates a meaningful this object that can maintain the state of the control. Correct? -- Alan Gutierrez - alan@engrm.com - http://engrm.com/blogometer/index.html - http://engrm.com/blogometer/rss.2.0.xml
2015 Feb 09
0
Re: getting guestfs_rsync_out to work
On Mon, Feb 09, 2015 at 08:01:31AM -0600, Jeff Brower wrote: > Richard- > > > On Sun, Feb 08, 2015 at 12:11:37PM -0600, Jeff Brower wrote: > >> With continuous loop testing, what we found is that we have to shut > >> down and re-launch the image handle to see changes on the Win7 live > >> guest. Unfortunately image re-launch takes time, 3-5 sec (the image
2008 Nov 05
2
Some ideas about embeding data in ogg files...
Greetings, Name's Jason, I am thinking of some kind of software I can develop as a final project at my school before I graduate. My idea is to make an application that would let people manually enter "beat streams" that can follow along with the music. These "beat streams" how ever they are processed could be used in many ways. Visualizations, strobe lights, mood
2006 Jul 02
4
is "label for" better?
I''ve noticed that it is common practise in forms to use: <label for="tablename","columnname"> ...Some column name</label> Why is the above construct better than just writting it this way? <label> Some column name</label> If there is not compelling reason, I''d prefer to use the second example and save on typing. -- Best Regards,
2009 Jan 18
2
How would you recommend I create a new layer of data...
Two parts are marked below... *If anyone remembers, I have been working on a new feature for vorbis. I am creating another piece of data showing non audio interpretation of music to help visual, beat and other aspects of audio that can't be interpreted by a computer but only entered with the human touch. Currently I have a stream of data, nanosecond measurements of key presses on a keyboard,
2010 Oct 16
1
Unable to start rail application at localhost
i am new to ruby on rail. i installed it to my computer.After that i created the rail application by typing in terminal rail rubyapplication It was create in my home directory.Afterwared i did follwoing cd /home/administrator and
2011 Apr 30
8
"uninitialized constant PostsController::Post"
This time i read scaffold tutorial very carefully and finally try to generate a form without using the scaffold(just used a controller and view ).what i have done till now ,is as follow.Using rails 3.0.7. "rails generate controller posts index" 1) post_controller.rb class PostsController < ApplicationController def index @post=Post.new
2006 Jun 26
5
How can I dynamiclly generate models?
I am trying to write a plugin, ''acts_as_commentable'', for my models - Image, Book, Music and so on, I do not want to use polymorphic association, so very model should have its own comment class. Here is my code acts_as_commentable.rb module Commentable def self.included(base) base.extend(ClassMethods) end module ClassMethods def
2016 May 06
4
Resuming the discussion of establishing an LLVM code of conduct
+1 for this TL;DR suggestion - you can guarantee most people would read < 7 short bullet points. Cheers, -Neil. On 06/05/16 15:53, Arnaud Allard de Grandmaison via llvm-dev wrote: > For what it's worth, I think this is an improved version of the CoC, > and I'm OK with it. Thanks to Chandler and all those who have been > working on it. > > It's not perfect ---
2004 Apr 13
4
Dial Plan Format Strings
In the absence of "The Definitive Guide to Asterisk Dial Plans" book, I'd like to do something possibly unique with the formatting of extensions in my dial plan, and am having trouble. We use VoicePulse connect, which gives us local DID for inbound and outbound calls (even though DTMF tones are not working in Voice Pulse Connect at the moment). To dial local numbers, you have to