Tags
A tag is a keyword or label that categorizes your question with other, similar questions. Using the right tags makes it easier for others to find and answer your question.
Reduce refers to the second step in a MapReduce computation, a component of a larger scalable, parallel-izable algorithm.
0 Questions
Corona is a mobile development framework for creating high-performance, multimedia-rich applications, games, eBooks etc. for Windows, macOS, Apple (iPhone, iPad, ...), Android devices and HTML5.
0 Questions
FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.
0 Questions
Dynamic memory allocation, usually in the context of languages without garbage collection or mandatory or automatic reference counting, refers to the process or asking the operating system for a variable sized block of memory.
0 Questions
Hibernate uses mapping metadata to find out how to load and store objects of the persistent class. The Hibernate mapping could be specified using configuration files or annotations.
0 Questions
Unity 5 is a cross-platform game engine with a built-in IDE developed by Unity Technologies.
It is a commercial development platform for creating games, interactive 2D and 3D applications, training simulations, and medical and architectural visualizations.
0 Questions
ExpandableListView is a standard Android widget that shows items in a vertically scrolling two-level list. Groups can be expanded or collapsed to show/hide their child items.
Additional Information:
- Android Developer ExpandableListView
0 Questions
Spring Data for MongoDB is part of the Spring Data project which provides a familiar and consistent Spring-based programming model for new datastores while retaining store-specific features and capabilities. The Spring Data MongoDB project provides integration with MongoDB document database. Key functional areas of Spring Data MongoDB are a POJO centric model for interacting with a MongoDB Collection and easily writing a Repository style data access layer.
0 Questions
Mathematical optimization deals with maximizing or minimizing an objective function by choosing values from within an allowed feasible set of possible values. Mathematical optimization is often also referred to as mathematical programming or simply as optimization.
0 Questions