0
votes
0answers
24 views
How do I access my “GMail Drive” via DOS command [closed]
I just installed GMail Drive and I would like to sync it with my Dropbox account however there is no drive letter assigned to the Gmail Drive so I can I CD to it via the DOS prompt?
I am trying to …
-1
votes
2answers
71 views
New iMac - New Rails Environment - Dropbox - Permission Problem…
Ok, I just bought the new 27 inch iMac and I am trying get everything set up. I am new to rails and have been developing on my MacBook Pro and seem to be having some trouble sharing my applications. I …
0
votes
2answers
44 views
Data structure to sync a file-tree
I'm in the process of a writing an application, which needs to synchronize a file-structure between a client and a (http) server.
The file-structure is essentially a list of file-paths where each …
0
votes
1answer
37 views
Jquery.cascade plugin change the format of the Ajax URL
I'm using the jQuery.Cascade plugin in my Asp.Net MVC application. I've got it all working in a manner as follows:
jQuery("#CompareModelList").cascade("#CompareManufacturerList", {
…
0
votes
4answers
102 views
How to mimic DropBox functionality with Ruby script?
I would like to upload documents to GoogleDocs every time the OS hears that a file was added/dragged/saved in a designated folder, just the way DropBox uploads a file when you save it in the DropBox …
0
votes
3answers
85 views
Remove odd lines in a text file
File:
/home/USER/DIR/a
http://www.here.is.a.hyper.link.net/
/home/USER/DIR/b
http://www.here.is.another.hyper.link.net/
Need to remove all the odd lines in this file (PUBLIC-DIRECTORY-LIST)? Its …
1
vote
4answers
50 views
Send the result of multiple commands to one text file?
This is what I have so far - my dropbox public URL creation script for a directory of public URLs (getdropbox.com - gpl I think). My LIST file was created using ls in the following fashion:
ls -d …
1
vote
2answers
49 views
Where can I find Folder Syncing to a Web Server a la Dropbox?
I saw this somewhere, but I can't remember where.
Where can I find, for Mac OS X, a system that automatically syncs a folder to your web server, sort of like Dropbox does? The idea being that I can …
0
votes
0answers
109 views
Update a gallery webpage via Dropbox?
I'd like to know if the following situation and scripts are at all possible:
I'm looking to have a photo-gallery (Javascript) webpage that will display in order of the latest added to the Dropbox …
6
votes
6answers
383 views
How to back up private branches in git
Hi all,
I have a local branch for day-to-day dev work in git. My workflow is:
Do stuff on local_branch, commit
Fetch origin/master
Rebase local_branch to catch up with new stuff from origin/master
…
2
votes
2answers
92 views
Multiplatform (Win, Mac, Linux) development environment to achieve native look-and-feel? (Just as Dropbox)
Hi,
I've noticed that all betas for Dropbox are released simultaneously for Windows, Mac and Linux. How do they do that? Anyone knows which platform they're using? I'm aware that there are many …
0
votes
1answer
224 views
Oracle SQL Developer: sharing configuration via Dropbox
I would like to share my Oracle SQL Developer configuration across my several computers that use Dropbox.
How can I do this?
2
votes
5answers
408 views
how to watch FS for change
I'm doing a project in a course at my university on distributed systems. I'm planning on creating something similar to Dropbox ( getdropbox.com ), but with some sort of non-centralized peer-to-peer …
0
votes
3answers
527 views
How to sync your MAMP install across multiple Macs
I have MAMP set up on my iMac and on my Macbook. I want to keep both installs synced using dropbox. When upgrading MAMP the only 2 folders you need to transfer are 'db' & 'htdocs'. My theory is …
