Hi,
I have a maven project that was generated by Spring Roo. Now I am not sure whether I need all of its dependencies.
Is there a toolto automate the process of detecting stale dependencies?
Hi,
Due to the lack of Deployment functionality of Visual Studio Express edition, I'm here asking if anyone can recommend a very nice free Deployment template for the express edition. I'm mainly working with C# desktop project.
I know that there is still ClickOnce deployment in the Express edition, but it seems to me that it is not so difficult to control, which means, you do "click once", then the tool will give you a bunch of files out of my control, not so easy to maintain.
Thanks.
Peter
Is there any way to cleanup JavaScript code?
I want to enable users to post arbitrary JS but i want to filter some of it out, like eval and document.write. Do you know of any tool that can do this?
From an asp.net perspective (C#)
What are the strengths and weaknesses of each AOP tool?
Some factors to include:
Learning curve (for AOP newbies)
Interceptions possible
Performance
Cost
How can I change the bitmapdata of a coloured Bitmap to Black and White in AS3 ?
I'm developing a simple image editor tool for a CMS in flash.
People should be able to switch the colour of the uploaded Bitmap to black and white. I want the bitmapdata itself to change So I can write it to a ByteArray with Adobe's JPGEncoder Class afterwards.
What are your favorite linting tools for verilog?
I am currently looking for a good verilog linting tool. And preferably one that can be configured to either handle or ignore certain vendor specific primitives like LUT's, PLL's, etc.
I recently tried verilator-3.810, but out of the box it needs a little help with the primitives.
So what (linting) tools do you use to deal with the not-so-strict syntax of verilog?
A good thing in LINQ to SQL was a fast and reliable way to map database tables and convert them into classes accessible from c# project. However it is no longer recommended to create projects using LINQ to SQL.
What is its substitute? What kind of tool should I use in VS 2010 today if I want to have the same functionality as I had with LINQ to SQL?
I need to upload a large number of content files to an App Engine app every day - perhaps 1,000 or more - that will be served from the app. Cumulatively over time I expect these uploads to add up to over 1,000,000 separate content files stored in the production app.
Is the appcfg tool the best or only way to carry out these daily batch file uploads?
What i did:
create a project,
edited the ui file with the designer tool,
ran the project, everything is ok
tried to add to my cppfile:
connect( pushButton_bracketBegin, SIGNAL( clicked() ), this, SLOT( pushButton_bracketBeginAction() ) );
but i get the error "‘pushButton_bracketBegin’ was not declared in this scope". this is my first project in qt and it should be fairly simple i guess (but yet out of my grasp ) :) appreciate the help
Which is the best Visual SVN Diff displayer for Linux.
BeyondCompare and VisualSVN1.5 work well on Windows. What are the equivallent tools for Linux. Specifically Ubuntu.
I know command line diff works; But I'd like multiple column syntax highlighted and differences.
Better if the tool has a support for Git and Hg as well.
Hi when ever perform select statements in the command line tool it doesnt use all of the space..
ive modified buffer size and window size and it just doesnt work.
here is the Screenshot
http://img19.imageshack.us/img19/8954/cmdoracle.jpg
When I type 'git diff', I want to view the output with my visual diff tool of choice (SourceGear diffmerge on Windows). How do I configure git to do this?
I am writing a small code to detect number of objects left behind after certain actions in our tool. This uses FollowReferences() JVMTI-API. This counts instances reachable by all paths. How can I skip paths that included weak/soft/phantom reference?
(IterateThroughHeap counts all objects at the moment, so the number is not fully reliable)
Thanks,
Jayan
The only thing that I found was Manzana but it crashes while I start the test executable. Can someone tell me some library which can I use to copy/delete files from and to iPhone? Or maybe a console tool which I can use as a back-end.
I found this tool Visual NHibernate at http://www.slyce.com/, but a search on here has not brought anything up for what I would have thought would have been a very popular product, in concept anyway.
Has anyone used this product? Any feedback on it?
Thanks
I have a server and many websites, i want to see the most common queries so that to optimize them.
Do you know any tool or any way to collect some statistics ? Thank you
Possible Duplicate:
best .net build tool
Hey,
We have been using CruiseControl.NET but it is really starting to get on our nerves with the amount of maintenance it needs.
We're looking for something that virtually anybody can manage, and it would also really be good to not have to write a NAnt build script. We use Subversion for Source Control.
I am always subclassing UITableViewCell's and drawing them in code. Is there a good toolto visually get rect sizes so I don't have to guess and check all the time?
I've created a Zend_Application using the zf tool that's bundled with Zend Framework (1.96, if that matters)
What at the rules for formatting action names and how those action names get translated into into URL paths, and where in the Framework codebase does this happen?
I ask because I tried to create an action like
public function createFooAction()
{
}
and it wouldn't load with a URL like
http://example.com/controller/createFoo
BUT, the following did work
public function createfooAction()
{
}
http://example.com/controller/createfoo
I also know non-alphanumeric characters get treated differently, and I'd like to know the base rules I'm dealing with.
Hi !
I am using Mark Murphy's DroidEx toolto project my android device screen; is there a way to supply a skin(e.g. a HTC Hero skin that we use with Android emulator) to DroidEx?
I have also asked this question on the google group for DroidEx project.
Thanks!
hi all,
we were maintaining an MS Access application. Person who actually developed the application used copyrighted code. Now we want to remove that code and re-write that logic.
Problem is we dont know what is the copyrighted code and what is not.
Is there any way or tool that can be used to scan through the existing code and flag the code that was directly got from internet and used?
Thanks in advance.
this is a telecom based query.
we receive TAP files from the clearing house.
i want see on unix which version of TAP does it belong.
how can i do it.Isthere any toolto find the TAP file version?
For example I found great uml tool (http://www.architexa.com/start/pricing) that is free for 30 days. Can I use screenshots from it in open-source and commercial website? (I have mine open-source project, but Id also like to use it at work)
since its mine for 30 days, I should be able to do whatever I want with it, right?
Hi,
I have a dump of RTP packets of streaming H264 videos that i captured using libpcap. I was wondering if anyone knows of a tool that can generate a playable video file from that.
Thanks
The Sysinternals Procmon tool allows to import and export configuration using .pmc files. These files are binary. I'm looking for any documentation/code for processing of the format.