Top "Min" questions

Minimum value.

How to set min and max character length in a textbox using javascript

If I have a text and I only want to allow the user enter text between 5 and 10 characters long, how …

string textbox character max min
MySQL: Select N rows, but with only unique values in one column

Given this data set: ID Name City Birthyear 1 Egon Spengler New York 1957 2 Mac Taylor New York 1955 3 Sarah Connor Los Angeles 1959 4 …

sql mysql unique aggregate-functions min
How do I get the MIN() of two fields in Postgres?

Let's say I have a table like this: name | score_a | score_b -----+---------+-------- Joe | 100 | 24 Sam | 96 | 438 Bob | 76 | 101 ... | ... | ... I'd …

sql postgresql min
Remove Max and Min values from python list of integers

I am not completely green to Python, but I am interested in learning/keeping good practices while I develop my …

python list max min
In List of Dicts, find min() value of a common Dict field

I have a list of dictionaries like so: [{'price': 99, 'barcode': '2342355'}, {'price': 88, 'barcode': '2345566'}] I want to find …

python list dictionary max min
Select min(date), max(date) and group by day from one column - SQL

I'm going nuts soon please help. I have one column containing datetime values. I need to find min and max …

sql sql-server max min
jquery: set min max input in option type number

I have this part of code <input type="number" min="2" max="10" step="2" id="contact" oninput="new_sum"> In …

jquery numbers max min
Fastest way to zero out low values in array?

So, lets say I have 100,000 float arrays with 100 elements each. I need the highest X number of values, BUT only …

python arrays floating-point max min
How to apply min and max on textarea?

Is there a way in HTML5 forms to add a min and max character to a textarea? It seems I …

html forms textarea character min
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