|
Has anyone else had the misfortune to use the Discover Aust/Discover West website to book accommodation? We used it recently to book accommodation in Pemberton . The accommodation was advertised on their website as 4 Star having a great restaurant, nice...
Started by carmelte on
, 11 posts
by 6 people.
Answer Snippets (Read the full thread at tripadvisor):
Fred DISCOVER to me but I am only the customer!! ....
Just a thought.
Discover Australia needs to take the blame, surely! Any ideas based in Australia and if not does consumer affair have any power to act.
That is a terrible story, Carmelte.
|
|
It is possible to discover it programatically? It will use the Windows Registry? I'll need to take a screenshot of it and compare with the files on disk? Is it possible to discover even in the desktop slideshow mode?
Started by Jader Dias on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
The registry key is HKCU\Control Panel\Desktop\Wallpaper
try this
using Microsoft.Win32; private string GetCurrentWallpaper() { using(RegistryKey MyWallPaper = Registry.CurrentUser.OpenSubKey("Control Panel\\Desktop", false)) { return MyWallPaper.GetValue... .
|
|
Is there any way to discover what charset encoding a file is using?
Started by Zanoni on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
I discuss many possible algorithms (with pros & cons) in this reply: http://stackoverflow.com/questions/1077634/powershell-search... .
You have to decide which cost vs accuracy tradeoffs you are comfortable with .
There's no way to do this with 100% reliability.
|
Ask your Facebook Friends
|
Why is it more costly to discover a defect later in the process?
I've heard this a lot but I struggle to understand and put context/examples to this.
Started by James_Dude on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
To fix something else
Imagine you're writing an essay on why it's more costly to discover a defect is, "Why is it more costly to discover a defect later in the process" Within that question is the cost to discover the bug and we....
|
|
In Java, is there any way to use the JDK libraries to discover the private classes implemented within another class? Or do I need so use something like asm?
Answer Snippets (Read the full thread at stackoverflow):
If you want to get the protected or private classes (I don't why you'd want to do so), you'll have to do something extremely hackish like read... .
Note that this only returns the public inner classes and interfaces .
Yes: use the Class.getClasses() method.
|
|
Given a heapdump or a running VM, how do I discover what the contents of the permanent generation is ? I know about 'jmap -permstat' but that's not available on Windows.
Started by Tom on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
If you want to know how all of your objects are related to each other and tree of objects, then you might want to try Eclipse Memory Analyzer -- http://www.eclipse.... .
Hi there,
you can use JConsole or jvisualvm.exe(with jdk 1.6 7) to find what is where .
|
|
What is the proper way using .NET to discover the Microsoft SQL Servers on your internal network? I think the SQL Management interface back in the SQL Server 7 days gave you a list of servers in a dropdown. How could I do the same thing with .NET 3.5....
Started by tyndall on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
SQL Server Browser Service http://msdn.microsoft.com/en-us/library/ms181087.aspx You can enumerate them thusly .
|
|
I need to "discover" local computers running my windows WCF service, so I can talk to them. Right now you have to enter manually the ipaddress:port combination, but I would like to have a (web?) application that monitors the machines running the service...
Started by MexDev on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Just set....
I have done this several time.
Could you have the client configured to contact the web app and report with it's location that it is running your wcf service?
that would require the web app to be running on a known machine that doesnt change .
|
|
Hi,
recently I was given the task to discover a C# solution I have never seen before, and give suggestions on refactoring it. I think I will use NDepend (for the first time ever) to see the overall picture, and also to check a lot of code metrics to figure...
Started by Sandor Davidhazi on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Code Discovery is much more easy with....
Not so much for a bird's-eye view of the relations between classes, but a more for close-up detail of exactly what is going on .
I frequently use Reflector to study third-party assemblies as well as .NET assemblies .
|
|
As a geek I always hitting some tool that I say " If I know about it before!!! "
or some news in a blog entry that I say " How he/she hear about it "
or some article of " How I missed that "
or some anything on the web that I may say " It seems that I...
Started by Ahmed Mozaly on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Stackoverflow.com.
Friends & colleagues
Pair program and spend at least an hour a day just learning .
|