Tagged Questions

45
votes
10answers
8k views

What tools do distributed programmers lack?

I have a dream to improve the world of distributed programming :) In particular, I'm feeling a lack of necessary tools for debugging, monitoring, understanding and visualizing the behavior of ...
45
votes
9answers
4k views

Semantic Diff Utilities

I'm trying to find some good examples of semantic diff/merge utilities. The traditional paradigm of comparing source code files works by comparing lines and characters.. but are there any utilities ...
34
votes
19answers
1k views

What considerations should be made before reinventing the wheel? [closed]

All too often I see other people reinventing the wheel, and when I do, I wonder what factors played into their decision to do so. There are times I reinvent the wheel consciously, merely because I ...
26
votes
40answers
2k views

Great tools which help in development? [closed]

Apart from all the IDE's and their features or plugins (and lets skip version control systems too), what tools do you use which help you with development? This can be almost anything, but please keep ...
22
votes
8answers
4k views

Tool for adding license headers to source files?

I'm looking for a tool that will, in bulk, add a license header to some source files, some of which already have the header. Is there a tool out there that will insert a header, if it is not already ...
21
votes
18answers
2k views

Automatically tracking development time

I'm working on a personal project and I'd love to be able to say at the end:"I've spend X hours on this project". Now one way to solve this, is to use a manual time tracker (worked from: to:). I've ...
14
votes
16answers
402 views

How do you search through your own libraries of source code?

I write/modify code in multiple file formats like perl, html, css, php, javascript, autohotkey script, ... etc. I often search my personal library of source code for examples of syntax or complex ...
12
votes
4answers
202 views

How to Manage a dataset together with an application?

The application's code and configuration files are maintained in a code repository. But sometimes, as a part of the project, I also have a some data (which in some cases can be >100MB, >1GB or so), ...
12
votes
7answers
468 views

Does it exist: Repeated Code Finder?

In the near future, I will be inheriting a somewhat large project. I've been making some small updates to it recently, and noticed that parts of it could use some refactoring, since there are methods ...
10
votes
14answers
624 views

latest programming tools under construction?

This site has been great for me to learn what's out there for programming tools and libraries. I'm wondering what are some promising tools/libraries/algorithms -- in any areas of programming or ...
8
votes
1answer
1k views

RS232 serial snoop tools for protocol development / debugging

I develop a wide range of relatively simple firmware devices. Every one of these ends up talking to the PC (or another device) via the RS232 port in one way or another, so I spend a lot of time ...
8
votes
9answers
509 views

What are some good tools and strategies for multi-platform development?

Background: People often ask what is the best "developers toolkit" to use for a specific platform. The problem with this common question is it assumes the luxury of finding a set of tools for a ...
7
votes
3answers
1k views

Google Code Search-like source code indexer and visualizer

I'm looking for a way to search through our subversion repository or just packaged source code. Are there any downloadable servers/tools like Google Code Search to index source code (preferable with ...
5
votes
1answer
139 views

What are the crucial key items in recording technical debt?

I'm setting up a technical debt register at The Office and want to make it a fairly comprehensive tool. What are the key pieces of information that we should be recording?
5
votes
8answers
182 views

How do you let others trust your code and use it?

I write hobby code from time to time. The thing is these tools, classes or tiny libraries of code end up in a flash stick with hopeless future! I would love to develop my projects further, and let ...
5
votes
18answers
628 views

What programming tools haven't been written yet?

What tools would you like to have to make development easier, which either don't exist yet or are too niche/un-featured to be useful. This question was prompted by Redgate (no connection) who are ...
4
votes
3answers
128 views

What is the point of scaffolding?

I don't understand the significance of something like rails, codeigniter, etc. and scaffolding. From what I read, and maybe it's just wrong, scaffolding isn't used in the production environment. I ...
4
votes
13answers
738 views

What applications is Python optimal for?

I'm already a professional J2EE developer by day, and Rails developer by night. I'm planning on adding Python to my list of skills. I'm already convinced a language is just a tool, so I'm not ...
3
votes
5answers
119 views

Web code re-use, How do you organize your scripts snippets?

In every web project most of the time the code is just being re-use. From the drop-down navigation, Rotating Header to CSS Grids. This process makes your workflow more faster and more efficient. I'm ...
3
votes
1answer
96 views

Why aren't whole program optimizations more prevalent now?

Main question: Why aren't general or even specialized whole program optimizers part of our daily lives? I started thinking about this after reading SuperCompilers, LLC's White paper, which discusses ...
3
votes
5answers
3k views

one pretty printer “to rule them all”

I'm looking for a tool that can pretty-print (AKA tidy or beautify) source code in as many languages as possible. Those I'm particularly keen on include: Java JSP HTML JavaScript SQL JSON XML ...
3
votes
2answers
178 views

Are there similar tools to Code Detective for Other languages/IDEs?

Just saw this linked on YCombinator news and the idea heavily appeals to me, and seems like it would be useful for many languages, not just c#, but haven't seen anything similar elsewhere. For ...
2
votes
2answers
97 views

Tools for viewing logs of unlimited size

It's no secret that application logs can go well beyond the limits of naive log viewers, and the desired viewer functionality (say, filtering the log based on a condition, or highlighting particular ...
2
votes
4answers
268 views

Documents with different “Filters” / Levels of information

I often have one document that needs different levels of depth for different "viewers". Typically we end up with different documents that need to be kept in sync, or color/format-marking relevance to ...
1
vote
0answers
67 views

Tool for searching code, which outputs name of function [closed]

I'm looking for a free code search utility with a output, different from the ones I know. Instead of printing the file and line number and some lines of the context, I would like to know: within ...
1
vote
4answers
73 views

What tools/libraries to write a crawler

I need a tool that logs in a website (inserting name and password in a form) once logged in downloads a few HTML pages I need Such tool will need to run on Linux, and it would be great if such ...
1
vote
2answers
369 views

2d geometry drawing tool

I'm looking for some tool/library that is able to draw simple 2d geometries from text file or programatically. I already found List of interactive geometry software but that not quite what I'm looking ...
1
vote
2answers
78 views

Monitoring system for build, source control and integration servers

Do you know about any lightweight system that will monitor servers in terms of disk space, CPU usage, uptime/availability? I'm talking mainly about DB, Subversion, Hudson, integration, qa and build ...
1
vote
6answers
224 views

Geographically Distributed Development

My company is using me as a sort of guinea pig for having developers on both sides of the US. The main office is located in Denver, and I'm in Louisville, KY. I've been trying to come up with ideas to ...
0
votes
2answers
35 views

Advices to manage my own code toolbox

On every new professional project I tend to (re)-create the same helpers and utils classes. It is not wheel re-invention, but rather some small tools that can fit in any project. I wish I can keep ...
0
votes
4answers
136 views

Seeking quoted string generator

Does anyone know of a free website or program which will take a string and render it quoted with the appropriate escape characters? Let's say, for instance, that I want to quote It's often said ...
0
votes
4answers
509 views

Domain Specific Language for Business Objects?

I'm thinking of writing a domain specific language (DSL) to model business objects. The DSL will not be executed, instead it will be used by a template based code generator (probably CodeSmith) to ...