awesome-virtual-try-on
A curated list of awesome research papers, projects, code, dataset, workshops etc. related to virtual try-on.
ansible-collection-toolkit
This Ansible collection provides production-ready Ansible roles used for providing services used in research and by research software engineers, but not exclusively.
@stdlib/array-base-assert-is-accessor-array
Test if an array-like object supports the accessor (get/set) protocol.
@stdlib/utils-async-some-by-right
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.
@stdlib/utils-async-any-by-right
Test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.
@stdlib/utils-async-for-each
Invoke a function once for each element in a collection.
@stdlib/utils-async-for-each-right
Invoke a function once for each element in a collection, iterating from right to left.
@stdlib/utils-async-some-by
Test whether a collection contains `n` elements which pass a test implemented by a predicate function.
@stdlib/utils-async-any-by
Test whether at least one element in a collection passes a test implemented by a predicate function.
@stdlib/utils-async-reduce
Apply a function against an accumulator and each element in a collection and return the accumulated result.
@stdlib/utils-async-inmap-right
Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.
@stdlib/utils-async-every-by-right
Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.
@stdlib/utils-inmap
Invoke a function for each element in a collection and update the collection in-place.
@stdlib/utils-async-inmap
Invoke a function for each element in a collection and update the collection in-place.
@stdlib/utils-reduce
Apply a function against an accumulator and each element in a collection and return the accumulated result.
@stdlib/utils-async-every-by
Test whether all elements in a collection pass a test implemented by a predicate function.
@stdlib/utils-async-none-by-right
Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.
@stdlib/assert-is-accessor-array
Test if a value is an array-like object supporting the accessor (get/set) protocol.
@stdlib/utils-async-none-by
Test whether all elements in a collection fail a test implemented by a predicate function.
@stdlib/utils-some-by
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function.
@stdlib/utils-inmap-right
Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.
@stdlib/utils-while-each-right
While a test condition is true, invoke a function for each element in a collection, iterating from right to left.
@stdlib/utils-none-by
Test whether all elements in a collection fail a test implemented by a predicate function.
@stdlib/utils-key-by-right
Convert a collection to an object whose keys are determined by a provided function and whose values are the collection values, iterating from right to left.
@stdlib/utils-any-by
Test whether at least one element in a collection passes a test implemented by a predicate function.
@stdlib/utils-any-by-right
Test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.
@stdlib/utils-reduce-right
Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.
@stdlib/utils-reduce2d
Reduce the number of dimensions by one of a two-dimensional nested array by applying a function against an accumulator and each element along the innermost dimension and returning the accumulation results as a one-dimensional array.
@stdlib/utils-until-each
Until a test condition is true, invoke a function for each element in a collection.
@stdlib/utils-none-by-right
Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.
utils-every-by-right
Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.
utils-do-while-each-right
While a test condition is true, invoke a function for each element in a collection, iterating from right to left.
project-aquarius
The landing page for Project Aquarius, an open community of marine biology software and digital works.
@stdlib/utils-key-by
Convert a collection to an object whose keys are determined by a provided function and whose values are the collection values.
@stdlib/utils-some
Test whether a collection contains at least `n` elements which are truthy.
@stdlib/utils-some-by-right
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.
utils-while-each
While a test condition is true, invoke a function for each element in a collection.
utils-for-each-right
Invoke a function for each element in a collection, iterating from right to left.
utils-until-each-right
Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.
utils-every-by
Test whether all elements in a collection pass a test implemented by a predicate function.
miranda
A modern Python utility library for climate data collection and management
https://github.com/aveek-saha/github-profile-badges
🛡 Clean badges for your GitHub Profile Readme
awesome-replicability-data
A curated list of publicly available datasets for replication studies.
seansaudiodb
The personal version of my audio collection database. Not intended for public use. See the other version that is intended for public use: https://github.com/seanpm2001/AudiBass_Manager
@stdlib/array-base-assert-is-complex128array
Test if a value is a Complex128Array.
object-some-in-by
Test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.
https://github.com/adalca/medical-datasets
tracking medical datasets, with a focus on medical imaging
helperUtils
Reusable javascript helper utility methods. <https://www.npmjs.com/package/@darcher/js-helpers>
seanslifearchive_extras_wikipedia
The curated and uncurated Wikipedia module for my life story project.
@stdlib/array-base-assert-is-complex-typed-array
Test if a value is a complex typed array.
mobile_data_acquisition
Data collection and real-time streaming application for Android and IOS systems using MIT App Inventor.
@stdlib/array-base-assert-is-complex64array
Test if a value is a Complex64Array.
array-base-without
Return a new array containing every element from an input array, except for the element at a specified index.
linuxshss
Collection of utility scripts for Linux, designed to simplify and automate a variety of tasks
utils-some-in-by
Test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.