tools

Simple small INotifyPropertyChanged implementation

Say I have the following class: public MainFormViewModel { public String StatusText {get; set;} } What is the easiest smallest way to get my changes to StatusText to reflect to any controls that bind to it? Obviously I need to use INotifyPropertyChanged, but is there a cool way to do it that does not clutter up my code? need lots...

What is the best way to break down and follow project progress?

Hi When i wanna start a new project, I have enough details to just start it. And as all programmer needs, I need to analyse that project to understand how to write codes and classes and relations between them... Normally, I do it on so many papers and its really annoying and also I can't consentrate so good (in huge projects). I wanna kn...

tool for solving "trivial conflicts" in git

Hi, Do you know any tool/switch for git commands which help me prevent conflicts or speed up merges? Currently I often got "trivial conflicts" such this: ++<<<<<<< HEAD ++======= + onClick + onWakeup ++>>>>>>> 587f917... I suppose that that is caused by some white-spaces.. this is very easy to solve by human, however it requires a ...

Lotus Notes Diff Tool

Is there any diff tool for Lotus Notes which allows to compare scripts, design elements and documents? ...

Have you tried some tools to recognize design patterns in code?

Has somebody tried any tools for design patterns recognition in source code? I'm looking for one that is more or less effective and expects some reasonable input (for example, an xmi file produced by a reverse engineering tool or another data that can be easily generated from the source code). I've found some academic tools like CrocoP...

Is there an easy to install generic JMX browser anywhere?

I am looking for something which is just a single jar file prerably and I can run with: java -jar jarname.jar ...

Most underestimated development tool?

What is, in your opinion, the most underestimated development tool? With that I mean a tool that can be immensely useful, but rarely gets used? Reasons might be because the tool is so little-known, or that the use case is so obscure that people don't realize it could be used this way? (The purpose of this question, of course, is to get...

List of UML state-machine diagram to (Java) Code (Generation) Software

I’m looking for software / UML tools that can generate code (including, or not, Java) from UML state machine diagrams. Be it from diagrams modeled in the tool itself or imported as XMI or whatever. For example, Visual Paradigm Enterprise Architect (supposedly) can do this. Do you know any other tools? ...

Tools for Windows Operating System

. Dear All, I am looking for the following tools for Windows Operating System for sending bulk emails and SMS. Would you please let me know, if you have any idea on these. Best free/paid Bulk Email Sending Tool Best free/paid Bulk SMS Sending Tool [For India/World] Many Thanks, Regards, Anupriya. . ...

Should upgrading tools / frameworks / dependencies to latest version be automatic?

At my current job, it goes without question that if a new version of a technology that we use in our project is released, we upgrade it ASAP. At my previous job, that was not the case... we had to convince management that it was necessary. As such, we often had to do without features that could have been helpful and continue living wit...

How to effectively manage manual tests in project?

In our team we faced problem of manual tests management. We have a suite of unit tests that keeps the project stable but we also ocasionally test our aplication manually based on some scenarios (to check if everything is OK on the highest level). The question is: how to effectivelly manage manual tests scenarios? They can change from ti...

Where can I find TableDiff.exe?

I just found out about the TableDiff tool for SQL Server on the hidden features question and had a full-blown nerdgasm. I would like to download the tool, but everywhere I look I am told to look in C:\Program Files\Microsoft SQL Server\90\COM\TableDiff.exe. After looking everywhere on my PC (I have SQL Server 2008 Express and SQL Server ...

How do we "test" our security policy?

DISCLAIMER: At my place of work we are aware that, as none of us are security experts, we can't avoid hiring security consultants to get a true picture of our security status and remedial actions for vulnerabilities. This question is asked in the spirit of trying to be a little less dumb and a bit more aware of the issues. In my place o...

Is there a tool like phpMyAdmin for MongoDB databases?

I'm looking for a tool that will provide a clean web interface to access a MongoDB database, and execute/build queries, modify, dump, etc. the data in the collections on the server. The biggest feature I could think of would be a clean way to view the data in the collection. Basically, I want to find a phpMyAdmin style tool that works ...

Chrome Extension for Amazon Cloud

Hi, Is there any extension for chrome which is similar to Hybridfox or Elasticfox? Regards, Allahbaksh ...

How to change Gmail's password programmatically?

I came across this issue recently where I needed to change a Gmail's account password programmatically and am still thinking about the ideal approach. Basically by providing Gmail's current username/password my application would then authenticate and request the password to be changed to a new one provided and return success. CURL seem...

Anyone have a favorite Python coding style enforcer?

I'm trying to find a Python coding style enforcer (tool, not person!). Any recommendations? --Steve ...

JavaScript Documentation Tool like JAutoDoc for Java

Is there a tool that would generate documentation for JavaScript functions similar to what JAutoDoc does for java ...

noob mac user - developer directory conventions

I just got a Mac Mini OS X Server. This is my first foray into the Mac world. Wanting to get off on the right foot as I configure my machine, which will be used principally for software development (java, groovy, grails, javascript, etc.), I am wondering what conventions are typically followed as you install software tools, locate your p...

Windows Phone Templates in VS2010 Professional

Hi, I installed Windows Phone Developer Tools. I can create the projects with Blend 4 or VS Express Edition. I want to use the templates in Visual Studio 2010 Pro. I can see the Windows Phone Game Template under XNA Studio but the other main templates are missing. I can see them at this directory: C:\Program Files (x86)\Microsoft Visu...