Commit Graph
100 Commits
Author SHA1 Message Date
Dan Buch a8a1bdaaa8 Associated func/constructor 2017-12-31 11:04:17 -05:00
Dan Buch dbe2abdbe7 Implement Rectangle.can_hold 2017-12-31 10:52:23 -05:00
Dan Buch 154344fc1d Rect area as method 2017-12-31 10:30:54 -05:00
Dan Buch 3211792108 More debug trait fun 2017-12-31 10:26:38 -05:00
Dan Buch 31e52d6224 Debug trait fun 2017-12-31 10:25:47 -05:00
Dan Buch 68db30f013 struct rect 2017-12-31 10:03:50 -05:00
Dan Buch cead47060a Tuple version of rect 2017-12-31 10:01:00 -05:00
Dan Buch e65f61d113 Struct rect stuff 2017-12-30 22:09:26 -05:00
Dan Buch 8266d81352 fun with string slices 2017-12-30 21:56:46 -05:00
Dan Buch e5b04eb8c4 usize version of first_word 2017-12-30 21:48:50 -05:00
Dan Buch 2c6ad398f1 Ref bits 2017-12-30 21:41:52 -05:00
Dan Buch e8ab9ba3de Explicit return borrowing fun 2017-12-30 08:49:54 -05:00
Dan Buch f9bbf54552 Playing with stack and heap copying 2017-12-30 08:03:47 -05:00
Dan Buch 5a74a5dc01 Heap bits 2017-12-29 22:07:38 -05:00
Dan Buch eace2dafe4 Ownership scope fun 2017-12-27 13:04:51 -05:00
Dan Buch c49281b26d For over reversed range 2017-12-22 10:33:02 -05:00
Dan Buch 7b25d7660d For over an array 2017-12-22 10:32:00 -05:00
Dan Buch 4ab48a6470 While over an array 2017-12-22 10:29:59 -05:00
Dan Buch 19b85a6a18 While with mut countdown 2017-12-22 10:28:49 -05:00
Dan Buch 03914257e0 Assign from condition 2017-12-22 10:27:43 -05:00
Dan Buch 462d440f1f branching time 2017-12-22 10:26:26 -05:00
Dan Buch 9136ef39c4 Init from func return with params 2017-12-22 09:10:20 -05:00
Dan Buch 17566db003 Init from a func return value 2017-12-22 09:09:12 -05:00
Dan Buch 093698d6d2 Assign from a block 2017-12-22 09:03:06 -05:00
Dan Buch 44afa4b13c Fun with funcs 2017-12-22 08:59:25 -05:00
Dan Buch 4f55c0c186 More var stuff 2017-12-22 08:52:25 -05:00
Dan Buch 85e8a9b8ea Rustbook up through ch03-01 2017-12-21 23:23:18 -05:00
Dan Buch 93f3ea5863 Removing the giveaway from the guessing game 2017-12-21 23:06:45 -05:00
Dan Buch ee08b35cc8 Looping and breaking 2017-12-21 23:05:33 -05:00
Dan Buch 71b5816a4d Guessing stuff with a shadowed var 2017-12-21 22:49:29 -05:00
Dan Buch 0f51230e76 Generate random secret number 2017-12-21 22:27:49 -05:00
Dan Buch d5ea5ee7c7 Add external dep for rand 2017-12-21 22:25:39 -05:00
Dan Buch fc77000e3a regen guessing game 2017-12-21 22:06:23 -05:00
Dan Buch a2527b6fd7 Hello cargo bits 2017-12-21 22:04:41 -05:00
Dan Buch 976a5f7a5d Booping around the rust book again 2017-12-21 21:58:54 -05:00
Dan Buch 727a3fdf85 Moving wherewhen elsewhere 2017-12-18 15:38:16 -05:00
Dan Buch b63a044965 Teensy name change eh 2017-12-18 13:22:41 -05:00
Dan Buch 79e6c7f48e Break out stock-ish google calendar bits + more fiddling 2017-12-18 13:20:21 -05:00
Dan Buch 96ad17d0cf What the submodule? 2017-12-18 11:15:50 -05:00
Dan Buch b001326342 A bit more with wherewhen becaus 2017-12-18 11:11:26 -05:00
Dan Buch 34d8e2dafb More algowhizbang that now almost matches manual calc 2017-12-17 22:26:40 -05:00
Dan Buch 355e07cf53 More whereing and whening 2017-12-17 22:03:46 -05:00
Dan Buch 460a0200d4 Adapting the calendar quickstart to "wherewhen" 2017-12-17 19:37:35 -05:00
Dan Buch 38e96aa0d0 Google calendar quickstart 2017-12-17 18:25:45 -05:00
Dan Buch 867780db33 how to vi 2017-11-25 08:18:41 -05:00
Dan Buch f431db5e26 More cron fun 2017-11-23 20:43:19 -05:00
Dan Buch 90245dd99a crontab fun 2017-11-23 20:41:21 -05:00
Dan Buch 6bb688b647 Working through opsschool.org 2017-11-23 20:34:31 -05:00
Dan Buch f68979b85e sctutorial ch 3.2 2017-11-20 17:59:13 -05:00
Dan Buch f9a9fb0ccb Up through ch 3.1 2017-10-10 09:33:54 -04:00
Dan Buch 83a47f5475 The rest of ch02 2017-10-08 19:55:20 -04:00
Dan Buch 670ec549f6 More bits in ch 2.4 2017-10-01 19:50:24 -04:00
Dan Buch 84a3f172b1 Chapter 2 part 2 2017-09-30 12:50:21 -04:00
Dan Buch 3481813b9c Chapter 2, part 1 2017-09-17 21:19:01 -04:00
Dan Buch ea98b2ff27 Working through chapter 1 of Nick Collins' tutorial 2017-09-17 20:51:05 -04:00
Dan Buch c9d391ceeb Other misc bits of sclang 2017-09-17 20:21:02 -04:00
Dan Buch 16246a7cee Getting more fancy with multiplication practice sheets 2017-08-02 16:01:10 -04:00
Dan Buch d463bc7443 Do some math practice goop 2017-07-29 20:30:44 -04:00
Dan Buch 51a91228ca MDN breakout content type separation 2017-01-03 21:47:55 -05:00
Dan Buch a94e815fc2 MDN breakout step 10 2017-01-03 16:52:24 -05:00
Dan Buch a649c14487 MDN breakout step 9
plus pausing
2017-01-03 16:32:05 -05:00
Dan Buch e9978041a7 MDN breakout step 8 2017-01-03 16:24:09 -05:00
Dan Buch b16dc17037 MDN breakout step 7 2017-01-03 16:02:32 -05:00
Dan Buch e29d51e439 MDN breakout step 6 2017-01-02 23:34:41 -05:00
Dan Buch 27d3f538ed MDN breakout step 5 2017-01-02 23:13:03 -05:00
Dan Buch 50cd7f411f MDN breakout step 4 2017-01-02 15:23:06 -05:00
Dan Buch f97e05aa11 MDN breakout step 3 2016-12-31 23:29:00 -05:00
Dan Buch af3e1f0b24 MDN breakout step 2 2016-12-31 23:00:16 -05:00
Dan Buch 8b0863984f Playing with the MDN breakout tutorial 2016-12-31 22:51:22 -05:00
Dan Buch f0bbf3fa8e Poking at the YouTube v3 API a bit 2016-12-30 23:16:01 -05:00
Dan Buch 3b7bbd5ff1 Doing some silly stuff with kiddos[0] 2016-09-29 18:07:11 -04:00
Dan Buch d548740ed0 Impl square for 3.1 2016-09-05 23:05:04 -04:00
Dan Buch af11c29d9c Impl rect_area for 3.1 2016-09-05 22:53:07 -04:00
Dan Buch e7e2d2749c Ex 3.1 2016-09-05 22:41:08 -04:00
Dan Buch 60689fd103 2.2 with activity 2016-09-05 22:33:22 -04:00
Dan Buch 0d0edf5629 Activity for 1.2.3 2016-08-31 11:48:09 -04:00
Dan Buch cb36ed01b2 Filling in 1.2.3 2016-08-31 11:35:28 -04:00
Dan Buch 78f5972b30 Activity for 1.2.2.1 2016-08-31 11:19:13 -04:00
Dan Buch 963fe0a864 Through 1.2.2.1 2016-08-31 11:18:25 -04:00
Dan Buch de02f07049 Done with 1.2.2 activities 2016-08-31 10:31:28 -04:00
Dan Buch da88fc810d Completed 1.2.2 bits 2016-08-31 10:29:25 -04:00
Dan Buch 9741f01b6e Completed 01 activities 2016-08-31 10:11:27 -04:00
Dan Buch fc7a5ee342 Working through rustbyexample 2016-08-31 10:08:33 -04:00
Dan Buch 23574cafae Finishing up guessing game 2016-08-31 08:00:15 -04:00
Dan Buch 0cbb22dad6 Moving into rustbook namespace 2016-08-30 22:50:20 -04:00
Dan Buch 051f50ec61 Working on the rust book moar 2016-08-30 22:49:38 -04:00
Dan Buch 7e650db47f Goofing with rust 2016-08-30 22:45:37 -04:00
Dan Buch ffbc653075 Let's use rust for this mkay 2016-08-30 22:44:29 -04:00
Dan Buch 14fa993a97 Buh bye 2016-08-30 22:33:21 -04:00
Dan Buch 4c3f00994a Gmail API but no 2016-08-30 22:30:08 -04:00
Dan Buch 69b5bd9a81 More gooping around with lcthw 2016-08-29 12:45:08 -04:00
Dan Buch b6de834a7b Add targets for docker stuff, remove bogus target 2016-07-24 18:01:01 -04:00
Dan Buch 120fbf58b6 How to find oneself 2016-07-10 21:29:23 -04:00
Dan Buch 670630bcdb How hard could it be 2016-07-04 08:36:53 -04:00
Dan Buch 81f5be99aa Goofing around with command line flag scanning 2016-05-31 07:47:22 -04:00
Dan Buch 43d54aa33b Copying over minunit to older locations 2016-04-21 17:41:24 -04:00
Dan Buch 5bf745f51d Starting to add tests for bstrlib
plus reporting assertion count via minunit
2016-04-21 17:40:12 -04:00
Dan Buch 8f91cf3d0c ex36 prep 2016-04-21 12:34:23 -04:00
Dan Buch 3fc7adac10 ex35 bits 2016-04-21 12:06:26 -04:00
Dan Buch fcf1c92608 First bit of ex35 2016-04-18 09:42:33 -04:00