Questions tagged [sharing]

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

1217 questions
5
votes
2 answers

How much information do array variables share?

How much information is copied/shared when I assign one array variable to another array variable? int[] a = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]; int[] b = a; a[0] = 42; writefln("%s %s", a[0], b[0]); // 42 42 Apparently, a and b share the same…
fredoverflow
  • 256,549
  • 94
  • 388
  • 662
5
votes
1 answer

OpenGL and multiple GPUs - General possibility

I was wondering, is it possible to run a multi-window OpenGL application on more than one GPU simultaneously? To be more specific, let's say I've created an application with two windows each sharing it's GL context between each other. Now if I'd…
PuerNoctis
  • 1,364
  • 1
  • 15
  • 34
5
votes
4 answers

Have linkedin deprecated the share-offsite URL sharing method or is it just broken?

A few stackoverflow questions make reference to the widely used method of using https://www.linkedin.com/sharing/share-offsite/?url={url} to let users share content from your site to their linkedin pages, but this results in a "something went wrong"…
8conor8
  • 159
  • 1
  • 6
5
votes
1 answer

Link to google colab project so that students must copy of and modify

I am trying to make a link to a Google Colab project such that students must make a copy of the template and then modify for their own work. This is possible on other google documents by modifying the link from "edit" or "view" to "copy". This…
5
votes
4 answers

401.1 Error when accessing virtual directory pointing to network share

IIS5 is running on SERVER1. One of the virtual directories in IIS, myfiles, is pointing to "A shared location on another computer", //SERVER2/myfilesshare When I try to access the page: http://SERVER1/myfiles ... I get the error: You are not…
frankadelic
  • 20,543
  • 37
  • 111
  • 164
5
votes
1 answer

How does Remmina folder sharing work in Linux?

I am trying to mount my local folder to a remote desktop using Remmina. I am not able to do it and I have searched a lot over the web. Can anyone guide how to share the files on my local folder to the remote desktop and vice versa?
Abhilash Ramteke
  • 367
  • 1
  • 4
  • 11
5
votes
2 answers

Set thumbnail image for UIActivityViewController with smaller UIImage

I'd like to set a specific smaller thumbnail, but still use a high quality image for the activity item I'm sharing. My problem is when sharing large images, the thumbnail takes time to generate, which can cause problems when sharing it to certain…
5
votes
2 answers

Sharing Json Schema files among projects with versioning

Problem We have a few independent projects (micro-services) that at some point in their life will refer to some JSON schema files, needles to say that each project has its own programming stack (mostly Nodejs and Golang though). What are the best…
sepisoad
  • 2,201
  • 5
  • 26
  • 37
5
votes
1 answer

Facebook stops custom parameters (image,title,description) through FB.ui?

Today I check my site and this code not working: