Tagged Questions

4
votes
9answers
171 views

Programming language to automatically navigate website?

Hi, I've been programming for many years now, and I have just one question. What programming language allows you to create programs which can automatically navigate websites and p …
0
votes
4answers
94 views

Automated web browser?

Hi, For learning purposes I would like to automate some parts in a browser game, currently I am trying to fill out some simple text boxes, without any luck though. I've created a …
2
votes
4answers
53 views

automate navigation of a JavaScript powered website

Hello, I need to automate navigation around a JavaScript powered website so I can scrape some content. I came across Chickenfoot, which is a FireFox extension that gives me a pro …
0
votes
3answers
54 views

Tools that automate merging of text files?

I have trouble where, for some reason, SVN would only merge the newly generated template code to implemented code (thus overwriting whatever I had done), but not the other way arou …
5
votes
1answer
79 views

How do I generate the following matrix and vector from the given input data in MATLAB?

Suppose I have the inputs data = [1 2 3 4 5 6 7 8 9 10] and num = 4. I want to use these to generate the following: i = [1 2 3 4 5 6; 2 3 4 5 6 7; 3 4 5 6 7 8; 4 5 6 7 8 9] o = [5 …
2
votes
2answers
61 views

script to find pagerank of domain

hello, how can I automate finding the pagerank of a domain? I came across this Python script but it no longer works. Seems Google doesn't like people automating this. So, is ther …
0
votes
1answer
37 views

How to automatically get from daily e-mail attachment to script-processed file?

Background: Every work day I get an e-mail from a vendor who sends me a CSV file as an attachment. The CSV file needs to be converted into HTML and I already have a script that doe …
2
votes
2answers
95 views

How to instantiate (inside a method) different classes that implement the same interface?

Hi all Just wondering if you're able to help me with my problem. This has probably come about by my not knowing the right keywords to search for. This is not homework, just anony …
0
votes
2answers
105 views

Automating JBoss deployment in Eclipse?

I'm looking for a way to automate deployment of a Flex application(written in Eclipse) EAR to the JBoss application server. That is, when I click 'Build' I want it to also do the d …
1
vote
3answers
80 views

How to automate a spreadsheet.

Hello. I am using microsoft excel 2002. What I am wanting to do is say I have some data in column A in sheet 1 and data in column A in sheet 2. What I want to do is when I add da …
0
votes
0answers
25 views

Macro to enter a find button

I enter a number in the find and select box in excel. On pressing Find All the cell containing the number i want is selected. A macro then selects the next worksheet and colour fi …
1
vote
2answers
168 views

automate sftp upload process

I'm looking for a way to upload files/dirs structure from one server to another.. The only way it's possible in my case is SFTP upload, is there any easy way to upload it, using s …
0
votes
0answers
33 views

Creating installer wizard for multiple VMs

I need to build an installer that deploys one virtual appliance OVF multiple times into VMware ESX servers, and custom-configures each one. I want the user to provide hostnames, I …
2
votes
4answers
495 views

C# Automate PowerPoint Excel

Hey I'm automating PowerPoint and Excel from a C# WinForms application; what I do is read slides from PowerPoint and save them in Excel and then quit both apps. Excel quits success …
3
votes
3answers
151 views

How can I automate dpkg/apt-get?

I'm trying to create a script that automatically downloads packages for new servers. However, some things like 'mysql-server' can not installed automatically cause you need to conf …

1 2 next
15 30 50 per page