Skip to main content

Kenyth Zeng's Library tagged manual   View Popular

29 Sep 09

Vim documentation: tabpage

  • gt *i_CTRL-<PageDown>* *i_<C-PageDown>*
    Go to the next tab page. Wraps around from the last to the
    first one.
  • {count}gt Go to tab page {count}. The first tab page has number one.
  • 2 more annotations...
22 Sep 09

Bash Reference Manual

  • The preamble is prefixed to each string contained within the braces, and
    the postscript is then appended to each resulting string, expanding left
    to right.
02 Sep 09

gitignore(5)

  • An optional prefix ! which negates the pattern
  • foo/ will match a
    directory foo and paths underneath it, but will not match a
    regular file or a symbolic link foo
  • 2 more annotations...
01 Jun 09

Git User's Manual (for version 1.5.3 or newer)

  • A freshly cloned repository contains a single branch head, by default
    named "master"
  • The commit
    representing a merge can therefore have more than one parent, with
    each parent representing the most recent commit on one of the lines
    of development leading to that point.
  • 48 more annotations...
07 May 09

Screen - Copy and Paste

  • (C-a [, C-a C-[, C-a ESC)
  • The copy range is specified by setting two marks. The text between these
    marks will be highlighted. Press space to set the first or second
    mark respectively.
01 May 09

The Kernel Virtual Machine - Community Ubuntu Documentation

  • Ubuntu uses kvm as the backend virtualisation technology and libvirt as its toolkit/API. Libvirt frontends for managing VMs include virt-manager (GUI) or virsh (CLI).
  • it has been designed to be run on Ubuntu Server Edition to host server operating systems.
28 Apr 09

Apache Felix - Apache Felix Usage Documentation

  • install file:bundle/simple.jar
  • If a bundle is updated or uninstalled and it was exporting packages, these packages are not removed until the framework is refreshed using the PackageAdmin service. The Felix shell offers a convenient refresh command for this purpose.
  • 3 more annotations...
10 Feb 09

Bugzilla Installation

  • the others are easier to
    configure, and therefore many people replace Sendmail with Postfix or
    Exim.
09 Jan 09

FreeMarker Manual - FAQ

  • FreeMarker is not tied to Servlets, networking or the Web
  • No servlet specific scopes and other highly technical things in templates. It was made for MVC from the beginning, it focuses only on the presentation.
  • 4 more annotations...

FreeMarker Manual - The template at a glance

  • FreeMarker
    Template Language tags
  • start with #.
    (User-defined FTL tags use @ instead of
    #, but they are an advanced topic.)
  • 5 more annotations...

FreeMarker Manual - The data-model at a glance

  • act as directories
  • Hashes store other variables (the so
    called subvariables)
  • 1 more annotations...

FreeMarker Manual - Template + data-model = output

  • <html>
    <head>
    <title>Welcome!</title>
    </head>
    <body>
    <h1>Welcome ${user}!</h1>
    <p>Our latest product:
    <a href="${latestProduct.url}">${latestProduct.name}</a>!
    </body>
    </html> 
  • In the
    template you only deal with presentation issues, that is, visual
    design issues, formatting issues.
09 Dec 08

CVS Minimal Help

  • Adding one or more text files requires two steps:
        % cvs add file . . .
    % cvs commit file . . .
  • To create a branch, you must first create a tag to identify the
    branch.
  • 2 more annotations...

CVS—Concurrent Versions System v1.11.21: A. Guide to CVS commands

  • The modules are either
    symbolic names for some
    collection of source directories and files, or paths to
    directories or files in the repository. The symbolic
    names are defined in the `modules' file.
  • The top-level directory created is always
    added to the directory where checkout is
    invoked, and usually has the same name as the specified
    module.
  • 2 more annotations...
22 Oct 08

Keyboard shortcuts

  • Ctrl+[
  • Ctrl+]
  • 2 more annotations...
1 - 20 of 57 Next › Last »
Showing 20 items per page

Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »

Join Diigo