A Graph Traversal Language (no longer active - see Apache TinkerPop)
翻译 - 图形遍历语言(不再有效-请参见Apache TinkerPop)
Traverses array structures and object graphs to enumerate all referenced objects
翻译 - 遍历数组结构和对象图以枚举所有引用的对象
An exercise in traversing graphs in JavaScript
Primitive tool for exploring/querying Java classes via the Tinkerpop Gremlin graph traversal language
Enterprise: Breadth-First Graph Traversal on GPUs. SC'15.
A Go package built to communicate with Apache TinkerPop™ Graph computing framework using Gremlin; a graph traversal language used by graph databases such as JanusGraph®, MS Cosmos DB, AWS Neptune, and...
Code for "Multimodal Trajectory Prediction Conditioned on Lane-Graph Traversals," CoRL 2021.
Traversable ground and above-ground object segmentation using graph representation of 3D LiDAR scans
The DFS-BFS graph traversal project is built using Angular for the frontend and Node.js for the backend. It demonstrates two popular graph traversal algorithms: Depth-First Search (DFS) and Breadth-Fi...
Source code for the paper: GPU-based Compressed Graph Traversal
DotDotPwn - The Directory Traversal Fuzzer
ECMAScript JS AST traversal functions
Search for Directory Traversal Vulnerabilities
Optimised BVH traversal + HDRI environment mapping
NAT Traversal techniques for p2p communication
A modern C++ BVH construction and traversal library
A testbed for NAT traversal software.
Utilities for implementing a modified pre-order traversal tree in django.
翻译 - 在django中实现修改后的预遍历树的实用程序。
File Inclusion & Directory Traversal fuzzing, enumeration & exploitation tool.
Cisco AnyConnect < 4.8.02042 privilege escalation through path traversal
翻译 - 通过路径遍历的Cisco AnyConnect <4.8.02042特权升级
Reliable & unreliable messages over UDP. Robust message fragmentation & reassembly. P2P networking / NAT traversal. Encryption.
翻译 - UDP上可靠和不可靠的消息。强大的邮件分段和重组功能。加密。
DOM traversal, manipulation and events aggregate library (like jQuery)
PJSIP is Open Source SIP, Media, and NAT Traversal Library
1)Traversal of graph.2)2 ways: DFS(深度优先搜索) and BFS (广度优先搜索).