Questions tagged [data-sharing]

249 questions
-1
votes
1 answer

Data transfer between JFrames

I have JFrame 1 which shows JLabel "Balance" - my bank account balance and 2 JButton components (Add income; Add expenses). By clicking one of these buttons I hide main frame and open income of expenses frame where I add the data. After I input…
-1
votes
3 answers

C#: best way to share data between multiple processes and/or threads

A C# Restful web service (on a Windows Server 2012 Standard) needs to send commands to equipments via my C# socket server program which is running on the same server. When the web services try to send a command to a selected equipment, the thread of…
-1
votes
1 answer

Python: Shared Value is always 0

I try to share a value between two python scripts, I set the value at the first script with a singleton,but when i get the value at the second script, the default value (0) is returned . Here are my files: the file that gets the value: import mod…
aphi
  • 41
  • 4
-1
votes
1 answer

How to share USB 3.0 Hard Disk directly over a local network

Like the title object, I'm looking for a way to share my external hard disk (which have a usb 3.0 connectors) over a local network without a computer. I think that a NAS adapter should be the perfect solution but I don't want to spend too many money…
perascotta
  • 133
  • 9
-1
votes
1 answer

how can i share a link or image from my web application to whatsup friends

How can I share a picture along with its link to whatsapp contacts form my web application. Using my mobile I am able to share link.. using Share via…
-1
votes
1 answer

Is there another way than using databases of FTP to share data?

I was just wondering if there is another way to share data that just via FTP or databases. If I wanna do for example app with self-destructive messages (like snapchat) wouldn't it be easier to just send it "once" to a specific device? I hope that…
-1
votes
2 answers

caching a value common to two jvms

I am storing a key value property using ehcache. This is used in a java program X. Now I am using another java program Y, where I want to use the same key value pair. I will read and may update the key value pair from any one of the two java…
summer
  • 139
  • 1
  • 10
-1
votes
2 answers

Is it possible to create a device specific .plist file -iOS

I am storing some data in a plist file.. and I have realised that it can be shared. Is there a way where I can make .plist files device specific? Maybe UDID or something? Any ideas will be much appreciated..
user123
  • 2,711
  • 5
  • 21
  • 25
-7
votes
3 answers

how to pass data from one activity to another activity without using intent?

Intent leads to create new activity so I do not want to use intent for data transfer. There should be seamless data exchange between activities.
1 2 3
16
17