Questions tagged [perms]

6 questions
2
votes
1 answer

Non-recursive implementation of perms in Matlab, compatible with Coder

I am trying to convert part of my function in matlab into c++ using coder. Coder doesn't support the function perms. I extensively use perms in my code. After looking online I found few suggestions of how to generate a list of all permutations…
Mia
  • 407
  • 1
  • 4
  • 11
2
votes
1 answer

Unique permutation with strange circular repetitions

I have some string like this: 'RRSSTT' 'RRRSSSTTT' 'RRRRSSSSTTTT' etc... I need to extract all unique permutation with this property: 'RRSSTT' ; 'RRTTSS' ; 'SSRRTT' ; 'SSTTRR' ; 'TTRRSS' ; 'TTSSRR' are all the same string, and 'RSTRST' ; 'RTSRTS'…
Pietro Z.
  • 521
  • 2
  • 6
  • 18
1
vote
1 answer

How to get user permissions for non supervisor user by using request user attribute

I developed an django app which register user and give resources based on resource level permissionIn this I am using django basic level permissions on my model and templates, there for view permission I set permission tuple in my model like: class…
Shashank
  • 462
  • 1
  • 8
  • 26
0
votes
0 answers

Fix wordpress perms bash script

I am working on a script to fix wordpress perms. I want the script to take the username of a hosting account, and then output the users input into a few commands, see below # sets default perms on all files and folders below echo -n "Enter…
0
votes
0 answers

icacls /deny (de and d) doesn''t work

I'm truin to use icacls to prevent file deletion I tried : icacls /deny Everyone:D - icacls /deny users:D - icacls /deny administrator:D but this prevents me from accessing the file and I can't execute it I then tried de instead of d but in this…
0
votes
1 answer

What are perms in terms of IBM Doors?

Hi in the Internet I see: This function is hidden and can be used like perm or use that perm for that? So what are perms? Hidden developers functions or private functions which are not suppose to be used by users only for internal use? Why there is…
Xelian
  • 16,680
  • 25
  • 99
  • 152