Tagged Questions
Automation is the process of having a computer do a repetitive task or a task that requires great precision or multiple steps, without requiring human intervention.
85
votes
12answers
9k views
Nant or MSBuild, which one to choose and when?
I am aware there are other nant and msbuild related questions on stack overflow, but I could not find a direct comparison between the two and so here is the question.
When should one choose Nant over ...
38
votes
24answers
16k views
Tools for automated GUI testing (on Windows)?
What tools can be recommended for automated testing of GUI applications on Windows?
The tools must be language-independent and thus should be able to interact with any GUI, regardless of ...
32
votes
8answers
11k views
Auto Scale TextView Text to Fit within Bounds
I'm looking for an optimal way to resize wrapping text in a TextView so that it will fit within its getHeight and getWidth bounds. I'm not simply looking for a way to wrap the text- I want to make ...
32
votes
11answers
9k views
Automated Unit Testing with JavaScript
I'm trying to incorporate some JavaScript unit testing into my automated build process. Currently JSUnit works well with JUnit, but it seems to be abandonware and lacks good support for AJAX, ...
26
votes
1answer
3k views
mercurial automatic push on every commit
Being very familiar with the subversion workflow and that fact that 99.9% of the time my computer is connected to the internet, I don't like doing 'hg ci' and 'hg push' separately.
I remember bzr ...
26
votes
8answers
5k views
Dead code detection in legacy C/C++ project
How would you go about dead code detection in C/C++ code? I have a pretty large code base to work with and at least 10-15% is dead code. Is there any Unix based tool to identify this areas? Some ...
25
votes
10answers
10k views
How can I automate the “generate scripts” task in SQL Server Management Studio 2008?
I'd like to automate the script generation in SQL Server Management Studio 2008.
Right now what I do is :
Right click on my database, Tasks, "Generate Scripts..."
manually select all the export ...
24
votes
8answers
9k views
Choosing a Windows Automation script language. Autoit vs Autohotkey
I need to choose a windows automation program. Which one do you recommend? AutoIt, AutoHotkey, others?
I have read http://paperlined.org/apps/autohotkey/autoit_and_autohotkey.html , interesting ...
20
votes
3answers
2k views
How do I know if PDF pages are color or black-and-white?
Given a set of PDF files among which some pages are color and the remaining are black & white, is there any program to find out among the given pages which are color and which are black & ...
19
votes
14answers
2k views
Best IT/back-office system hacks?
Lots of people have things that their systems do for them or for their teams. Source control post-commit hooks are a standard example: have an automated build system that checks out the latest source, ...
18
votes
6answers
367 views
Home automation in C#?
I want to develop a small C# application to control various components of a central heating.
First, I would like to be able to retrieve values from a temperature sensor. I must not be the first C# ...
18
votes
1answer
426 views
How to automate creation of new XCode targets from Applescript/Automator/Shell Script
I am currently working on a way to automate the process of adding new targets to my XCode projects. One target has to be added to multiple XCode projects and each target in the different project needs ...
18
votes
10answers
1k views
How to automate development environment setup?
Every time a new developer joins to the team, or the computer a developer using changes, developer needs to do lots of work to setup the local development environmentto make the current project ...
18
votes
5answers
16k views
How do I copy a file to a remote server in python using scp or ssh?
I have a text file on my local machine that is generated by a python script run daily in cron. I would like to add a bit of code to have that file sent securely to my server over ssh. Help.
16
votes
2answers
4k views
If I compile a VB6 app on win7, ADODB.Connection errors with “Class does not support Automation or does not support expected interface”
I compiled some VB6 code on my Win7 x64 machine and the result .exe will not run correctly on any other machine.
VB6 code is just a new template .exe file with one button, a reference to "Microsoft ...
16
votes
7answers
3k views
Automatically create an admin user when running Django's ./manage.py syncdb
My project is in early development. I frequently delete the database and run manage.py syncdb to set up my app from scratch.
Unfortunately, this always pops up:
You just installed Django's auth ...
16
votes
4answers
3k views
Don't make me manually abort a LaTeX compile when there's an error
As suggested here, latexmk is a handy way to continually compile your document whenever the source changes. But often when you're working on a document you'll end up with errors and then latex will ...
16
votes
2answers
2k views
15
votes
9answers
5k views
Is there a PHP equivalent of Perl's WWW::Mechanize?
I'm looking for a library that has functionality similar to Perl's WWW::Mechanize, but for PHP. Basically, it should allow me to submit HTTP GET and POST requests with a simple syntax, and then parse ...
15
votes
4answers
3k views
Is there a way to dynamically load a properties file in NAnt?
I want to load a different properties file based upon one variable.
Basically, if doing a dev build use this properties file, if doing a test build use this other properties file, and if doing a ...
14
votes
7answers
1k views
Automatically taking screenshots of program window
I'm looking for a software that combines macro recording with screenshot taking capabilities.
We have a software manual with a number of screenshots. When new version of software is released we need ...
14
votes
1answer
434 views
Workflow for academic research projects, one-step builds, and the Joel Test
Working alone on academic research sometimes breeds bad habits. With no one else reading my code, I would write a lot of throw-away code, and I would lose track of intermediate results which, weeks or ...
14
votes
26answers
2k views
What code metric(s) convince you that provided code is “crappy”?
Code lines per file, methods per class, cyclomatic complexity and so on. Developers resist and workaround most if not all of them! There is a good Joel article on it (no time to find it now).
What ...
13
votes
4answers
4k views
Rendering UML diagrams from text files
Is there any good tool or tool-chain that allows UML images in the .svg format to be created from a textual source file?
The reason for this question is that I want to automate the generation of ...
13
votes
18answers
11k views
Sharepoint Wikis
Ok, I've seen a few posts that mention a few other posts about not using SP wikis because they suck.
Since we are looking at doing our wiki in SP, I need to know why we shouldn't do it for a group of ...
12
votes
3answers
804 views
Context menu disappears with Word automation
When I am editing a Word document in an OleContainer (inplace) and I switch to another Word document and then I switch back, I cannot use my rightmouse button anymore. The context menu will not show ...
12
votes
5answers
3k views
Android – multiple custom versions of the same app
Whats the best way to deploy several customized versions of a Android application?
Currently I have a script to exchange the resource folder for getting a customized version of my app. It works ...
12
votes
5answers
2k views
Automobile Programming languages
What programming languages are most commonly used on automobile systems? What type of data is collected while it is running? What platform does it use?
I am also interested in the new ...
12
votes
15answers
5k views
Automated Web UI Testing
What are the good automated web UI testing tools?
I want to be able to use it in the .Net world - but it doesn't have to written in .net.
Features such as a record mode, integration into build ...
12
votes
3answers
2k views
How to create automatic a list of items used in a LaTeX-document?
I want to add items in a LaTeX-document. Say for example, that I want add hints to the document. I create a command, so I can call something similar to this:
\hint{foocareful}{Be careful with ...
12
votes
6answers
1k views
Anyone Using Executable Requirements?
In my limited experience with them executable requirements (i.e. specifying all requirements as broken automated tests) have proven to be amazingly successful. I've worked on one project in which we ...
11
votes
4answers
217 views
Dynamic Assembly Resolution/Management
Short Version
I have an application which utilizes a plug-in infrastructure. The plug-ins have configurable properties that help them know how to do their job. The plug-ins are grouped into profiles ...
11
votes
2answers
320 views
Is there a way to apply a refactoring script just for its side-effects?
I've got a library that was changed to introduce a factory method to replace a constructor (the reasons aren't important right now, in the current case it was for improved type inference mostly).
...
11
votes
4answers
244 views
Automatic logging for Python
I've worked on codebases for a number of big web projects in Python, and I always see a lot of logging lines in the code, such as:
def report_view(request):
log('report view started')
try:
...
11
votes
5answers
524 views
How would you start automating my job?
At my new job, we sell imported stuff. In order to be able to sell said stuff, currently the following things need to happen for every incoming shipment:
Invoice arrives, in the form of an email ...
10
votes
2answers
143 views
Can a Perl script install its own CPAN dependencies?
I have a Perl script that has two dependencies that exist in CPAN. What I'd like to do is have the script itself prompt the user to install the necessary dependencies so the script will run properly. ...
10
votes
4answers
782 views
How does JetBrains AppCode launch the iOS Simulator?
I just looked at JetBrains's App Code IDE and it seems to be able to launch the iOS Simulator and run applications in it.
When I had to automate the deployment of my projects I had to resort to ...
10
votes
4answers
410 views
Autodetect Presence of CSV Headers in a File
Short question: How do I automatically detect whether a CSV file has headers in the first row?
Details: I've written a small CSV parsing engine that places the data into an object that I can access ...
10
votes
6answers
4k views
How do you automate Javascript minification for your Java web applications?
I'm interested in hearing how you prefer to automate Javascript minification for your Java web apps. Here are a few aspects I'm particularly interested in:
How does it integrate? Is it part of your ...
10
votes
13answers
6k views
c# and excel automation - ending the running instance
I'm attempting Excel automation through C#. I have followed all the instructions from Microsoft on how to go about this, but I'm still struggling to discard the final reference(s) to Excel for it to ...
10
votes
4answers
11k views
Lighting Control with the Arduino
I'd like to start out with the Arduino to make something that will (preferably) dim my room lights and turn on some recessed lighting for my computer when a button or switch is activated.
First of ...
10
votes
8answers
621 views
How do you automate some routine actions for improving productivity?
Every morning, after logging into your machine, you do a variety of routine stuffs.
The list can include stuffs like opening/checking your email clients, rss readers, launching visual studio, running ...
10
votes
2answers
2k views
Word Automation: Write RTF text without going through clipboard
I am trying to replace the current selection in Word (2003/2007) by some RTF string stored in a variable.
Here is the current code:
Clipboard.SetText(strRTFString, TextDataFormat.Rtf)
...
9
votes
2answers
454 views
If terminating a hung thread is a good idea, how do I do it safely?
My Delphi program relies heavily on Outlook automation. Outlook versions prior to 2007-SP2 tend to get stuck in memory due to badly written addins and badly written Outlook code.
If Outlook is stuck, ...
9
votes
3answers
3k views
Xcode 3.1: setting copyright statement on a per-project basis?
I'm an independent developer working primarily with iPhone applications, and I'm currently engaged in several different projects. Some are for myself, and others are for one of a number of clients. ...
9
votes
3answers
1k views
Automatic Documentation of ColdFusion code
I have inherited over 600 files of ColdFusion source code running a internal web site for my company. One of my tasks is to "document" it. The code base represents about 5 years of development and ...
9
votes
1answer
1k views
Java and CANopen
Background
Dear friends,
I am required to create a java program on a laptop to receive/send CANopen messages.
RJ45 is chosen to be the network's physical medium.
I am new to CANopen and Java ...
9
votes
15answers
1k views
Nano hacks: most useful tiny programs you've coded or come across
It's the first great virtue of programmers. All of us have, at one time or another automated a task with a bit of throw-away code. Sometimes it takes a couple seconds tapping out a one-liner, ...
8
votes
2answers
530 views
Continious Integration for Android via TeamCity. Preferred tools?
Our team is new to both Android and Java development (originally, we came from C++), therefore our knowledge about build tools for java is pretty shallow.
There are few build tools which can be used ...
8
votes
4answers
286 views
Open-source C++ scanning library
Rationale: In my day-to-day C++ code development, I frequently need to
answer basic questions such as who calls what in a very large C++ code
base that is frequently changing. But, I also need to have ...