In VB.NET, the Shared keyword is roughly equivalent to the static keyword used by many other languages.
0
votes
0answers
14 views
server-client using FIFO(named pipe), shared memory and signals(SIGUSR2)
Im trying to make a Tic Tac Toe game with server-client using FIFO(named pipe), shared memory and signals(SIGUSR2).
The first step is to write the pid of the client process to the FIFO. And in the ...
0
votes
0answers
10 views
Need GUI able to do a “git init --bare” on a project folder
I'm looking a GIT GUI that would be able to do a "git init --bare" on a folder. Just by clicking a button.
I'm looking for the best way to use Git in a window local network, where a connected local ...
-1
votes
1answer
54 views
how to make a process shared memory (c, linux)?
I have a process that dived itself with fork. I need to create a region of memory (a matrix) for the result of the computation of each process. How can I do this? Everything I tried or I can use but ...
-1
votes
1answer
35 views
How to create directory in c++ and make it share and writable for everyone?
I need to create a directory in my vc++ application (which will store the ftpd backup files) and i need to give EVERYONE full access permissions so that a process from other remote system can refer to ...
0
votes
0answers
12 views
Possibility to use hyperlinks in a shared excel workbook
I've got an excel document where we've enabled the "Track Changes" functionality in order to capture who's changes what and when - for this you'd have to share the workbook.
We've now found that we ...
0
votes
0answers
17 views
can we play shared video from own servers as embedded in facebook
I would like to have my shared video play as embedded in facebook (play inside the shared thumbail area in facebook), how can I do so? My video is not host in facebook, youtube, etc., but in somewhat ...
0
votes
1answer
40 views
process shared memory not sharing (c, linux)
I need to make a shared memory to my process communicate. I'm doing this:
int **matriz_result;
int segment_id;
segment_id = shmget(IPC_PRIVATE, (sizeof(int) * linhas_mat1 * colunas_mat2) , S_IRUSR | ...
0
votes
0answers
33 views
Memory sharing custom objects in Python multiprocessing
I have several models loaded in memory, each model is an object of my custom Python class. These models themselves consist of 100s of MB of internal data each. I'm receiving small requests, which are ...
0
votes
1answer
31 views
django provide same session everywhere
I'm working on a django app which use an external base to authenticate user.
After login, some informations are retrieved to the session.
The issue is that this initialized session is the same with ...
2
votes
2answers
50 views
Sharing session between a rails server and a php server
Currently I have two servers set up, each handling there own thing, but I want to have a unified login between them. Right now one portal's login form is simply sending the username/pass through an ...
0
votes
0answers
8 views
Sharing Page between 2 Clients (ASP.NET)
everybody,
i am starting a project on some kind of teaching website (in asp.net)
Client want me to make a page for teacher and one for student.
further more course content will be in image form.
and ...
0
votes
2answers
38 views
ZF2 DI configuration shared
is it possible to disable the shared option for DI?
Found some Patch which suggests that it should work like this:
return(array(
'di' => array(
'definition' => array(
'class' => ...
-1
votes
2answers
105 views
Shared memory and pipes in C++ [closed]
I have an assignment to create three C++ programs and connect them together.
In this assignment you will write THREE C/C++ programs which communicate via
shared memory and pipes.
The main ...
0
votes
0answers
43 views
iOS programming - sharedInstance & UISwitch
I got problem.
I have two xib, first - Table View, Second - Settings.
In Table View in title of Navigation Bar I show how many rows in uitableview.
Here is Code:
- (NSInteger)tableView:(UITableView ...
0
votes
0answers
14 views
Send email merge from a secondary inbox address
Can I choose the email address that I send merged emails from in MS Office?
I monitor several Outlook inboxes with unique email addresses. These inboxes are shared with others.
When I complete an ...
0
votes
0answers
8 views
shared object compilation error
I am trying to compile a library libEncryption.so.
Here is what my make file conatins:
cc -g -w -fPIC -c -ISource/Header -I//usr/local/ssl/include -L//usr/local/ssl/lib - lssl -lcrypto ...
-3
votes
0answers
14 views
how to share facebook application for call back my app [closed]
Hello i'm new in facebook,php developer and bad in English i'm so sorry.
How to share facebook app and have my external website for when another people click in my share it will call back to my app ...
0
votes
1answer
76 views
Accessing a Resource Calendar with no mailbox via EWS and C#
Our Exchange Admins (Exchange 2010 SP1) have setup a shared resource calendar. There is no mailbox assigned to this resource calendar. I want to be able to read the meetings using EWS and C#.
...
-1
votes
0answers
45 views
Wordpress on shared hosting [closed]
my website was self made cms by me, after 5 years i decided to migrate my site to wordpress CMS, without changing my (shared hosting) company infomaniak.
After about 1 month my hosting company has ...
2
votes
1answer
67 views
cygwin g++ Linker doesn't find shared library
I have been creating a library. When I compile it as a static library, it works fine. Now I wanted to turn it into a shared library. The library is created and in the proper place, but when I try to ...
0
votes
1answer
18 views
pthread_mutex not updating fast enough, so one thread “hogs” the lock.
I have a c++ program where I'm creating multiple threads and having them access a shared array.
Everytime I want one thread to access the array, I call
pthread_mutex_lock(&mutex);
access the ...
0
votes
1answer
30 views
VBS code to access the shared excel one user at a time [duplicate]
I have
1. A shared excel sheet
2. Html page with VBscript
I want to execute a part of code(saving some data in shared excel) such that only one user (the one who opened that shared excel first) at a ...
0
votes
1answer
46 views
Sharing variables across multiple mod_wsgi processes/threads
Can you have an object shared across multiple WSGI threads/processes (and in a manner that would work on both *NIX and Windows)?
The basic premise:
(1) I have a WSGI front end that will connect to a ...
0
votes
0answers
12 views
GNU screen auto re-size with screen -x
Is there a way to auto re-size screen windows, along with screen -x option? I know we can do this by using the screen fit command, once the shared screen session is open, but is there a way to do this ...
1
vote
1answer
68 views
Two applications(*.exe) using same data pointers from data DLL?
I have a huge program (A) which uses about 30 (most of my own, some 3rd party) dll´s. It uses ActiveX, ATL and MFC to do different stuff. Now i want to use wxWidgets for some special tasks and will ...
0
votes
0answers
15 views
Shared Add In:Check if excel opened by user has code
i am trying to write a .net shared add in for office applications (excel, access and outlook) and purpose is to find out if the office applicaiton opened by the user has vba code behind it.
With my ...
3
votes
2answers
34 views
Is it safe to use a Shared property for authentication verification?
Should I be using Shared, or just a Public function and initiate a class when needed? I have read a number of articles, but still cant get my head around the best option here.
Here is the code I ...
0
votes
1answer
21 views
accessing a nearly-readonly-shared-list Asynchronously
public class PlanetInfo {
String planetName="";
int a;
int b;
int c;
PlanetInfo(planetname){
planetName = planetname;
if(planetName.equals("earth")){
...
1
vote
4answers
69 views
What does the keyword 'Shared' mean in VB.NET? [duplicate]
Is Shared is a type of scope or a type of data in VB.NET? When is it necessary to use the Shared word before a class, function, or sub in VB.NET? For instance, why would you put Shared in front of ...
0
votes
0answers
28 views
How to hide columns for specific users in shared Google spreadsheet
My plan is to share my Google Spreadsheet for specific users but I would like to specify which columns will be visible/editable for the user1, user2, ...
Is it possible do this in Google Spreadsheet ...
0
votes
1answer
51 views
Boost ASIO shared library trouble
I'm basically building a shared library based on the serialisation example in the ASIO documentation, by this I mean I am compiling with the -shared and -fpic options to produce an .so file, which ...
1
vote
1answer
32 views
How to change the lib version of an already compiled binary
these doubts started coming to me when I read shared library..
1.-------------------------------------------
Suppose I already compiled like below,
test : main.o libtest.so.2
gcc main.o -L ...
0
votes
1answer
43 views
LD_PRELOAD trouble
I've been hooking some methods within the OpenGL interface to add some additional functionality (in this case, convert OpenGL to a TCP/UDP protocol).
I've been using a simple shared library which ...
0
votes
0answers
12 views
Get basic information when someone click shared button on my facebook pages
I just want ask something about "shared" button on facebook.
Can I get the basic information such as firstname lastname, birthday, email or etc when someone shared my post on my facebook pages?
0
votes
0answers
36 views
How can I re-establish connection with server after keep-alive timeout to download a HTML5 video [closed]
I have a site based on wordpress, hosted on a shared server (to be specific, hostgator). I uploaded some videos on that site, and using Video-js plugin for wordpress, I want to show HTML5 videos.
The ...
0
votes
1answer
61 views
CUDA atomic function usage with volatile shared memory
I have a CUDA kernel that needs to use an atomic function on volatile shared integer memory. However, when I try to declare the shared memory as volatile and use it in an atomic function, I get an ...
0
votes
3answers
44 views
Error with shared variables
So, I'm struggling with shared variables in Java (NetBeans). I have one class with a variable - lets call it statlbl. So it's a non-editable label, and the contents thereof is changed by another ...
0
votes
1answer
21 views
Requesting other application data
What would be good approach to establish communication between different APKs? One app can send request to other apps and wait for response.
I can think of:
1. using BroadCast receivers: send ...
-1
votes
1answer
59 views
Kohana Controller actions share variable [closed]
I want write one variable to access any action into same controller. I write one shared or global variable.
I using, Kohana 3.1.
It's possible !? I don't find any example or people with same ...
1
vote
1answer
67 views
How to share data between Tasks/Threads without coupling them?
I am developing a rather complex microcontroller application in C, and I have some doubts about how to "link" my shared data between the different tasks/threads without coupling them.
Until now I ...
1
vote
1answer
58 views
What does it mean to share an implementation?
As the title notes I'm looking to understand what does it mean to share an implementation. To be more specific, I want to know HOW it works. I get what the words mean but I'm not clear on the process ...
0
votes
0answers
42 views
When to use critical sections and barriers in OMP?
Do I have to use a critical section when reading data from a common vector/array from each thread? Could there be any conflicts?
#include <omp.h>
#include <vector>
// ...
using namespace ...
1
vote
0answers
22 views
Sharing of Databases/Schema on Different machines in Mysql
I have been working on a multi tenancy architecture application, decided to go with the per database per tenant architecture. I search for how to scale databases and access across multiple database ...
0
votes
1answer
35 views
Header files for library Android
I find shared library(.so) in Android my device. And I want use exports functions from it. But how I understand, I need header files for this library. Where I can find it on device? What dirrectories?
...
0
votes
0answers
76 views
Boost Shared Memory
I'm trying to get a shared char Array between to Applications with the help of boost's windows_shared_memory.
void testApp::initSharedMem()
{
using namespace boost::interprocess;
//Create a ...
0
votes
0answers
109 views
add for double in the shared memory
One way to avoid bank conflicts for double storing in shared memory is two split the double operands like below:
(1):
__shared__ int shared_lo[32];
__shared__ int shared_hi[32];
double dataIn;
...
4
votes
1answer
127 views
Shared list, multiple conditions, one or more condition variables?
Consider that you have a list:
class CLIENTS
{
public:
CLIENTS();
~CLIENTS();
bool addClient();
bool removeClient();
bool getDataFromClientObj(unsigned int id);
bool ...
0
votes
3answers
52 views
Sharing a semaphore or other java object over a cluster using standard JDK libraries
Is there a native JDK solution for storing objects in memory, over a network? In particular, a way to share and synchronize a semaphore ?
0
votes
3answers
55 views
“Reinitialize” a sharedInstance
This may sound wierd.
Scenario
Implementing AFOauthClient
I created a subclass and created a shared instance with my baseurl and all
as
+ (GYMAFOAuthClient *)sharedClient {
static ...
0
votes
2answers
103 views
copy to the shared memory in cuda
In CUDA programming, if we want to use shared memory, we need to bring the data from global memory to shared memory. Threads are used for transferring such data.
I read somewhere (in online ...
