Kenyth Zeng's Library tagged → 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.
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
-
As opposed to more developed (and more complex) pubsub specs like Jabber Publish-Subscribe (Millard, P., Saint-Andre, P., and R. Meijer, “Publish-Subscribe,” .) [XEP‑0060] this spec's base profile
(the barrier-to-entry to speak it) is dead simple. The fancy bits required
for high-volume publishers and subscribers are optional. The base profile
is HTTP-based, as opposed to XMPP (see more on this below).
http://www.ietf.org/rfc/rfc3920.txt
-
The <presence/> element can be seen as a basic broadcast or
"publish-subscribe" mechanism, whereby multiple entities receive
information about an entity to which they have subscribed (in this
case, network availability information). -
The <presence/> element can be seen as a basic broadcast or
"publish-subscribe" mechanism, whereby multiple entities receive
information about an entity to which they have subscribed (in this
case, network availability information). - 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
oliverand another package namedoliver.twist
Selected Tags
Related Tags
Sponsored Links
Ads by Google
Top Contributors
Groups interested in spec
Related Lists on Diigo
-
Rspec Intro
RSpec is a Behaviour Driven...
Items: 11 | Visits: 234
Created by: Vincent Tsao
Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »
Join Diigo
