search for: mywindows

Displaying 17 results from an estimated 17 matches for "mywindows".

Did you mean: mswindows
2006 Nov 24
1
how to mount a xen image file
Can someone correct my attempt at mounting a xen image? Im trying 2 things: a) losetup /dev/loop1 ./mywindows.img mount -t ntfs /dev/loop1 /media/loop which dmesg|tail tells me is Not an NTFS system b) ntfsmount ./mywindows.img /media/loop -o force which gives me mywindows.img invalid argument The images was created by dd if=/dev/zero of=./mywindows.img bs=1024 count=20K then installing windows under xe...
2007 Jul 31
2
link_to
Im trying to use the link_to helper to open a blank window which is basically just a framed window to display user info without all the extra distractions that come along with opening this window. Here is what I got: <%= link_to ''Airline Preferences'', {:action => ''airline_preferences'', :id => @user.id, :method => ''post'' }, :target
2008 Jul 01
2
how to automatically maximize the graph window (under XP) ?
Hello, I'm trying to produce graphs automatically from data stored in database. Before saving the graphs, I would like to maximize the size of the graphs. The best would be to directly open maximized windows with x11() but up to now I failed doing it. I tried different widths and heighs but I never managed to obtain a full screen window. Is there a command to do it ? Thanks in advance, Ptit
2007 Oct 25
7
Sample Config File?
Hi. I am running Xen 3.0.3-1 on Debian Etch. Does anyone have a sample config file for creating a windows DomU? I have the ISO file from my windows CD. I''m not using LVM Thanks in Advance _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Aug 14
1
graph dimensions default
Hi, I would like to (if possible) set the default width and height for graphs at the start of each session and have each new graphic device overwrite the previous one. I only know how to do this using windows(width=,height=...) which opens up a new plotting device every time, so I end up with lots of graphs all over the place until I get the one I want! Thanks in advance, Simon Simon Pickett
2008 Jun 20
0
Slider as Scrollbar in a window
Hi, I ran into deep problems using scrollbar features shown at http://www.aldenta.com/examples/script.aculo.us/. The scripts work as expected, but if i use the separate window effect (based on prototype and script aculo us, too) shown at http://prototype-window.xilinus.com the scrollbar doesn''t work anymore. I tried and studied the source code for both subprojects but i have really no
2013 Mar 15
0
How to pass USB device to the guest VM
...='0x04e8'/> <product id='0x6877'/> </source> </hostdev> However, when I start Windows 7, the Galaxy Tab is not detected and also does not show up in Device Manager. The KVM process is called as: qemu-system-x86 -machine accel=kvm:tcg -name mywindows -S -M pc-1.1 -m 4096 -smp 2,sockets=2,cores=1,threads=1 -uuid 8e6e01e8-2191-9dcc-e2e4-5eb7ae55c450 -no-user-config -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/snsvw001.monitor,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=localtime -no...
2006 Jul 24
4
how to get your controller to close a browser popup window
While editing a record I need to have a link to create a new record in another scaffold. I''ve done this by using a popup window <%= link_to("Add new Person", "/person/new", :popup => [''window_name'', ''width=600,height=600'']) %> It all works great - but when the save is done I want to kill the popup window.
2008 Dec 22
1
Web-driven SIP call thru Asterisk IPBX
Hi, I think that the web-driven SIP Phone (free) doddle (beta version) can be useful with your Asterisk applications. You can pre-fill it with your sip settings (Asterisk host name or IP /?realm / sip user), you just need to setup the HTML link as that: (Attached is the HTML page example) ? /**************************/ simple HTML code example: /*************************/ <html> <head>
2006 Jan 16
3
Problem getting share list from NetApp
We defined a share, sales_cifs_test, on our NetApp server. Note that the length of the name is longer than 13 characters. We can see the share with Microsoft Explorer. We can mount the share from Linux using smbmount. What we want to do is to get a list of shares from NetApp. The tools that can do this are the samba programs smbclient and net. Smbclient will not show names longer than 13
2008 Apr 14
3
Copy-paste between FXTable and FXTextfield
Hi, I''m using FXRuby 1.6.13 under Windows XP / Ruby 1.8.6. I''ve noticed something strange when copying-pasting things between FXTable cells, and FXTextfields. ---------------------------------------------- 1) When copying the content of an FXTextfield, and pasting it into an FXTable cell, everything works fine. 2) When selecting an FXTable cell, issuing a "copy"
2003 Jun 19
1
saving window size of a graphics device in windows possible?
In MDI mode of Windows, is it possible to save window size and other parameter settings of a graphics device when it is activated, much like Rconsole file? By default the bottom part of a graphic device (windows()) is too big such that it is hidden under the horizontal scrolling and status bar of Rgui. (Of course I can use the vertical scrolling bar of Rgui to see the hidden part.) So I select
1999 Apr 14
0
No subject
Ok, I follwed the samba diagnostics, I get to TEST 3 and you don't have the error that came up. My error is can't find \etc\lmhosts. I tryied to copy my mhosts from mywindows machine, that didn't work. My main problem is I can see other people on the network but they can't see my shares. My linux box doesn't even come up on their network neighborhood. Thanks Kevin Jonas
2005 Dec 15
1
Some handy methods - perhaps cool enough to be committed some time
Hi. Some time ago I posted some prototype-"extensions", which could come in handy. I''ve been updating them a bit and added a few more and I think its time to share it again. Feel free to use it. The code should be rather self explaining, but heres a quickguide. - new Geometry.Size(width,height) - Creates a new instance of size - new Geometry.Position(x,y) - Creates a new
2007 Apr 16
0
[969] branches/wxruby2/wxwidgets_282/doc/textile/window.txtl: Cleanup and fixing of broken links.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan, Sorry for the delay. It's great that you are working on MergeFunctions as well and I agree, we should definitely try to combine our efforts to improve MergeFunctions. Just to give you some context, the pass (with the similar function merging patch) is already being used in a production setting. From my point of view, it would be better if we focus on improving its capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
....01 25666 myAddExeFlag.ll 1 3824 0 0.01 3794 0 0.01 3794 MyAes.ll 26 38212 4 0.01 38282 2 0.01 38794 myGetTickCount.ll 1 1173 0 0.01 1143 0 0.01 1143 mySplitCommandLine.ll 2 29158 0 0.01 29128 0 0.01 29128 MyString.ll 12 24293 0 0.01 24266 0 0.01 24266 MyVector.ll 12 20857 0 0.01 20830 0 0.01 20830 MyWindows.ll 8 14356 0 0.01 14329 0 0.01 14329 nal.ll 4 34109 0 0.01 34088 0 0.01 34088 nal_part.ll 1 8911 0 0.01 8890 0 0.01 8890 nalucommon.ll 2 12804 0 0.01 12783 0 0.01 12783 nalu.ll 1 13726 0 0.01 13705 0 0.01 13705 nbench0.ll 15 99749 0 0.02 99733 0 0.02 99733 nbench1.ll 66 433216 0 0.05 433200 0 0.04...