maximum
There are 214 repositories under maximum topic.
jhildenbiddle/canvas-size
Determine the maximum area, height, width, and custom dimensions of an HTML canvas element.
eddiejibson/limitrr
Light NodeJS rate limiting and response delaying using Redis - including Express middleware.
DevNulPavel/osx_battery_charge_limit
Intel-only Macbook (OSX) limit maximum battery charge using SMC
jeroenterheerdt/HADailySensor
Sensor for Home Assistant that gets reset at midnight
srcclr/bughunt
A weekly challenge where we share some code and you find a bug in it.
nicrie/xmca
Maximum Covariance Analysis in Python
lemire/runningmaxmin
Fast maximum-minimum filters implemented in C++
GeoTIFF/geotiff-stats
Get Statistics from a Large GeoTIFF while Using a Low Amount of Memory
ehmicky/truncate-json
Truncate a JSON string.
derhuerst/hifo
Stores & sorts only the highest values.
stdlib-js/stats-incr-grubbs
Grubbs' test for outliers.
Gagniuc/World-smallest-js-chart-v2.0
Chart 2.0 is represented by a function that draws on a canvas object using consecutive numeric values. Version 2.0 of this compact chart takes into account both positive and negative values from the input. Thus, chart 2.0 uses a lower bound as well as an upper bound.
tiaanduplessis/one-rep-max
Calculate the maximum amount of force that can be generated in one maximal contraction
dbkaplun/find-extrema
Numerically compute the extrema of a given (analytic) function: minima, maxima, and points of inflection
DeepthiTabithaBennet/C_Arrays
A collection of simple C Programs involving Arrays.
Gagniuc/World-smallest-js-chart-v1.0
This js implementation may be the smallest source code for a useful chart to date (to my knowledge)! The World smallest chart plots only positive values, namely it takes values from zero up to an upper bound. The projects in this repository show two js charts and both use the HTML5 canvas object.
PARVATHY-VIJAYAN/bug-free-umbrella
Find the maximum and minimum values from an array of integers.
simizlab/atlas-guided-em-algorithm
Atlas guided em algorithm
BrianVianaC7/Balanced-tree-maximum-heap
Built a maximum heap program of a balanced tree, using recursion for the heap, both to added new elements to the tree and eliminate elements of the tree.
er-hiba/Matrix_Min_Max
It displays the minimum and maximum values for each row and column within a matrix filled by the user
stdlib-js/math-iter-special-ramp
Create an iterator which evaluates the ramp function for each iterated value.
stdlib-js/math-strided-special-dmskramp
Evaluate the ramp function for each element in a double-precision floating-point strided array according to a strided mask array.
stdlib-js/stats-base-smaxabs
Calculate the maximum absolute value of a single-precision floating-point strided array.
stdlib-js/stats-base-smskrange
Calculate the range of a single-precision floating-point strided array according to a mask.
stdlib-js/stats-base-snanmaxabs
Calculate the maximum absolute value of a single-precision floating-point strided array, ignoring NaN values.
stdlib-js/stats-base-snanmskrange
Calculate the range of a single-precision floating-point strided array according to a mask, ignoring NaN values.
stdlib-js/stats-base-snanrange
Calculate the range of a single-precision floating-point strided array, ignoring NaN values.
stdlib-js/stats-incr-mgrubbs
Moving Grubbs' test for outliers.
stdlib-js/stats-incr-minmaxabs
Compute minimum and maximum absolute values incrementally.
stdlib-js/stats-incr-mmaxabs
Compute a moving maximum absolute value incrementally.
stdlib-js/stats-incr-mminmaxabs
Compute moving minimum and maximum absolute values incrementally.
stdlib-js/stats-iter-cumax
Create an iterator which iteratively computes a cumulative maximum value.
stdlib-js/stats-iter-cumaxabs
Create an iterator which iteratively computes a cumulative maximum absolute value.
stdlib-js/stats-iter-mmaxabs
Create an iterator which iteratively computes a moving maximum absolute value.
stdlib-js/stats-iter-mmidrange
Create an iterator which iteratively computes a moving mid-range.
stdlib-js/strided-base-max-view-buffer-index
Return the maximum accessible index based on a set of provided strided array parameters.