Top "Sync" questions

Synchronization refers to using controls to maintain a coherent representation, either a group of processes running the same program (process synchronization), or representations of data (data synchronization).

node.js execute system command synchronously

I need in node.js function result = execSync('node -v'); that will synchronously execute the given command line and return …

javascript command node.js exec sync
Two way sync with rsync

I have a folder a/ and a remote folder A/. I now run something like this on a Makefile: get-music: …

file sync rsync two-way
Android Studio how to run gradle sync manually?

I'm debugging Gradle issues in Android Studio and see references to "Run gradle sync", but I'm not sure how to …

android android-studio gradle sync
Laravel, sync() - how to sync an array and also pass additional pivot fields?

Official Laravel documentation has this on sync() function: $user->roles()->sync( array( 1, 2, 3 ) ); You may also associate other …

php laravel pivot eloquent sync
How to Sync iPhone Core Data with web server, and then push to other devices?

I have been working on a method to sync core data stored in an iPhone application between multiple devices, such …

iphone ios core-data sync data-synchronization
getJSON Synchronous

GOAL: What I'm after is to get data from database and refresh main.php (more evident through draw_polygon) every …

jquery ajax sync getjson synchronous
Symbolic links and synced folders in Vagrant

I want to use Vagrant to provide a common development environment to my team. The hosts are completely different: Some …

synchronization sync vagrant rsync vagrantfile
How to duplicate a MySQL database on the same server

I have a large MySQL database, lets call it live_db, which I want to replicate on the same machine …

mysql database sync replicate
How to sync local git repo with origin/master eliminating all changes

I want to sync my local repository so as to make the local an exact copy of the master. Since …

git sync local pull master
Android Studio update 0.5.3 - platform 'android-19' not found

Yesterday I opened Android Studio and it asked me to be updated. I now have v0.5.3, SDK 19 fully installed and …

android sdk android-studio sync build.gradle