The tag has no wiki summary.

learn more… | top users | synonyms

-2
votes
1answer
63 views

Reccomend an IDE for C++ Development [closed]

I'd like to get more into C++ software development. I'm familiar with a mixed bag of languages, and really like the way the Netbeans IDE handles for Java or the Visual Studio IDE handles for Visual ...
0
votes
0answers
22 views

Looking for a software to support a business need

I am in search of a software package to solve a problem. I have have been unable to find one that meets the need at this point through Goolge so I decided to ask here to look for ideas. Keep in ...
0
votes
0answers
10 views

Free Rich Text Editor to work with MCMS?

I'm looking for a Rich Text Editor that can be integrated with MCMS. We're currently using radeditor but it isn't meeting our requirements anymore. We're trying to bring a more modern experience while ...
1
vote
2answers
151 views

Committing Stored Procedures to SVN Repository

My current development environment for C# projects is Visual Studio, with a SQL Server database and using VisualSVN to connect to my SVN repository. To manage revisions of my Stored Proceduress, ...
0
votes
1answer
131 views

How to get citation information of Papers to visualize the network of papers?

I want to develop an application which visualize the network diagram of academic papers. So I need to use citation information of papers. I have found 3 api about this idea. But they contain any ...
2
votes
0answers
45 views

Auto-Updating of File Name History upon Renamings/Deletions

I'm looking for an Emacs package that automatically updates file name history variables upon file renamings/deleteions (inside Emacs) preferrably using advices or hooks on rename-file/delete-file/etc. ...
-2
votes
1answer
134 views

Advice: Classic ASP or .Net [closed]

I just need some advice on what direction to take. I don't have any code that I need help with, so I know that my question probably won't get a vote, or even worse down-voted. I am very interested ...
1
vote
1answer
264 views

Game development for Android and PC

I want to know FREE and good resources that allow to develop games for both Android and PC (Windows and Linux) using C++. I want to use game libraries or engines to develop games for Android, but it ...
1
vote
2answers
321 views

Help to choose a version control software

I need a version control software, but I do not know much about them. Needed features: Centralized server to store the most recent version that was commited and the revision history. Allow to ...
4
votes
1answer
525 views

What’s the best python Twitter library? (For use on AppEngine)

This question has been asked before but things change, e.g. oAuth support being required now. Recommendations for interacting with Twitter (mostly reading a user’s timeline) via AppEngine?
5
votes
7answers
296 views

What would you recommend for this project? [closed]

I have a to create an application using C# for the Windows Platform. Normally all of the work I've done was on a single machine: It had Visual Studio 2010, Microsoft SQL Server and a range of other ...
3
votes
4answers
251 views

Creating a UI with C++

So after years of working with C# I thought it would be a good idea to write something in C++ to get my skills tuned up. It turns out they are much rustier than I could have possibly imagined. I ...
4
votes
2answers
4k views

Quick development for a 3d point cloud visualization tool

I've recently been tasked with the development of a multi-frame 3d point cloud visualization tool for research. The professor let me make the decisions on what tools to use for this project. Problem ...
-1
votes
3answers
83 views

How to save in database [closed]

http://www.dsebd.org/latest_PE_all2_08.php above url contain information want to save is database ms2008. How to save this value .
0
votes
2answers
609 views

How to write database value in text file on defined format

I read a delimited text file into dataset. i am writing these dataset values line by line in another text file. my C# syntax is : try { DataClasses1DataContext db = new ...
1
vote
1answer
151 views

debugging tools

I am using Netbeans and programming with PHP. I have seen debugging tools like watches and call stacks. What exactly are watches and call stacks? How do I use them in Netbeans?
5
votes
6answers
230 views

Basic Source control

I know this question has been beaten to death, resurrected, shot twice, resurrected again, and then buried, even at the risk of all the above, I'm still going to ask. What would be the best source ...
12
votes
3answers
5k views

Google App Engine - which tools to edit datastore locally?

I would like to ask if there is any tools for Google App Engine to edit datastore in localhost? In the Application Console, I can edit data on appspot, but for localhost, which tools are available? ...
0
votes
3answers
458 views

Which development environment to use for developing Java EE and EJB 3?

I have to work with a project in which it is mandatory to use Java EE and EJB 3. Can anyone suggest the best development environment for development of these technologies? And any useful links with ...
0
votes
1answer
392 views

VSS: Useful command-line diff?

Is there a useful command-line diff utility for VSS 2005? I tried this but if wants to compare my current directory with, it seems, some randomly picked path from the project.
1
vote
1answer
761 views

Good FREE CSS editor with live preview for linux?

As the title says: What good free css editos with preview are available for linux? And please don't recommend Firefox + some plugin (eg Web Developer or Firebug). Thanks
7
votes
6answers
15k views

What are the best JPEG compression tools? [closed]

When making a webpage every byte counts. Especially if the webpage is heavy on graphics, has large backgrounds, etc. For that reason I want to find a good tool to compress my huge background files ...
1
vote
3answers
1k views

Simple HEX disassembler

I'm looking for a really simple HEX disassembler for Windows that I can just throw some HEX at (either as text, or in a bin file) and have it disassemble it. At the moment I'm using the DOS debug ...
0
votes
1answer
892 views

What are the advantages/disadvantages of using OLE Objects?

This is the scenario for asking this question: I'm doing some Proof of Concepts with Crystal Reports, and noticed that images are added as OLE objects. I'm pretty sure this is a downside against ...
0
votes
1answer
333 views

How would a centralized reporting solution be?

I'm sorry for not being clear enough in my question, here we go again. I'm in the middle of a research for defining a reporting tool and I've being studying a number of them: Active Reports is very ...
1
vote
2answers
613 views

What are the best free tools for reverse engineering on windows platform?

Are there any good free tools? I would appreciate easy scripting with preferably python, ruby or some other higher level language than C. Ollydbg is my current favourite, but I haven't found good ...
8
votes
3answers
6k views

How can I serialize a DevExpress XtraReport report design

I need to serialize a report design. This is the scenario: The app has base reports, let's say "Sales Report" with a set of pre-defined columns and design, like the corp. logo in the header. The ...
17
votes
5answers
11k views

What Visual Studio add-ins do you use for C++ refactoring?

I have just started using Visual Assist X for C++ refactoring in Visual Studio 2008. It is quite good, but IMO, not to the same level as what ReSharper has for C#. I am wondering what people are using ...
0
votes
2answers
143 views

Tool to replace include with its own contents?

I'm faced with the task of find and replacing multiple include files with the include file's content. Just wondering if I'd be quicker copy / pasting than writing a bit of code to do so, or if ...
1
vote
1answer
352 views

ASP.NET based SQLite admin tool

Does such a thing exist? I'm thinking of a asp.net page I could drop on my server and point at a SQLite file (also on the server) and get most of the functionality I'd get out of a command shell. The ...
0
votes
3answers
258 views

When, why, and what should one use a logger for?

Tell me about loggers and logging! Point me in the right direction so I can learn more. Edit: Id like to know more about logging application events for debugging purposes. While the commented link ...
2
votes
2answers
129 views

Is there a Java tool to automate the reduction of class and method visibility?

I'm looking for a Java tool which can automate reducing the visibility of classes and methods which don't need to be public. I want to reduce the amount of methods/classes that are public so that the ...
1
vote
1answer
196 views

Reporting tools and architecture

I'm doing some research on reporting tools and architecture. Can you give me a starting point to where to start looking at, or point some resources about it? Thank you very much. Sebastian
6
votes
5answers
4k views

What is a good profiling/performance monitor app/method for Flash/Flex?

Hey. I'm looking to see the memory usage and processor load of an ActionScript 3 project. What applications/methods could I use for that purpose?