recursive
There are 606 repositories under recursive topic.
mahmoud/boltons
🔩 Like builtins, but boltons. 250+ constructs, recipes, and snippets which extend (and rely on nothing but) the Python standard library. Nothing like Michael Bolton.
seperman/deepdiff
DeepDiff: Deep Difference and search of any Python object/data. DeepHash: Hash of any object based on its contents. Delta: Use deltas to reconstruct objects by adding deltas together.
radovskyb/watcher
watcher is a Go package for watching for files or directory changes without using filesystem events.
otiai10/copy
Go copy directory recursively
erdewit/nest_asyncio
Patch asyncio to allow nested event loops
C-Sto/recursebuster
rapid content discovery tool for recursively querying webservers, handy in pentesting and web application assessments
p-ranav/hypergrep
Recursively search directories for a regex pattern
vittorioromeo/scelta
(experimental) Syntactic sugar for variant and optional types.
mtownsend5512/array-redactor
A PHP package to redact array values by their keys.
muyids/leetcode
leetcode, algorithm, datastruct
voodoocreation/ts-deepmerge
A TypeScript deep merge function with automatically inferred types.
jonschlinkert/merge-deep
Recursively merge values in a JavaScript object.
jonschlinkert/mixin-deep
Deeply mix the properties of objects into the first object, while also mixing-in child objects.
jhildenbiddle/mergician
Uniquely flexible and light-weight utility for cloning and deep (recursive) merging of JavaScript objects. Supports descriptor values, accessor functions, and custom prototypes. Provides advanced options for customizing the clone/merge process.
aroemers/rmap
Clojure library for defining recursive maps; literally, programmatically and with pure data.
ZiadJ/knockoutjs-reactor
Recursively tracks changes within a view model no matter how deeply nested the observables are or whether they are nested within dynamically created array elements.
TwinkleguptaCLS/DSA--GeeksForGeeks
DSA course solutions in C++ Jump to below directly for more problems
kaushikgopal/henry-hugo
Henry: Hugo theme meant for a gorgeous reading experience and packed with features
WebReflection/cloner
Cloning ES5+ objects in a shallow or deep way
airesvsg/acf-to-rest-api-recursive
Get ACF fields recursively
canberkakcali/gomoku-ai-minimax
Artificial Intelligence for the game Go-Moku using the Minimax Algorithm with Alpha-Beta Pruning
folder/readdir
Recursively read a directory, blazing fast. Use with picomatch or micromatch to match globs.
VITA-Group/Focus-Longer-to-See-Better
[CVPRW 2020] Focus Longer to See Better:Recursively Refined Attention for Fine-Grained Image Classification
CSKrishna/Tree_LSTMs-for-Aspect-based-Sentiment-Analysis
Tree Structured LSTM model for sentence level aspect based sentiment analysis
juancarlospaco/faster-than-walk
Faster recursive directory walk on Python 3
julian-heng/cbr2pdf
cbr2pdf.sh: A bash script to convert all .cbr and .cbz files recursively with parallel support
neXenio/panoptes
cross-platform file watcher library for C++17 using std::filesystem and native interfaces
akyoto/mgit
:ocean: Manage multiple git repositories.
lbrayner/vim-rzip
Extends zip.vim to browse and write nested zip files
xyproto/recwatch
:loop: Watch filesystem changes recursively
javierbyte/droste-creator
Create recursive images with the droste effect.
lihroff/deeplyAssign
A deeply copy the values of all enumerable own properties and symbol properties from one or more source objects to a target object. It will return the target object. Written in TypeScript
polydojo/dotsi
Dot-accessible, update-aware Python dicts (& lists). Works recursively, like a charm.
SirwanAfifi/tw-tr
React Tree View Component built on top of TailwindCSS/TypeScript/Context API
asheroto/BlockFolderWindowsFirewall
Block all EXEs in a specified folder in Windows Firewall.
fabiospampinato/tiny-readdir-glob
A simple promisified recursive readdir function, with support for globs.