Commit Graph

268 Commits

Author SHA1 Message Date
liv 63c50a3453 complete readme 2019-01-23 21:36:08 +01:00
lynn ed89ada148
Update README.md 2019-01-09 21:17:02 +01:00
lynn 3e0c25d24d
Update README.md 2019-01-09 21:13:39 +01:00
liv 2b31ae1afe add "logo" 2019-01-09 21:11:09 +01:00
liv 7907dedda6 clean up readme 2019-01-09 21:02:47 +01:00
Erik Vesteraas c37ba3e697
Merge branch 'new' into new-readme-more-explicit 2018-11-30 22:45:49 +01:00
delet0r 0973e60056 Created sub READMEs for CLI only version
Sub READMEs contain the relevant resources from the main
README of the web version. All second edition Rust Book links
were updated to the 2018 edition.

Fixed to typos in main README.md.
2018-11-26 16:43:42 +01:00
Erik Vesteraas 7f5ab6e1dc Continue work on new readme.
- Be more explicit re terminal commands
- Copy over "Need help?" section
- General wording
2018-11-26 15:07:34 +01:00
delet0r c5c32f4add README for CLI only version
This README mentions READMEs for every
exercise topic, those haven't been added yet.
2018-11-26 12:27:14 +01:00
olivia f7846af7ac right let's try this one again 2018-11-09 20:31:14 +01:00
olivia 54f58cd726 update docs 2018-05-22 22:27:51 +02:00
olivia 729217da2f add console output image 2018-05-22 21:03:19 +02:00
olivia 71a6041edf add some basic docs 2018-05-22 20:59:50 +02:00
olivia 32ac403da5 wipe readme 2018-04-26 21:21:28 +02:00
Carol (Nichols || Goulding) 65bedf2d90 Regenerate README 2018-03-06 01:11:29 +00:00
Carol (Nichols || Goulding) 56d7cdcfb1 Regenerate README 2018-03-05 15:08:02 +00:00
Carol (Nichols || Goulding) 510e9f884d
Update generated README 2018-03-04 16:34:22 -05:00
Carol (Nichols || Goulding) 1d20c22d3f
Update the updated book links 2018-03-04 16:31:07 -05:00
Carol (Nichols || Goulding) 291182d308
Merge remote-tracking branch 'origin/pr/62' 2018-03-04 14:32:27 -05:00
Carol (Nichols || Goulding) 956ffa9d7c
Fix line numbers
Fixes #69.
2018-03-04 14:26:56 -05:00
Carol (Nichols || Goulding) 70aa18699b
Make a handlebars helper that uses prlink to generate a link from a file 2018-03-04 14:11:11 -05:00
Carol (Nichols || Goulding) b11fb2f5a1
Redo line wrapping at 100 chars 2018-03-04 13:42:44 -05:00
Carol (Nichols || Goulding) 2ac0d5982c
Introduce handlebars to be able to do templating 2018-03-04 12:58:40 -05:00
Carol (Nichols || Goulding) 87d8131f1f
Start a script to regenerate README.md from a template
So far this doesn't actually do any templating, just adds a note about
the README being autogenerated :)
2018-03-04 12:41:55 -05:00
Carol (Nichols || Goulding) 7c10d8315b
Add filenames to the link 2018-03-02 20:12:24 -05:00
Stephen Slatky 34117ad9b9 Changed book links to second edition. 2017-09-02 23:28:13 -04:00
dineshmv 8f772651ee links updated 2017-06-17 10:44:37 +05:30
Carol (Nichols || Goulding) b5bbd7247a Link edits + new exs from jan-schreib, mwilli20, & QuietMisdreavus! β˜„οΈ 2017-03-19 10:15:57 -04:00
sarge 2079503b21 changed URLs to https scheme where possible 2016-08-15 07:02:36 +03:00
Carol (Nichols || Goulding) 32131ae811 Incorporate changes from @pindell-matt! πŸš€ 2016-07-05 09:00:56 -04:00
Matt Pindell cdcec9ca20 Update "strings2.rs" link
Add 1 new-line to the "strings2.rs" link on rust playground so that the hints at the bottom are completely obscured on initial load.

Used the "Shorten Link" option from the Playground to create the new url.
2016-07-04 13:58:21 -06:00
Carol (Nichols || Goulding) 17d830015c Too many dashes oops 2016-06-21 11:11:41 -04:00
Carol (Nichols || Goulding) 4378a2c5bf Add more hints, better test failures, etc to errorsn 2016-06-21 11:10:21 -04:00
Carol (Nichols || Goulding) 0b15e92738 Add another another error exercise 2016-06-21 10:40:32 -04:00
Carol (Nichols || Goulding) ae46dfd752 Add another error exercise 2016-06-21 10:07:21 -04:00
Carol (Nichols || Goulding) 6a376c1e3d Update the readme links, oops 2016-06-16 11:38:32 -04:00
Matthew J. Berger 95669896fa Update dead dining philosophers link to the 1.4.0 book example. 2016-06-07 15:56:55 -07:00
Carol (Nichols || Goulding) 3a172ccf30 Make strings2 less confusing, thank you @glenjamin!! πŸŽ‰
Fixes #41.
2016-04-19 16:15:21 -04:00
Carol (Nichols || Goulding) 4bf727cbf7 Incorporate ConnyOnny's iterator exercise!
- Deciding not to have solutions in the tree right now, until I figure
  out a more general way to handle that.
- The assertions work really great as tests, actually!
- Simplifying a few of the side points-- I think they deserve their own
  exercises :)
2016-04-19 16:00:30 -04:00
Carol (Nichols || Goulding) 65cc4cf12c Add jleedev's try!, From, and Error exercise! ✨
Made some modifications to clarify the structure since this is a bigger
example, also added some more hints.

Name it errorsn since I think we could still use more exercises between
errors1 and errorsn, but I've been sitting on these too long as it is :)
2016-04-16 11:29:33 -04:00
Carol (Nichols || Goulding) c21fb10ae4 Add an exercise for rewriting Option to be Result
In the case where you'd like to provide an explanation why the function
isn't able to do the thing, rather than just not doing the thing.
2016-04-16 10:53:39 -04:00
Carol (Nichols || Goulding) 4587266b82 Rename the first errors exercise to be about Option, link to it 2016-04-16 10:53:39 -04:00
Carol (Nichols || Goulding) d145c6334f Start an error handling section and move the result exercise there
I think this is a better categorization than "standard library types".
2016-04-16 10:53:39 -04:00
Jake Worth 4d51aeedb4 Fix typo 2016-04-09 12:52:53 -04:00
Seamus Connor ff94ef9254 Moved away from deprecated thread::sleep_ms
Refactored to use thread::sleep and time::Duration and updated link in
README.md
2016-02-08 14:26:23 -07:00
Carol (Nichols || Goulding) 89ee19802b Add links to the new primitive types exercises!!
Fixes #29, thank you @ruipserra!!
2016-02-07 12:35:57 -05:00
Douglas Correa 623cf4c90e Changing the IRC chanel to #rust-beginners 2016-02-03 16:37:51 -02:00
Carol (Nichols || Goulding) c2bd282af2 Make @ConnyOnny's example be 1st example in the `if` section! πŸŽ‰ 2015-11-17 17:59:18 -05:00
Carol (Nichols || Goulding) 492c6bf594 Update link in README for move semantics 1 2015-11-17 17:36:58 -05:00
Carol (Nichols || Goulding) 7af29d6211 Incorporate Arc exercise from @ConnyOnny!! 🌟 2015-09-30 21:10:26 -04:00
Constantin Berhard 874a891592 added Arc1 to the Readme.md
but without link to rust play
2015-09-30 21:10:24 -04:00
Carol (Nichols || Goulding) 159330932a Add a shared mutability between threads exercise
Closes #3. Thank you @jdm!!! ❇️
2015-09-29 14:39:25 -04:00
Carol (Nichols || Goulding) 8de7e3e072 Be more specific with what I'm talking about 2015-09-22 22:22:26 -04:00
Carol (Nichols || Goulding) 9057b5697d Rearrange comment to break up bulleted lists 2015-09-22 22:21:38 -04:00
Carol (Nichols || Goulding) c859550e6c Incorporate Move Semantics exercises from Felix's tutorial
πŸ‘ πŸ‘ πŸ‘

Connects to #6
2015-09-22 22:20:04 -04:00
Carol (Nichols || Goulding) c6b7f1ba25 Update TODO list 2015-09-20 18:38:05 -04:00
Carol (Nichols || Goulding) 2a23eaced6 Add some exercises about tests! 2015-09-20 18:31:41 -04:00
Carol (Nichols || Goulding) 93869014f4 Add some exercises about Strings and &strs! 2015-09-20 18:03:00 -04:00
Carol (Nichols || Goulding) ce3b710b13 Add jdm's Result exercise!! 😹
Fixes #10. Thank you!!!
2015-09-18 21:27:25 -04:00
Carol (Nichols || Goulding) 70f8153ed9 Start some primitive types exercises 2015-09-18 21:10:16 -04:00
Carol (Nichols || Goulding) 36a75c733e Just remembered another function one I wanted to do 2015-09-18 20:28:27 -04:00
Carol (Nichols || Goulding) 9336aed2b9 Add module exercises from jdm! πŸŽ‰
Fixes #9.
2015-09-17 22:21:56 -04:00
Carol (Nichols || Goulding) 6324eeafe7 Add some exercises about functions! 2015-09-17 21:12:00 -04:00
Carol (Nichols || Goulding) dbfab88e61 Add hints to the variable bindings exercises 2015-09-17 19:16:30 -04:00
Carol (Nichols || Goulding) 9cf4958982 Reorganize README to have variable bindings first, links to get help 2015-09-17 19:15:22 -04:00
Carol (Nichols || Goulding) f4c6dcf1d7 Add some exercises about variables! 2015-09-16 20:27:45 -04:00
Carol (Nichols || Goulding) 32900581b9 Add links to the playpen!!!! 2015-09-16 20:04:55 -04:00
Carol (Nichols || Goulding) fe7157f4de Create README.md 2015-09-14 22:32:54 -04:00