Top "Max" questions

Maximum value.

Maximum length of a domain name without the http://www. & .com parts

What is the maximum length of the 'name' part in a domain? I'm referring to the google in http://www.…

url dns max
Windows Username maximum length

What is the maximum length of a Windows domain + username? That is, what is the legal limit for a domain/…

windows username max
PostgreSQL MAX and GROUP BY

I have a table with id, year and count. I want to get the MAX(count) for each id and …

sql postgresql group-by max greatest-n-per-group
TensorFlow: Max of a tensor along an axis

My question is in two connected parts: How do I calculate the max along a certain axis of a tensor? …

python tensorflow deep-learning max tensor
Postgresql turn null into zero

Possible Duplicate: SELECT max(x) is returning null; how can I make it return 0? When I execute select max(column) …

sql postgresql null max
Pandas max value index

I have a Pandas DataFrame with a mix of screen names, tweets, fav's etc. I want find the max value …

python pandas twitter indexing max
How to refresh a jQuery UI Slider after setting min or max values?

I have a ui.slider and change it's min and max values on runtime. But these changes only get reflected …

jquery jquery-ui slider max min
C# - Calculate min date / max date from a List

I have a List which contains Dates : List<string> StringDates; [0]: "04.03.2010" [1]: "09.03.2010" [2]: "11.03.2010" [3]: "12.03.2010" [4]: "16.03.2010" [5]: "18.03.2010" [6]: "19.03.2010" [7]: "23.03.2010" [8]: "25.03.2010" [9]: "26.03.2010" Using C# what is the best/shortest way …

asp.net date find max min
hive sql find the latest record

the table is: create table test ( id string, name string, age string, modified string) data like this: id name age …

sql group-by hive max
Finding the Max value in a two dimensional Array

I'm trying to find an elegant way to find the max value in a two-dimensional array. for example for this …

python arrays list max iterable