#
any
Here are 67 public repositories matching this topic...
any lite - A C++17-like any, a type-safe container for single values of any type for C++98, C++11 and later in a single-file header-only library
-
Updated
Oct 10, 2021 - C++
Heroku Rclone Index Any Remote cloud drives to Index page
-
Updated
Feb 23, 2022 - Dockerfile
Decode [String: Any] for Codable
-
Updated
Jun 4, 2021 - Swift
Type: Refactoring
Indicates that a task is for refactoring/cleaning up existing code
Status: Accepted
Indicates that a request has been accepted (For "Issues" only)
Priority: Low
Low priority task (address at liesure)
Good First Issue
A good issue to start off with if contributing to this project
fast
template
cplusplus
cpp
function
inheritance
visitor
visitor-pattern
compile-time
any
multimethods
multiple-dispatch
acyclic
anyfunction
-
Updated
May 26, 2020 - C++
Variant data type for AssemblyScript
-
Updated
May 8, 2022 - TypeScript
Allow admins to see other player commands!
-
Updated
Oct 19, 2018 - SourcePawn
Two implementation of std::any for C++11 compilers
-
Updated
Sep 7, 2018 - C++
A simple module that provides functions to manipulate and search through Arrays, Collections, Lists, and Sets.
-
Updated
May 6, 2022 - PowerShell
List of Transpilers, TransCompilers, Decompilers, etc, source to source converter, & similar & related tools/apps
list
collection
decompiler
conversion
transpiler
transcoder
source-to-source
any
computer-language
transcompiler
source-converter
-
Updated
Nov 19, 2020 - CSS
MATLAB code snippet to convert any file to a Binary array of 0s and 1s AND convert the Binary array 0s and 1s back to the file. Basically, it is creating a copy of the file but you can add your own work in the middle.
-
Updated
Dec 13, 2021 - MATLAB
Test whether at least one element in a collection is truthy.
nodejs
javascript
utility
node
collection
utilities
test
utils
stdlib
util
validate
node-js
any
iterate
array-like
-
Updated
May 1, 2022 - Makefile
Test whether a collection contains `n` elements which pass a test implemented by a predicate function.
nodejs
javascript
utility
node
collection
utilities
async
asynchronous
test
utils
stdlib
util
node-js
all
any
every
some
predicate
iterate
array-like
-
Updated
May 1, 2022 - JavaScript
Test whether at least one element in a collection passes a test implemented by a predicate function.
nodejs
javascript
utility
node
collection
utilities
async
asynchronous
test
utils
stdlib
util
validate
node-js
any
predicate
iterate
array-like
-
Updated
May 1, 2022 - JavaScript
promise-polyfill
ie8
any
es6-promise
promises-aplus
finally
allsettled
promise-ponyfill
promise-like
promises-a
-
Updated
Dec 24, 2020 - JavaScript
Improve this page
Add a description, image, and links to the any topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the any topic, visit your repo's landing page and select "manage topics."
Checklist
Description
C++11 introduced
shared_ptr, which works withT[]types -- but only if the type is given a custom deleter. C++20 expanded this to supportshared_ptr<T[]>, and introduces an overload formake_sharedfor this.Backport should be updated to support thi