TODO
The role of garbage collection (GC) in Rust has been heavily revised during the language's design. It was originally deeply integrated into
Very high level intro to Rust | |
Goals: speed, safety, concurency | |
Ownership and move semantics | |
Zero-cost abstractions | |
1.0 is out! (release planned for the day before !!Con) | |
What does “stable” mean? | |
Semantic versioning | |
Release trains (nightly/beta/stable) and rapid release, à la Firefox |
####Clone the repositories:
git clone git://git.yoctoproject.org/poky
cd poky
git clone git://git.yoctoproject.org/meta-raspberrypi
git clone git://git.openembedded.org/meta-openembedded
git clone git://github.com/imphil/meta-b2g.git
. ./oe-init-build-env rpi-build
var $paperTape = $("#paperTape"), | |
$li = $("#paperTape li"), | |
$sum = $("#sum"), | |
height = parseInt($li.css("height"),10), | |
top = RocknCoder.Dimensions.top, | |
getTop = function(){ | |
return top; | |
}; |
// ==UserScript== | |
// @name _Add kbd shortcut | |
// @namespace StackExchange | |
// @description Adds a button and a keyboard shortcut (Alt-K) to add <kbd> tags. | |
// @match http://*.askubuntu.com/* | |
// @match http://*.onstartups.com/* | |
// @match http://*.serverfault.com/* | |
// @match http://*.stackapps.com/* | |
// @match http://*.stackexchange.com/* | |
// @match http://*.stackoverflow.com/* |
// ==UserScript== | |
// @name _Add kbd shortcut | |
// @namespace StackExchange | |
// @description Adds a button and a keyboard shortcut to add <kbd> tags. | |
// @match http://*.askubuntu.com/* | |
// @match http://*.onstartups.com/* | |
// @match http://*.serverfault.com/* | |
// @match http://*.stackapps.com/* | |
// @match http://*.stackexchange.com/* | |
// @match http://*.stackoverflow.com/* |