Technology, Science and Universe
Results for {phrase} ({results_count} of {results_count_total})
Displaying {results_count} results of {results_count_total}
b
- 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
- ByteArrayInputStream Description: ByteArrayInputStream is a class in Java that implements an input stream where data is read from a byte array. This class is part of(...) Read more
- ByteBuffer Description: ByteBuffer is a fundamental class in the java.nio package, designed to handle data in the form of bytes efficiently. It provides a(...) Read more
- Bean Description: A 'Bean' is a reusable software component that follows specific conventions in the context of Java and Spring framework. These(...) Read more
- BigDecimal Description: BigDecimal is a class in Ruby (and other programming languages) designed to represent immutable decimal numbers of arbitrary(...) Read more
- BigInteger Description: BigInteger is a class in several programming languages, such as Java, that allows for the representation of immutable integers of(...) Read more
- ByteStream Description: ByteStream is a byte stream used for input and output operations in programming. This concept is fundamental in data manipulation,(...) Read more
- Byte Order Mark Description: The Byte Order Mark (BOM) is a special character used in text encoding to indicate the byte order of a file. This character is(...) Read more