Questions tagged [multiple-users]
213 questions
0
votes
1 answer
Kinect. How do I work with multiple centres of mass without them affecting one another in functions?
I'm currently on a BA course in Fine Art and I've recently started trying to learn programming by reading Greg Borenstein's 'Making Things See'.
The piece I'm developing is an attempt to track multiple centres of mass as the viewers move around the…

basicallyright
- 3
- 4
0
votes
2 answers
Using a separate user for multiple Git remotes on the same repository
Is there a way to clone a repository, add a second remote, but use a different/separate user for that second remote automatically when pushing/pulling?
My use case is to have the remote "origin" only for pulling (actually checking out) changes with…

thasmo
- 9,159
- 6
- 27
- 32
0
votes
2 answers
How to expand single user WebApp to multiple users
There are a similar threads without a concrete solution and I thought it was better to start a new one.
I am facing a situation where I have a WebApp hosted in RESIN (just like Tomcat I guess). So far I have been developing the app using db4o since…

jigzat
- 3,498
- 1
- 21
- 23
0
votes
2 answers
one oracle database user or multiple users used in asp.net
I have a question about performance for each of those two scenarios on oracle database :-
background :
I develop asp.net business application for enterprise use oracle database
one:
I make one database user and use this user in the connection string…

mustafak26
- 3
- 3
-1
votes
0 answers
How do I get scripts/macros in Sheets to run for all editors?
I created a Google Sheet for a group of people to use. However, some of these people do not know how to use filtered view (for example) in Sheets. Therefore I created some buttons to automatically filter the content and to hide/display certain…

Milan L
- 1
- 1
-1
votes
1 answer
Is there a good calendar (gem) for Rails for multiple users?
I would like to implement a calendar with authorizations in Rails. My application has two sort of users: administrators and customers. The specification of the calendar would be as follows:
an administrator can add / delete / edit events
events…

suzume
- 1
- 1
-1
votes
1 answer
How to create multiple user models with choices?
I have different types of users and have created models for each user type.signup is different for everyone.. now i want to select models at signup page according to user choices or type. for example if someone selects student then a signup page…
-1
votes
1 answer
Can I make a DIY Cloud server for windows?
My old parents have been hacked/virus-ed for the nth time.
I have an old HP server.
I thought of rebuilding it with VMWare (free version) or Oracle virtualbox and having them use windows in a controlled environment. I would back it up and patch it,…

Marinaio
- 111
- 8
-1
votes
1 answer
How to select the sender(data) and the recipient(data) using one SQL-query?
So, I'm using PHP and MySQL. I have a table 'notifications' and a table 'users'. The notification gives a sender and a recipient. I've done some research and tried some things out, but I couldn't come to a solution. The following SQL query gives me…
user7619335
-1
votes
1 answer
How can my database support multiple users?
I have a question and hopefully not look dumb. I am developing an application and I need the database Web service multiple users store data so that later they can access their data on specific data without mixing with other users.
I thought that the…

Israel L Rosas
- 1
- 1
-2
votes
1 answer
Is it possible to have sequential, ordered numbers for multiple users during record creation?
In general, either in Java or in DB design, is it possible to have a record where a field can be in a sequential, ordered number with no gaps from each other? Like you have multiple users and you are both submitting a form, is it possible for the…

WattMonki
- 29
- 3
- 8
-2
votes
2 answers
Add multiple new users - Bash Shell Scripting
I am looking to add multiple users to a UNIX Red Hat system. I am using two text files as sources containing 9 usernames and 9 full names separated individually on 9 new lines.
$U contains usernames.txt, $I contains fullnames to go with the -c…

TweetyBug0
- 1
- 4
-2
votes
1 answer
How to send messages to multiple users via bot to individually irrespective of others in discord.py?
So, I'm making a text based game and I want that whenever a user types a command my bit DMS the user and starts the story for that user. I'm not sure how to do this for multiple users. Like if a game has already been initiated and someone else wants…
-2
votes
2 answers
PHP Login system with multiple accounts
I want to make a basic PHP Login system with multiple accounts. My problem is when you try to login as user1 with the user2's password, the code somewhy lets you. But I don't want to allow you to login with another password. Any idea how to make…

scrummy
- 795
- 1
- 6
- 20
-2
votes
1 answer
Multiple User Sectioned Excel Workbook offline
The Company I am working for is looking for a workbook that can be accessed and edited simultaneously by different departments. They then want it sectioned so each department can only access their own information with one user having access to the…

ProjectOffT
- 13
- 4