similar to: Get a handle of a wine application and control it...

Displaying 20 results from an estimated 20000 matches similar to: "Get a handle of a wine application and control it..."

2006 Feb 01
1
[fdo] LDTP 0.3.0 released !!!
Hi, LDTP community has reached another important milestone with the release of LDTP 0.3.0. This release features the new architecture which is a result of more than 3 months of hard work by the LDTP community. This newsletter also includes latest news on our approach towards achieving an automated test engine. Useful references have been included at the end of this article for those who wish to
2006 Jan 27
1
Caching from screen scraping
Hi all, I need to do some screen scraping from my rails app. Given an ethernet (MAC) adress, I scrape results from an internal web page that returns location and hostname. How can I cache the result from that screen scraping as to be polite to the scrapee? I would like to expire the results daily. In perl, I would use Cache::File. Can I use rails caching for this? What''s the best
2009 May 18
4
Portable applications list needed
Howdy, For those of you that don't know, I've got a Google Summer of Code project to make a better test suite for wine. The goal is to test graphical applications to find bugs that aren't tested by the test suite, and to prevent regressions that aren't prevented by it. While programs with installers can be tested, they increase the script complexity quite a bit. Eventually,
2008 Jun 10
4
adding results from threads to a collection and returning it
Forgive me if this has been addressed somewhere, but I have searched and can''t come up with anything. I am basically trying to distribute several web page scraping tasks among different threads, and have the results from each added to an Array which is ultimately returned by the backgroundrb worker. Here is an example of what I''m trying to do in a worker method: pages =
2009 Dec 12
6
How to scrape a page without knowing its html structure
Hi, I''m doing one module in my site, there I need to import user blog into my site. I can use RSS feeds to read the blog information but using RSS feeds I''m not getting entire information. So, I need to scrape the user blog page. How to scrape a pages without knowing its html structure of a page? Please anyone can help me for this issue. Thanks in advance. -- You received this
2007 Dec 03
1
./configure -> "libgd unusable" (shall I build from source or scrape and rebuild?)
On a relatively new Nagios 2.x / CentOS 4.x server (only like a week old), I am experiencing gd(-devel/-progs) problems and am wondering if I should just scrape and rebuild. Here is my situation: I installed LAMP+Nagios+NagiosQL and was going to install PerfParse so that I could have trending info integrated with Nagios. The configure script would run ok, but would crap out on make &&
2005 Jan 04
1
[fdo] Linux Desktop Testing Project - Hosting request
Hi, LDTP (Linux Desktop Testing Project) hosted in http://gnomebangalore.org/ldtp About LDTP: *Problem:* In windows domain there are many GUI automation tools, which can recognize the GUI as "objects" and not just with co-ordinates. Unfortunately, Open Source Linux GUI automation tools are not matured up to that level - at least to my knowledge ;) . Without this advancement in the
2011 Mar 18
1
quantmod Some Single Letter Tickers Not getFin
Hi, I have been learning the quantmod package over the last several days. I went to check some of my data pulls against other sources and was surprised to find that a few tickers that have single characters do not successfully scrape from Google Finance using getFin(). Particularly require(quantmod) getFin("A") getFin("E") getFin("F") getFin("G")
2012 May 28
1
Rcurl, postForm()
Dear colleagues, Could I get some assistance using postForm() to scrape the business names and addresses at this website: http://www.brantford.ca/business/LocalBusinessCommunity/Pages/BusinessDirectorySearch.aspx I've read through (http://www.omegahat.org/RCurl/RCurlJSS.pdf) and scoured the web for tutorials, but I can't crack it. I'm aware that this is probably a pretty basic
2024 Mar 13
2
Generating mouse click and hold using R
Hi, I wonder if R can provide any functionality where I need simulate mouse click in windows machine at certain coordinate on screen and hold the click for certain seconds e.g. for 5 seconds Really appreciate if I can have someone suggestion how above can be simulated with R Thanks and regards,
2020 Oct 20
1
Directly Get CTDB or SMB Status/Stats?
Is there a way to get CTDB or Samba status/stats w/o forking a process? I am looking into writing Prometheus exporters for these. I'd prefer to make a "C" call in Golang than fork a process and scrape STDOUT. What are my options? Thank you! -- BOB BUCK SENIOR PLATFORM SOFTWARE ENGINEER SKIDMORE, OWINGS & MERRILL 7 WORLD TRADE CENTER 250 GREENWICH STREET NEW YORK, NY 10007 T
2006 Jun 13
4
script/plugin discover breaks?
Hi everyone, I was trying to discover some new plugins, but the script breaks at a certain point: $ ./script/plugin discover Add http://delynnberry.com/svn/code/rails/plugins/? [Y/n] Add http://svn.recentrambles.com/plugins/? [Y/n] Add http://svn.hasmanythrough.com/public/plugins/? [Y/n] Add http://www.svn.recentrambles.com/plugins/? [Y/n] Add http://sean.treadway.info/svn/plugins/? [Y/n] Add
2004 Feb 24
0
Undelivered mail: something for you
Dear User, the message with following attributes has not been delivered, because contains an infected object. Sender = samba@samba.org (may be forged) Recipients = blizz@rtf-15.ntu-kpi.kiev.ua Subject = something for you Message-ID = i1OK4sac009347 Antivirus filter report: --- Dr.Web report --- Following virus(es) has been found: infected with Win32.HLLM.Foo.41984 Dr.Web detailed report:
2011 Jun 13
2
Two servers One virtual desktop
Can two wineserver share the same virtualdesktop? I got nearly to an impasse: one windows application (A) must run continuously without interruption, while (B) is supposed to respawn frequently and interact with (A). Well, whatever (A) application is has absolutely no influence on troubles, but if (B) is autoHotKey (..yes i need that stuff under debian) it's execution times get delayed
2011 Sep 29
3
Re: Wine and WoW Cataclysm Patch 4.0 troubleshooting thread
That's what I'm going to do, after purging all the current nvidia stuff frommy system. The second thing I'm going to do is download, build and install the latest decent version of Wine. Thanks for all your advice. It's been really helpful. --------- One more question. What with OpenGL support getting dropped from WoW, I was wondering if it was worth trying to use DirectX under
2012 Jun 01
1
Help with this web scrape function
Hello, I am looking to scrape this Webpage: http://toast.gasunie.de/gud/search.aspx?soid=GUD&lang=de The page uses the method "POST", it contains various HTML Forms, mostly lists and a couple of radio buttons. After submit, I should get forwarded to a new page. Which selections are being made in the forms does not really matter, I get quite far, pls see the code: library(RCurl)
2009 Apr 17
2
Re: How to discover within my application if executed in Wine?
Hi. Sorry for my bad english.. I'm also a Delphi programmer having also some problems with my applications in Linux. One of the problems is that my program minimizes itself in tray when is monitoring the Clipboard. But I don't see how to do that in Linux using wine - prezent or future... If someone knows how - please tell me so I can implement it. And I can't use Lazarus... My
2007 Mar 19
2
Help creating a shortcut in wine
Can anyone help me with how to create a windows shortcut in wine? I want to create windows shortcuts on a Linux box that windows clients can then access. I'm trying to use wine to allow me to create the shortcut on the Linux box. I'm using the wine-0.9.31 version of wine on Fedora Core 5. I've tried two approaches, both fail. I've tried using an autohotkey script. This script runs
2009 Aug 24
1
Want to help Wine and prevent regressions in your favorite (downloadable) app?
Howdy all, For Google Summer of Code, I worked on a project I called Appinstall, which is basically an automated test framework for Wine. It works as a simple shell script, that runs several independent tests of applications, then parses the log files to make sure no applications broke, or bugs were fixed. The tests themselves are written using AutoHotKey (http://www.autohotkey.com). The neat
2009 May 27
1
a simple trick to get autoclose parenthesis on windows
Hi, This is a simple trick to get autoclose parenthesis on windows. If you like how StatET autocloses parens, but like to use the lighter Vanilla R, you can use autohotkey (http://autohotkey.net) to provide this functionality. Simply put the below code in a text file, rename extension as .ahk and doubleclick on it to execute. ------------------ code starts here 8< ------------------ ;