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.
A cyclic redundancy check (CRC) is an error-detecting code designed to detect accidental changes to raw computer data, and is commonly used in digital networks. (wiki)
A CRC32 algorithm typically takes in a file stream or character array and calculates an unsigned long codeword from the input. One can transmit this codeword and re-calculate it on the receiver end, then compare it to the transmitted one to detect an error.
0 Questions
Applications and services use unique ports to communicate with other devices over a network. Ports range from 1 to 65,535.
0 Questions
Markov chains are systems which transition from one state to another based only upon their current state. They are used widely in various statistical domains to generate sequences based upon probabilities.
0 Questions
Upstart is an event-based replacement for the traditional init daemon used to perform tasks when the computer is started.
0 Questions
VxWorks is a proprietary and customizable real-time operating system (RTOS) produced by Wind River.
VxWorks is designed for distributed computing on most central processing units (CPU) with embedded systems.
0 Questions
Starting something again after stopping/pausing it. (DO NOT USE for any topic related to employment or CVs)
0 Questions
LNK2019 is a common MSVC linker error indicating that the linker was unable to find a required external symbol in any compilation unit. Check the SO post on common errors and their resolution.
0 Questions
std::thread is a C++11 standard library type which runs a function a new thread
0 Questions
Apple TV is a digital media receiver developed and sold by Apple.
This tag is for questions related to developing applications for Apple TV. For non-programming questions or for general usage of Apple TVs, they are off-topic. See https://apple.stackexchange.com/help/on-topic.
0 Questions