Unanswered Questions

41
votes
1answer
2k views

Using iOS GameKit's “Bluetooth Bonjour” with other platforms

I'm interested in connecting to iOS-based devices over Bluetooth. I can see that the "Local Network" service is exposed, but I cannot find any extra information about it. Property stored under key ...
38
votes
0answers
1k views

Implementing standard software design patterns (focus on MVC) in R

Currently, I'm reading a lot about Software Engineering, Software Design, Design Patterns etc. I also ended up using Reference Classes (a way of OOP in R) most of the time because object orientation ...
31
votes
2answers
664 views

Secure this invaluable documentation on using C/C++ with GSSAPI and SASL

I have been working on using GSSAPI in c/c++ applications, for some time now. Obviously I had to google and research a lot. One of the most interesting documentation I discovered was on Sun's old ...
23
votes
1answer
861 views

Using certificate and private key from Windows cert store with OpenSSL

I am trying to make a program that uses some Web Services in Delphi XE. To connect to the Web Services, I have to use a self signed certificate, which is stored in the Windows cert store. I open the ...
22
votes
1answer
265 views

What is the difference between PArray and [::] in Data Parallel Haskell?

I've been doing a lot of research into Data Parallel Haskell, and found two seperate parallel array types. The [::] type seems to show up more in the research papers and seems to be the ideal type, ...
22
votes
2answers
571 views

RTP Packets are not being sent or received using mjsip

I am working on a softphone project using mjsip sip stack. Mjsip only supports g711 or PCMA/PCMU codec. I have added G729 to my project. When I build the project it shows no error. But when the phones ...
22
votes
0answers
467 views

QtScript instanceof with custom class throws prototype-related error

I have a Qt project which uses the QtScript module to make some components of my application scriptable. After several attempts at making the existing classes directly usable in QtScript, I chose to ...
21
votes
2answers
402 views

memory leaks in Microsoft.FSharp.Control.Mailbox?

I'm hunting for some memory-leaks in a long runing service (using F#) right now. The only "strange" thing I've seen so far is the following: I use a MailboxProcessor in a subsystem with an ...
21
votes
1answer
182 views

Managing External Assets in R Package

I am writing an R package called slidify which makes it easy to generate reproducible HTML5 slides from R Markdown files. The package makes use of css and js files from several existing HTML5 slide ...
21
votes
3answers
507 views

Importing SQL Server's CONTAINS() as a model defined function

I am trying to import SQL Server's CONTAINS() function in my Entity Framework model so that I can use it in my LINQ queries. I have added this to my EDM: <Function Name="FullTextSearch" ...
21
votes
0answers
585 views

Transferring table styles using OpenOffice::OODoc

I'm attempting to copy the formatting of a table from one OpenOffice Writer file to another... I can tell that I'm writing the name of the style to the second document, but not the style data. I ...
21
votes
1answer
1k views

Dalvik VM & Java Memory Model (Concurrent programming on Android)

I am working on Android projects which involve the lot of concurrent programming and I am going to implement some custom inter-threads communication stuff (the one from java.util.concurent are not ...
20
votes
1answer
556 views

How to compile OpenGL with a python C++ extension using distutils on Mac OSX?

When I try it I get: ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/cscalelib.so, 2): Symbol not found: _glBindFramebufferEXT Referenced ...
19
votes
2answers
393 views

android unable to use hdmi in creative tab and need to be notified in all(maximum) devices as soon as hdmi is pluged

may be possible duplicate of hdmi support in android. I am working on XYZ video encrypted app.But need to manage hdmi also to overcome the encrypted video pitfall. As per my search I found that ...
19
votes
1answer
674 views

webviewglue nativedestroy view

I am opening the browser at a page from my app, the code for opening the browser is one I have used many times, but in this particular case, the browser never opens. I keep getting the following ...

15 30 50 per page
1 2 3 4 5 45890