A programming tool or software development tool is a program or application that software developers use to create, debug, maintain, or otherwise support other programs and applications.

learn more… | top users | synonyms

0
votes
1answer
69 views

find and replace items from a list

I am a local SEO guy and when I'm doing keyword research with Google's keyword tool I have a list of various keyword combinations that normaly use find and replace in a text editor to change out the ...
-1
votes
2answers
28 views

what is something that is platform independent? [closed]

Suppose I want to create an application to work on Iphone, android, windows and mac, is there a language that is platform independent which i can use ? The idea is to do less coding and use the same ...
2
votes
2answers
181 views

Static code analysis tool for ruby with custom config mechanism?

Is there a static code analysis tool for ruby with following characteristics. Apart from the checks it performs, allow users to specify what additional checks to be performed Allow specifying what ...
1
vote
0answers
61 views

Porblem Compiling StellaWare

I am trying to develop applications with Eclipse / Linux for Stellaris Launchpad (LM4F120). I am following this guide: http://kernelhacks.blogspot.de/2012/11/the-complete-tutorial-for-stellaris.html ...
3
votes
2answers
220 views

Alternative ways for visualizing word frequencies?

I'm looking for an intuitive way to depict word frequencies with the most frequent being the most prominent. I have used http://wordle.net to create simple tag clouds, and used this d3.js for bubble ...
-2
votes
1answer
85 views

Tools (Software) for Class Diagram? [closed]

Any good Software to make a Diagram Class from a Java Project? (manually) It can be a paid or a free program. Thanks!
1
vote
1answer
48 views

Using Subversion, what is an easy way to visualize one user's contribution to a repository over time?

I'm looking for an easy way to pull commit history for a single Subversion user and visualize that user's "overall contribution" over the lifetime of a given repository. It might be easy enough to ...
1
vote
1answer
272 views

What strategies we should adopt in order to run an application fast

If an application contain too many files, modules/components of different sizes (small, medium, large). Then with a single processor how can we run that software application as fast as we could or ...
-1
votes
2answers
119 views

Bug tracking software for iPhone

Can anyone recommend a stand-alone bug tracking app for iPhone? I've tried downloading a few but they all rely on accounts for existing bug tracking software. I want one where I can just add, update ...
1
vote
1answer
74 views

News website comment analysis

I am interested in analyzing comments on news websites. Most news websites now allow a user to rank the comments by adding an up-vote, by agreeing/disagreeing/recommending a comment, by liking or ...
1
vote
2answers
88 views

Looking for a software for UML Modeling

I am looking for a software for UML Modelling that I saw here. It has faint grid lines in the canvas where you draw ? I use Visual Paradigm Community Edition currently but this one seems more ...
-2
votes
1answer
30 views

Development tooling in a corporate environment [closed]

I'm a developer working for a large multinational corporation whose primary function is not technology but still employs a large number of developers. I'm interested to know other peoples experiences ...
0
votes
1answer
54 views

File versioning sync for Windows

I want to monitor a folder for changes and save different versions of files that are being changed. I don't want to synchronize changes but rather maintain a passive repository that records all ...
1
vote
2answers
132 views

Python - Silent install & validation of software

I've written a Python 2.7.2 script (for Windows 7) that installs software applications automatically, here's a sample of how I'm doing this: import subprocess WinZip = ...
-1
votes
2answers
101 views

Good console / debugging software for javascript? [closed]

I was searching for software that would help me with JavaScript development (I'm a beginner). I learned most of what I know from Codecademy where they have nifty and very use-full console, I was ...
2
votes
1answer
384 views

convert font to images of individual characters

I'm looking for a tool that would produce images of individual characters from a .ttf or other regular font files. I need only alphabet characters, not the diacritics... E.g.: INPUT: arial.ttf ...
-1
votes
2answers
208 views

Karaoke software for pc # windows Xp/7 [closed]

I am looking for a karaoke software for pc. The software should allow to add karaoke music files, create playlist and give scores to the user at the end based on his performance. Is anyone aware of ...
0
votes
0answers
37 views

Software recognition library [closed]

I need information about some free software recognition database or application recognition libraries (ARL) to make a software inventory and application recognition for a Software Assess Management ...
0
votes
0answers
184 views

Text to speech converter from English to Indian languages

I am planning to develop an application on Indian culture and history. In this application we are planning to have voice support. Currently we have all the text in English, that should be converted to ...
0
votes
0answers
57 views

mac app fro time tracking and categorizing website tabs during online research [closed]

Please suggest me a mac app which can keep track of Online research time on each tab of website for eg: If I have opened 2 tabs of stackoverflow with 2 different question I have to see both and amount ...
3
votes
2answers
268 views

Sequence diagram for virtual methods in a subclass

I'm working a C# API that has a fairly complex order of virtual method calls that could be overridden in various levels of the type hierarchy. I'd like to be able to document the order of execution of ...
0
votes
2answers
94 views

Managing a file-based public maven repository

I am looking for an easy way to manage a public file-based Maven repository. While we are using the open-source version of Artifactory internally, we now want to put a file-based repository of our ...
0
votes
0answers
12 views

Is there an analytics tool I could use to measure/graph my team's daily compiles to make time spent visible?

I am imagining something like the Google Mobile Analytics SDK, but something I could instrument my make files with (on Linux). I am hoping something fairly simple exists in the open source community ...
0
votes
1answer
80 views

Matrix/pixel Data Editor (with layers?)

I'm working on a number of related problems that hinge around matrix data. For example, consider the graph coloring problem on a chessboard, with added constraints that certain squares must have ...
2
votes
0answers
42 views

software that can share ftp connection data with users

I've been googling and searching for a bit, but I can't really find what I'm looking for. In fact I can't find anything close to it. Maybe you could help me, or send me in the right direction. short ...
-3
votes
1answer
106 views

Teaching programming for kids [closed]

I was wondering about the best approach/tools/languages/IDEs to be used for teaching kinds how to program. I divided the ages as follows: 4-6 6-9 9-12 12-5 16+ Do you think the division is ...
0
votes
2answers
59 views

How can I know which PDB file contains type information for a given struct?

I'm translating some Windows header files to Delphi. In order to verify alignment of related C structs, I need to dump certain PDB files to see the associated type information. To do this, I tried to ...
0
votes
1answer
16 views

Class re-usability across different web apps

I have a model class that is shared across two web application, which are hosting on different servers. If changes are made to the model object, both copies need to be updated. Right now, I make the ...
0
votes
1answer
107 views

Localization concept

i'd like to ask you about a strategy / concept for handling the localization afterwards. To make clear what I mean: We have this big project, with the resource languages german and british english ...
1
vote
0answers
54 views

code indent script libraries [closed]

I am dealing with around dozens of different languages with hundreds of code samples for each. Some have really terrible code indent I'd like to fix them all and re-indent them all. I don't think I ...
0
votes
1answer
48 views

How to retrieve cvs commits by commentaries

In my development team we use requirements management to control the expected behavior and functions of our products and a bug report tool to track 'problem reports' (PR). Any change in the ...
1
vote
1answer
157 views

How do you organize CSS efficiently and fast?

How do you organize CSS efficiently and quickly? Do you have a tools that helps you out? Let say you had taken over on a site with a messy structure for CSS. And you want to clean it out and ...
0
votes
0answers
24 views

OnlIne Social Media Marketing software to buy [closed]

I have a domain name I'd like to build a comprehensive set of tools on for Social Media marketing but before I embark on re-inventing the wheel, I wanted to find out if something like this already ...
1
vote
0answers
23 views

Mapping for Mac OS

Is this possible to use Hammer or UDK (mapping) on Mac OS ? If not, what can I use instead?
3
votes
1answer
301 views

Titanium studio on windows 8

I want to know anybody have installed titanium studio in windows 8 OS? I have checked appecelator website and in the Titanium SDK 2.1.4 RC release notes released on 02 Nov, 2012, they mention: "We ...
0
votes
0answers
80 views

Software to backup mysql and commit to Bitbucket? [closed]

I am struggling to find a solution to enable automatic backup of a MySQL database and commit(and push) it to a bitbucket account? Is there a piece of software which can do this, or will I need to ...
0
votes
1answer
312 views

XLSX Bulk importer to Mysql

I have XLSX files that contain data to be imported into a MySQL database. The size of each XLSX file is from 50MB to 100MB. Can anyone give me a great idea or clever suggestion as to what I am ...
1
vote
0answers
136 views

Is there an OS X-native (non-Java) alternative to Charles debugging proxy? [closed]

I'm attempting to get away from needing the Java VM installed on my OS X system, but I haven't come across an alternative to Charles proxy. Does one exist that is not written in Java?
1
vote
1answer
96 views

Does Objective-C technology stack has Java Enterprise equivalents?

I'm pretty familiar with Java EE technologies and have to use them often (JSP+JSF, Java Transaction API, JMS,EJB etc.) and now I'm working as iOS backend engineer (Obj-C + Erlang+Haskell ...
0
votes
1answer
118 views

Methods of selecting the best test case derivation technique

So what I am looking is some sort of literature that is pointed at the beginner software tester. I find a lot of academic papers are very far from my writing style and I find it difficult to cope and ...
-1
votes
1answer
36 views

What tools are suitable for showing program non-termination? [closed]

I want to generate lots of small programs written in a very simple C-like language (using unbounded integers only, and with no user input). If a program runs too long, send it to a tool that checks ...
5
votes
1answer
154 views

How does Eclipse detect errors in code

I wonder how Eclipse detects errors in Java code before compiling it. I've found this answer from the Eclipse forums which mentions reconciliation. But that doesn't tell me how it works. Is the ...
0
votes
0answers
18 views

Tools for manipulating downloads and cache for web development

PROBLEM I have an issue that I am trying to reproduce so that I can do troubleshooting and testing on. I have a flash player that plays swf files and there are occasions where someones connection ...
1
vote
1answer
277 views

Eclipse dosn't see the PySide classes

I have a trouble with PySide/PyDev/Eclipse I typed this code : import sys from PySide.QtWebKit import * from PySide.QtCore import * from PySide.QtGui import * app=QApplication(sys.argv) ...
0
votes
1answer
71 views

Mysql database manager with shared connection settings

For the company I'm working in I'm looking for a piece of software to help us manage databases for multiple servers. We are using Navicat for MySQL at the moment, which is a great piece of software ...
2
votes
2answers
977 views

Convert an array of audio bytes in Java to the frequency scale (Fourier Transform)

I would mention that I am not a seasoned programmer (yet). For my final year project I have chosen "Voice Analysis for Security". This would involve having some audio samples of certain individuals, ...
1
vote
0answers
40 views

using topGO for ontology management and others

Im trying to use topGO [bioconductor]. I do not know well how it works, but it may exists a input for using it. Anyone knows hot it works? I have a list of ontologys and i want to do a graph with ...
1
vote
0answers
75 views

Open source tools for MySQL Cluster [closed]

Is there any tool available for MySQL Cluster 7.x which can be used with community edition of MySQL Cluster which provides all or some of the features of MySQL Cluster Manager?
0
votes
1answer
312 views

Disk usage by application in Windows XP [closed]

Most process-monitoring software can show CPU(s) load by application in real-time. But I can't find anything that could show me real-time Disk(s) usage by applications (hard disks, CDs/DVDs, flash ...
1
vote
1answer
164 views

ltrace doesn't work on some binaries

According to the man page, ltrace is supposed to intercept and record the dynamic library calls on any executed process, however it seems to not work properly on some binaries. Here is the way to ...

1 2 3 4 5 11