Giter VIP home page Giter VIP logo

fxlinux's Introduction

FxLinux is a mini Linux emulator program that runs on the fx-9860 series. It contains a terminal similar to Linux systems and takes input from the buttons in the same way as input from the rest of the calculator add-ins.

The program contains some commands in the F1-F6 buttons, which are :

F1:   It cleans the terminal of all contents
F2:   Switch between uppercase and lowercase letters
F3:   It shows you the commands available in the system
F6:   Stops the program/add-in

The program is a Linux emulator, So of course there will be text commands that you can use and interact with the system with, which are :

help:      It shows you the commands available in the system
exit:      Stops the program/add-in
shutdown:  Same thing as exit
clear:     It cleans the terminal of all contents
ls:        Display files and folders in the current path
cat:       Print the content of a specified file
uname:     Print system information
echo:      Print text in the terminal
cd:        Change the current path
rm:        Delete a specified file
rmdir:     Delete a specified folder
sleep:     Stop the system for several seconds
pwd:       Print the current path
touch:     Create an empty file
mkdir:     Make a folder
bash:      Run a bash script file for FX Linux. You can write the same terminal 
./ :         commands inside the file and then run it.

This program is the first program I wrote in the C language and also the first program I wrote for a calculator, so there are some strange errors. For example, the addin crash sometimes when using some commands such as : mkdir, rmdir, cat , etc.. ( after they are executed)

Also, dealing with paths is a bit clumsy, so make sure you are in the right place to point to a specific file or folder.

fxlinux's People

Contributors

mohdmot avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

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.