Technology, Science and Universe
Results for {phrase} ({results_count} of {results_count_total})
Displaying {results_count} results of {results_count_total}
b
- Bokeh Charts Description: Bokeh is an interactive data visualization library in Python that allows users to create high-quality graphs and visualizations for(...) Read more
- Bokeh Data Sources Description: Bokeh Data Sources are fundamental structures that enable data visualization in the Bokeh library, designed to create interactive(...) Read more
- Bokeh Tools Description: Bokeh tools are interactive components designed to enhance the data visualization experience in web applications and other(...) Read more
- Bokeh Customization Description: Bokeh customization refers to the various options offered by the Bokeh data visualization library in Python to tailor graphs and(...) Read more
- Bokeh Documentation Description: The official documentation for the Bokeh library is a comprehensive resource that provides developers and data analysts with the(...) Read more
- BOM Description: The BOM, or Browser Object Model, is a set of objects that allows interaction with the web browser. This model provides an(...) Read more
- Babel Polyfill Description: Babel Polyfill is a package that allows developers to use new JavaScript features in older browsers that do not natively support(...) Read more
- Babel CLI Description: Babel CLI is a command-line interface designed to facilitate the integration of Babel into development workflows. Babel, a(...) Read more
- Bower Description: Bower is a package manager specifically designed for the web, allowing developers to efficiently manage front-end dependencies in(...) Read more
- BEM Methodology Description: The BEM (Block Element Modifier) methodology is an approach to CSS class naming that aims to facilitate the creation of reusable(...) Read more
- Babel Preset Description: Babel Preset is a set of Babel plugins that allows you to use specific features of JavaScript. Babel, as a transpiler, is(...) Read more
- Babel Runtime Description: Babel Runtime is a library that allows developers to use the latest features of JavaScript without needing to transpile their code.(...) Read more
- BufferedReader Description: BufferedReader is a class in Java that allows for efficient reading of characters, arrays, and lines of text. This class is found(...) Read more
- BufferedWriter Description: BufferedWriter is a class in Java that allows efficient writing of characters, arrays, and strings. This class is found in the(...) Read more
- ByteArrayOutputStream Description: ByteArrayOutputStream is a class in Java that implements an output stream where data is written to a byte array. This class is part(...) Read more