Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

125
votes
87answers
10k views

.NET “must-have” development tools [closed]

James Avery wrote a classic article a while back entitled Ten Must-Have Tools Every Developer Should Download Now which is a companion to Visual Studio Add-Ins Every Developer Should Download Now and ...
83
votes
42answers
34k views

Tools for creating a user interface prototype

I need to create a prototype of a user interface. I'm googling, and find "Axure RP", but it is very expensive for our company. Another way for creating a user interface prototype is tools like Qt ...
33
votes
66answers
6k views

What rare programming tools do you use?

What tools do you use that may be considered rare in that aspect that you have only seen a few people use it? It may be any tool that may be valuable for programmers. I myself use UPX on occasions.
25
votes
21answers
3k views

Java “must-have” development tools

Java doesn't seem nearly as "well served" as .NET with tool lists on the Internet. There's James Selvakumar’s article entitled "Must have tools for a Java Developer" which has items I don't agree ...
22
votes
13answers
2k views

Is Git ready to be recommended to my boss?

I want to recomment Git to my boss as a new source control system, since we're stuck in the 90s with VSS (ouch), but are the tools and 3rd party support good enough yet? Specifically I'm talking ...
22
votes
27answers
8k views

Freeware Programmer Calculator

There have been lots of times in the past where a good programmer-oriented calculator would've saved me a lot of time. Lately, I've been doing quite a lot of bit manipulation, and having to do ...
16
votes
7answers
3k views

Java Swing: Libraries, Tools, Layout Managers

What libraries/tools do you have in your Java Swing Tool set? XUL Layout Managers Packagers/Installers Books etc.....
15
votes
16answers
930 views

How do you collaborate with other coders in real time?

Pretend you're hitting me up for some javascript help on IM. How can you make it as easy as possible for me to help you get your code working? I run into this all the time. I'm on instant messenger ...
14
votes
12answers
1k views

How to get VisualStudio 2010 cool tools without spending $12,000

We are a small dev shop with 10 people, 3 of whom are currently doing .Net. The new VisualStudio 2010 tools look really nice, and we would like to use them - but it seems that many of them (historical ...
12
votes
7answers
3k views

Best enterprise repository tool for Maven 2?

Some of the other questions and answers here on SO extol the virtues of using an enterprise repository tool like Archiva, Artifactory, or Nexus. What are the pros and cons of each? How do I choose ...
8
votes
2answers
480 views

What's in your PHP toolset?

Every PHP programmer likely uses at least some form of a template engine and a database abstraction layer, but apart from those what extras do you consider essential or would recommend your fellow ...
7
votes
5answers
1k views

Automating code review and refactoring

I'm trying to do automated code review and refactoring with a tool. Something in the lines of FxCop or ReSharper. Looking for tool suggestions that meet these requirements: Low learning curve. ...
6
votes
4answers
591 views

Clipboard viewer for programming purposes

I need a clipboard viewer in order to understand the type and contents of the data I'm receiving. Is there any such program available, (for Windows) that lets you explore any type of data currently in ...
5
votes
6answers
7k views

Best XPath tools [closed]

What tools are you guys using for XPath and why? Right now I'm using SketchPath because its totally awesome, but its a windows app that needs to be installed WhiteBeam online XPath test bedbecause ...
4
votes
4answers
312 views

What tools do you use to support XCode?

As a newbie XCode developer I would like to know what tools you use to support the XCode development experience (e.g. for iPhone development). For example, DOxygen for code documentation generation. ...
4
votes
4answers
98 views

Developing using pre-release dev tools

We're developing a web site. One of the development tools we're using has an alpha release available of its next version which includes a number of features which we really want to use (ie they'd save ...
4
votes
9answers
298 views

Development software - How common is it for developers to buy it for personal use

Edit: The answer is yes, pretty common. The Microsoft TechNet is one of best deals (except it does not have Visual Studio). So MSDN generally is a better choice. Thank you Hello All, I was recently ...
4
votes
3answers
307 views

Does Resharper 4.1 support both Camel Humps and normal selection modes?

I've found the setting for Camel Humps in resharper: Resharper -> Options -> Editor -> Use CamelHumps The problem is that I would still like to be able to use the normal selection mode (i.e. the ...
4
votes
4answers
371 views

Java Leaky Abstraction Checker

I am mulling over the idea of writing a program to check for "leaky abstractions" in Java. The one area that popped into mind right away is with exceptions: public class X { // this one is ...
4
votes
8answers
1k views

Responsibility without Authority is Meaningless - a technical-based solution?

My dad always says "Responsibility without Authority is meaningless". However, I find that as developers, we get stuck in situations all the time where we are: Responsible for ensuring the software ...
4
votes
8answers
1k views

Best tools for open source/home .NET development [closed]

I'm looking for tools which are free for personal use. As a .NET/C++ developer I've been using #Develop and Visual Studio Express editions IDEs for quite some time now. For unit testing I use NUnit ...
3
votes
0answers
76 views

Is it possible to use R package data in testthat tests or run_examples()?

I'm working on developing an R package, using devtools, testthat, and roxygen2. I have a couple of data sets in the data folder (foo.txt and bar.csv). My file structure looks like this: / mypackage ...
3
votes
1answer
67 views

R using s3 and s4 methods of simulate in the same package

I'm puzzled by the error found an S4 version of 'simulate' so it has not been imported correctly I have written an R package that includes a definition for a simulate() method as an S3 method. ...
3
votes
1answer
380 views

What do the crossed style properties in Google Chrome devtools mean?

While inspecting an element using Chrome's devtools, in the elements tab, the right-hand side 'Styles' bar shows the corresponding CSS properties. At times, some of these properties are ...
3
votes
3answers
1k views

How to set up Erlang + Emacs with erlang.el?

I have downloaded and installed Erlang and EmacsW32. But how do I use erlang.el in Emacs? Where do I place it or install it? I have read Erlang/OTP R13B04 documentation and Erlang mode for Emacs ...
3
votes
7answers
429 views

JavaScript development addon for browsers

Is there an addon that assists JavaScript (client-side) web development in browsers other than Firefox, for which Firebug suffices? Especially something for Internet Explorer (version 7) and Opera ...
3
votes
7answers
330 views

Tools for Data Capturing from Scanned Images

What are best tools available for Data Capturing from Scanned Images? Doesn't matter they are free or paid. They should be able to convert scanned images to data (text, image, tables etc.). Most ...
3
votes
6answers
2k views

What to do if I don't have Visual Basic 6.0 and need to compile a VB6 project?

A client wants me to do some maintenance work to a VB 6.0 application (migration to .NET is also in the pipeline), but he doesn't have the development tools because he received just the source code ...
3
votes
3answers
2k views

What's the best way to find out the installed version of the iPhone SDK?

What is the easiest way of finding out what version of the iPhone SDK is installed on my OS X? When you log into the Apple's iPhone Developer Center, you can see the build number of the current ...
3
votes
2answers
443 views

diff and merge of XML

Can anyone recommend a good XML diff and merge tool?
3
votes
5answers
706 views

Tools For Limiting Available Memory

OS: Windows XP Does anyone know of tools (preferably free) to limit memory available and also other windows resources (handles etc.)? I want to test an app with low memory to make sure it behaves ...
2
votes
0answers
63 views

R's devtools - install from github with “configure” file

I have an R package on github that uses a "configure" script (since some of the C code depends on GSL libraries). I try installing the package using github_install() function from devtools package ...
2
votes
5answers
377 views

Exception logging tools in .Net

I'm looking for a good tool that will give me a detailed analysis of exception in production releases. I know of EurekaLog and I saw once an add for a software with a frog or something similar in ...
2
votes
4answers
317 views

How can I write apps for the latest Sony Ericsson phones?

For me in particular it's about Sony Ericsson W715. What languages can I use and what environment do I need? A tutorial recommendation would also be nice.
2
votes
4answers
116 views

SQL Server Prevent Scripts Being Run on the Wrong Instance

This is less of a programming question and more of a suggestions for tools one :-) I'm looking for a way to prevent scripts being accidentally run on the wrong sql server instance, ie so you don't ...
2
votes
3answers
125 views

creating support/dev tools for your project - how much time do|should you spend on it?

It could be as simple as one-liner scripts, or as complex as a complete programming language with parser and debugger. But there's the well-known danger of creating a labor-saving tool, that takes ...
2
votes
2answers
771 views

Free SQL Query generator tool for oracle database?

Do you use any free tool to generate query for oracle database. Tool that autocomplete and suggests the table names and column names.
2
votes
8answers
1k views

General Binary Data Viewer for Windows Vista

I'm looking for recommendations for a good program for 32-bit Windows Vista that will load any arbitrary binary file and display textual information or graphical visualization relevant to identifying ...
1
vote
2answers
102 views

What does bash in the devtools package do?

In response to a previous question, Alternatives to system() in R for calling sed, rsync, ssh etc.: Do functions exist, should I write my own, or am I missing the point?, hadley's answer indicated ...
1
vote
2answers
46 views

What development tools support creation of Windows Services?

Aside from ActiveState's PerlSvc, what other interpreters and compilers support the development of Windows Services?
1
vote
2answers
409 views

Accessing WebKit Devtools JavaScript library

I noticed something in Chrome the other day- I had opened Developer Tools, and then hit view source and was initially surprised to notice that apparently the developer tools window is coded in HTML ...
1
vote
1answer
212 views

What are the latest tools for mobile development - iPhone/Android/etc

Looking for write once deploy across multiple platforms, is there such a thing? Also looking for an tools that would help speed up mobile development, OSX/Linux based preferred.
1
vote
3answers
511 views

What is the relationship between GvR's Rietveld and Android's Gerrit?

What is the relationship between Rietveld and Gerrit (Android's code review application)?
1
vote
4answers
497 views

Semantic merge tool

Background: In my job, we use SVN, C# and VisualStudio. Part of my task regularly involves global renames. Often I end up with a broken build after renaming something and then merging in changes. The ...
1
vote
2answers
229 views

What is the best pattern/solution to implement 'workflow (a process) for product development'?

Present: The product development is done in Visual Studio at the moment using .Net technologies, so it's important to stay in the same set of tools. Roles apart from developers are using ...
1
vote
4answers
346 views

Windows Mobile Development - Portable Programming?

I want to start developing for Windows Mobile Devices, as I plan to buy one next week. (pay day) So far most of my PDA experience is with Palm OS (m100, m105, Zire 71 and T3). For Palm there are a ...
0
votes
2answers
21 views

How always enable Chrome Devtools?

I tried the command: chrome.exe --always-enable-dev-tools but it doesn't exist: http://codesearch.google.com/codesearch#OAMlx_jo-ck/src/chrome/common/chrome_switches.cc&l=50 Do you have another ...
0
votes
1answer
74 views

The last Xcode 4.2.1 doesn't install all devtools packages

I have a big problem, My macintosh HD was dead. So I formated all my datas. Great ! :( I downloaded and installed xcode with the Mac AppStore but I have several errors. Apparently, the all devtools ...
0
votes
0answers
36 views

Developer tools for VC++ 6.0 similar to Visual Assist

I am using VC++ 6.0 at work and am not in a position to acquire license for Visual Assist. I am looking at alternate options and all my search efforts so far have been futile. Many tools I came across ...
0
votes
1answer
136 views

Chrome Dev Tools very slow to respond in large web app

I have a large, javascript heavy web app that I am working on. I am experiencing very slow response times from Chrome Dev Tools for XHR responses and console loggging (3-5 secs). The actual app is ...

1 2