active questions tagged tools - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T06:22:24Z http://stackoverflow.com/feeds/tag/tools http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1806681/gui-for-managing-django-models 0 GUI for managing Django models GElgoa 2009-11-27T04:11:59Z 2009-11-27T05:40:11Z <p>Is there a GUI tool using which I can design new Django models graphically? For example, drawing lines between fields in different models to indicate a foreign key.</p> <p>Modifying existing models graphically would also be nice.</p> http://stackoverflow.com/questions/104203/anyone-know-of-any-good-database-diff-tools 6 Anyone know of any good Database Diff tools? Haoest 2008-09-19T18:14:36Z 2009-11-27T02:11:53Z <p>I can't find any good ones in sourceforge :( Anyone has any success with open source (or retail) database diff tool?</p> <p>EDIT: for sqlserver 2005</p> http://stackoverflow.com/questions/1795735/find-all-css-styles-used-on-website 2 Find all CSS styles used on website Dave Anderson 2009-11-25T09:33:31Z 2009-11-27T01:36:26Z <p>I have a DotNetNuke skin that has a single CSS file over 3,500 lines long. It contains styles for YUI, Telerik, Cluetip as well as the actual customisation of the site. The old developers just kept adding styles and never cleaned up the old unused ones.</p> <p>I want to cleanup the file and get it to a more managable size. I first thought about scanning through the code base but this is 5,500 files with a mixture of CSS applied in the .aspx, .ascx and .cs files as well as jQuery aplying styles sometimes from generated code and sometimes from js files. Some styles are applied with class selectors and others with id selectors.</p> <p>Is there a way I can easily check just which styles the website actually needs across all of its pages? Is there some crawler that could do this?</p> http://stackoverflow.com/questions/488922/automatically-tracking-development-time 5 Automatically tracking development time EightyEight 2009-01-28T19:08:35Z 2009-11-26T22:54:38Z <p>Hi all, </p> <p>I'm working on a personal project and I'd love to be able to say at the end:"I've spend X hours on this project". Now one way to solve this, is to use a manual time tracker (worked from: to:). I've ran into problems with this, because I only manage to use it consistently for the first week or two. So I'd like to track development time automatically.</p> <p>One idea I had was to insert a short script into the build process that that would insert a time stamp into a log file every time a build process is called. Later, I could analyze the intervals between each build and hopefully calculate a somewhat accurate picture of what's going on. </p> <p>Does anyone else have an idea of how such a time tracking tool could be implemented? Are there any existing tools out there?</p> <p>Quick follow up based on the answers already provided: 1. Stop/start trackers aren't bad, but require a lot of discipline, something that I perhaps should be working on. But they dont work for me. 2. Specific app-tracking programs are great, but I'm current on Mac OS X. Thanks</p> http://stackoverflow.com/questions/229333/gwt-unit-testing-tdd-and-tooling 1 GWT Unit Testing TDD and Tooling Roundcrisis 2008-10-23T11:07:18Z 2009-11-26T17:02:39Z <p>hi there</p> <p>I m just starting using gwt and so far so good, however after reading some sample code I wonder is it necesary to have a high level of test coverage? (I can see that most code is declarative and then add some attributes I can see the sense in checking so me particular attributes are there but not all)</p> <p>Also i would be interested to know anything about what are the gotchas in TDDing with GWT</p> <p>I m using eclipse so also if you are really happy with some particualrs add ins for GWT I would be happy to hear about that Thanks for the input</p> <p>edit: maybe I m asking a very wide question, but even little pieces of information will help I come from having nvelocity views with jquery/extJs/prototype/scriptaculous and this is a bit different</p> http://stackoverflow.com/questions/1804340/sourcemonitor-xml-dump-to-database 0 SourceMonitor xml dump to database Morri 2009-11-26T15:31:46Z 2009-11-26T15:31:46Z <p>Hi,</p> <p>Is there a library or a tool that could parse the xml dump of SourceMonitor and save it in database?</p> <p>SourceMonitor is a great tool, but I'd like to have better visualization and statistics-over-time of our code, which you really can't get with SourceMonitor.</p> http://stackoverflow.com/questions/24045/ankhsvn-versus-visualsvn 18 AnkhSVN versus VisualSVN thelsdj 2008-08-23T06:42:01Z 2009-11-26T11:08:27Z <p>I currently use AnkhSVN to integrate subversion into Visual Studio. Is there any reason I should switch to VisualSVN?</p> <p>AnkhSVN is free (in more than one sense of the word) while VisualSVN costs $50. So right there unless I'm missing some great feature of VisualSVN I don't see any reason to switch.</p> http://stackoverflow.com/questions/1191817/any-tools-to-generating-mapping-file-class-for-nhibernate-in-c 0 Any Tools to generating mapping-file & class for NHibernate in C# nrk 2009-07-28T03:32:52Z 2009-11-26T11:00:07Z <p>Hi,</p> <p>Any opensource tools for Generating NHibernate mapping file as well as class in C#?</p> <p>If any other that are helpfull in using NHibernate, Please give me tools list.</p> <p>Thanks.</p> http://stackoverflow.com/questions/1800479/windows-gui-tool-for-enabling-disabling-hosts-file-entries 0 Windows GUI tool for enabling/disabling hosts file entries? Jørn Schou-Rode 2009-11-25T22:48:17Z 2009-11-26T09:05:30Z <p>When doing customer tests on web sites or web applications that rely on specific host headers, it might be necessary to temporarily add one or more lines to the <code>hosts</code> file on the customers PC.</p> <p>While this is certainly doable with any text editor (even Notepad), it might not be something the customer is able to do on her own. If several iterations of testing are needed - and the customer(s) needs to work on the live site in between - you might be spending a lot of time configuring <code>hosts</code> files back and forth.</p> <p>I am imagining a slick little GUI tool, which simply displays a list of "known" <code>hosts</code> entries, preferably with user-friendly names/descriptions, and lets the user enable/disable any entry with a single click.</p> <p>Does anyone know of an existing Windows tool that fits the above description?</p> http://stackoverflow.com/questions/1795084/what-tools-components-should-sharepoint-developer-know-for-productivity 1 What tools/components should sharepoint developer know for productivity? [closed] Brij 2009-11-25T06:47:31Z 2009-11-26T08:55:07Z <p>What tools/components/3rd party libraries should sharepoint developer know for productivity?</p> <p>Thanks </p> http://stackoverflow.com/questions/1679084/lightweight-development-web-server-with-support-for-php-v2 3 Lightweight development web server with support for PHP v2 David 2009-11-05T08:22:14Z 2009-11-26T06:01:27Z <p>In line with this question: <a href="http://stackoverflow.com/questions/171655/lightweight-web-app-server-for-php">http://stackoverflow.com/questions/171655/lightweight-web-app-server-for-php</a></p> <p>The above question has been asked numerous times and answered exactly the same in all the cases I've found using google. My question is similar to a degree but with a different desired goal: On demand development instances.</p> <p>I have come up with a somewhat questionable solution to host arbitrary directories in my user account for the purpose of development testing. I am not interested in custom vhosts but looking to emulate the behaviour I get when using paster or mongrel for Python &amp; Ruby respectively.</p> <p>Ubuntu 9.10 TOXIC@~/ >APACHE_RUN_USER=$USER APACHE_RUN_GROUP=www-data apache2 -d ~/Desktop/ -c "Listen 2990"</p> <p>Is there a better solution, could I do something similar with nginix or lighttpd?</p> <p>Note: The above won't work correctly for stock environments without a copied &amp; altered httpd.conf.</p> <p>Update: The ideal goal is to mimic Paster, Webbrick, and Mongrel for rapid local development hosting. For those light weight servers, it takes less then a minute to get a working instance running ( not factoring any DB support ). Apache2 vhost is great but I've been using Apache2 for over ten years and it would be some sort of abomination hack to setup a new entry in /etc/hosts unless you have your own DNS, in which case a wildcard subdomain setup would probably work great. EXCEPT one more problem, it's pretty easy for me to know what is being hosted ( ex. by paster or mongeral ) just doing a sudo netstat -tulpn while there would be a good possibility of confusion in figure out which vhost is what.</p> http://stackoverflow.com/questions/1800746/are-you-using-pen-and-paper-during-programming 2 Are you using "pen and paper" during programming? doc 2009-11-25T23:47:43Z 2009-11-26T05:23:55Z <p>There are many CASE tools, many software for diagrams, drawing, documenting. But can they replace old good paper?</p> http://stackoverflow.com/questions/1792217/what-website-wireframing-tools-are-available-online-or-self-hosted 3 What website wireframing tools are available online, or self-hosted? flyfishr64 2009-11-24T19:03:26Z 2009-11-25T21:40:40Z <p>I'm looking for an easy to use wireframing tool. I've heard of <a href="http://www.gliffy.com/wireframe-software/" rel="nofollow">gliffy</a>, are there any others?</p> <p>Specifically, I'd like something that is </p> <ul> <li>Easy to use</li> <li>Supports collaboration</li> <li>export to html and css</li> <li>lets me show the wireframes to the client. Allowing annotations would be a nice feature.</li> <li>low cost, or free</li> </ul> http://stackoverflow.com/questions/1798411/file-system-regular-expression-search-tool 0 File system regular expression search tool Superfilin 2009-11-25T17:06:13Z 2009-11-25T17:53:46Z <p>What is the best tool to make complex (multi-line) regular expression file contents searches with good reporting capabilities? </p> <p>I need to make a report over large Java/JSP code base and I have to make some charts afterward.</p> <p>Eclipse is rather good at searches, but it does not provide good report of what is found. It just shows the tree of files, but I would like to see a table with columns corresponding to full match, each group, file name, file path, file date, may some version control information etc. Then I can transfer this table to Excel and make some graphs that I want.</p> <p>Is there some generic file system search tool that has such capabilities? Or maybe there is some Eclispe plugin that can give better reports (note that I'm stuck on eclipse 3.1.2)?</p> http://stackoverflow.com/questions/1797069/rad-tools-with-visual-designers 0 RAD Tools with Visual Designers luvieere 2009-11-25T13:57:23Z 2009-11-25T13:57:23Z <p>What RAD Tools with Visual Designers are there that abstract away the native Windows API interface. I need something simple to code in to get a simple app up and running quickly.</p> http://stackoverflow.com/questions/255350/can-you-recommend-a-free-task-board-burndown-tool-for-windows 2 Can you recommend a free Task Board/Burndown tool for Windows? BlackWasp 2008-11-01T00:59:44Z 2009-11-25T10:25:55Z <p>There's not a lot to add to the subject really.</p> <p>I am after a free task board/ burndown reporting tool for Windows.</p> http://stackoverflow.com/questions/204614/streaming-logtxt-viewer 5 Streaming log(txt) viewer boris callens 2008-10-15T13:01:28Z 2009-11-25T10:18:07Z <p>Anybody in the know of a viewer (or Notepad++ plugin) that can read txt files in a streaming way? I would like to see for example the last 10 lines of a txt file that gets appended continiously.</p> http://stackoverflow.com/questions/1685148/writing-compilers-whats-right-and-whats-wrong 8 Writing compilers ... what's right and what's wrong? unknown (google) 2009-11-06T03:03:32Z 2009-11-25T05:05:57Z <p>Okay, in my quest to figure out the necessary stuff to write a compiler, I've reached a bit of a roadblock. It seems that every technology or tool that I find has some opposition somewhere.</p> <p>I use Bison and Flex right now but I'm getting the feeling that this method is outdated. Is this true? Is this a good forward-compatible way to proceed with writing a full fledged programming language?</p> <p>In a sea of different concepts and tools (ANTLR, LL(k), GLR, LALR, LLVM, Flex, Bison) What's the current trend and best practices for writing compilers? Is the dragon book out of date?</p> http://stackoverflow.com/questions/1790665/msvs-solution-file-generator 1 MSVS solution file generator? Dandikas 2009-11-24T15:05:56Z 2009-11-25T02:23:27Z <p>I'm looking for a simple tool, that accepts a path, scans folders, and creates a solution (sln) file with all the projects found.</p> <p>Setting project dependencies automatically would be a big plus for the tool from me.</p> <p>I know it is simple to write the thing, but there must be plenty of "little helper tools" out there that can do the job for me :)</p> <p>Thanks</p> http://stackoverflow.com/questions/18075/sql-query-tools 3 SQL/Query tools? shsteimer 2008-08-20T14:18:10Z 2009-11-24T22:49:52Z <p>I haven't really done a ton of database work in a few years and have become unaccustomed with the tools available. Back a few years ago I was working with oracle databases and was using primarily TOAD with a little bit of MS Access as my tools of choice to prototype the queries I was using in my applications. I really loved TOAD in that it was super intuitive and really easy to use and I'm hoping to find something similar for MS SQL Server. Something open source or free is preferable, since I doubt my client will want to pay for anything, but I'm willing to hear suggestions of things that cost money if they are far and away the best in class tool available. </p> http://stackoverflow.com/questions/1772649/year-end-budget-what-development-software-should-be-considered 4 Year end budget - what development software should be considered? Adam Davis 2009-11-20T19:13:42Z 2009-11-24T18:41:51Z <p>My department, and I assume many others, have an unusual year end problem: they haven't consumed all their budget. If they don't spend it all, then next year the budget will be reduced.</p> <p>We've recommended numerous small pieces of software, but they've been rejected as "too inexpensive - we need to buy software development tools that cost thousands of dollars per seat!"</p> <ul> <li>What software development tools (or kind of software development tools) are on your 'wish list' - ie, you can't justify the cost, but you would be able to put to good use if you had them.</li> <li>I'm particularly interested in those tools that are stratospheric in terms of cost - you would never be able to justify them for any given project, but can be extraordinarily useful for most development work.</li> </ul> <p>In my case I'd be targeting C code for high reliability use, and .NET tools for in-house use, but please contribute tools for all areas of software development.</p> <p>One tool per answer, please don't duplicate, and explain what the tool does, what applications/platforms/languages/frameworks/etc it applies to.</p> http://stackoverflow.com/questions/1788929/which-tools-for-drawing-entity-relationship-diagram-online-and-share-with-colleag 2 which tools for drawing entity relationship diagram online and share with colleagues? Hoang 2009-11-24T09:30:04Z 2009-11-24T13:16:45Z <p>Hi all,</p> <p>Is there any website that I can use a demo version to draw an entity relationship diagram and share it with my colleagues?</p> <p>Thank you!</p> http://stackoverflow.com/questions/1717425/im-starting-an-opensource-project-any-advice 5 I'm starting an opensource project. Any advice? Seth Illgard 2009-11-11T19:14:42Z 2009-11-24T11:15:18Z <p>First of all, I reviewed <a href="http://stackoverflow.com/questions/493513/opensource-project-setup">this question</a>, but I think I need a little more information since I've never worked on an opensource project before.</p> <p>I'm starting an opensource project, currently hosted on Google code. It is a framework for creating flash games in ActionScript3 (programmer oriented). So far, so good, but I want to start building a community around it. The project is 60% finished from it's first official stable release (I am using Scrum to guide the development process, currently we are 3 people on the development team). By the way, the project has the MIT licence.</p> <p>Do you have any advice on how to guide the development, any tools that I should look at?</p> <p>Assembla vs Google code vs Trac vs Pivotal tracker?</p> <p>What are you experiences on this?</p> http://stackoverflow.com/questions/268606/tools-for-website-development 16 Tools for website development R.A 2008-11-06T13:02:14Z 2009-11-24T07:06:50Z <p>Hi!</p> <p>I can't find any other post which addresses this topic on a purely general level.</p> <p>I'm very unexperienced in developing full scale websites. I get around using HTML and PHP for simple tasks.</p> <p>Now I'm looking at developing a more elaborate site and want to get hold of a good tool which doesn't eat my wallet to the bones. </p> <p>I guess I should add more intelligent text here about what I expect it to be capable of, but I really don't know so much. I guess the code/design/preview style in dreamweaver appealed to me, and I'm definetely going to use scripting like PHP or ASP.NET, some database work etc.</p> <p>I guess pretty much the standard (?) website development tasks.</p> <p>So, are there good tools out there I should be looking at?</p> http://stackoverflow.com/questions/1780425/is-ri-worth-showing-new-users-ruby 3 Is ri worth showing new users? (Ruby) Kurtis Rainbolt-Greene 2009-11-22T23:36:29Z 2009-11-23T21:08:10Z <p>I've been working on a Ruby learning guide and I was told I should write about RI (Ruby Interactive Reference). After looking around the web I decided there wasn't that much information about the tool. Is that a problem?</p> <p>RI seems like a terribly ineffective tool, and poorly designed! Manpages have always been a ghastly sight to read while coding and RI seems to work hard at being bad. The command 'ri --help' shows a block of text <strong>90 lines long</strong>. It's writer having never heard of bread crumbing.</p> <p>Perhaps though I am missing the usefulness of this tool.</p> http://stackoverflow.com/questions/1764803/are-there-any-testing-tools-for-this 0 Are there any Testing Tools for this DevByDefault 2009-11-19T16:53:54Z 2009-11-23T15:12:54Z <p>We have a Winforms application that is deployed over a load balanced terminal server farm. (If it matters, Users connect to the application using a Propalms client). I am trying to figure out if there are any tools out there to do some performance testing. I am aware that tools like QTP enable us to do functional testing but we need some performance/scalabilty testing done. We already have unit tests, as well as web tests and load tests for our other web applications written with Visual Studio Team system so any solution using Team System is highly favored, but we can go for other tools too if they are up to the task.</p> <p>Please let me know if you have used or are aware of such tools.</p> <p>Thanks a lot.</p> http://stackoverflow.com/questions/52201/how-do-you-keep-up-with-all-the-web-frameworks 3 How do you keep up with all the web frameworks? ke42 2008-09-09T15:40:40Z 2009-11-23T00:26:11Z <p>MooTools/Cappuccino/SproutCore/Django/RubyOnRails/Pylons/jQuery/etc</p> <p>Help, too many buzzwords out there.</p> <p>I spend more time reading about them than actually having time to learn and use them...what to do?</p> http://stackoverflow.com/questions/1743509/web-based-project-management-and-time-keeping-software 1 web-based project management and time keeping software? tkotitan 2009-11-16T17:10:26Z 2009-11-22T22:27:37Z <p>I work in a web shop where most of us aren't programmers. (I am.) Structure is almost non-existent. The biggest beauracratic construct is logging our time since that is essential for business. A few of us are project managers but everyone has their own system. Now lately customers want estimates for all of our work and reconciling the bill with jobs done is a nightmare. We need a better way to get organized.</p> <p>I would prefer a web-based, open source tool that we can use to manage clients, projects, list time, and allow project managers to assign tasks to us developers. Would also be nice if we had some kind of tracking or hooks into source control, but we still don't run any in our office, I'm pushing for SVN.</p> <p>It just would be nice to have one place where everyone logs in and all the notes and info for the work and client are right there, along with emails exchanged. It would help us in having clearer specs and estimates.</p> <p>I'm looking for something simple with the smallest learning curve since we aren't programmers, and we're short on time for training. Elegance is key, and if I had the time I'd build a minimalist thing that we need in house, but instead I'm being smart and asking what's out there.</p> <p>It would be great if it could be PHP since that's what we run.</p> http://stackoverflow.com/questions/1510433/best-enterprise-scheduler-that-you-worked-with 1 Best enterprise scheduler that you worked with? CodeToGlory 2009-10-02T15:58:26Z 2009-11-22T19:00:02Z <p>I am looking for a good scheduler that is robust across multiple platforms (windows, linux, solaris, etc) that has robust error reporting capabilities.</p> http://stackoverflow.com/questions/1470280/unix-tools-in-gui-for-windows 0 Unix tools in GUI for Windows reinier 2009-09-24T07:43:21Z 2009-11-21T16:50:22Z <p>I'm a Windows user and would really like to have the power of the Unix command-line for things to speed up programming. (clean up datafiles, search for occurrences of things in files, file/folder operations/ etc.)</p> <p>Now I know that using <a href="http://en.wikipedia.org/wiki/Cygwin" rel="nofollow">Cygwin</a> and a few ports, I could use these command-line tools in Windows as well.</p> <p>However, the idea of diving into cryptic command-lines seems hardly tempting.</p> <p>Is there a GUI which has all the UNIX command-line tools, and which allows for simple drag/drop, connect the lines, set some properties, preview, and save the scripts?</p>