Skip to content
#

operatingsystem

Here are 59 public repositories matching this topic...

BoxSys is a work in progress text base operating system coded in Python, it will allow you to edit files and directories at a basic level , it will have custom permission levels and accounts, everything will be encrypted with a password of your choice which will be encrypted with itself! Eventually we may even make it possible to make a plugin!

  • Updated Aug 12, 2023
  • Python

Python os module provides a portable way of using operating system dependent functionality. If you just want to read or write a file see open(), if you want to manipulate paths, see the os.path module, and if you want to read all the lines in all the files on the command line see the fileinput module.

  • Updated Dec 29, 2022
  • Python

This project was made as an Assignment for a core subject in our 2nd year of B.Tech of CS. All practical applications of Operating System Subject have been implemented in this App. It is coded using Flutter Framework by Google which uses Dart as a base language. We worked in 3 teams during this project and have implemented CPU Scheduling, Page R…

  • Updated Sep 6, 2021

Improve this page

Add a description, image, and links to the operatingsystem topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the operatingsystem topic, visit your repo's landing page and select "manage topics."

Learn more