Giter Club home page Giter Club logo

edu_adm_pla_emu's Introduction

Educational Administration Platform Emulator

This is an simple emulator aim to implement Educational Administration Platform base on terminal user interface (TUI, but without GUI).

Session Launch

This idea is inspired by Unix, which has known as a multi-users system.

The first time you launch this program, the default user root generated automatily.

Default password of all users are their name, but you can optionally change it as your perfered. Just go to Account settings -> Change your password, noted that password must be more than 6 charactor.

Features

  • A cool character LOGO
  • Different types of users
    • Adminstrators (teachers)
      • Add and delete students
      • Add and delete exam subjects
      • Find student and operation
      • Sort the sequence of database
      • Show all contents of database
    • Normal Users (Students)
      • Show their own's scores
  • Account settings
    • Change their password
  • Simple Database
  • ...

How to build

For Unix-like users, simply clone this repository and make:

~ > git clone https://github.com/supdrewin/edu_adm_pla_emu.git
~ > cd edu_adm_pla_emu
~/edu_adm_pla_emu > make

NOTE:

  • If you using BSD, you should install bash before make.
  • For macOS users, if you don't have Csu, don't try to build with -static.

For MinGW-w64 (Windows), replace the make with mingw32-make work.

Alternately, you can buid Windows binary under Linux. Just set the CXX environment to your MinGW.

To Cross-Build for another architectures, make sure you have install their Toolkits, than change the CXX.

~ > export CXX=/path/to/your/c++

Contributing

This project has not completed and may need your help. If you meet BUGs or have a good idea for improve this program, just open a issue from here. And PR is welcome to opend here.

edu_adm_pla_emu's People

Contributors

supdrewin avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

chaixiang2002

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.