Questions tagged [sharing]

Use tag 'share' instead. Tag 'share' is for questions about sharing resources in (local, and social) networks.

1217 questions
14
votes
3 answers

WebShare Api sharing files?

Hy i want to share images with the new api. If i have a upload-form for a file, i can share that file with the api, i break my head trying to share a local file. Here my try: function sharePage(){ const title = document.title; var filesArray =…
Mac Dechmann
  • 141
  • 1
  • 1
  • 5
14
votes
6 answers

Sharing C# code between Windows and Silverlight class libraries

We wrote a small Windows class library that implements extension methods for some standard types (strings initially). I placed this in a library so that any of our projects would be able to make use of it by simply referencing it and adding using…
Steve Crane
  • 4,340
  • 5
  • 40
  • 63
14
votes
1 answer

Sharing a code between two projects in git

I have two tightly related projects (A and B) which share some source code (S). Both of them will be released at the same time and released version should always use the same version of shared code. Shared code S will be changed reasonably…
Victor Ronin
  • 22,758
  • 18
  • 92
  • 184
13
votes
4 answers

Best way for social sharing in Android

I've been looking for a way to share information to social networks. I've found 2 possible solutions: Look for installed apps and sent an intent (like android uses in it's gallery) Use the socials network api When looking for quick ways to…
Nick
  • 1,733
  • 1
  • 14
  • 24
13
votes
2 answers

UIActivityViewController vs UIDocumentInteractionController in ios

I just read some articles on UIActivityViewController and UIDocumentInteractionController in iOS, but I am very confused about how to use them because both seem the same. So, when do I use UIActivityViewController or…
12
votes
4 answers

Memcache sharing

Is it possible to share a single instance of a Memcache between multiple projects. Suppose I push one object inside the memcache in one project, is it possible for me to retrieve the same object from a different project. ?
Undefined
12
votes
4 answers

Sharing text with image to instagram using android intent

I know that this question has been asked several times before, I am trying to add caption to image shared to instagram using send intent Intent shareIntent = new…
ammcom
  • 992
  • 1
  • 7
  • 24
11
votes
3 answers

How long is Facebook caching the sharing thumbnails?

How long is Facebook caching the sharing thumbnails? I've added a custom thumbnail for my page using: But on pages my previous image is displayed => it is cached somewhere on FB servers. Any…
depi
  • 1,561
  • 3
  • 14
  • 12
11
votes
1 answer

Object Sharing between Applications?

Let's say I have a large data array updated 1000+ times per second. Another application wants to access and read the array in a short interval. Both applications are on the same machine. I have tried using WCF for interprocess communication, but…
brandon
  • 555
  • 1
  • 6
  • 15
11
votes
1 answer

Sharing with UIActivityViewController initWithActivityItems producing different results on iOS7 and iOS8

I have an issue with sharing in my app, and am wondering if I am doing something wrong, or if this is possibly a bug in iOS8. In my app I have the ability to share files, if the sharing type supports attachments it attaches the file (such as email),…
xceph
  • 1,036
  • 2
  • 13
  • 28
10
votes
2 answers

How to share a list of tensors in PyTorch multiprocessing?

I am programming with PyTorch multiprocessing. I want all the subprocesses can read/write the same list of tensors (no resize). For example the variable can be m = list(torch.randn(3), torch.randn(5)) Because each tensor has different sizes, I…
rozyang
  • 569
  • 1
  • 5
  • 17
10
votes
2 answers

Sharing text message to Instagram Direct

I want to find way sharing text message to Instagram Direct. I already find URL scheme in Instagram dev doc, but there is no one word about sharing to direct. I also check some third part libraries - nothing helpful. If sharing to Direct is…
Mikhail Zinov
  • 324
  • 2
  • 12
10
votes
1 answer

iOS sharing picture on Social Networks

My app let the user take a picture, and add an overlay before saving it. I'd like to let the user share his picture using whatever app able to handle images (i.e : email, facebook, twitter...), like an Intent on Android. I tried to use…
Oyashiro
  • 505
  • 5
  • 18
9
votes
3 answers

Sharing cookies across different domains and different applications (classic ASP and ASP.NET)

Is there a way to share cookies across different domains and different applications (classic ASP and ASP.NET)
A.Salam Alasaadi
  • 167
  • 1
  • 2
  • 11
9
votes
1 answer

Android screen sharing programmatically (Root)

Is it possible to screen sharing from root adb shell without user interaction over mircast or chromecast in Android >= 5? I'm looking for the command that enables/disables this https://support.google.com/nexus/answer/2865484?hl=en
RPallas
  • 557
  • 7
  • 22
1 2
3
81 82