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.
CocoaAsyncSocket is a TCP/IP socket networking library that wraps CFSocket and CFStream for Cocoa/Objective-C.
0 Questions
An octree is a tree data structure in which each node has eight child nodes. A major application of octrees is in 3d graphics as they are the primary structure used for storing voxel (volumetric pixel) data.
0 Questions
should is an expressive, readable, test framework agnostic, assertion library for node.
0 Questions
An object used to create frame-by-frame animations in Android. Generally defined as an XML file, placed in the res/drawable/ folder.
0 Questions
The test explorer is a tool included with Visual Studio used to run tests within the IDE. From Microsoft, "Use Test Explorer to run unit tests from Visual Studio or third-party unit test projects. You can also use Test Explorer to group tests into categories, filter the test list, and create, save, and run playlists of tests. You can also analyze code coverage and debug unit tests."
0 Questions
Nios II is a 32-bit embedded-processor architecture designed specifically for the Altera family of FPGAs.
0 Questions
The C++11 function template std::async() provides a mechanism to launch a function potentially in a new thread and provides the result of the function in a future object.
0 Questions
Yasm is a modular assembler intended as a full rewrite of the Netwide Assembler (NASM). It is licensed under a revision of the BSD licenses.
0 Questions
A POSIX-compliant shell implementation that aims to be as small as possible. Please use the [hyphen] tag instead of [dash] if your question is about the "-" character.
0 Questions