Skip to content
Change the repository type filter

All

    Repositories list

    • minigrep

      Public
      CLI tool that supports limited functions of 'grep'
      Rust
      0000Updated Jan 5, 2020Jan 5, 2020
    • iterator

      Public
      Examples of iterator
      Rust
      0000Updated Jan 5, 2020Jan 5, 2020
    • trait

      Public
      Trait Examples
      Rust
      0000Updated Jan 5, 2020Jan 5, 2020
    • closure

      Public
      Examples of closure
      Rust
      0000Updated Jan 5, 2020Jan 5, 2020
    • Examples and notes about writing automated tests
      Rust
      0000Updated Dec 24, 2019Dec 24, 2019
    • lifetimes

      Public
      Examples and notes for Lifetimes
      Rust
      0000Updated Dec 22, 2019Dec 22, 2019
    • generic

      Public
      Generic Type
      Rust
      0000Updated Dec 19, 2019Dec 19, 2019
    • error

      Public
      Error handling examples
      Rust
      0000Updated Dec 17, 2019Dec 17, 2019
    • A text interface to allow a user to add employee names to a department in a company.For example, “Add Sally to Engineering” or “Add Amir to Sales.” Then let the user retrieve a list of all people in a department or all people in the company by department, sorted alphabetically.
      Rust
      0000Updated Nov 26, 2019Nov 26, 2019
    • Convert strings to pig latin. The first consonant of each word is moved to the end of the word and “ay” is added, so “first” becomes “irst-fay.” Words that start with a vowel have “hay” added to the end instead (“apple” becomes “apple-hay”).
      Rust
      0000Updated Nov 24, 2019Nov 24, 2019
    • Given a list of integers, use a vector and return the mean (the average value), median (when sorted, the value in the middle position), and mode (the value that occurs most often) of the list.
      Rust
      0000Updated Nov 23, 2019Nov 23, 2019
    • modules

      Public
      Using restaurant as an example to illustrate modules
      Rust
      0000Updated Nov 9, 2019Nov 9, 2019
    • Print the lyrics of "The Twelve Days of Christmas"
      Rust
      0100Updated Oct 27, 2019Oct 27, 2019
    • fibonacci

      Public
      Calculated nth Fibonacci number
      Rust
      0000Updated Oct 26, 2019Oct 26, 2019
    • Convert temperatures between Fahrenheit and Celsius
      Rust
      2500Updated Oct 26, 2019Oct 26, 2019
    • The game for users to guess a number generated randomly by the program
      Rust
      0000Updated Oct 22, 2019Oct 22, 2019