python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
how to use zerotier in socket programming?
I am trying to create a file sharing application in which socket programming is done through c language and GUI is done using java. I am connecting c and java using JNI(java native interface).
Now to ...
Amia
Votes: 0
Answers: 1
how to share common resource amongst objects in c++
In C++, I frequently run into this problem and always left confused. Suppose there are multiple levels of classes. Each level is instantiating the class which is a level below. E.g. below level1 insta...
Abhishek Shankar
Votes: 0
Answers: 1
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 pa...
8conor8
Votes: 0
Answers: 4
Allow users to specify for how long they want the shared file to be accessed by external users
We revived a requirement to implement the following scenario:-
Contributor user shared a file with external user.
the contributor users can specify for how long they want the file to be shared.
Is...
John John
Votes: 0
Answers: 1