software

Does a software exist to batch convert image at different rotation angle?

Hi, I have searched on the web for software that batch convert image at different rotation angle from a source file, but my searches went unsuccessful. Does what I am looking for exists? What would be awesome is an application that we browse for a source image in PNG and a target directory and when a button is pressed the program create ...

Are there any studies showing what percentage of software developers are building internal applications as opposed to consumer applications?

I have always wondered what the industry-wide breakdown is between internal/IT applications (e.g. intranet apps, custom reporting, payroll, or related enterprise software) and consumer applications (e.g. Facebook, Yahoo, Google, e-commerce sites), or other types of software like embedded, mobile, systems software, etc. I do realize that ...

Finding memory leaks in C code on Windows

I already know that I can trace memory leaks in my code with mtrace and valgrind on Linux, both of which are unavailable for Windows. Which Windows program would you recommend to trace memory leaks? I'm an Eclipse user and I've been working with C for a month or two now, so I prefer a user-friendly solution over something more advanced....

How to take an engineered approach to making a website ?

I'm thinking of starting a website (Not static but PHP based) - something like a portal. However, i want to do this right. Can anyone help me in delineating the various processes that my site can go through ? Like : How the data flows between different pages (data flow diagram) ? Steps in selecting a design etc.. etc... Basically ...

What is Software Escrow? Is Software Escrow something you want?

What is Software Escrow? Is Software Escrow something you want? ...

How can I allow affiliate links to items in my iPhone app?

I'm making an iPhone app that has information about different video games. How can I implement a shopping API that will allow me to redirect users who choose to buy a game? In other words, I'm looking for some kind of affiliate program API that works with the iPhone and lets me place item buy buttons that redirect the user to a product ...

How to protect your software code?

Possible Duplicates: How do you protect your software from illegal distribution? Best practice to prevent software copy Hypothetical situation: Lets say I have built a software product from the scratch and it does wonderful things. The only problem is that, once someone takes a look at the code, they will understand it very...

Software Project Rating?

Sometime within the past month, I came across an informal rating system for software projects. Some of the criteria were: Are daily builds made Is the project under version control Does anyone know what I'm talking about? ...

Detecting uploading using HTTP and copying using USB device

Hi there, I have been asked by my (pananoid!) boss to do two things 1. Detect when a user uploaded files to the net using HTTP. So for example how can I detect if a user uploads fire to a free webserver somewhere and can hense steal company data Detect that a user is copying files to a USB device and what the name of these files are. ...

Visual MVC Builder?

Can anyone recommend a visual tool (preferably for Mac) that will help me visualize my MVC relationships? ...

What's the case when using software licensed under GPL or LGPL

With everything legal and in line with the ethical questions in software development, is it allowed to use an open source product in my software that I charge a fee for when selling? Scenario: I've developed an PHP Content Management System (CMS) and use some Linux executables licensed under GPL or LGPL in my CMS to accomplish various t...

Is there a way to test a program's hardware requirements without just using it on a bunch of different computers?

Is there a program out there or some other thing that will run some kind of virtualization for me or something, to test the hardware minimums for a program I write? Something I can do locally without install testing on, say, a 33 mhz 64kb ram IBM or something ...

What's a reliable and practical way to protect software with a user license ?

I know software companies use licenses to protect their softwares, but I also know there are keygen programs to bypass them. I'm a Java developer, if I put my program online for sale, what's a reliable and practical way to protect it ? How about something like this, would it work ? <1> I use ProGuard to protect the source code. <2> Sig...

What area of Software Engineering are you going to focus your research on?

hi guys! I have this very subjective question regarding software engineering. Let's say you want to pursue a graduate degree i.e. master degree with a major in software engineering, what particular topic or area of research in the field are your going to pursue? From your experience, what are the different aspects of software engineeri...

What is the Best way to create a Trial program ?

I need to create a simple application that doesn't work after 30 days. How can I do that ? Is there a way to use Trial program after 30 days ? ...

Good places to share and showcase software on the web?

Quite simply: is there a place such as DeviantArt, but purely for the purpose of sharing software (and source if preferred)? I'm aware that DA has plenty of software, but only related to customisations and UI hacks. I recently came across some really useful apps I had made from way back and besides posting it on an online code hosting s...

managing software editions created in java

I plan to create 3 editions of a piece of software in java from existing code base. what's the best practice? should I create 3 different projects one for each edition? Also any tools for managing editions? ...

Free Modem Dialer

Hello, Is there a telephone application for modems that can receive a phone number as a parameter and manage the call for themselves? I ask because in my application I must implement a click2call functionality and may be is a free software out there that I can use and I do not have to fight with TAPI. Thanks! ...

data mining open source software in java

Hi i just like to know is there any open source data mining software written in java that is approximately less than 3k lines of codes? If yes, please give download link i need to do software testing thank you. ...

Program visible to Linux as normal directory

I'm trying to write program to work as programmable directory, in other words: User, or other systems open that directory and read/write files or dirs. I try to create program to cache most used files in memory (less I/O to HDD), but right now I don't know how to achive that. There are probably some docs about this but I can't find them....