Projects in Awesome Lists tagged with values
A curated list of projects in awesome lists tagged with values .
https://github.com/benbrignell/principles.design
An open source collection of design principles and methods.
design design-principles process product-design user-experience values
Last synced: 16 May 2025
https://github.com/roberthein/Observable
The easiest way to observe values in Swift.
carthage cocoapods easy functional generic generics libraries library observable observe observer programming reactive swift swift-5 swift5 value values
Last synced: 06 Aug 2025
https://github.com/roberthein/observable
The easiest way to observe values in Swift.
carthage cocoapods easy functional generic generics libraries library observable observe observer programming reactive swift swift-5 swift5 value values
Last synced: 05 Apr 2025
https://github.com/jonschlinkert/merge-deep
Recursively merge values in a JavaScript object.
assign deep extend javascript jonschlinkert merge mixin node nodejs objects properties recursive values
Last synced: 04 Apr 2025
https://github.com/es-shims/object.values
ES2017 spec-compliant shim for Object.values
ecmascript javascript object polyfill shim values
Last synced: 04 Apr 2025
https://github.com/es-shims/Object.values
ES2017 spec-compliant shim for Object.values
ecmascript javascript object polyfill shim values
Last synced: 11 May 2025
https://github.com/shellscape/postcss-values-parser
A CSS property value parser for PostCSS
css cssnext lesshint parse postcss postcss-values-parser values
Last synced: 15 May 2025
https://github.com/es-shims/Object.entries
ES2017 spec-compliant shim for Object.entries
ecmascript entries javascript keys object polyfill shim values
Last synced: 11 May 2025
https://github.com/es-shims/object.entries
ES2017 spec-compliant shim for Object.entries
ecmascript entries javascript keys object polyfill shim values
Last synced: 05 Apr 2025
https://github.com/jonschlinkert/arr-diff
Returns an array with only the unique values from all given arrays using strict equality for comparisons.
arr array diff difference elements javascript nodejs unique util utility values
Last synced: 05 Apr 2025
https://github.com/audienseco/engineering-principles
Guiding principles that serve as a blueprint for decision-making when developing and designing products at Audiense
culture devops extreme-programming principles principles-of-engineering product-development software-crafters values
Last synced: 31 Jan 2026
https://github.com/hydeenoble/helm-subenv
This Helm plugin allows you to substitute the environment variables specified in your helm values file with their respective values in the environment from within a CICD pipeline.
env environment-variables helm helm-plugin helm-plugins substitute values
Last synced: 17 Jul 2025
https://github.com/jonschlinkert/collection-map
Returns an array of mapped values from an array or object.
collection iterator keys map object values
Last synced: 05 Sep 2025
https://github.com/posener/fcontext
Go Context with (pseudo) constant access-time
context go golang performance values
Last synced: 19 Oct 2025
https://github.com/theoryofnekomata/formxtra
Extract and set form values through the DOM—no frameworks required!
form forms javascript utility values
Last synced: 03 May 2025
https://github.com/viktor-maksimov/array-of-objects-functions
Useful functions to use with array of objects.
array array-of-objects es6 find javascript objects remove typescript unique unique-values values
Last synced: 16 Jun 2025
https://github.com/aichbauer/node-convert-csv-to-array
Convert a csv formatted string to an array
array converter csv csv-converter list nodejs values
Last synced: 12 Aug 2025
https://github.com/ryanve/ssv
Space Separated Values. JavaScript library for spaced data. Fun and fast for classnames and beyond :two_hearts:
blink-182 classes classlist classname classnames css-classes data fleek javascript library opensource set-theory spaced spaces ssv strings values
Last synced: 10 Apr 2025
https://github.com/shihyuho/helm-values
Helm plugin to merge one or more YAML files of values
helm helm-plugin kubernetes values
Last synced: 12 Mar 2025
https://github.com/jonschlinkert/sort-by-value
Sort an array of objects by property value.
array javascript keys nodejs object properties sort values
Last synced: 13 Mar 2025
https://github.com/jonschlinkert/resolve-value
Deeply resolve promises in a value, including all properties of an object.
all array async await function hydrate javascript jonschlinkert node nodejs object promise properties resolve value values
Last synced: 13 Mar 2025
https://github.com/vweevers/keyspace
Get keys and values based on a probability distribution and seed.
benchmarking key-value-store keys level nodejs random values zipfian
Last synced: 03 Jan 2026
https://github.com/daninet/n-set
Allows to put arrays into sets. Works similarly like ES6 Sets.
es6 javascript multiple pairs set sets tuple tuples values
Last synced: 07 Oct 2025
https://github.com/gagniuc/diabetes-prediction-2.0
Diabetes prediction V2.0 -This VB6 application takes glycemic values and tries to predict the future state of the patient. First, it converts a sequence of numbers into states. The states are arranged in a transition matrix and the transition probabilities are calculated for each element. The transition matrix is further used for a predictions.
chains diabetes glycemic markov model prediabetes prediction values vb6 vu-meter
Last synced: 04 Mar 2025
https://github.com/arve0/deep-reduce
reduce objects deeply, call reducer for every nested value in object tree
array deeply-nested nested-values object reduce values
Last synced: 20 Oct 2025
https://github.com/yellow-ticket/seed-json-schema
Seed a JSON Schema with random values.
generate json-schema random seed values
Last synced: 30 Oct 2025
https://github.com/soul-wish/grunt-json-cleanup
A Grunt plugin for removing empty strings from JSON files
clean cleaner cleanup empty grunt grunt-plugin grunt-plugins grunt-task json jsonfile lines remove values
Last synced: 05 Jul 2025
https://github.com/waynechang65/pokeiv
pokeiv is a module that can be used to calculate IVs(Individual values) of Pokémons.(After the 3rd Generation supported, especially 8th gen sword and shield)
individual iv javascript nodejs pokemon values
Last synced: 28 Mar 2025
https://github.com/jaid/array-to-object-keys
Converts an array to an object where the keys are the array entries and the values are customizable in a function.
array array-manipulations array-map convert javascript-array javascript-object keys lang object utility values
Last synced: 10 Jan 2026
https://github.com/jednano/get
Type-safe get function returns a nested value from an object.
get key nested object path paths prop properties props typescript value values
Last synced: 04 Apr 2025
https://github.com/daninet/n-dimensional-map
Allows to put arrays into maps. Works similarly like ES6 Maps.
es6 javascript map multiple pairs tuple tuples values
Last synced: 05 Sep 2025
https://github.com/es-shims/array.prototype.values
An ES2015 spec-compliant `Array.prototype.values` shim/polyfill/replacement that works as far down as ES3.
array ecmascript javascript polyfill shim values
Last synced: 18 Oct 2025
https://github.com/gagniuc/diabetes-prediction-1.0
Diabetes prediction V1.0 uses the Markov Chains method. First, this VB6 application converts a sequence of numbers into states. The states are arranged in a transition matrix and the transition probabilities are calculated for each element. Next, the transition matrix is further used for a prediction in a Markov chain.
diabetes glicemic machine-learning markov-chain markov-model prediction states values vb6
Last synced: 01 Feb 2026
https://github.com/rse/true-manifesto
Manifesto for TRUE Software Engineering
engineering manifesto properties rationale software statement true values
Last synced: 03 Jan 2026
https://github.com/gujarats/csv-reader
read csv files concurrently and find values which exist on all files.
csv-files csv-reader go golang search values
Last synced: 21 Aug 2025
https://github.com/citizenweb3/.github
Who, what and why
citizenweb3 community decentralization explorer infrastructure podcast validator values web3
Last synced: 11 Mar 2025
https://github.com/arshadkazmi42/strmat
Node plugin for string formatting like python
dynamic dynamic-string-values formatter nodejs python-string string values
Last synced: 14 Aug 2025
https://github.com/thedvlprs/json_parse
:tada: JavaScript JSON.parse Tutorial
arrays javascript json-parse reviver-function stringify values
Last synced: 26 Mar 2025
https://github.com/stdlib-js/utils-object-inverse-by
Invert an object, such that keys become values and values become keys, according to a transform function.
convert inverse inverseby invert invertby javascript keys node node-js nodejs obj object object-like stdlib transform util utilities utility utils values
Last synced: 10 Apr 2025
https://github.com/dword-design/fp.macro
A zero-runtime functional programming babel macro.
array build-time collection curry currying filter flatmap flatten fp functional-programming join lodash map mapvalues object ramda reduce sort values zero-runtime-overhead
Last synced: 16 Mar 2025
https://github.com/sderosiaux/my-values
A personal manifesto sharing core values for meaningful collaboration and relationships
collaboration manifesto personal-values principles values
Last synced: 29 Oct 2025
https://github.com/kartmaan/plotly-intervals
Group values from a Pandas Series according to given intervals and represent them graphically with Plotly
bar-chart grouping grouping-plots intervals intervals-chart numpy numpy-arrays orca pandas pandas-series percentile pie-chart plot plotly plotting values
Last synced: 17 Mar 2025
https://github.com/brylie/principled-architecture
Principles for developing sustainable software and community.
community decisions development efficiency principles values
Last synced: 19 Jan 2026
https://github.com/mohahmadraza/dsa-cpp
This is repo for those who are doing DSA in CPP. I added all the problems, which every university comes with when they arrange a DSA course for students.
algorithms algorithms-and-data-structures and arrays dictionaries dsa graphs hashing heap keys linkedlists lists pairs priority-queues queus recurrision stack trees values
Last synced: 12 Oct 2025
https://github.com/ryanwhitman/php-values
A tool for creating immutable value objects in PHP.
php sanitation validation values
Last synced: 20 Jan 2026
https://github.com/afeiship/next-values
Object values enhanced version.
es5 es6 keys lang next object object-values values
Last synced: 12 Sep 2025
https://github.com/mariano-tp/helm-chart-skeleton
Skeleton de Helm Chart listo para CI en GitHub Actions (lint + template + empaquetado en releases)
ci deployment devops github-actions helm helm-charts helm-starter ingress k8s kubernetes service values
Last synced: 25 Sep 2025
https://github.com/aygp-dr/values-compass
Tools for exploring and analyzing Anthropic's Values-in-the-Wild dataset for AI ethics research
ai-ethics anthropic-claude data-analysis nlp values
Last synced: 15 May 2025
https://github.com/jaronimas-codes/wvs_viz_app
datavisualization dataviz streamlit survey trends values world wvs
Last synced: 15 Mar 2025
https://github.com/coolaj86/readme.md
My values & other things to know as we work together.
Last synced: 15 Oct 2025
https://github.com/mehrajlatifli/academy-mssql-sample
Basics of Interaction with MSSQL Server
check dbo default insert-into not-null nvarchar primary-key select sql unique values
Last synced: 08 Feb 2026
https://github.com/evgeniy-dammer/simplevaluesgrpc
Simple Values with gRPC in Go Microservices
go golang grpc microservice simple values
Last synced: 03 Aug 2025
https://github.com/gamell/krazyglue-way
The way we work in our team
culture delivery leadership teams values
Last synced: 04 Mar 2025