dropbox

Xcode Only Gives Me Desktop Architectures for iOS App

I have an iOS project that I've put in Dropbox to work with a few friends. The issue is that it seems to get "corrupted", so that after some time (after someone else has accessed the Xcode project file), when I try to go and open it again I get a Base SDK Missing error. In the Project Settings, I discover that I'm missing the valid ARM6/...

eclipse workspace synchronization via dropbox - move the .metadata folder

Hi there! I'm a student and have to work with Java and Eclipse. As we have teamprojects i have to sync my workspace with other students. The only problem i have is a folder called .metadata, right above my workspacefolder. Is there any possibility to change the path of this folder so that it won't be synced? Thanks in advance and greeti...

DropBox synchronization technique.

I am currently developing an application using dropbox c# API. DropBox is able to capture changes on their server and also the changes in their client almost immediately. What technique they use to synchronize this 2 replicas? Wish someone can provide me some clue to start with, I try to avoid the timer base synchronization. Thanks. ...

Silverlight and skydrive/dropbox

Hi, Can You read/write a file in your Skydrive with Silverlight? Or if that isn't possible, can you dot it with Dropbox? thanks, Filip ...

[NSUserDefaults standardUserDefaults] Change Doesn't Persist

I've been working with the Dropbox API as of late, and have run into an infuriating but interesting snag. The SDK saves OAuth tokens in standardUserDefaults, and if the user wants to disable the Dropbox functionality the OAuth tokens have to be removed (otherwise the SDK finds them and goes off to work). Here's the weird part: whether I...

Free GUI framework to create a single exe?

I'm looking for free and easy GUI framework that let me create single exe without dependency (like .Net framework) and to be not GPL as a side note .. im using Qt and its great but i have to be LGPL to use it that means lots of fat dlls . is there any alternative? p.s how did the Dropbox client made of? i know its python but how did...