Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: traversal

busraozdemir0/TraversalProject

Traversal Rezervasyon Project with Asp.Net Core 5.0

Language: HTML - Size: 53.3 MB - Last synced: 2 days ago - Pushed: 2 days ago - Stars: 2 - Forks: 0

widmogrod/mkunion

Strongly typed union type in golang.

Language: Go - Size: 3.35 MB - Last synced: 5 days ago - Pushed: 6 days ago - Stars: 4 - Forks: 0

singchia/geminio

♊️ An application layer networking framework with rpc, bidirectional-rpc, multiplexer, raw-io and client-server consistency. 一个Go的应用层网络编程库,支持消息和确认、RPC、双向RPC、多路复用、多会话管理等

Language: Go - Size: 1.02 MB - Last synced: 5 days ago - Pushed: 5 days ago - Stars: 81 - Forks: 26

evolve75/RubyTree

A General Purpose Tree Data Structure for Ruby

Language: Ruby - Size: 1.05 MB - Last synced: 7 days ago - Pushed: 7 days ago - Stars: 362 - Forks: 91

sarsamurmu/estree-toolkit

Tools for working with ESTree AST

Language: TypeScript - Size: 1.6 MB - Last synced: 1 day ago - Pushed: 1 day ago - Stars: 46 - Forks: 1

erdogant/dicter

Python package with advanced dictionary functions. Traverse through nested dicts. Set and get multiple keys. Flattens dicts. Store and load in json and more!

Language: Python - Size: 4.18 MB - Last synced: 13 days ago - Pushed: 14 days ago - Stars: 3 - Forks: 0

Morebec/FileLocator

The FileLocator Component find files by their name using different strategies, such as recursive parent traversal, recursive (downward) traversal and at location

Language: PHP - Size: 17.6 KB - Last synced: 17 days ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

intra2net/avocado-i2n

Plugins for avocado extending avocado-vt with automated vm state setup, inheritance, and traversal

Language: Python - Size: 2.32 MB - Last synced: 16 days ago - Pushed: 17 days ago - Stars: 3 - Forks: 4

ravi688/BufferLib

BufferLib is a small library for managing memory buffers

Language: C - Size: 175 KB - Last synced: 18 days ago - Pushed: 19 days ago - Stars: 3 - Forks: 0

enzymejs/enzyme

JavaScript Testing utilities for React

Language: JavaScript - Size: 7.58 MB - Last synced: about 1 month ago - Pushed: 3 months ago - Stars: 19,971 - Forks: 2,016

obrok/lens

A utility for working with nested data structures.

Language: Elixir - Size: 159 KB - Last synced: 8 days ago - Pushed: almost 2 years ago - Stars: 185 - Forks: 10

ismaksu/DotNetCoreTraversal

ASP.NET MVC Core 5 - Entity Framework - N-Tier Architecture kullanarak geliştirdiğim bir Traversal Rezervasyon website projesi. Projenin canlıya alınmış halinin link: www.ismtraversal.somee.com

Language: HTML - Size: 44.6 MB - Last synced: 20 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 1

matthiask/django-cte-forest

django-cte-forest implements efficient adjacency list trees using Django and PostgreSQL Common Table Expressions (CTE).

Language: Python - Size: 144 KB - Last synced: 21 days ago - Pushed: 9 months ago - Stars: 26 - Forks: 3

Gagniuc/Single-for-loop-traversal-of-3D-arrays

It demonstrates the use of a single "for-loop" in traversing three-dimensional arrays. The example shown here is made in Javascript.

Language: JavaScript - Size: 43.9 KB - Last synced: 22 days ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

windson/TicTacToeNxN

A Tic Tac Toe of order NxN C# | 2Dimensional / Matrix Traversal

Language: C# - Size: 15.6 KB - Last synced: 22 days ago - Pushed: over 6 years ago - Stars: 1 - Forks: 0

DevimalPlanet/object-traversal

Flexible and performant utility for traversing javascript objects.

Language: TypeScript - Size: 682 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 17 - Forks: 1

pion/turn

Pion TURN, an API for building TURN clients and servers

Language: Go - Size: 2.12 MB - Last synced: 22 days ago - Pushed: 23 days ago - Stars: 1,705 - Forks: 299

wireghoul/dotdotpwn

DotDotPwn - The Directory Traversal Fuzzer

Language: Perl - Size: 85.9 KB - Last synced: 22 days ago - Pushed: over 1 year ago - Stars: 936 - Forks: 172

BitTheByte/BitTraversal

Burpsuite Plugin to detect Directory Traversal vulnerabilities

Language: Java - Size: 47.9 KB - Last synced: 10 days ago - Pushed: almost 3 years ago - Stars: 28 - Forks: 4

davesag/traverse-folders

Traverse nested folders and process each of the discovered files.

Language: JavaScript - Size: 2.3 MB - Last synced: 22 days ago - Pushed: about 1 month ago - Stars: 3 - Forks: 2

scotteh/php-dom-wrapper

Simple DOM wrapper library to manipulate and traverse HTML documents similar to jQuery

Language: PHP - Size: 206 KB - Last synced: 6 days ago - Pushed: 3 months ago - Stars: 137 - Forks: 33

BaseMax/TraversalBST

This is a simple implementation of Binary Search Tree (BST) in C language. All In-order, Pre-order, and Post-order traversal functions are implemented.

Language: C - Size: 89.8 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

Pylons/pyramid-cookiecutter-starter

A Cookiecutter (project template) for creating a Pyramid starter project with choices for template language (Jinja2, Chameleon, or Mako), persistent backend (none, SQLAlchemy with SQLite, or ZODB), and mapping of URLs to routes (URL dispatch or traversal)

Language: Python - Size: 215 KB - Last synced: 22 days ago - Pushed: about 1 month ago - Stars: 93 - Forks: 49

sagold/json-schema-library

Customizable and hackable json-validator and json-schema utilities for traversal, data generation and validation

Language: TypeScript - Size: 1.63 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 142 - Forks: 17

YuriGor/deepdash

eachDeep, filterDeep, findDeep, someDeep, omitDeep, pickDeep, keysDeep etc.. Tree traversal library written in Underscore/Lodash fashion

Language: JavaScript - Size: 8.27 MB - Last synced: 13 days ago - Pushed: over 1 year ago - Stars: 270 - Forks: 12

precog/matryoshka

Generalized recursion schemes and traversals for Scala.

Language: Scala - Size: 6.5 MB - Last synced: 5 days ago - Pushed: about 4 years ago - Stars: 810 - Forks: 87

fukurosan/Trassel

Graph computing in JavaScript

Language: JavaScript - Size: 3.17 MB - Last synced: 14 days ago - Pushed: 5 months ago - Stars: 5 - Forks: 0

nkmishra1997/Path-FInder

Python Program to find shortest path between matching objects in an image.

Language: Python - Size: 396 KB - Last synced: about 1 month ago - Pushed: over 7 years ago - Stars: 0 - Forks: 0

liran-funaro/objsize

Traversal over Python's objects subtree and calculate the total size of the subtree in bytes (deep size).

Language: Python - Size: 160 KB - Last synced: 24 days ago - Pushed: 11 months ago - Stars: 36 - Forks: 5

Data2Semantics/nodes

A general purpose graph library

Language: Java - Size: 1.06 MB - Last synced: about 1 month ago - Pushed: almost 6 years ago - Stars: 10 - Forks: 5

charlievieth/fastwalk

Fast directory traversal for Golang

Language: Go - Size: 144 KB - Last synced: about 1 month ago - Pushed: about 2 months ago - Stars: 39 - Forks: 4

hackingyseguridad/nmap

Detectar vulnerabilidades script con nmap

Language: Lua - Size: 68.4 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 25 - Forks: 6

ingolemo/python-lenses

A python lens library for manipulating deeply nested immutable structures

Language: Python - Size: 556 KB - Last synced: about 2 months ago - Pushed: 6 months ago - Stars: 294 - Forks: 18

bio4j/angulillos

Java 8 library for strongly typed graph data

Language: Java - Size: 1.32 MB - Last synced: about 2 months ago - Pushed: over 7 years ago - Stars: 8 - Forks: 2

calmm-js/partial.lenses

Partial lenses is a comprehensive, high-performance optics library for JavaScript

Language: JavaScript - Size: 6.73 MB - Last synced: about 1 month ago - Pushed: over 2 years ago - Stars: 905 - Forks: 37

intuit/Traverser

Traverser is a Java library that helps software engineers implement advanced iteration of a data structure.

Language: Java - Size: 82 KB - Last synced: about 1 month ago - Pushed: 8 months ago - Stars: 48 - Forks: 20

basis-company/data-player.js

in memory data layer for fast access to plain normalized data

Language: JavaScript - Size: 19.5 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

omsapate/expression_tree

For given expression eg. a-b*c-d/e+f construct inorder sequence and traverse it using postorder traversal (non recursive)

Language: C++ - Size: 13.7 KB - Last synced: 3 months ago - Pushed: about 5 years ago - Stars: 0 - Forks: 0

goldingdamien/object-traverser

Object searching and traversing

Language: JavaScript - Size: 369 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

MostafaGalal1/Dictionary

Java dictionary implemented using two types of balanced binary search trees: AVL and Red-Black trees handling basic operations such as searching, insertion, deletion, batch insertion and batch deletion of items with ability to investigate properties of tree structure.

Language: Java - Size: 2.71 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 1

knela96/Dynamic-Parkour-System

Dynamic Parkour System is a FREE plugin for Unity that allows anyone to import any model and have an already working controller with parkour capabilities like in Assassin's Creed games.

Language: C# - Size: 61 MB - Last synced: 3 months ago - Pushed: 7 months ago - Stars: 1,214 - Forks: 200

AitorSimona/Traverser

A player traversal toolkit for Unity.

Language: C# - Size: 2.15 GB - Last synced: 3 months ago - Pushed: over 2 years ago - Stars: 172 - Forks: 16

Sunny-117/jsx-compilation

🍻 实现 JSX 语法转成 JS 语法的编译器

Language: TypeScript - Size: 105 KB - Last synced: 3 months ago - Pushed: over 1 year ago - Stars: 5 - Forks: 0

arturopala/elm-monocle

Functional abstractions to manipulate complex records in Elm - Iso, Prism, Lens, Optional, Traversal.

Language: Elm - Size: 89.8 KB - Last synced: 3 days ago - Pushed: over 2 years ago - Stars: 155 - Forks: 9

kowainik/prolens

👓 Profunctor based lightweight implementation of Lenses

Language: Haskell - Size: 69.3 KB - Last synced: 27 days ago - Pushed: 12 months ago - Stars: 74 - Forks: 4

Bohdan-Khomtchouk/FTPwalker

PyPI package for traversing extremely large FTP directory trees

Language: Python - Size: 225 KB - Last synced: 24 days ago - Pushed: over 6 years ago - Stars: 17 - Forks: 3

ngryman/tree-crawl

:leaves: Agnostic tree traversal library.

Language: JavaScript - Size: 623 KB - Last synced: 4 days ago - Pushed: over 1 year ago - Stars: 84 - Forks: 16

akheron/optics-ts

Type-safe, ergonomic, polymorphic optics for TypeScript

Language: TypeScript - Size: 2.06 MB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 625 - Forks: 9

AndersDJohnson/null-propagation

Emulate null propagation operator.

Language: JavaScript - Size: 484 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 5 - Forks: 1

gabrielecodes/dir_walker

A Rust crate to conveniently traverse a directory recursively

Language: Rust - Size: 37.1 KB - Last synced: 24 days ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

danielinoa/TextFieldsTraversalController

A controller that manages focus and traversal for a collection of textfields.

Language: Swift - Size: 1.04 MB - Last synced: 5 days ago - Pushed: over 5 years ago - Stars: 16 - Forks: 7

afsalat/kerala-travels

This project is a website for a tourist website only in kerala. It has several sections such as home, about, login, review, contact, and post. The website contains a navigation menu, images, and text describing the services offered by the healthcare center. email conformation fecility and etc.

Language: CSS - Size: 738 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 1 - Forks: 0

MattLondon101/LBP-Algorithm

How to solve the Island Count Interview Question when diagonal connections are allowed and when they are not.

Language: Python - Size: 40 KB - Last synced: 6 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

rudissaar/arsenal

Just a collection of different scripts that I might sometimes use to test stuff / Solo una colección de diferentes scripts que a veces podría usar para probar cosas.

Language: Python - Size: 13.7 KB - Last synced: 7 months ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

nathan-watson-uk/DirTras

DirTras is an automated directory/path traversal exploitation tool.

Language: Python - Size: 195 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 10 - Forks: 1

iosbrain/Swift-4-Generic-Doubly-Linked-List

My generic doubly linked list in an Xcode 9 playground and written in Swift 4.

Language: Swift - Size: 9.77 KB - Last synced: 7 months ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

port-zero/lens

Data structure traversal in the command line

Language: Python - Size: 15.6 KB - Last synced: 5 days ago - Pushed: almost 5 years ago - Stars: 9 - Forks: 1

fathimakm/web_security_notes

Notes from Portswigger

Size: 104 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

Vidazoo/webpack-ast-traversal-plugin

🌲 Plugin that traverse the AST of your code to find specific call expressions.

Language: JavaScript - Size: 41 KB - Last synced: about 20 hours ago - Pushed: about 1 year ago - Stars: 5 - Forks: 2

shambhavi07/Threaded-Binary-Search-Tree

Language: C++ - Size: 4.88 KB - Last synced: 8 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

Dirkster99/TreeLib

A .Net Standard Library with Generic methods to traverse k-ary trees in any order required.

Language: C# - Size: 85 KB - Last synced: 25 days ago - Pushed: almost 5 years ago - Stars: 25 - Forks: 6

ak-b/Problem-Solving

This repo is to serve as a guide to common problem-solving patterns using various algorithms

Language: Python - Size: 165 KB - Last synced: 8 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

nervgh/recursive-iterator

It iterates through a graph recursively

Language: JavaScript - Size: 114 KB - Last synced: 1 day ago - Pushed: almost 7 years ago - Stars: 90 - Forks: 9

achttienvijftien/niwaki

DOM traversal and modification library

Language: PHP - Size: 31.3 KB - Last synced: 5 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

saihon/saihon

JavaScript-like HTML parser for golang

Language: Go - Size: 53.7 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 5 - Forks: 0

lbovet/super-machine

Query Java object graphs in a typed and streamed fashion

Language: Java - Size: 27.3 KB - Last synced: about 1 month ago - Pushed: almost 7 years ago - Stars: 28 - Forks: 3

slince/tree-samples

PHP遍历二叉树的实现,深度优先,广度优先,非递归实现;

Language: PHP - Size: 12.7 KB - Last synced: about 1 month ago - Pushed: over 5 years ago - Stars: 9 - Forks: 1

AnyDSL/traversal

AnyDSL traversal code

Language: C++ - Size: 44.2 MB - Last synced: 9 months ago - Pushed: over 5 years ago - Stars: 12 - Forks: 1

MS-DDOS/threadedtree

A carefully implemented double threaded binary search tree in pure python.

Language: Python - Size: 43.9 KB - Last synced: about 2 months ago - Pushed: almost 6 years ago - Stars: 5 - Forks: 3

yukai-yang/R6DS

an R package implementing some useful data structures by using the R6 reference class.

Language: R - Size: 98.6 KB - Last synced: 6 months ago - Pushed: 9 months ago - Stars: 5 - Forks: 0

chasestarr/fsdft

File system depth-first traverse package in Go

Language: Go - Size: 1000 Bytes - Last synced: 9 months ago - Pushed: over 7 years ago - Stars: 0 - Forks: 0

IamFaizanKhalid/jsonq

Easily traverse through the JSON data with no fixed structure.

Language: Go - Size: 8.79 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

pbnj/gofind

Traverse all children directories on a file system looking for any given file and print their contents

Language: Go - Size: 2.93 KB - Last synced: 10 months ago - Pushed: over 7 years ago - Stars: 1 - Forks: 1

han-keong/binary_tree

Tools for a binary tree data structure. Read the docs at: http://binary-tree.readthedocs.io/en/latest/

Language: Python - Size: 6.01 MB - Last synced: 10 months ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

ryanve/reap-css

CSS AST traversal filters

Language: JavaScript - Size: 19.5 KB - Last synced: 21 days ago - Pushed: almost 7 years ago - Stars: 1 - Forks: 0

iammohit23/Reverse-an-array

An array is a collection of items stored at contiguous memory locations. In this code, you will see that how to reverse an array element in C. Given an array arr of size n.

Language: C - Size: 2.93 KB - Last synced: 10 months ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

iammohit23/Deletion-in-an-array-

In this code, you will see that how to delete an element in an array in C. Given an array arr of size n, and also you know that how to delete an element X in this array arr at a specific position index.

Language: C - Size: 1.95 KB - Last synced: 10 months ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

iammohit23/Insertion-in-an-array

In this code, you will see that how to insert an element in an array at a specific index in C.

Language: C - Size: 7.81 KB - Last synced: 10 months ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

dprentiss/reqs

Requirements Engineering Query System. A proof-of-concept application in Java that demonstrates the ability of graph-based databases to model and query complex entity-relationship concepts.

Language: HTML - Size: 171 KB - Last synced: 10 months ago - Pushed: over 6 years ago - Stars: 1 - Forks: 0

Koltonix/comp110-worksheet-7 Fork of Falmouth-Games-Academy/comp110-worksheet-7 📦

Christopher Robertson Submission (Worksheet 7 - COMP110)

Language: C# - Size: 60.5 KB - Last synced: 10 months ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

rushil-ambati/huffpy

Huffman encoder and decoder built in python

Language: Python - Size: 8.79 KB - Last synced: 10 months ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

barcek/awb

cultivate HTML | monadic DOM tree transformer | front end generation | web dev automation | back end resource | library | Node.js

Language: JavaScript - Size: 352 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

dnlcrl/PyGraphArt

Some Python code to make GIFs from graph algos

Language: Python - Size: 15.6 MB - Last synced: 9 months ago - Pushed: about 8 years ago - Stars: 73 - Forks: 13

hackingyseguridad/directoriotraversal

Directorio traversal - Path traversal - Directory traversal ( hackingyseguridad.com )

Language: Shell - Size: 196 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 10 - Forks: 4

mcveanlab/Corticall

Germline DNM caller based on LdBG assembly of pathogens

Language: Java - Size: 128 MB - Last synced: 8 months ago - Pushed: about 4 years ago - Stars: 7 - Forks: 3

anshuthopsee/maze-game

A simple maze game that implements randomized depth-first search to generate the maze. Built with React.

Language: JavaScript - Size: 1.63 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

OpenNTI/nti.site

Opinionated zope3 sites that mix persistent and configured components

Language: Python - Size: 309 KB - Last synced: about 21 hours ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

begomez/Graphs

Implementation of graph data structures and traversal algorithms in Dart

Language: Dart - Size: 64.5 KB - Last synced: about 1 month ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

izure1/traffic-traversal

Calculate the weights between each vertex node and help you find the fastest route.

Language: TypeScript - Size: 233 KB - Last synced: 7 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

R-js/mangos

🥭's is monorepo collecting data wrangling and data validation utilities

Language: JavaScript - Size: 424 KB - Last synced: 23 days ago - Pushed: 4 months ago - Stars: 6 - Forks: 0

maxdemarzi/power_grid

Multi-Thread a Traversal to find the energization status of a power grid

Language: Java - Size: 15.6 KB - Last synced: about 1 year ago - Pushed: about 6 years ago - Stars: 9 - Forks: 5

cary61/LeetCode-Java-Algorithm-Templates

Helps to build your solution faster during leetcode contest, without same old template writing.

Language: Java - Size: 145 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 3 - Forks: 1

jahnestacado/cousteau

Recursive directory walker that retrieves all dir/file paths along with their stats and follows symlinks. :tropical_fish:

Language: JavaScript - Size: 38.1 KB - Last synced: 13 days ago - Pushed: over 6 years ago - Stars: 3 - Forks: 0

kortik0/truveler

Traveler: a file deduplication tool. 📂🔍🗂️

Language: Rust - Size: 5.86 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

laithshadeed/dir-walk

Directory tree traversal using different async & sync traversal algorithms

Language: JavaScript - Size: 47.9 KB - Last synced: 17 days ago - Pushed: about 5 years ago - Stars: 3 - Forks: 0

micahondiwa/binary_trees

Implementing binary trees algorithm in C

Language: C - Size: 133 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 2 - Forks: 0

Annas-Furquan-Pasha/AVL-Tree

AVL tree implementation

Language: C++ - Size: 1.95 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 3 - Forks: 0

Phantom-fs/C-Programs

Programs created in C language related to different topics like DATA STRUCTURES, ADT, IO etc.

Language: C - Size: 88.9 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 3 - Forks: 0

vallentin/traversal

Generic and lazy tree traversal algorithms

Language: Rust - Size: 29.3 KB - Last synced: 3 days ago - Pushed: almost 4 years ago - Stars: 8 - Forks: 0

philbooth/scrumpy 📦

MOVED TO GITLAB

Language: JavaScript - Size: 13.7 KB - Last synced: about 1 month ago - Pushed: about 7 years ago - Stars: 1 - Forks: 1