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 bare git repository is so named because it has no working directory; it only contains files that are normally hidden away in the .git subdirectory. In other words, it maintains the history of a project, and never holds a snapshot of any given version.

0 Questions

For issues relating to using Ubuntu, version 10.10.

0 Questions

Monk is a tiny layer that provides some usability improvements for MongoDB usage within Node.JS

0 Questions

Embedded persistent database for Node.js, written in Javascript, with no dependency (except npm modules of course). You can think of it as a SQLite for Node.js projects, which can be used with a simple `require` statement. The API is a subset of MongoDB's. You can use it as a persistent or an in-memory only datastore.

0 Questions

sbatch submits a batch script to SLURM (Simple Linux Utility for Resource Management). The batch script may be given to sbatch through a file name on the command line, or if no file name is specified, sbatch will read in a script from standard input. The batch script may contain options preceded with "#SBATCH" before any executable commands in the script.

0 Questions

ODS, OpenDocument Spreadsheet, is an extension of spreadsheet files in Open Document Format for Office Applications (ODF).

0 Questions

A Java Parser with AST (abstract syntax tree) generation and visitor support.

0 Questions

0 Questions

An icon font is a font containing glyphs to be used as icons in a web page or application. Use this tag for questions involving fonts used specifically in this way, including various methods and practices for using glyphs as icons or for creating fonts that contain such glyphs.

0 Questions

LinkedIn's JavaScript API

0 Questions

A jQuery plugin by Caleb Jacob enabling you to create semantic tooltips enhanced with the power of CSS.

0 Questions