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.
Expression Trees are an abstract representation of code in a tree structure where each node of the tree represents a programming construct (conditional, assignment, method call, etc.)
0 Questions
The Runnable interface defines a single method, run, meant to contain the code executed in the thread.
0 Questions
The Arduino Uno is a microcontroller board based on the ATmega328 and created by Massimo Banzi.
0 Questions
AnyLogic is a flexible, multi-method modeling tool capable of producing a variety of simulations. From supply chain and logistics, to manufacturing and market analysis, to disease and social norm dispersion, AnyLogic allows businesses, researchers, and public policy makers to evaluate decisions before they're implemented in practice.
0 Questions
Tumblr is a microblogging platform that allows users to post text, images, videos, links, quotes and audio to their tumblelog, a short-form blog.
0 Questions
Assembly that is embedded within a source in another, higher language, such as x86 assembly embedded in C or C++.
0 Questions
A concept of 'command' used by many programming languages and frameworks. Use this tag with a language and/or framework to indicate context. The C/C++ pre-processor is one language that relies heavily on directives. They call it "pragmas".
0 Questions
Hybris is a subsidiary of SAP company, delivering enterprise software and on-demand solutions for using multiple communication channels to enable businesses to sell products across multiple distribution channels.
The Hybris solution is renamed recently to SAP Commerce.
0 Questions
"Static Analysis" refers to the software tools (or their use) to analyze application code for arbitrary properties, such as errors (uninitialized variables, possible SQL injection-attack, is this code-dead, can an argument be null,...) or structure (what is the call graph for this code? is there duplicate code? what information is passed between components?).
0 Questions
Coroutines are a general control structure whereby flow control is cooperatively passed between two different routines without returning.
0 Questions