Questions tagged [restrictions]

A set of limiting conditions or measures to delimit the behavior of software.

232 questions
0
votes
1 answer

Restrict modifications to certain files when building the project with Maven

What is intended is to give everyone access to the source code but to restrict what they modify. So what first came to mind is if there's any way to, when building the plugin/project, some sort of restriction is applied to the files that have been…
CMPSoares
  • 4,175
  • 3
  • 24
  • 42
0
votes
1 answer

IIS is not allowing to access a javascript file

i have a web application. while running in my system integration environment, i get an issue while accessing my javascript file or an image file in my particular folder. When i tried putting the complete URL in the browser, it gave me a following…
Avdhut Vaidya
  • 314
  • 2
  • 13
0
votes
1 answer

Using disjunction on a QBE

Is it possible to use disjunction on criteria Example? I've tried to use Example to filter some data. Criteria critFatura = ((Session)em.getDelegate()).createCriteria(Fatura.class); …
0
votes
1 answer

How to restrict the web application for limited number of users access?

I have restricted my web application for time validity like 1 year on the basis of date. I maintain one table with purchase-date, expireydate, NumberofUsers and all this records in my table on the basis of this records, I validate web application…
Sachin
0
votes
1 answer

Get a Column Name from Class in Hibernate

this is not a homework or the actual code. It is a quick example created to explain the situation. public student { private long studentId; Private long studentName; @Column(name = "ID") getStudentId(){ } @Column(name =…
Praveen
  • 101
  • 14
0
votes
1 answer

How to sync 2 folders on 2 remote computers via Email?

It is quite weird question for the first look, but in case if you work for company or organization where are very strict rules to communicate with outer world, then it is not so funny. For example, it's very usual when bank or enterprise company…
domax
  • 649
  • 3
  • 13
0
votes
2 answers

linux , allow user only one command with changable variable

I have 2 servers. First web server another linux server. On web server I write php script which connected to linux server and run command after user input. And in this case command which executes on linux server not same. For ex.:
Javid
  • 47
  • 2
  • 8
0
votes
1 answer

How the multiple statements on Extenstial restrictions and universal restriction interpreted in protege

I am new to Protégé . I have a question that is related with the use of existential restrictions and universal restriction in the Protégé . I am taking an example from the Protégé Pizza ontology guide. As per the notes in the guide when multiple…
aditya
  • 13
  • 4
0
votes
2 answers

How to set PermittedWorkstations to an user using UserPrincipal in C#

I have a system that creates, in realtime, an user in AD and prints a tag for credentials. That user is used by a person to navigate in the internet. Everything was ok until now. That user cannot log on company's computer, only on the proxy…
0
votes
1 answer

Bootstrap for social network website

Is there any restrictions or something bad of using bootstrap if you are building a social network website? Maybe the question is stupid but I still need to know is there any restrictions of using bootstrap.
0
votes
1 answer

Manipulate labeling/2 output PROLOG

I'm developing a PROLOG program with restrictions to find the solutions for a certain game. Question#1: For debugging purposes, I want to count the number of possible solutions of the game. Is there any way to do this via the labeling/2…
GRoutar
  • 1,311
  • 1
  • 15
  • 38
0
votes
1 answer

How to check if Safari restricted in Settings?

When Safari is restricted, [[UIApplication sharedApplication] canOpenURL:url]] return true but when I call [[UIApplication sharedApplication] openURL:url]] nothing happened. I want to check if Safari restricted in Settings - General - Restrictions.
ChikabuZ
  • 10,031
  • 5
  • 63
  • 86
0
votes
1 answer

Does every NP-complete prob. admit a polynomial-time restriction?

I have to answer this question as a homework assignment but I am finding very little material to work with. I understand what is a NP-complete problem and what is a restriction. In my opinion, this statement is true, because you can always restrict…
Cleverson
  • 5
  • 4
0
votes
4 answers

Page permissions, user group ROR

I have a post system where all users in the same group can see the same post and edit the same post. But i have a problem with if i for example is editing a post and my friend do edit the same post, then will either i or my friend lose the change we…
niiicolai
  • 73
  • 2
  • 12
0
votes
1 answer

Hibernate Restrictions - how can I query with multiple values?

I am new to Hibernate Restrictions and need some help: I am having a scenario that I need to find all the records where "identifier" is "HB001" or "HB002", "HB003" &"HB004". That is to say, it should return 4 rows, each row has "identifier" as…
Wolfberry
  • 1
  • 1
  • 1