total
There are 168 repositories under total topic.
aravindnc/mongoose-paginate-v2
A custom pagination library for Mongoose with customizable labels.
aravindnc/mongoose-aggregate-paginate-v2
A page based custom aggregate pagination library for Mongoose with customizable labels.
AlexanderPro/Wlx2Explorer
Wlx2Explorer is an application which allows to use Total Commander lister plugins from Windows Explorer.
McGuten/5DimsFactorioMods
5Dim's Factorio mods
bogdanRada/ruby-gem-downloads-badge
Clean and simple gem downloads count badge, courtesy of http://shields.io/. You can checkout the application directly at the following URL:
mr-phazer/RME_Release
Various Releases of RMEditor. These are not the finished version, but they work and have the newest stuff (file with highest version + build number)
ToWelie89/TotalRisk
This is a Javascript-implementation of the boardgame known as Risk
jonathanknowles/monoidmap
Monoidal map type with support for semigroup and monoid subclasses.
McGuten/Factorio5DimMods
5Dim's mods repository
zxdavb/evohome-async
An asyncio Python client to access the Evohome web service
DeepthiTabithaBennet/C_Strings
A collection of simple C Programs involving Strings.
sdasgup3/profiler-using-clang-based-ast-instrumentation
Clang based AST reformatting tool used for injecting instrumentation code in C/C++ programs. The goal is collecting profiles (run-times and execution frequencies) on C/C++ programs.
Mishanki/laravel-distincton-pagination
ORM multiple distinct() with pagination()
stdlib-js/blas-ext-base-dsnansumors
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
vandroogenbroeckmarc/triangulation
Comparitive study and source code of 18 triangulation algorithms (including our algorithm called "ToTal", which to date is the fastest)
Ma-Tao007/ssm_studentHotalManager
ssm非(maven)的宿舍管理系统项目框架:ssm+jsp等 本系统分为二种权限:1.超级管理员:学生管理,班级管理,班级学生管理,宿舍管理,宿舍人员管理,维修登记, 卫生管理(宿舍卫生以及学生卫生),访客管理,管理员管理2.普通管理员:在所有菜单的基础上少一个操作管理员的权限
stdlib-js/blas-ext-base-dapxsum
Adds a constant to each double-precision floating-point strided array element and computes the sum.
stdlib-js/blas-ext-base-dcusum
Calculate the cumulative sum of double-precision floating-point strided array elements.
stdlib-js/blas-ext-base-dnanasumors
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
stdlib-js/blas-ext-base-dnannsum
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values.
stdlib-js/blas-ext-base-dnansum
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values.
stdlib-js/blas-ext-base-sapxsumkbn
Add a constant to each single-precision floating-point strided array element and compute the sum using an improved Kahan–Babuška algorithm.
stdlib-js/blas-ext-base-scusum
Calculate the cumulative sum of single-precision floating-point strided array elements.
stdlib-js/blas-ext-base-scusumkbn
Calculate the cumulative sum of single-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.
stdlib-js/blas-ext-base-scusumpw
Calculate the cumulative sum of single-precision floating-point strided array elements using pairwise summation.
stdlib-js/blas-ext-base-sdsapxsum
Adds a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation.
stdlib-js/blas-ext-base-sdsnansum
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using extended accumulation.
stdlib-js/blas-ext-base-sdsnansumpw
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using pairwise summation with extended accumulation.
stdlib-js/blas-ext-base-sdssum
Calculate the sum of single-precision floating-point strided array elements using extended accumulation.
stdlib-js/blas-ext-base-sdssumpw
Calculate the sum of single-precision floating-point strided array elements using pairwise summation with extended accumulation.
stdlib-js/blas-ext-base-snansum
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values.
stdlib-js/blas-ext-base-snansumpw
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using pairwise summation.
stdlib-js/blas-ext-base-ssum
Calculate the sum of single-precision floating-point strided array elements.
stdlib-js/blas-ext-base-ssumkbn2
Calculate the sum of single-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.