All Questions
34
votes
0answers
530 views
Live Binding with Automatic updates in XE3 (no need to call Notify() as in XE2)
I am currently using Delphi XE2, and heard about their new Live Binding with Automatic updates in XE3 (no need to call Notify() as in XE2).
in C# or in Delphi XE2 we have to implement ...
24
votes
0answers
246 views
Unable to Open SCOAudio connection with phone
I am trying to use IOBluetooth framework on OS X 10.8.2 to connect with the bluetooth enabled phones emulating computer as a hands free device. I can successfully make a connection with the phone and ...
24
votes
0answers
483 views
Interpret XMP-Metadata in ALAssetRepresentation
When a user makes some changes (cropping, red-eye removal, ...) to photos in the built-in Photos.app on iOS, the changes are not applied to the fullResolutionImage returned by the corresponding ...
24
votes
0answers
330 views
Dealing with conflicts caused by replication in BigCouch
The CouchDB Replication and Conflicts wiki page suggests using _bulk_docs with all_or_nothing=true to forcibly write new versions of documents even if that introduces conflicts on write, but then ...
20
votes
0answers
255 views
R: Why is the [[ ]] approach for subsetting a list faster than using $?
I've been working on a few projects that have required me to do a lot of list subsetting and while profiling code I realised that the object[["nameHere"]] approach to subsetting lists was usually ...
20
votes
0answers
577 views
Bootstrapping collections for performance
In his seminal thesis, Chris Okasaki described the technique of data-structural bootstrapping. What work, if any, has been done to use this technique to improve locality in data structures?
For ...
19
votes
0answers
506 views
Instagram from Android open on certain user and add caption to uploaded image
Instagram for Android is very limited, from what I have seen so far. My scenario is simple: allow the user to edit a picture and when he clicks on Send:
Intent share = new Intent(Intent.ACTION_SEND);
...
19
votes
0answers
244 views
Multiple assignments to the same register in an RTL block with Kansas Lava
I'm having trouble understanding Kansas Lava's behaviour when an RTL block contains multiple assignments to the same register. Here's version number 1:
foo :: (Clock c, sig ~ Signal c)
=> sig ...
19
votes
0answers
720 views
Helgrind (Valgrind) and OpenMP (C): avoiding false positives?
The documentation for the Valgrind thread error detection tool Helgrind, found at
http://valgrind.org/docs/manual/hg-manual.html
warns that, if you use GCC to compile your OpenMP code, GCC's OpenMP ...
19
votes
0answers
709 views
Instruments automation trace only allows one target connection?
I've created a simple javascript for my iOS app that I'd like to run simultaneously on multiple iOSDevices connected via USB to one host Mac machine. Launching instruments connected to an iPhone from ...
19
votes
0answers
393 views
How to set up reftex-view-crossref-extra in Emacs ?
The expression reftex-view-crossref-extra sets additional patterns for reftex-view-crossref function. It consists of Macro Regexp, Search Regexp and Highlight Group(as illustrated below):
...
16
votes
0answers
241 views
Google Delegates on Calendar Framework / EventKit
I have always run with the assumption that Google delegates can be viewed by iCal and the calendar.app, but are not visible to us developers through the calendar framework, or EventKit.
Has this ...
16
votes
0answers
899 views
RestKit loadObjectsAtResourcePath:delegate works once, but then never again
I'm fairly new to Objective-C and XCode, but even newer to RestKit, though been programming in Java for 12 years.
I have an IOS app connected to RestKit and an action to load from a rest server works ...
15
votes
0answers
286 views
Why does ghci desugar type lists and type families? Can this be selectively disabled?
I'm trying to make the types ghci displays for my libraries as intuitive as possible, but I'm running into a lot of difficulties when using more advanced type features.
Let's say I have this code in ...
15
votes
0answers
457 views
Is there a way to force Eclipse to automatically restart remote debugging (in listen mode)?
I'm using Eclipse to remote debug an application that's in debug client-mode (i.e -Xrunjdwp:transport=dt_socket,address=127.0.0.1:8000 jvm startup parameters, and Eclipse has "socket listen" mode ...
13
votes
0answers
809 views
Android Studio Update Fails
Just got the new Android Studio but it won't connect for updates. When I go to Help>Check for Updates... I get a pop-up saying "Connection failed. Please check your network connection and try again."
...
13
votes
0answers
570 views
how to forward basic authentication challenge to report manager url
*The details of the environment is described at the bottom.
I am trying to build an authentication solution for reporting services.
Online costumers should be authenticated using our existing ...
12
votes
0answers
160 views
knitr/Rmd: page break after n lines/n distance
Let me caveat by saying that this may be better suited as an html/css question but (a) I'm not too familiar with those techniques and (b) I wanted to keep it all in the family (R family) if possible.
...
12
votes
0answers
651 views
Is it fine if first response is private with AppCache (Symfony2)?
I'm trying to use http caching. In my controller I'm setting a response as follows:
$response->setPublic();
$response->setMaxAge(120);
$response->setSharedMaxAge(120);
...
12
votes
0answers
1k views
Is it possible to call Dynamics CRM 2011 late-bound WCF Organization service without the SDK - straight customized binding?
I'm trying to implement a pure WCF scenario where I want to call Dynamics CRM WCF service without relying on the SDK helper classes. Basically, I would like to implement federated authentication ...
12
votes
0answers
599 views
How can a JACC provider use the Principal-to-role mapping facilities of the server it's deployed on?
I am writing a JACC provider.
Along the way, this means implementing a PolicyConfiguration.
The PolicyConfiguration is responsible for accepting configuration information from the application ...
11
votes
0answers
133 views
How do I get text-icu working on Windows?
I was able to cabal install text-icu without errors. (I used --extra-lib-dirs and --extra-include-dirs to point to the lib and include directories in the binary distribution of icu4c.)
I was also ...
11
votes
0answers
305 views
Youwave for Android in remote desktop environment using thin client
I am using YouWave for Android in a remote desktop environment with Atrust Thin Client T60 series. When I run the YouWave emulator, a black screen appears and it stops there.
Also the home, menu ...
11
votes
0answers
135 views
Distributing Cython based extensions using LAPACK
I am writing a Python module that includes Cython extensions and uses LAPACK (and BLAS). I am open to using either clapack or lapacke, or some kind of f2c or f2py solution if necessary. What is ...
11
votes
0answers
889 views
Create a Custom AdMob Plugin for Phonegap Build (for iOS and Android)
Everything in my Phonegap Build app is working, including the Analytics and FacebookConnect plugins. However, now I would like to add AdMob ads.
Phonegap Build does not provide a built-in plugin for ...
11
votes
0answers
223 views
Using the Linux Fault Injection framework
I'm trying to use the Linux fault injection framework to inject page allocation faults. I'm trying to use the failcmd.sh script provided with the Linux kernel in tools/testing/fault-injection/.
After ...
11
votes
0answers
492 views
How to prevent Meteor from watching files?
I would like to use Dojo with Meteor.
I first copy the whole dojo tree in /public
Then, I include it on the client side with:
<script src="/dojo/dojo.js" data-dojo-config="async: ...
11
votes
0answers
843 views
Delphi XE2: Display PDF in a Delphi FireMonkey app on OSX
I'm working on a port of a Delphi app to OSX using FireMonkey. Part of the app displays PDF's, currently using the Acrobat viewer control or Gnostice components under Windows. These options aren't ...
11
votes
0answers
806 views
Zotonic User Documentation
Call me brain dead, but I'm having a very difficult time understanding
the Zotonic development process. Docs on the Zotonic site are ok so
far as they go, but they're terse, offer little to no ...
10
votes
0answers
21 views
What does “Reverting automatic migration” mean?
After changing branches in source control, running Update-Database to roll back to a previous migration, EF will sometimes display the text "Reverting automatic migration", like below:
Reverting ...
10
votes
0answers
238 views
Monad transformer for NonEmptyList?
It seems to me that Scalaz' NonEmptyList has a monad instance, so a monad transformer for it (a bit similar to ListT) should be possible. Is that correct?
If so, is there one out there? (I couldn't ...
10
votes
0answers
96 views
using blobstore with google cloud endpoint and android
I am developing an app-engine connected android project using the eclipse plugin. One aspect of the app is to allow user Alpha to send pictures to user Bravo. To do that I have the following setup:
...
10
votes
0answers
260 views
AVAudioSessionCategoryPlayAndRecord with Airplay
My app uses the microphone and outputs audio, so I am setting my Audio Session to the Play and Record Category, but this seems to disable Airplay. If I set the category to Play, Airplay works fine ...
9
votes
0answers
261 views
Is HttpWebRequest implemented differently in mono and .net?
I am trying to port the c# cloudinary api to mono and I am having some problems building up the http request.
I have separated out this method for setting up the request but the ...
9
votes
0answers
121 views
Dynamic Symbol Resolution of Executable Using LLVM
I am currently using LLVM's ObjectFile (documented here) to represent an executable. I have successfully read in an executable to the ObjectFile and would like to determine which call destination ...
9
votes
0answers
155 views
OpenCV Stitcher Class with Overlapping Stationary Cameras
I'm trying to use the OpenCV stitcher class to stitch multiple frames from a stereo setup, in which neither camera moves. I'm getting poor stitching results when running across multiple frames. I've ...
9
votes
0answers
644 views
not asynchronous function executed as jQuery Deferred
Lets say I want to process some tasks in the synchronous manner, so I have this function:
function executePromiseQueueSync(queue){
var seed = $.Deferred(),
finalPromise;
finalPromise ...
9
votes
0answers
333 views
How to change row height in QTextTable
I'm writing the complicated rich text editor, derived from QTextEdit class. It must be able to insert, resize, and apply various formatting to embedded tables.
I found function for setup column ...
9
votes
0answers
484 views
Weird behavior of JSF p:dataTable (first entry wrong in p:columns)
I have on a page two p:dataTable. The left one is mainly used for selection
<p:dataTable id="leftTable" var="item" value="#{bean.items}"
selection="#{bean.item}" ...
9
votes
0answers
379 views
Jetty WebSocketClient over ssl
I've got a WebSocket server running in an embedded jetty (8.1.8.v20121106) and would like to connect to it from another Java application with the jetty WebSocketClient. This is the test method I use:
...
9
votes
0answers
204 views
How to force Monotouch AOT Compiler to see a nested generic method?
I've had to jump through hoops but I've almost managed to get ServiceStack working on iOS with Monotouch in my project. One runtime JIT exception is holding out...
System.ExecutionEngineException: ...
9
votes
0answers
235 views
Blackberry Push Implementation and waiting for acknowledgement
I already implemented the first 4 steps of the push initiator for blackberry
send a push request
BlackBerry service returns a response
BlackBerry service pushes data to an assigned, specific port ...
9
votes
0answers
363 views
Unlocking Focus on wrong view ((null)) under OS X 10.7.2
I have a Cocoa app that has an NSWindowController controlling an NSWindow with an NSComboBox in it. Nothing special, and it worked fine until upgrading to OS X 10.7.2. Now I get the following ...
9
votes
0answers
441 views
Instruments 4.1 unresponsive to projects launched from Xcode 4.1 until pressing Cmd-Tab
If I open Instruments and select a standard application (e.g. Mail or MS Word) it has no issue.
If I am in Xcode and I go to Product>Profile (or press Cmd+I), it launches Instruments, allows me to ...
9
votes
0answers
2k views
How do you register a Most Recently Used list with Windows in preparation for Windows 7?
With the upcoming release of Windows 7, one of the newly touted features is the Jump Lists, with their automatic population of most recently used items. Supposedly, if you've been 'properly' ...
8
votes
0answers
108 views
GMSGroundOverlay animating - should I be using a CATiledLayer?
I am experimenting with the Google Maps for iOS SDK latest version 1.2.1.2944 to animate a GMSGroundOverlay. The user has control over the image sequence, so using an animated UIImage isn't a ...
8
votes
0answers
367 views
android mms download mms content through mms url
I am trying to download the MMS picture content through the MMS url, but it returns with a 403 (Forbidden) server response with an invalid MSISDN number. I have pasted my code below for reference. ...
8
votes
0answers
234 views
Custom Intellisense Presenter problems
I am creating my own intellisense presenter these days, and I have posted this thread and downloaded this editor sample.
After run the sample, I found some problems, but didn't find how to solve them.
...
8
votes
0answers
310 views
boost::program_options: undocumented “*” feature discovered, now need custom validator that writes to a map
I recently discovered an undocumented feature of boost::program_options, namely that it accepts "*" as a special wildcard that allows declaration of a group of options with the same prefix, like this:
...
8
votes
0answers
442 views
three.js: Many meshes with the same geometry and material, can I change their colors?
I have a large number (~1000) of THREE.Mesh objects that have been constructed from the same THREE.Geometry and THREE.MeshPhongMaterial (which has a map).
I would like to tint (color) these objects ...

