An open API service providing repository metadata for many open source software ecosystems.

Topic: "file-input-output"

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 Notebook - Size: 2.15 MB - Last synced at: 24 days ago - Pushed at: over 2 years ago - Stars: 228 - Forks: 235

MalikShujaatAli/CppEssentials

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

Language: C++ - Size: 355 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 2 - Forks: 0

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: Java - Size: 208 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

swetshaw/CodeInQuarantineTasks

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

Language: Python - Size: 28.3 KB - Last synced at: about 1 month ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

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# - Size: 18.6 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

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: Java - Size: 48.8 KB - Last synced at: about 2 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 1

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++ - Size: 9.77 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

Mandip47/Practice_of_structures_and_File_i-o

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

Language: C - Size: 229 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

NewGit1999/simple_shell

Alx team project

Language: C - Size: 57.6 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

zubair-ahmed-official/Blood-for-Life-Java-Project

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

Language: Java - Size: 158 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

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 - Size: 1.4 MB - Last synced at: 8 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

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++ - Size: 108 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

emmalu00/find-and-replace

Program that performs find and replace functionality on a given input file.

Language: C - Size: 6.84 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

SeanAtho/RMIT-Further-Programming-A1-MyCar

The system keeps a list of vehicles that users can choose from. It allows the user to book a vehicle for travelling in Melbourne. The list of vehicles is provided in Fleet.csv file . The first row in Fleet.csv file contains headers, and the rest of the rows contain the vehicle information.

Language: Java - Size: 67.4 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

abdurrahman4127/TheJavaBook

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

Language: Java - Size: 1.1 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

samuelselasi/simple_shell

Custom Linux Shell

Language: C - Size: 46.9 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 1

ShababAhmedd/CSE221-Algorithms

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

Language: Jupyter Notebook - Size: 383 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

kunwarAbhay/Employee-Management-Application

🧑‍💻Employee Management Application

Language: C - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

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: Python - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

muhammet-mucahit/Soccer-League

:soccer: Turkish Super League Scoreboard

Language: C - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

Sam-Byford/Stock-Search

Various searching and sorting algorithms used to analyse stock information

Language: C# - Size: 56.6 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

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++ - Size: 5.86 KB - Last synced at: about 6 hours ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

Related Topics
exception-handling 3 object-oriented-programming 2 strtok 2 simple-shell 2 algorithms 2 exceptions 2 graphical-user-interface 2 java 2 execve 2 bit-manipulation 2 string-manipulation 2 cpp 2 swing-gui 2 doubly-linked-list 1 oop 1 arraylist 1 file-directory 1 file-exception 1 file-exception-handeling 1 file-handling 1 ipython 1 ipython-notebook 1 data-structures 1 c-language 1 text-formatting 1 console-output 1 localization 1 error-handling 1 c-plus-plus 1 boost-filesystem 1 typedef 1 struct 1 linux-shell 1 header-files 1 cprogramming-language 1 unix-shell 1 selection-sort 1 telegram-bot-example 1 telegram-bot-python 1 telegrambot 1 webscraper 1 array-manipulation 1 core-principles 1 dynamic-memory-allocation 1 enumeration-types 1 iterative-loops 1 modular-functions 1 search-algorithms 1 sorting-algorithms 1 string-processing 1 user-defined-structures 1 dsa-algorithm 1 huffman-compression-algorithm 1 swing 1 python-files 1 python-tutor 1 python-tutorial-github 1 python-tutorial-notebook 1 python-tutorials 1 python4beginner 1 python4datascience 1 python4everybody 1 pythontutorial 1 tutor-milaan9 1 userdefined-exceptions 1 bot 1 breadth-first-search 1 python 1 python3 1 readcsvfile 1 telegram-bot 1 quick-sort 1 partition-algorithm 1 merge-sort 1 insertion-sort 1 dfs 1 bubble-sort 1 bracucse221 1 bracu 1 binary-search 1 adjacency-lists 1 turkish 1 terminal-app 1 soccer-matches 1 football-scores 1 football-league 1 football 1 fixtures 1 c 1 static-keyword 1 java-threading 1 java-networking 1 java-interfacing 1 java-hashmap 1 java-gui 1 java-collection 1 java-anonymous-class 1 java-abstraction 1 final-keyword 1 event-handling 1