5
votes
8answers
10k views
Maximum Filename Length in NTFS (XP and Vista)?
Quick and simple question which I need the answer to.
I'm designing a database table which will hold filenames of uploaded files. What is the maximum length of a filename in NTFS; …
0
votes
1answer
12 views
How to calculate the number of characters(spaces are excluded) within a pair of tags in JQuery or Javascript?
How to calculate the characters(spaces are excluded) within a pair of tags in JQuery or Javascript? What function?
For example:
<pre id="mytext">This is the text. This …
1
vote
1answer
43 views
jquery json multidimensional array lengths
I'm using a jQuery ajax json call to retrieve a 3 dimensional PHP array into Javascript.
the PHP array looks like this:
$rate[0][1]['name'] = 'guff';
$rate[0][1]['value'] …
1
vote
2answers
108 views
How do I account for missing data when creating an Excel file in MATLAB?
I had posted a similar question related to plotting data, and now I'd like to know how to handle missing data when outputting data to an Excel file using the XLSWRITE function.
I …
1
vote
1answer
75 views
How do I plot vectors of different length on the same axes in MATLAB?
I am running into trouble trying to compare and plot two files of different length. In MATLAB I do not know how to plot two vectors of different length in the same x-axis. As one f …
1
vote
3answers
44 views
Reponse outputstream content length?
I am writing to output stream through various methods. How can I, before I close it, find out content length of the outputstream?
2
votes
3answers
94 views
Python tabstop-aware len() and padding functions
Python's len() and padding functions like string.ljust() are not tabstop-aware, i.e. they treat '\t' like any other single-width character, and don't round len up to the nearest mu …
4
votes
1answer
22 views
SQL Anywhere table length
Hi, how can I see the length of a table (in bytes) on SQL Anywhere? It's possible?
Thank you
0
votes
0answers
62 views
JSON Serialization error
I am getting a error message, when I am trying to get a webservice response as json to jquery,
"Error during serialization or deserialization using the JSON JavaScriptSerializer. …
0
votes
3answers
210 views
Rijndael Decryption error - Length of the data to decrypt is invalid
I am able to encrypt a zip file using rijndeal but when i decrypt I get an error that says "Length of the data to decrypt is invalid" Im getting the byte array to decrypt from a fi …
4
votes
4answers
323 views
C# - Count string length and replace each character with another
How can I count the number of characters within a string and create another string with the same number of characters but replace all of them with a single character such as "*"? …
0
votes
1answer
64 views
what are the maximum length of PHP variable/function/class name ?
Please if you know, make a response.
thanks
1
vote
6answers
126 views
How to find length of an element in a list?
I'm just starting with programming. I have a list of a few strings and now I need to print the biggest (in length) one.
So I first want to just print the lengths of elements. I was …
0
votes
3answers
283 views
MPMoviePlayerController movie length
Hi everyone,
The question is - how to get the movie length from MPMoviePlayerController object?
I need this to create a progress bar. I have the method [myPlayer currentTime] to …
12
votes
4answers
2k views
Maximum length of a valid email id
What is the maximum length of a valid email id
