Skip to main content

Kenyth Zeng's Library tagged spec   View Popular

11 Dec 09

The Official YAML Web Site

YAML: YAML Ain't Markup Language

What It Is: YAML is a human friendly data serialization
standard for all programming languages.

www.yaml.org - Preview

data format YAML spec

03 Nov 09

Types, Values, and Variables

  • every variable and every expression has a type that is known at compile time.
  • values of a reference type are references to objects.
  • 11 more annotations...
27 Sep 09

HTTP/1.1: Method Definitions

  • it is possible that a sequence of several requests is non-
    idempotent, even if all of the methods executed in that sequence are
    idempotent.
  • This method allows the client to
    determine the options and/or requirements associated with a resource,
    or the capabilities of a server, without implying a resource action
    or initiating a resource retrieval.
  • 6 more annotations...
12 Aug 09

VM Spec Threads and Locks

  • Because it is impossible
    for one thread to access parameters or local variables of another thread, it does
    not matter whether parameters and local variables are thought of as residing in the
    shared main memory or in the working memory of the thread that owns them.
  • Every thread has a working memory in which it keeps its own working copy of variables that it must use or assign. As the thread executes a program, it operates on these working copies. The main memory contains the master copy of every variable. There are rules about when a thread is permitted or required to transfer the contents of its working copy of a variable into the master copy or vice versa.
  • 4 more annotations...

Threads and Locks

  • These threads independently execute code that operates on values and objects residing in a shared main memory.
  • Each object in Java is associated with a monitor, which a thread can lock or unlock. Only one thread at a time may hold a lock on a monitor.
  • 6 more annotations...
06 Aug 09

Draft: PubSubHubbub Core 0.1 -- Working Draft

http://www.ietf.org/rfc/rfc3920.txt

  • The most common use
    of this structure is to identify an instant messaging user, the
    server to which the user connects, and the user's connected resource
    (e.g., a specific client) in the form of <user@host/resource>.
  • <room@service/nick> (where "nick" is the occupant's room nickname).
  • 27 more annotations...
25 Jul 09

Draft Protocol Spec ‎(Google Wave Federation Protocol)‎

  • A wave consists of XML documents
  • wave addresses which consist of a user name and a
    wave provider domain in the same form as an email address, namely
    <username>@<domain>.
  • 29 more annotations...
02 Jul 09

Packages

  • The members of a package are class and interface types (§7.6), which are declared in compilation units of the package, and subpackages, which may contain compilation units and subpackages of their own.
  • There is no special access relationship between a package named oliver and another package named oliver.twist
1 - 20 of 61 Next › Last »
Showing 20 items per page

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

Join Diigo