Top "Share" questions

questions about sharing resources in (local, and social) networks

Releasing Windows file share locks

This problem crops up every now and then at work. Our build machine can have it's files accessed via a …

windows file locking share
How to access C$ share in a network?

Considering I have admin access to a machine, can I remotely access the default C$ share in Windows XP and …

c# windows networking share smb
How to implement "share button" in Swift

This is the some peace of code for twitter... I want to know how to get the share action view …

ios swift share social-networking
How to configure an existing git repo to be shared by a UNIX group

I have an existing git repo (a bare one) which has up to this point only been writable by me. …

git permissions share shared
How to take a screenshot of current Activity and then share it?

I need to take a screenshot of Activity (without the title bar, and the user should NOT see that a …

android android-studio share screenshot
How to share text to WhatsApp from my app?

I develop an app with a functionality for sharing text. This is working fine except for WhatsApp. What should I …

android android-intent share whatsapp
Sharing memory between two processes (C, Windows)

Since I haven't found an answer to the question asked previously here I'm trying a different approach. Is there any …

c windows memory share code-injection
facebook share button with custom title, description, and image

Possible Duplicate: How does Facebook Sharer select Images? It looks like that the Facebook support custom title, description, and thumbnail …

facebook share
Mime type for .txt files?

I´m trying to share a .txt file with share intent. If I set "text/plain" as mime type, it …

android text-files share mime-types
How to share variables across scripts in python?

The following does not work one.py import shared shared.value = 'Hello' raw_input('A cheap way to keep process …

python variables share