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.
EL (Expression Language) enables the dynamic resolution of Java objects and methods in JSP and Facelets pages. EL expressions take the form of ${foo} and #{bar}.

0 Questions

Google's C++ testing framework based on xUnit that runs on multiple platforms.

0 Questions

A daemon is a process or program that runs in the background (i.e. requiring no user interaction).

0 Questions

The 2.0 version of the .NET Framework. For questions on .NET Framework generally, use the .net tag.

0 Questions

SimpleDateFormat is a concrete Java class for formatting and parsing dates and times in a locale-sensitive manner. It allows for formatting (date -> text), parsing (text -> date), and normalization.

0 Questions

Specific release of the WAMP stack for Windows.

0 Questions

A trace is a log of execution of a process or method.

0 Questions

Slack is a real-time messaging, archiving and search tool for modern teams. Use this tag for programming questions related to the Slack API including the Web API, the RTM API and the Events API.

0 Questions

DO NOT USE THIS TAG as it's ambiguous. Try using one of SAP's product/technology names instead. List of known SAP tags on Stack Overflow can be found here: https://meta.stackoverflow.com/a/404098

0 Questions

Storm is a distributed realtime computation system. Similar to how Hadoop provides a set of general primitives for doing batch processing, Storm provides a set of general primitives for doing realtime computation. Storm is simple, can be used with any programming language

0 Questions

In PHP, file_get_contents is the preferred way to read the contents of a file into a string. It will use memory mapping techniques (if supported by your OS) to enhance performance.

0 Questions