Technology, Science and Universe
Results for {phrase} ({results_count} of {results_count_total})
Displaying {results_count} results of {results_count_total}
a
- A-Frame VR Description: A-Frame VR is a web framework designed to facilitate the creation of virtual reality (VR) experiences using HTML. Developed by(...) Read more
- A+ Description: A+ is a programming language designed for array programming and is an extension of APL (A Programming Language). This language is(...) Read more
- Axiom Description: Axiom is a computational algebra system that enables symbolic computation. Designed to facilitate the manipulation of mathematical(...) Read more
- AttributeError Description: An AttributeError occurs when a reference is made to an invalid attribute in an object in Python. This means that the code attempts(...) Read more
- Abstract Base Class Description: An abstract base class is a class that cannot be instantiated and is used to define a common interface for its subclasses. In the(...) Read more
- AssertionError Description: An AssertionError is raised when an assert statement fails. In programming, assertions are conditions that are expected to be true(...) Read more
- Async Generator Description: An asynchronous generator is a function in TypeScript that allows the creation of iterators that can be paused and resumed,(...) Read more
- AnnotationError Description: An AnnotationError occurs when there is a problem with annotations in the code. This type of error is common in programming(...) Read more
- Async Task Description: An asynchronous task is a unit of work that executes asynchronously, meaning that the process initiating it does not need to wait(...) Read more
- Arrow Function Description: The arrow function is a concise way to write function expressions in JavaScript, introduced in ECMAScript 6 (ES6) in 2015. This(...) Read more
- AddEventListener Description: AddEventListener is a method that attaches an event handler to a specified element. This method, present in the Document Object(...) Read more
- Abstract Description: In C#, an abstract class is a class that cannot be instantiated directly and is designed to be inherited by other classes. Its main(...) Read more
- Asynchronous Iteration Description: Asynchronous iteration is a fundamental concept in modern programming that allows handling data streams that are not generated(...) Read more
- ArrayBuffer Description: An ArrayBuffer is a generic, fixed-length binary data buffer that allows for the storage of data in binary format. This object is(...) Read more
- AsyncIterable Description: An AsyncIterable is an object that can be iterated asynchronously, meaning it allows iteration over its elements without blocking(...) Read more