All Projects → daigaku-ruby → daigaku

daigaku-ruby / daigaku

Licence: other
Daigaku 大学 - Learning the Ruby programming language with a text-based interface

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to daigaku

klondike-rs
CLI Klondike Solitaire written in Rust
Stars: ✭ 32 (+45.45%)
Mutual labels:  terminal-based
TerminalLoggers.jl
Logging sinks and utilites for interactive terminals
Stars: ✭ 33 (+50%)
Mutual labels:  terminal-based
zterm
zterm is a terminal based typing game inspired by http://zty.pe/
Stars: ✭ 19 (-13.64%)
Mutual labels:  terminal-based
TerminalStocks
Pure terminal stock ticker for Windows.
Stars: ✭ 88 (+300%)
Mutual labels:  terminal-based
notnow
A terminal based task and TODO management software.
Stars: ✭ 25 (+13.64%)
Mutual labels:  terminal-based
spotify-terminal
Terminal application to play/control Spotify.
Stars: ✭ 61 (+177.27%)
Mutual labels:  terminal-based
cryptgo
A terminal application to watch crypto prices!
Stars: ✭ 123 (+459.09%)
Mutual labels:  terminal-based
TWchat
An Geek style terminal based WeChat client
Stars: ✭ 66 (+200%)
Mutual labels:  terminal-based
pygamelib
A (not so) small python library for console (as in terminal) game development. It is developed as a framework to help learn development and python in an entertaining way.
Stars: ✭ 34 (+54.55%)
Mutual labels:  terminal-based
tfex-rs
A simple terminal UI file manager
Stars: ✭ 29 (+31.82%)
Mutual labels:  terminal-based
xplr
A hackable, minimal, fast TUI file explorer
Stars: ✭ 2,271 (+10222.73%)
Mutual labels:  terminal-based
editor
A text editor written in Nim
Stars: ✭ 24 (+9.09%)
Mutual labels:  terminal-based
terminal printer
终端文字、图片字符画生成器
Stars: ✭ 30 (+36.36%)
Mutual labels:  terminal-based
resto
🔗 a CLI app can send pretty HTTP & API requests with TUI
Stars: ✭ 113 (+413.64%)
Mutual labels:  terminal-based
goverreport
Command line tool for coverage reporting and validation
Stars: ✭ 44 (+100%)
Mutual labels:  terminal-based
htui
Heroku Terminal User Interface
Stars: ✭ 109 (+395.45%)
Mutual labels:  terminal-based
ascii-chat
A terminal-based peer-to-peer (P2P) end-to-end-encrypted (E2EE) video chat application with text messaging, written in OCaml. Supports up to 4 clients. Supports connections over internet and LAN.
Stars: ✭ 20 (-9.09%)
Mutual labels:  terminal-based
pioneer-pro-dj-linux
Hopefully one day this application will be able to send files to a rekordbox compatible DJ player.
Stars: ✭ 23 (+4.55%)
Mutual labels:  terminal-based
jot
Command-line note-taking for minimalists
Stars: ✭ 24 (+9.09%)
Mutual labels:  terminal-based
tut
TUI for Mastodon with vim inspired keys
Stars: ✭ 165 (+650%)
Mutual labels:  terminal-based

Daigaku

Gem Version Travis Build

Daigaku (大学) is the Japanese word for university.

With Daigaku you can master your way of learning the Ruby programming language with courses that are created by the community.

Daigaku is a command line tool and a text based interface and provides you with a number of learning tasks and explanations about the Ruby programming language. You will learn Ruby step by step by solving small language-explaining programming tasks.

Installation

First of all make sure Ruby is installed on your computer. Daigaku works with MRI Ruby v2.5 or higher.

Then open a terminal and install Daigaku by running:

$ gem install daigaku

Get started

To get started open a terminal and run following line:

$ daigaku welcome

Daigaku will lead you through the setup and some important commands.

Command line interface

Daigaku’s command line interface provides several commands which you can use in your terminal to setup the system, download new courses, and navigate through your solutions.

Please visit the Daigaku Wiki to learn more about available commands.

Daigaku CLI screenshot

Daigaku screen

Daigaku’s text based interface—the Daigaku screen—shows your installed courses and allows you to navigate through their chapters and units. In the task view you can read the unit’s task and validate your solution code.

Please visit the Diagaku Wiki to learn how to use the Daigaku screen.

Daigaku screen screenshot

Contributing

We encourage you to contribute to Daigaku development and course creation.

This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant Code of Conduct.

Creating Daigaku courses

Daigaku is a great tool, but it’s nothing without courses to learn from. Go ahead and help with making Daigaku a worthwile and fun resource for learning Ruby!

Daigaku uses the course “Get started with Ruby” by default. Any contributions to the basic Daigaku course are more than welcome. To add chapters to the course fork it from https://github.com/daigaku-ruby/Get_started_with_Ruby and follow its guidelines for adding chapters or units.

You can also create your own Daigaku courses and make them available to the community. Learn how to create a Daigaku course in the Daigaku Wiki.

Development

Any ideas, feature proposals, filing and feedback on issues are very welcome. We use the git branching model described by nvie.

Here’s how to contribute:

  1. Fork it ( https://github.com/daigaku-ruby/daigaku/fork )
  2. Create your feature branch (git checkout -b feature/my-new-feature develop)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin feature/my-new-feature)
  5. Create a new Pull Request

Please try to add RSpec tests with your new features. This will ensure that your code does not break existing functionality and that your feature is working as expected.

Ah, don’t forget step 6: Celebrate that you made Daigaku a better tool after your code was merged in! :octocat: 🎉

License

Daigaku is released under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].