Lexx is a science fiction television series that follows the adventures of a group of mismatched individuals aboard the organic space craft Lexx. They travel through two universes and encounter planets including a parody of the Earth.
The series is a Canadian and German co-production, with some additional funding from Britain's Channel 5. The Sci Fi Channel purchased the series from Salter Street Films and began airing versions of Season 2 episodes for United States' audience in January 2000.Lexx was co-produced by Salter Street Films, later absorbed by Alliance Atlantis. In Canada, Lexx aired on the Alliance Atlantis-owned Showcase network. The series was primarily filmed in Halifax (Nova Scotia, Canada) and Berlin (Germany), with additional filming on location in Iceland, Bangkok (Thailand), and Namibia.
The crew of the Lexx includes:
Marco Bliggensdorfer better known as Bligg (born September 30, 1976 in Schwamendingen) is a rapper from Zurich, Switzerland. His albums 0816 and Bart Aber Herzlich reached #1 on the Swiss charts; four of his other albums have peaked in the top 20. In 1999 and 2000, he was part of a duo Bligg'n'Lexx with rapper and producer Lexx (real name Alex Storrer) releasing one album together.
At age 16, Bligg began freestyling. In 1995, he released a limited EP, Zürislang Freistiil, which was the first opportunity to really hear him rap.
Three years later, Bliggensdorfer met Alex Storrer, a producer and rapper known as Lexx. Forming a hip hop duo, the two worked together on Chocolate, Cheese and Sounds. In 1999, they released their first single, called "Schnitzeljagd" under the name Bligg'n'Lexx. The single was remixed by DJ Cutmando, whom the pair met while on tour. Ever since then, DJ Cutmando has worked with Bligg.
In 2000, Bligg'n'Lexx collaborated with Pete Penicka to release the single "Du & Ich" from the Bligg'n'Lexx debut and only studio album Nahdisnah. The album received positive reviews and increased the group's popularity.
LEXX is a text editor which was possibly the first to use live parsing and colour syntax highlighting. It was written by Mike Cowlishaw of IBM around 1985. The name was chosen because he wrote it as a tool for lexicographers, during an assignment for Oxford University Press's second edition of the Oxford English Dictionary. The program ran (and still, 2012, runs) on mainframes under (VM/CMS). LEXX's design was chosen as a middle ground between specialized syntax directed editors such as Grif and JANUS and general purpose editors such as the contemporary Emacs and XEDIT.
LEXX uses dynamically-loaded parsers which assign classes of elements (tokens formed from character strings) to fonts and colors. It allows indention to be used to format and show the structure of the file being edited, and other formatting options allow (for example) the hiding of selected classes of text, such as tags. A collection of screenshots is available.
Reimplemented derivatives of the LEXX concept known as LPEX (for 'Live Parsing Editor) were originally produced for OS/2 and AIX, but now also run on Windows, Linux, and the Java JVM.
Reg or REG may refer to:
The Windows Registry is a hierarchical database that stores low-level settings for the Microsoft Windows operating system and for applications that opt to use the Registry. The kernel, device drivers, services, Security Accounts Manager (SAM), and user interface can all use the Registry. The Registry also allows access to counters for profiling system performance.
When introduced with Windows 3.1, the Windows Registry primarily stored configuration information for COM-based components. Windows 95 and Windows NT extended its use to rationalise and centralise the information in the profusion of INI files, which held the configurations for individual programs, and were stored at various locations. It is not a requirement for Windows applications to use the Windows Registry. For example, .NET Framework applications use XML files for configuration, while portable applications usually keep their configuration files with their executable.
In theoretical computer science and formal language theory, a regular expression (sometimes called a rational expression) is a sequence of characters that define a search pattern, mainly for use in pattern matching with strings, or string matching, i.e. "find and replace"-like operations. The concept arose in the 1950s, when the American mathematician Stephen Kleene formalized the description of a regular language, and came into common use with the Unix text processing utilities ed, an editor, and grep, a filter.
In modern usage, "regular expressions" are often distinguished from the derived, but fundamentally distinct concepts of regex or regexp, which no longer describe a regular language. See below for details.
Regexps are so useful in computing that the various systems to specify regexps have evolved to provide both a basic and extended standard for the grammar and syntax; modern regexps heavily augment the standard. Regexp processors are found in several search engines, search and replace dialogs of several word processors and text editors, and in the command lines of text processing utilities, such as sed and AWK.