file-input-output

There are 23 repositories under file-input-output topic.

  • milaan9/05_Python_Files

    Python too supports file handling and allows users to handle files i.e., to read and write files, along with many other file handling options, to operate on files. The concept of file handling has stretched over various other languages, but the implementation is either complicated or lengthy, but like other concepts of Python, this concept here is also easy and short. Python treats files differently as text or binary and this is important.

    Language:Jupyter Notebook22910233
  • MalikShujaatAli/CppEssentials

    Master essential C++ concepts effortlessly with CppEssentials. Clear programs, organized categories—your pathway to proficiency.

    Language:C++2100
  • swetshaw/CodeInQuarantineTasks

    This repository contains the solutions to the tasks provided in CodeInQuarantineTasks repository.

    Language:Python2100
  • vmsaif/coffeeShopSystem

    Coffee Shop System is a Java program that simulates a coffee shop, including customer and ingredient classes, drink and drink order classes, and a coffee shop class. The project involved implementing sorting and searching algorithms.

    Language:Java211
  • adrianco12/Computer-Donation-Project

    This program keeps track of donated computer parts in C#. It utilizes a GUI and includes Object Oriented Programming Principles.

    Language:C#110
  • danieldotwav/Space-Delimited-Formatter

    This program reads text from "input.txt", formats it by adding a space after each line, and outputs the formatted text to both "Formatted.txt" and the console. It's a simple utility for basic text manipulation and formatting.

    Language:C++110
  • Hendrizzzz/Computer-Programming-2-Finals-Project-1-Curriculum-Monitoring

    The Curriculum Monitoring Application designed to assist users in managing their academic curriculum. It provides an interface for tasks such as viewing course details, entering grades, calculating GPA, and editing course information.

    Language:Java1101
  • Student-Management-System

    Mandip47/Student-Management-System

    Simple C Project with different functionalities like percentage calculation of students, storing attendance ,and other info and save it in a seperate file

    Language:C110
  • NewGit1999/simple_shell

    Alx team project

    Language:C1100
  • Samarth5101/The_.C_Journey-Basic

    This repository contains all C language codes written by me during my learning of Basic C Language.

    Language:C1100
  • ShababAhmedd/CSE221-Algorithms

    This repository contains all the lab assignments done in the CSE221 course of BracU.

    Language:Jupyter Notebook1100
  • zubair-ahmed-official/Blood-for-Life-Java-Project

    A console project for donating and receiving required group of blood.

    Language:Java1100
  • Eng-Mohamed-Raya/Quraan-Playlist-Manager-Simulation-System

    Quraan Playlist Manager is a C++ project for managing and organizing playlists of Quranic surahs. It allows users to add or remove playlists and surahs, modify the order of surahs within the list, and view details of the lists and surahs. It also allows saving and retrieving playlists to and from files.

    Language:C++00
  • kunwarAbhay/Employee-Management-Application

    🧑‍💻Employee Management Application

    Language:C0100
  • Sam-Byford/Stock-Search

    Various searching and sorting algorithms used to analyse stock information

    Language:C#0000
  • samuelselasi/simple_shell

    Custom Linux Shell

    Language:C0101
  • abdurrahman4127/TheJavaBook

    this repo contains a bunch of java code snippets and examples covering topics like threading, networking, interfacing, fileI/O, anonymous class, event handling, GUI, abstraction, collection, exception, hasing, mapping, static/final keyword, and many more

    Language:Java10
  • krishs-23/CSAFinalProject-StudentManagementSystem

    My Final Project for my AP Computer Science A class: A Student Management System

    Language:Java
  • muhammet-mucahit/Soccer-League

    :soccer: Turkish Super League Scoreboard

    Language:C10
  • patrickmoffitt/file_io

    Example code for basic file input/output with robust error handling provided by Boost::filesystem. Locales support US English and FR French.

    Language:C++10
  • swastikchauhan28/file-compression-system

    A Java application for compressing and decompressing text files using Huffman Coding. Includes a GUI for easy file selection, compression, and decompression.

    Language:Java
  • tirthamaiti001/C-practice

    My journey of learning C language.

    Language:C
  • YanivWein24/Password_Manager

    A Password Manager written in Python. This project uses File I/O in order to save all the user data in the ROM, making it accessible all the time.

    Language:Python21