|
So I get the phone call from a friend or relative or client:
"Looks like I accidentally deleted 4 years worth of accounting data. Oh, and I don't have any backups. Can you help?"
What I need is a good Windows tool (for NTFS I think) that scans blocks ...
Started by mcherm on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at serverfault):
Http://www.r-tt.com/?KTBXV000&gclid=CPGU4oGij5wCFQcTzAod7U7smA
Piriform is....
You can install it on any partition (different from one you want to recover) .
I've used R-studio for that matter.
Depending on the type of file deleted, PhotoRec is very good .
|
|
Hi all,
I am looking for some decent ADO.NET helper utility class to allow me to query an ado.net datasource. I am not looking for anything too fancy, but it has to support transactions. Is there anything out there?
P.S. I know the data access block will...
Started by Yannis on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
But BLToolkit does a pretty decent job of abstracting away boilerplate ADO.NET code that you don't.
|
|
Is there a similar utility to grep available from the Windows Command Prompt, or there is third party tool for it?
Started by Chintan Shah on
, 19 posts
by 19 people.
Answer Snippets (Read the full thread at stackoverflow):
And it's constantly ....
I'm surprised.
MS also has a decent scripting area on Technet with a ton of examples for administrators.
Then in addition to the Powershell option noted above, you can use VBScript, which has decent RegEx support.
|
Ask your Facebook Friends
|
I was wondering if anyone could point to an Open Source date utility class that is fairly robust. I find myself rolling my own when I want to do a lot of things I take for granted in C# and Java. For instance I did find a decent example of a DateDiff(...
Started by Ian S on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Thanks for the answers....
There is also DP_DateExtensions , though I believe DateJS is more robust .
I haven't encountered any problems with it.
As3corelib has the DateUtil class and it should be pretty reliable since it's written by some Adobe employees .
|
|
And how they help you improve your programming ? Could they be integrated in IDE and if yes how ?
Edit: Thanks to altCognito There has been almost duplicate question before named: What's in Your Utility Tookit **. "Allmost" since the listings there do...
Started by YordanGeorgiev on
, 16 posts
by 16 people.
Answer Snippets (Read the full thread at stackoverflow):
Paint.NET is great.
It's a command line XML utility for searching/validating graphics (Visual Studio provides little in the way of decent graphics editing).
To XMLStarlet time and time again.
|
|
I need to develop a Windows/Linux command line utility. The utility will talk to middleware that has a standard API on both platforms. I have done some cross-platform development before, on FreeBSD/Linux, which was considerably easier - and I had people...
Started by Susan on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Speaking of more heavyweight components, Boost.Filesystem is a very decent cross-platform.
Also beware of GPL and possibly library.
The library with the code and build the library as well as your utility.
|
|
I'm looking for a decent S3 bucket manager for Ubuntu (Gnome). I prefer it to integrate with Nautilus so it will look like just any other drive (a la WebDAV) but so far I haven't been able to find anything that I'd like to use on a daily basis.
What bucket...
Started by Luke on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Http://stackoverflow.com/questions/279213/best-amazon-s3-file-manager-utility
S3fm - free online.
|
|
Surely someone has written a decent shell for Windows.
I'm looking for
a) something more or less like the ordinary linux shell (ie. history, completion etc.)
b) something which is a simple install (easier than Cygwin which didn't seem all that good when...
Started by interstar on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at serverfault):
You can use the cmd.exe shell and a utility like dsquery.exe to do.
From an Active Directory perspective...
|
|
I am currently working on a large project and will relatively soon need a scripting language for utility scripts, like deploying the project in full from source, checking and fixing the database, building a ready to deploy bundle, and so on. The project...
Started by iconiK on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
Ruby is decent, but python is excellent.
I would choose Python for its smoother learning curve.
|
|
On a recent JAVA project, we needed a free JAVA based real-time data plotting utility. After much searching, we found this tool called the Scientific Graphics Toolkit or SGT from NOAA. It seemed pretty robust, but we found out that it wasn't terribly ...
Started by Kurt W. Leucht on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
It has some very good built-in capabilities, and the design was WAY extensible so you could always roll your own extension later if you needed some custom chart annotation ... .
I used JFreeChart ( http://www.jfree.org/jfreechart/ ) on a previous project .
|