2 repos
isc-licensed GitHub repositories
We curate 2 isc-licensed open-source GitHub repositories. Upvote the projects you rely on and discover what others are using.
isc-licensed GitHub repositories
- d3/d3
d3/d3
112,379D3 is a modular library providing low-level primitives for creating data-driven visualizations. It functions as a flexible framework that allows for direct control over visual presentation by mapping abstract data dimensions to graphical properties, such as position, color, and size, without imposing predefined chart abstractions. The library distinguishes itself by offering specialized tools for complex data representation, including algorithmic layouts for hierarchical structures and geographic projection utilities for mapping spherical coordinates. It also includes a comprehensive suite for managing user interactions, enabling the creation of interactive selection areas that respond to mouse and touch input. Beyond visualization, the project provides a collection of utilities for document manipulation and data processing. These tools allow developers to query elements, apply data-driven transformations, and perform operations such as ordering, grouping, and summarizing datasets to prepare them for rendering in vector or bitmap contexts.
Shellchartchartsd3 - starship/starship
starship/starship
54,296Starship is a cross-shell prompt engine that provides a unified, context-aware command line interface. It functions as a terminal customization tool, allowing users to modify the appearance and behavior of their shell prompts through a centralized, configuration-driven utility. The project operates as a compiled, statically linked binary that integrates directly into shell startup sequences to ensure consistent performance across different operating systems. By utilizing shell-agnostic hooks, it injects dynamically generated strings into the prompt regardless of the underlying command interpreter. Users define the visual structure and logic of their environment using a declarative configuration format, which the engine parses at runtime to maintain a standardized workflow. To ensure the shell remains responsive during navigation and command execution, the engine employs asynchronous background execution and lazy module evaluation. These mechanisms allow the tool to fetch system status and version control information in parallel, preventing delays in prompt rendering. The system generates raw terminal control codes to manage text formatting and color, surfacing relevant environment details to assist with daily development tasks.
Rustbashfishfish-prompt