0
votes
1answer
26 views
Should I use SQLite for automatically build a list of banned IPs of comment spammers?
I am using a simple yet effective anti-spam system at a comments module which seems to be working flawlessly for more than a year now.
Since it is capable of recognizing automated …
3
votes
3answers
76 views
Creating a COM Automation Server in C#
I currently have a .NET class library written in C# that exposes its functionaility via COM to a C++ program (pre-.NET).
We now want to move the library out-of-process to free up …
0
votes
1answer
26 views
Scripting a Table into store procedure in SQL Server Management Studio
SQL Server Management Studio(SMS) can create scripts to select, insert, update, and delete tables, but cannot create store procedure from table which you can use straight away as a …
0
votes
1answer
15 views
CGWindowID from AXUIElement
I'm trying to automate a foreign OSX application using the accessibility API. Some of
the state of the application isn't available through the API, so I acquire it through
screen s …
1
vote
2answers
19 views
Deploying WCF application
I have IIS-Hosted WCF application and services.
I want to automate the process to deploy this application into test/Acceptance test/production environments
What is the best way to …
0
votes
1answer
41 views
a c# service that login any web page…
hi friends;
I just want to do a service that automaticly login a web page in start up because our internet provider has a page and we enter our password to access the internet.
it …
0
votes
2answers
89 views
Automating old DOS application using Python
Is there a way to automate an old DOS application (16-bit, probably needs an emulator such as DOSBox) from Python (on Windows)? I would like to send keys and strings to the applica …
0
votes
2answers
40 views
Reading 200 urls automatically with varying intervals between requests
By calling the example URL below my Java servlet caches one file at a time (with corresponding "filekey").
http://www.example.org/JavaServlet?fileKey=phAwcNAxsdfajsdoj&action= …
0
votes
0answers
11 views
Are there any Tools to Automate Migration from a Website to Amazon Webstore?
Hi guys,
we have a current website which shows the product, shopping cart and the whole shebang. and we're trying to migrate to Amazon web store, not the Cloud computing architectu …
0
votes
1answer
15 views
Flex Browser Automation
I'm trying to create a Flex application that automates a web browser to perform certain tasks. I would use the application to login to a site, parse data out of the HTML, and send …
0
votes
3answers
93 views
Help with sending number to Excel 2007 from Delphi 2010 as a string.
I'm sending a number to Excel 2007 as a string (Cell.Value := '2,5') using late binding. The actual code is more like:
var CellVal: OLEVariant;
...
CellVal := FloatToStr(2.5); / …
0
votes
3answers
51 views
Most efficient way to create reports every 15 minute?
I currently have an ASP Classic script that runs every 15 minutes (via scheduled task). The task is responsibly for opening up Internet Explorer and loading the create report ASP p …
4
votes
2answers
75 views
Snapping pictures from Windows C# Canon SDK vs PTP or MTP
I am hoping to receive some general guidance on accomplishing a seemingly simple goal. I have a DSLR camera (Canon EOS 50D) and need to write an application that will tell the cam …
0
votes
3answers
33 views
Automate website log-in and form filling?
I'm trying to log in to a website and save an HTML page automatically (I want to be able to do this on a regular time interval). From the surface, this is a typical modern website …
1
vote
2answers
32 views
How can I use Autoit to close all javascript alerts and confirmations that may appear?
I am testing in selenium and I have a bunch of stuff that happens on page load. I found out about autoit, and I was thinking that it could handle all javascript dialog issues. I wa …
