Top "Limit" questions

Relates to any sort of limit applied to data or resources, e.g. limiting the size or value of a variable, limiting the rate of incoming traffic or CPU usage.

How do I implement rate limiting in an ASP.NET MVC site?

I'm building an ASP.NET MVC site where I want to limit how often authenticated users can use some functions …

c# asp.net asp.net-mvc limit rate-limiting
Overcome VBA InputBox Character Limit

The current function I use to collect text InputBox can't accept more than 255 characters apparently, and I need to be …

excel vba limit character inputbox
Google MAPs API for android limit 2500 requests/day is per client device or per application key?

Sorry, I found similar questions - but not the answers: only discussions. I'm developing android application which is intended to …

android google-maps limit google-maps-android-api-2 license-key
How webpages like Statigram doesn't exceed Instagram API rate limits

Well, pretty much what it says on the tin. I'm really curious about how pages like Statigram do their search …

api limit instagram
Force fact-gathering on all hosts

I'm sitting in front of a fairly complex Ansible project that we're using to set up our local development environments (…

ansible limit hosts ansible-facts
Limit on number of git branches

I am musing about building a big system on top of git for various reasons but mainly convenience. But as …

git branch limit scaling
C#: Any way to get around the 260 character limit of a fully qualified path?

Possible Duplicate: Why does the 260 character path length limit exist in Windows? I'm trying to figure out a way to …

c# limit filepath maxlength max-path
LIMIT in FoxPro

I am attempting to pull ALOT of data from a fox pro database, work with it and insert it into …

sql limit foxpro
Limit the jQuery select2 maximum selected options

I have referred to this docs provided by select2 jQuery plugin. http://ivaynberg.github.io/select2/ But when I use …

javascript limit jquery-select2 uncaught-exception
Using Docker-Compose with storage options (size)

I can apply disk size quota with "--storage-opt size=1536M" argument when working under devicemapper. For example: docker run -dt …

docker size limit docker-compose quota