Moozonian
Web Images Developer News Books Maps Shopping Moo-AI
Showing results for Value
StackOverflow https://stackoverflow.com/questions/237104/how-do-i-check-if-an-array-includes-a-value-in-javascript

How do I check if an array includes a value in JavaScript?

Tags: javascript, arrays, algorithm, time-complexity, javascript-objects
GitHub Repo https://github.com/kanyun-inc/YTKKeyValueStore

kanyun-inc/YTKKeyValueStore

A simple Key-Value storage tool, using Sqlite as backend.
StackOverflow https://stackoverflow.com/questions/38987/how-do-i-merge-two-dictionaries-in-a-single-expression-in-python

How do I merge two dictionaries in a single expression in Python?

Tags: python, dictionary, merge
GitHub Repo https://github.com/spatie/data-transfer-object

spatie/data-transfer-object

Data transfer objects with batteries included
StackOverflow https://stackoverflow.com/questions/522563/how-can-i-access-the-index-value-in-a-for-loop

How can I access the index value in a 'for' loop?

Tags: python, loops, list
StackOverflow https://stackoverflow.com/questions/613183/how-do-i-sort-a-dictionary-by-value

How do I sort a dictionary by value?

Tags: python, sorting, dictionary
GitHub Repo https://github.com/google/leveldb

google/leveldb

LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
GitHub Repo https://github.com/sym233/core-values-encoder

sym233/core-values-encoder

Translating text to core values and back
StackOverflow https://stackoverflow.com/questions/1129216/sort-array-of-objects-by-string-property-value

Sort array of objects by string property value

Tags: javascript, arrays, sorting, comparison, array-of-dict
GitHub Repo https://github.com/boltdb/bolt

boltdb/bolt

An embedded key/value database for Go.
StackOverflow https://stackoverflow.com/questions/14220321/how-do-i-return-the-response-from-an-asynchronous-call

How do I return the response from an asynchronous call?

Tags: javascript, ajax, asynchronous
StackOverflow https://stackoverflow.com/questions/750486/how-to-ensure-closures-created-in-a-loop-capture-the-value-of-the-loop-variable

How to ensure closures created in a loop capture the value of the loop variable from their particular iteration?

Tags: javascript, loops, closures
GitHub Repo https://github.com/mcintyre321/ValueOf

mcintyre321/ValueOf

Deal with Primitive Obsession - define ValueObjects in a single line (of C#).
GitHub Repo https://github.com/8values/8values.github.io

8values/8values.github.io

The 8values political quiz
GitHub Repo https://github.com/dgraph-io/badger

dgraph-io/badger

Fast key-value DB in Go.
StackOverflow https://stackoverflow.com/questions/92082/how-to-add-a-column-with-a-default-value-to-an-existing-table-in-sql-server

How to add a column with a default value to an existing table in SQL Server?

Tags: sql, sql-server, sql-server-2005, sql-server-2000
StackOverflow https://stackoverflow.com/questions/5767325/how-can-i-remove-a-specific-item-from-an-array-in-javascript

How can I remove a specific item from an array in JavaScript?

Tags: javascript, arrays
GitHub Repo https://github.com/ValueCell-ai/valuecell

ValueCell-ai/valuecell

ValueCell is a community-driven, multi-agent platform for financial applications.
GitHub Repo https://github.com/VincentTatan/ValueInvesting

VincentTatan/ValueInvesting

For value investing dashboard
StackOverflow https://stackoverflow.com/questions/40480/is-java-pass-by-reference-or-pass-by-value

Is Java "pass-by-reference" or "pass-by-value"?

Tags: java, methods, parameter-passing, pass-by-reference, pass-by-value