Tagged Questions
The discover tag has no wiki summary.
10
votes
12answers
679 views
Is “tip-of-the-day” good?
Many programs (often large ones, like MS Office, The GIMP, Maxthon) have a feature called "tip-of-the-day". It explains a small part of the program, like this one in Maxthon:
"You can hide/show the ...
9
votes
7answers
2k views
How To Discover RSS Feeds for a given URL
I get a URL from a user. I need to know:
a) is the URL a valid RSS feed?
b) if not is there a valid feed associated with that URL
using PHP/Javascript or something similar
(Ex. http://techcrunch.com ...
2
votes
1answer
110 views
How To Discover RSS Feeds for a given site
The quest is, given a site url (say http://stackoverflow.com/ ) to return the list of all the feeds available on the site. Methods acceptable:
a) use a 3rd party service (google?, yahoo?, ...) ...
2
votes
2answers
555 views
OSGi : How can a Service auto discover client bundles deployed at runtime?
I have a scenario where during the system install time, a few services were deployed on to the OSGi container and these services will be listening for other bundles that provide data and are ...
2
votes
2answers
218 views
Discover Microsoft SQL Servers on an Internal Network
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 ...
1
vote
1answer
157 views
cannot install rails plugins
My problem is: ruby script/plugin is not working (I don't see any HTTP traffic, nor an error message or something) What can be failing? Did I forget to setup something?
My progress so far (using ...
1
vote
3answers
167 views
Best way to list a Merb::Slices dependencies?
I'm creating a list of the Slices in my Merb app, like this:
Merb::Slices.each_slice do |slice|
I'd like to get the list of dependencies for each of this slice, any idea how to access it?
I'm ...
0
votes
0answers
34 views
Connect to other device using Bluetooth
I am trying to discover a device and choose the device to connect to. I can find nearby devices but is there a way to connect to them without stating their mac address?
0
votes
0answers
59 views
Discover IP Based Devices in Network with Java
I need to gather the device list within my network(ip infos). Is there an api or some kind of method in java to do this?
Thanks in advance.
0
votes
1answer
65 views
API to detect if Android phone has bootloader unlocked?
I need to identify if a phone is standard, or if its had its bootloader unlocked.
Is there an API or a system value/state for that?
Thanks...
0
votes
3answers
539 views
How do you set the correct Content-Length header when the webserver automatically compresses output?
Following my previous question, in which I think I've narrowed my problem down to the bottleneck:
How do I set the correct value for the Content-Length header for a downloadable file, from within ...
-1
votes
0answers
24 views
How to discover a full URL from a ASP third party website?
The website is http://www.ticketline.pt/ - If you click in a button like "destaques" means "hot news" you will get some future shows and events, but URL will be http://www.ticketline.pt/Pesquisa.aspx
...