241 skills found · Page 5 of 9
AraBlocks / Flat Tree.cA series of functions to map a binary tree to a list ported from flat-tree.
mikecann / Mst Flow Pipehelper function for creating type-safe generators for mobx-state-tree
alextanhongpin / StringdistString metrics function in golang (levenshtein, damerau-levenshtein, jaro, jaro-winkler and additionally bk-tree) for autocorrect
GrammaTech / Functional TreesTree data structure supporting functional manipulation. Works closely with FSet.
eckon / Treesitter Current FunctionsQuickly search through and jump to function-like structures in the current neovim buffer
linsight / Tree Node UtilsA set of functions for accessing, searching, filtering data nodes in a tree data structure.
fabiospampinato / IsThe definitive collection of is* functions for runtime type checking. Lodash-compatible, tree-shakable, with types.
VitorLuizC / Event EmitterEmit and listen events in any class, object or function without messing them extending classes. And you can declare it with Fluent Interfaces or tree-shakeable functions.
Pycorax / .NET Core HostWithHostFxr SampleThis is a sample Visual Studio project for a x86-64 Windows native C++ application that is able to call functions in a .NET 5.0 library written in C#. The code here is based off Microsoft's sample here: https://github.com/dotnet/samples/tree/main/core/hosting/HostWithHostFxr
bloomberg / Game TreesFunctions and proofs about game trees in Rocq, implemented as rose trees.
bendo01 / Phalcon TreeBehaviorTree Behavior for PhalconPHP your table must have field : - parent_id type bigint null - lft type bigint null - rght type bigint null your model must provice setter and getter variable method save this behavior on yourappName/models/Behavour/TreeBehavior.php use it on your model public function initialize() { $this->addBehavior(new TreeBehavior()); }
optimal-uoft / Empowering DTs Via Shape FunctionsEmpowering Decision Trees via Shape Function Branching
kelunik / Fqn CheckChecks source trees for not fully qualified function calls.
rstreppa / Valuation Callables HullWhiteValuation of Callable Bonds with short rate Hull-White model using: binomial trees, PDE with Green functions etc.
nikhilkumarsingh / Recursion Tree PlotterA python decorator to generate a visual tree for recursive functions.
brucou / Functional Rose TreeA small (2Kb zipped minified) tree-shakeable functional library to manipulate generic rose (a.k.a multi-way) trees
wll745881210 / KDTPCFTwo-point correlation code using k-d tree method. Active developing; many more functions to be added.
pschroen / Rollup Plugin BundleutilsA set of functions commonly used after tree shaking
Banyc / MiniSQL满分实验:An independent, standalone, and functioning database management system (DBMS) supporting a subset of SQL. Cross-platform. Totally from the scratch. B+ Tree indexes.
QuentinWach / PyCodarUnderstand your Python codebase. 📡 Summarizes your directory in a single table. Displays the file structure of all the files, their functions, classes, and methods in a nicely colored tree. Shows a table of all the files with counts of the lines and much more.