software-tools

Best calculator software to help programmers

As a embedded systems programmer I always need to make lots of base conversions (dec to hex, hex to bin and so on...), and I must admit: Windows 7 calculator is a good calc, but too limited in my point of view. I work a lot with communications protocols and it`s common to need some base conversion in this field of knowledge. I`m looking...

Web Design UI initial mock up - what software to use?

When constructing an initial mock up of screens for a web application, what tools would be best to use? For starters, I'd like to avoid MS Paint and MS Visio! Ideally I'd like ones that: Are free Make it quick and easy to design/redesign web application UIs at a basic and initial level. ...

What combination of project-management software will meet my just-started project's needs?

Hello all, I have a got couple of software projects that I want to run with my friends(max 10 persons) privately(at least for now). But I'm kind of lost between software management systems. I am not even sure about the definitions of my needs. Dear all, what is the definition/name of the system/software that meets my needs listed below? ...

Dependency Walker for Java?

I am looking for a tool that lists the .class dependencies for a given Java class to run. Kind of like what Dependency Walker does for Windows applications. I am aware of some tools, but they are overly complicated or not quite a match, including Class Dependency Analyzer GenJar Dependency Finder One-JAR Any suggestions? TIA!! ...

How to set up a QA dept. ?

I am senior member of a small team (2 other programmers). We are all new to the company, and I have been setting up all of the dev infrastructure. So far, I have an excellent version control system (Git), an excellent issue tracking system (Redmine), and I am about to set up a build environment (Hudson). I am now looking into setting up ...

Wanted process monitor WITH logging to file (Win)

I was very surprised when to not find process monitor, which could be able to doing their work, and save some dumps with the specified periodicity. Does anyone know such like this? ...

The right tool for the job (3d Modeling)

Hey there I am looking at xna development studio, and i like what i'v seen so far. What tool would you recogmend for creating 3d models that i can import. I would like the answer to be based on the following: Most Important - Ease of use Learning curve Features Compatibility with other 3d engines cost Thanx guys ...

I'm looking for a collaborative task list tool...

..and I have quite specific needs. I have some simple user stories: Users Ben is a manager working in the Shared Tech Group (STG). The group is made up of 15 software engineers. Ben is interested in allowing his team to work on the things that matter while providing insight into what the team is doing. Seb is a dev in the Shared T...

What is a common term for the following tools

is there a common term that can be used for the following tools Bugs Database Source control software a software use to compile from various programmers in one step These tools can be used by programmers to improve teamwork, coordination and quality of code produced ...

Minimum requirements for a development environment

I have been tasked to provide an overview of requirements for the setup of a development environment for a relativity new business unit within a financial services institution. I had initially put together some aspects that focussed on doing some Requirements analysis and focussed on Infrastructure, Software and Processes and Procedure...

Redgate SQL Tools

I am testing the Redgate belt and the set of tools seems pretty amazing... but before I buy anything... could you recommend any other tools similar to these? Thanks ...

What is OSGi and which applications already applied it?

Recently I learn about OSGi and still don't know what is the difference between it and DLL (Dynamic Library Linking in Windows). And will it attract more developers and companies to Java world? And can you list out some applications already applied OSGi. For now, I only know GlasshFish 3, have to admit that the performance was increased...

Code Snippet Managers for OS X?

What are some good code snippet managers for OS X? ...

Please list stages and tools for software automation

We automate several aspects of Software development using tools. Want to understand What tools the community recommends & why Which stages of development have more potential for automation To start things off, here are tools I use or know of. Automated code quality checks: PMD Regression Testing: Selenium & Molybdenum Build: Huds...

Code Snippet Managers for Linux desktops?

In the spirit of http://stackoverflow.com/questions/3349990/code-snippet-managers-for-os-x What are some good code snippet managers for Linux? My quick search didn't turn up much. Eclipse, emacs, vim, Kate, and KDevelop all offer their own integrated snippet managers, but I'm looking for something more generic along the lines of CodeC...

How to open large (HUGE) textfiles.

I am writing a program to produce random records in a format that can be specified in code and optionally write it to disk as a text file so it can be used for datamining benchmarks. My problem is that I can verify that my program works with small text files but I need to know if this is true for large amounts of data (this program will...

Opensource tool for monitoring http/https requests/reponses

Hello everybody The problem faced by most and me too is that how one can came to know that a web application making what request to which url(signature of the called method) and what response is coming for that request without touching logs or code of the application deployed on server(normally this is case with the live applications wh...

Free professional development software

I've just stumbled on a Microsoft program that offers Visual Studio Professional, among other things like SQL Server and Windows Server 2008, for free (as in beer). The catch is that you have to be a student. Anyone know any other places where you can acquire software like this for free - legally that is. ...

Structured design: Software to draw structure charts

Hi, UML is all the rage now, and software allowing you to draw the various UML diagrams are a dime a dozen. However, after much googling I was unable to find tools that are capable of drawing structure charts and other structured design diagrams. Which tools or software allow you to do this? +1 for free +1 for runs on linux Thanks ...

Program that compares two files

Let's say I have two files.. I want to compare them side-by-side and see what's added... anyone know? Essentially they are the SAME file. ...