The discover tag has no wiki summary.
0
votes
0answers
19 views
Objective-C Bluetooth: Read SERVICE DATA by advertising
I am sending Advertising-Data from an embedded device to the iPad. This data are tagged with the "Service Data"-AD type (0x16). When I am reading the advertisementData with the delegate ...
1
vote
1answer
22 views
json inner objects without an array
I've looked for a solution but keep coming up short. I have the following json:
{
"objects" :
{
"a" :
{
"a1" : { "value1" : "1" }
"a2" : { "value2" : "2" }
...
0
votes
0answers
40 views
Android phone Bluetooth not seeing one particular device - custom rom?
I work for a company that has developed an android app that can read data from a remote device using bluetooth. We usually sell the combination phone-device and we have sold hundreds of them without ...
0
votes
2answers
59 views
Oracle Discoverer BI: how to use DECODE into a calculation with a SUM
Is it possible to use DECODE on a SUM field ?
For example, something like this :
DECODE( SUM("QTA' CONV SUM 1 2 2"),'>0',1,'=0',0)
Thanks
0
votes
1answer
65 views
Excel, cannot connect to XMLA Webservice
I try to create connection to a XMLA Web Service in Excel. I'm using Analysis Services connection assistant. I fill the first mask with web service url and credentials. Then I get 10 ...
0
votes
0answers
38 views
CSS Classes with animation - Why this code is falling? and Why it fails different depending on the browser?
I've put a post 2 days ago about this, but I have found other way to get the same and this one is about that way.
I'm searching for a solution to cover/discover some DIV's.
(All divs ar floating left)
...
0
votes
1answer
107 views
Code Coverage with Discover for Delphi
I have a project with DUnit unit tests and want to use Discover for Delphi to do code coverage testing. However, when loading the project into Discover, it complains about some Generic units:
...
2
votes
2answers
255 views
Python unittest discovery with subfolders
My unittest folder is organized this way.
.
|-- import
| |-- import.kc
| |-- import.kh
| `-- import_test.py
|-- module
| |-- module.kc
| |-- module.kh
| `-- module_test.py
`-- test.py
...
0
votes
1answer
139 views
python unittest discover
I don't understand something, with the python unittest discover.
I made this project:
project/
__init__.py
src/
__init__.py
criteria.py
tests/
__init__.py
...
0
votes
1answer
370 views
Retrieve last uploaded file directory from FTP server
I'm here to ask if there is any C# function that allows me to discover the directory of the last uploaded file by a certain FtpWebRequest or Stream, so I can store it in a MySQL database later on?
...
4
votes
2answers
730 views
Getting MAC address of a bluetooth using BluetoothManager private framework
I'm trying to implement device discovery using bluetooth in IOS 5.0.1 iPhone 4S.
I'm using the private framework BluetoothManager.
My code is:
- (IBAction)searchForDevices:(id)sender
{
...
0
votes
0answers
216 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
151 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...
2
votes
1answer
184 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?, ...) ...
1
vote
1answer
207 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 ...
0
votes
3answers
2k 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 ...
2
votes
2answers
976 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
356 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 ...
10
votes
12answers
832 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 ...
1
vote
3answers
173 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 ...
10
votes
6answers
3k 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 ...
