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.
Bulletin Board Code is a lightweight markup language used to format posts in many message boards. There is no "standard" set of BBCodes, but they are typically parsed into other markup languages.

0 Questions

Moose is a postmodern object system for Perl 5 that takes the tedium out of writing object-oriented Perl. It borrows all the best features from Perl 6, CLOS (Lisp), Smalltalk, Java, BETA, OCaml, Ruby and more, while still keeping true to its Perl 5 roots.

0 Questions

XML specification for web forms.

0 Questions

An umbrella term for methods and algorithms to synchronize multithreaded environments or other forms of distributed system without using locks.

0 Questions

Microsoft BizTalk Server 2010 is 7th version of Microsoft's ESB and B2B platform.

0 Questions

Bookshelf is a promise based ORM for Node.js, built on Knex query builder. It extends the Model & Collection foundations of Backbone.js, providing transaction support, eager/nested-eager relation loading, polymorphic associations, and support for one-to-one, one-to-many, and many-to-many relations.

0 Questions

django-tables2 simplifies the task of turning sets of data into HTML tables.

0 Questions

OmniFaces is a library for JSF 2.x that focusses on utilities that ease everyday tasks.

0 Questions

Burn is the WiX (Windows Installer XML) engine used to chain multiple installation packages into a singular, more seamless setup experience.

0 Questions

Method chaining, also known as named parameter idiom, is a common syntax for invoking multiple method calls in object-oriented programming languages. Each method returns an object, allowing the calls to be chained together in a single statement without requiring variables to store the intermediate results.

0 Questions

font-family is a CSS property that applies fonts and generic font families (prioritised by the order they are listed) to a given or selected element.

0 Questions