Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(225)

Side by Side Diff: src/site/docs/tutorials/streams/index.markdown

Issue 123553005: Added new server/cmdline/io programmers' guide. (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: used new page layout for new tutorial Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/site/docs/tutorials/shared-pkgs/index.markdown ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 --- 1 ---
2 layout: article 2 layout: tutorial
3 title: "Use Streams for Data" 3 title: "Use Streams for Data"
4 description: 4 description:
5 Learn how to consume single-subscriber and broadcast streams, 5 Learn how to consume single-subscriber and broadcast streams,
6 with real-world uses. 6 with real-world uses.
7 tutorial: 7 tutorial:
8 id: streams 8 id: streams
9 next: fetchdata/ 9 next: fetchdata/
10 next-title: "Fetch Data Dynamically" 10 next-title: "Fetch Data Dynamically"
11 prev: futures/ 11 prev: futures/
12 prev-title: "Use Future-Based APIs" 12 prev-title: "Use Future-Based APIs"
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 Chris Buckett is a Technical Manager for 517 Chris Buckett is a Technical Manager for
518 [Entity Group Ltd](http://www.entity.co.uk/), responsible for building and 518 [Entity Group Ltd](http://www.entity.co.uk/), responsible for building and
519 delivering enterprise client-server webapps, mostly with GWT, Java and .Net. 519 delivering enterprise client-server webapps, mostly with GWT, Java and .Net.
520 He runs the [dartwatch.com blog](http://blog.dartwatch.com/), and has written 520 He runs the [dartwatch.com blog](http://blog.dartwatch.com/), and has written
521 the book _Dart in Action_, which is available 521 the book _Dart in Action_, which is available
522 at [manning.com](http://www.manning.com/buckett). 522 at [manning.com](http://www.manning.com/buckett).
523 523
524 {% endcapture %} 524 {% endcapture %}
525 525
526 {% include tutorial.html %} 526 {% include tutorial.html %}
OLDNEW
« no previous file with comments | « src/site/docs/tutorials/shared-pkgs/index.markdown ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698