The limitations tag has no wiki summary.
0
votes
1answer
16 views
Is there a limit for the number of targets you can have in an Xcode project?
I'm planning to have different targets in a single Xcode project. Is there a limitation on the number of targets I can have? I tested this by creating 10 targets manually and didn't see a problem but ...
0
votes
0answers
24 views
how to limit amount of friend request a user can send in rails
I have a friendship model setup in my rails application and its working fine my model and controllers include,
user model
has_many :friends, :through => :friendships, :conditions => "status = ...
0
votes
0answers
19 views
Apache mod_security - exec command limitations
I am seeking few hours solution if is possible on Apache 2.2 with mod_security or something else allow exec() command in PHP only with some limitation commands or run only from specific folder on ...
0
votes
0answers
18 views
Limit uploaded files plupload
I try to make this code works, but without sucess.
I have to limit the uploaded files to 4 with plupload.
attachUploader.bind('FilesAdded', function(up, files) {
var i = up.files.length,
...
0
votes
1answer
23 views
Is a Heroku Java app able to access resources on external sites?
I've got a Java app that parses some XML located on external sites.
From what I can tell it seems that access to any external sites will be restricted by a firewall.
Firewalls are utilized to ...
0
votes
0answers
19 views
Paypal IPN and Hosting Quirks? Need info on fixes
I've released a Wordpress package which includes use of the PayPal IPN to allow downloadable products to go through.
Some people seem to have host-specific limitations where, it seems, paypal's IPN ...
0
votes
0answers
20 views
form restriction on accordion
Hey guys i am trying to make a form using accordion as headers and checkboxes inside each submenu.
I need the user to not be able to click any checkboxes on section 2 if he is notond in it.
The ...
8
votes
3answers
417 views
Limit (Restrict) app installations per account (detemined by unique devices) in Android
I have published an Android app.
Problem is, if someone buys my app, he can install it on several devices using the same account.
Can I limit the installation to a few (let's say 2) unique devices ...
0
votes
0answers
77 views
Is there a limit to wordpress shortcodes content variable?
I was wondering if there are any limits to $content paramenter in the add_shortcode() callback function.
My shortcode stops working whenever the inner content is loger than 99980 bytes.
I'm using a ...
1
vote
3answers
65 views
rebol times out when downloading in rapid succession
I have spent hours trying to figure this out, and it seems Rebol just can't do it. Here is a program that downloads all the images from a web page. It was great seeing I could write it in much fewer ...
0
votes
1answer
130 views
How do i shorten the data-text appear in my post for my website
I am trying to adjust the character display of a post in my website, but no matter how I change the codes. it either cuts off to 1 word or have an error. please help on this, what should i do?
Here ...
-6
votes
1answer
111 views
Limitation on number of items in c() function in R [closed]
There seems to be a limit to number of items that can be included in c() function in R (100 items).
Is there any way to evade this limitation?
Thanks in advance.
0
votes
1answer
46 views
Does As2 compiler has limitations on number of lines of code?
I writing a AS2 code to develop a certain application.
when my code exceeds 2352 lines, the swf doesnt compile, also it does not give me any error. I have checked for any syntax errors, but there are ...
0
votes
1answer
711 views
Send customized messages to all Facebook friends
Like the video we made in 2010, we are again doing this year a Happy New Year video that contains the name of all our Facebook and non-Facebook friends.
In 2010 we had a custom application that used ...
0
votes
1answer
76 views
WinRT handling more than 5 touch simultaneous touch inputs
How can more than five touch inputs be handled simultaneously on Windows Store Apps using C# and XAML?
Different approaches have been tried, including this from MS: ...
0
votes
1answer
117 views
Estimating possible # of actors in Scala
How can I estimate the number of actors that a Scala program can handle?
For context, I'm contemplating what is essentially a neural net that will be creating and forgetting cells at a high rate. ...
-1
votes
1answer
135 views
Google Maps API for Business limitations
Trying to figure out the limitations of the Google Maps API for Business.
It appears that usage limit is 100K loads/day per one Business account (here). A business account can include a number of ...
6
votes
1answer
265 views
Bash Number Limit?
I asked a question earlier that involved pulling large primes from a text file and putting them into another file. It was supposed to grab every prime up to and including the first prime after 2^32, ...
0
votes
0answers
61 views
OpenDocument Spreadsheet Limits
I have a component that has an excel-like object model and can export data to several format, such as xls, xlsx, ods, xps etc. I am making some changes to that export and I need to know the limits of ...
2
votes
2answers
250 views
How Do I Code Large Static Byte Arrays In Java?
I'm writing a code generator that is replaying events recorded during a packet capture.
The JVM is pretty limited - it turns out. Methods can't be >64KB in size. So I added all kinds of trickery to ...
1
vote
0answers
176 views
API requests limits account blocked
We developed a FB app that gathers all user friends un a list, then the user select his friends from the list and we post a message to the selected friends walls.
Obviously there was a problem with ...
1
vote
1answer
101 views
String size limitation on WebBrowserTask.URL in Windows Phone
I'm trying to call a web service from my app but for some reason it cuts the string short that I pass to WebBrowserTask.URL... So I don't know if there's some sort of string limitation on it?
...
0
votes
1answer
179 views
Alfresco Share Customization Limitations
We have chosen Alfresco for our project because Alfresco meets most of the functional requirements we need.
Share is a great app, nevertheless it has too much functionality for our scenario, much ...
1
vote
1answer
179 views
Facebook Requests Dialog: Too many recepients
Hello I'm having problem while sending invitations to my application with the Requests Dialog.
API Error Code: 100
API Error Description: Invalid parameter
Error Message: Too many recipients.
I know ...
0
votes
1answer
91 views
System dependent limitations for code
With the function:
int five(int n)
{
if ((n%5)==0)
return 1;
else
return 0;
}
Why are the limitations of this positive numbers only even if there is no remainder?
2
votes
2answers
253 views
Integers of unlimited size?
In Python, I can write a program to calculate integers of unlimited size. Just the other day I did the one millionth fibonacci number, and it was so large It was unable to fit in the console. If this ...
0
votes
1answer
94 views
WCF limitations for concurrent users
I am wondering if is there any user limit in numbers. I mean is there any upper limit for users that can use the WCF service concurrently other than memory limitations? I made a little research but ...
10
votes
3answers
180 views
Java Generics limitations or wrong usage?
I have a class representing a pair of two values of the same type (type which can be any of a specific set of types ):
public class Pair<E extends AClass>{
private E var1;
...
1
vote
0answers
157 views
What are the limitations of Opensource ehcache? [closed]
I am looking for terracotta ehcache,
I want to know the limitations of opensource distributed ehcache.
Does opensource distributed ehcache version has any limitations on number of Terracotta servers ...
3
votes
1answer
500 views
What are named pipes (net.pipe) limitations?
I have a program that run in a loop, each iteration runs in a different thread and I'm creating new process that open new service host:
ServiceHost _host = new ServiceHost(_service, new ...
14
votes
4answers
2k views
What is the maximum reference count in std::shared_ptr? What happens if you try to exceed it?
If we assume that std::shared_ptr stores a reference count (which I realize the standard does not require, but I am unaware of any implementations that don't), that reference count has a limited ...
6
votes
2answers
121 views
Is there a limit to the amount of arguments I can pass to a method?
I am just wondering if there is a limit to the amount of arguments I can pass to a method in Objective-C using the following style:
- (void)example:(int)i forTime:(int)i forDate:(NSDate *)date etc ...
0
votes
0answers
90 views
What would you change in C# specs to reduce boilerplate code and overcome current limitations? [closed]
As probably many of you every now and then I come across a limitation of C# which stops me from doing something effectively and in elegant way. Some problems can be resolved by fine-tuning (or ...
2
votes
1answer
138 views
Max number Activities support in android?
I created an application with tab and many number of activities and child activities.But am getting an StackoverFlow error.Its because more number of layers of activity remaining in the stack.Now am ...
0
votes
2answers
75 views
Limitations of an old version of iPhone SDK
I have a mac with OSX version 10.5.6 and I'm wondering about the limits of developing iPhone apps with it.
Since I need to install an old SDK, will the apps I make still be possible to use on new ...
0
votes
3answers
84 views
How to limit access to class function from main function?
How to limit access to class function from main function?
Here my code.
class Bar
{
public: void doSomething(){}
};
class Foo
{
public: Bar bar;
//Only this scope that bar object was declared(In ...
2
votes
1answer
326 views
Does the limit on the maximum number of SQL join tables apply to the whole query, or are subqueries counted separately?
I have read about the 61 table join limit in MySQL 5, but I'm not sure how it would apply to the folllowing:
SELECT * FROM (
SELECT * FROM tableA JOIN // Lots of other joins here...
UNION
...
1
vote
1answer
333 views
OLEDB Jet 4.0 SQL Character Limit
I am attempting to generate lines for an SDF (Space Delimited File). I am creating these lines from a DBASE IV DBF file using an OLEDB adapter with extended properties DBASEIV to get at the data. My ...
2
votes
2answers
103 views
Best way to restrict program for one day
I have the program and I need to restrict it. But I don't know what way the best. When I run the program I ask for registration key and username. Then take username+somestring+DateTime.Now. Convert it ...
1
vote
1answer
411 views
Matlab large matrix multiplication limit
I'm trying to run the following code below, but Matlab freezes when my matrix gets beyond 10,000 columns. What can I do to fix this?
X = load('iris.mtx');
[n,d] = size(X);
%X=14000x128 double
%form ...
0
votes
2answers
176 views
using WebGL instead of desktop OpenGL
I have to make a basic Computer Graphics Assignment in which I have to display a basic model on the screen and give the user controls to move the position/orientation of the components of the model. I ...
0
votes
1answer
135 views
How to send large request to MySQL From VBA
I'm using ADODB in VBA to send request to my MySQL server.
conn.Open
conn.Execute Command
conn.Close
It works fine for small requests, but when Command's size is bigger than 255 characters, it is ...
0
votes
1answer
54 views
Put users certain restrictions
I'm trying to figure out how to implement a system that will restrict users in doing certain operations when limit is reached. For example, assuming we have a free and premium account lets say a free ...
1
vote
1answer
204 views
Is there a limit to the amount of data that can be held in a SpreadsheetGear WorkbookView?
I have an application that takes a table of data from Excel, and imports it into my embedded SpreadsheetGear.WorkbookView. I am aware of the limitations to the size of a worksheet in Excel, but I was ...
0
votes
1answer
259 views
Is there a limit on the length of the needle in the PHP strpos function?
My questions are simple:
Is there a limitation as to what the length of a strpos needle can be?
If so, is there a way to get around it?
It seems like my longer needles don't trigger a position ...
2
votes
2answers
49 views
Method use limitations
I was wondering if there is a way to stop one class from using a method but let another use the method depending on what they extend.
Lets say class1 implements Plugin and class2 implements Mod, is ...
0
votes
0answers
77 views
“Duplicate” and “Limit” problems in posting the feeds onto Facebook from iOS application
I just want a app like Status Shuffle.
While testing this app, I found that I can post the multiple same messages and unlimited messages onto facebook without any error.
However, while posing the ...
0
votes
0answers
329 views
Google docs viewer limitations
One of the projects we are currently developing is in great need of a document-to-picture converter service. We found google docs viewer to be an awesome tool for this task, but also we are concerned ...
0
votes
0answers
34 views
If any, what is the limit of a reference point in Flash CS3?
I have been studying some mechanics of Flash and have done some research on its limitation in all aspects.
For example, a BitmapData object can only have 2880x2880 pixels. A MovieClip object cannot ...
0
votes
1answer
197 views
Limit for iOS Sync: iOS app Crashes when Syncing reaches over 200 MB
Is there a limit on the amount of data a single web service can transfer to a native iPad app? My developer is building an iPad app that connects to Sharepoint via a Restful Webservice. When we ...




