A set of limiting conditions or measures to delimit the behavior of software.
Questions tagged [restrictions]
232 questions
-1
votes
1 answer
How to include restrictions inside an free/premium app?
I was wondering how it is possible, to include certain restrictions inside an app, when the user loaded the free version of it.
For example: I have a tableView with around 100 entries. The user can favorite 10 of those, but not more, unless the…

Blade
- 1,435
- 1
- 14
- 22
-2
votes
1 answer
Hibernate how to add restriction for filtering result by Integer id column
Want to ask how to add restriction for filtering result by Integer id column
I need something like
Restriction.like("id", myFilterValue) // id is Integer primary key

TarasLviv
- 1,411
- 3
- 12
- 17
-2
votes
2 answers
Are there restrictions in For Loops when putting more than one condition?
Is putting more than one condition into a for loop OK?
for example:
bool b = true;
for (int i = 0; i < 100 && b; i++)
b = changeB(i); //Imagine this does something with b
So I was said that it's not correct to put that kind of conditions in a…

Manugs
- 9
- 3
-2
votes
2 answers
the why of MOV command restrictions
why is MOV variable,variable incorrect?
or why must we have only registers or an immediate if we use a variable as the first operand?
or why is this wrong:
MOV [x],anything except an immediate or register
how these rules are defined?
EDIT:
I'm…

Abol_Fa
- 72
- 3
- 16
-2
votes
2 answers
Filename Restriction for Mac and Unix?
I'm building a GUI which allows users to specify the name of a file. My GUI has to work on Windows, UNIX, and Mac so I've written a method which checks a filePath for validity. I used MSDN to find the restrictions on Windows file names so my method…

Xceptional
- 65
- 7
-3
votes
1 answer
How to set a restriction for each phone/user on my app?
I'm starting to build an app where people vote certain stuff just by clicking on happy/sad faces (kind of like grading it). The thing is that I dont want to make a log-in nor registration for my app (the reason is a long story). So is there any way…

Pablo Duque
- 383
- 2
- 20
-6
votes
1 answer
My app permissions
I want to make the app for IOS that can reed the info about the time i spent in others applications. Read only. Is there any way to get that stat info? Thank U for your time!

fundamental3
- 31
- 1
- 7