Technology, Science and Universe
Results for {phrase} ({results_count} of {results_count_total})
Displaying {results_count} results of {results_count_total}
o
- Oberon-2 Description: Oberon-2 is an extension of the Oberon programming language, designed to incorporate object-oriented programming features. This(...) Read more
- OCL Description: OCL, or Object Constraint Language, is a formal language designed to describe expressions in models, particularly in the context of(...) Read more
- Oberon-1 Description: Oberon-1 is the original version of the Oberon programming language, designed by Niklaus Wirth and his team in the 1980s. This(...) Read more
- Oberon System Description: Oberon System is an operating system and programming environment based on the Oberon programming language, designed by Niklaus(...) Read more
- OpenAI Codex Description: OpenAI Codex is an artificial intelligence system designed to translate natural language into programming code. This model,(...) Read more
- OData Description: OData, which stands for Open Data Protocol, is a standard protocol designed to create and consume queryable and interoperable(...) Read more
- Oozie Description: Oozie is a workflow scheduling system designed specifically to manage jobs in the Hadoop ecosystem. It allows users to define and(...) Read more
- OpenVINO Description: OpenVINO is a toolkit developed by Intel that allows for the optimization of deep learning models for execution on the brand's(...) Read more
- OpenCV-Python Description: OpenCV-Python is a Python wrapper for the OpenCV library, allowing efficient and accessible computer vision tasks. OpenCV, which(...) Read more
- OrderedDict Description: OrderedDict is a subclass of dictionary in Python that maintains the order of keys. Unlike a standard dictionary, which does not(...) Read more
- Object graph Description: An object graph is a visual representation that illustrates the relationships and interactions between different objects in a(...) Read more
- Object.create Description: Object.create is a method in JavaScript that allows you to create a new object using a prototype object and specified properties.(...) Read more
- Object.defineProperty Description: Object.defineProperty is a method in JavaScript that allows defining a new property directly on an object or modifying an existing(...) Read more
- Object.entries Description: The 'Object.entries' method in JavaScript is a function that allows you to obtain an array of [key, value] pairs from the(...) Read more
- Object.freeze Description: Object.freeze is a method in JavaScript that allows freezing an object, meaning that no new properties can be added, nor can(...) Read more