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.
Use this tag for questions about resizing an image in the context of its shape/resolution. For questions about the size (in memory) of an image, please use the [image-size] tag.
0 Questions
The `Throwable` class is the superclass of all errors and exceptions in the Java programming language. Only objects that are instances of this class (or one of its subclasses) are thrown by the Java VM or could be thrown by the Java `throw` statement.
0 Questions
Interface, which defines a generalized method that a value type or class implements to create a type-specific method for determining equality of instances.
0 Questions
HUD, which stands for Heads-Up Display usually refers to some particular informations (like player's health or ammunition count) displayed in the computer game directly on the screen.
0 Questions
The Native Image Generator (Ngen.exe) is a tool for the .NET framework that improves the performance of managed applications by creating and caching processor-specific machine code, so that just-in-time compilation is no longer necessary.
0 Questions
Microformats are extensions to HTML for marking up people, events, blog posts, reviews, recipes etc. Designed for humans first and machines second, microformats are a set of simple, open data formats built upon existing and widely adopted standards.
0 Questions
Dynamic languages are a class of high-level programming languages whos behaviors is determined at runtime rather than compile time.
0 Questions
UniVerse is an extended relational data server with easy-to-understand data modeling that uses XML-like data structures to allow developers to quickly create embedded solutions. UniVerse delivers a high-performance, highly scalable, easy-to-use database offering for rapid deployment and rapid return on investment.
0 Questions