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

GitHub topics: file-handling

openPMD/openPMD-api

:floppy_disk: C++ & Python API for Scientific I/O

Language: C++ - Size: 21.7 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 147 - Forks: 52

KrishBharadwaj5678/CloudBuddy

CloudBuddy is a simple and reliable cloud storage solution that lets users upload and access files effortlessly. It offers fast file uploads, quick access through unique file IDs, and an intuitive interface.

Language: Python - Size: 55.7 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

Fady-Esam/cpp-practical-projects

Practical C++ with hands-on projects, applications, and functional examples

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

Mthayyab44/OpenLoom

OpenLoom is a fast and efficient file reader for Java that adapts to your needs with zero configuration. It leverages asynchronous processing to ensure smooth performance, making file handling straightforward and effective. πŸ™πŸ“‚

Language: Java - Size: 22.5 KB - Last synced at: 2 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

AmruthGudigar111/Programming_Exercises_Python_Learning

10 beginner-friendly Python programs covering basic I/O, conditionals, loops, strings, functions, files, OOP, and more.

Language: Python - Size: 4.88 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0

rasishil26/Library_Catalog_CL

Command-line Python project to add, view, and search books in a personal library catalog using file handling.

Language: Python - Size: 9.77 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

FarGroup/FarManager

File and Archive Manager

Language: C++ - Size: 182 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1,923 - Forks: 214

LULBI256/WebSort

WebSort is an interactive web-based sorting algorithm visualizer that allows users to observe and compare various sorting algorithms in real-time.

Language: JavaScript - Size: 306 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

Brenin0001/nato-alphabet-intermediate

This program generates a NATO phonetic list for user-entered words using the create_phonetic_list() function. It validates input via try-except blocks, reads data with pandas from a CSV file, processes it into a dictionary using dict comprehension, and offers an interactive option to continue or exit.

Size: 1000 Bytes - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

unlimxts2/password-manager-intermediate

A Password Manager app with a GUI to store, manage, and retrieve passwords. It generates random passwords, auto-copies to clipboard, and saves credentials (website, username, password) in JSON. Features include error handling, input validation, search functionality, and a lock icon for a professional look.

Size: 1000 Bytes - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

Rumaisas-islam/cake-world

🍰 A sweet and simple Python CLI app to manage your favorite cake recipes β€” add, view, edit, delete, and list them easily!

Language: Python - Size: 0 Bytes - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

whoisjayd/Bank-Management-System πŸ“¦

This is a MySQL project integrated with python as an CBSE assessment.. Read Readme.md For more info

Language: Python - Size: 17.3 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

Isco81/password-manager-intermediate

Securely manage your passwords with this Python-based Password Manager. Features include random password generation, clipboard support, and a user-friendly GUI. πŸ”’πŸ’»

Language: Python - Size: 56.6 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

ull0sm/Drawer

Drawer automates single-elimination draw systems, ensuring fairness with balanced group allocation and bias-free brackets. Now enhanced with Docker, it eliminates dependency issues for seamless event management.

Language: Python - Size: 495 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

ShaliniVerma21/Core-Java-Programming-Batch-22ndMarch-2025

Master Core Java with Day-wise Programs, Assignments, Projects, and Interview Questions for 2025 Batch Students! Collaborative Space: Share and grow with the community.

Language: Java - Size: 185 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 1 - Forks: 0

developedbyrk/password-manager

A beginner-friendly Python command-line application to store and retrieve passwords using basic file handling.

Language: Python - Size: 0 Bytes - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0

pandyamihir/Arbitrary_Precision_Calculator-APC

A C implementation of big-number arithmetic, supporting unlimited-precision calculations (memory-bound). Performs +, -, Γ—, Γ· on huge integers/floats using custom algorithms. Demonstrates efficient digit storage and memory management. Great for learning low-level number handling in C.

Language: C - Size: 0 Bytes - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

pandyamihir/Inverted_Search_Engine

This project implements an efficient inverted index using hashing. It first builds a forward index (word β†’ documents) and inverts it for fast lookups. The hash-based design ensures O(1) average insertion and query times, enabling scalable text search for search engines and document retrieval systems by mapping words to their document locations.

Language: C - Size: 0 Bytes - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

ThaUnknown/pwa-haven

Collection of small, fast, simple PWA's to replace native OS apps.

Language: Svelte - Size: 48.7 MB - Last synced at: about 21 hours ago - Pushed at: over 1 year ago - Stars: 199 - Forks: 13

AfiaaAziz/Boutique_Management_System_ComputerNetworks

Boutique Management System (TCP) is a C++ client-server application built with Winsock2 to manage boutique operations like dresses, customers, orders, images, and text conversion over a reliable TCP connection. Designed for a networking course, it demonstrates multithreading, file handling, and socket programming in a real-world use case.

Language: C++ - Size: 244 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

heinrichb/bootdotdev_bookbot

πŸ“š A Python bot that summarizes book data, built to practice Python fundamentals and file handling.

Language: Python - Size: 166 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

Saptha-Harsh/Text-Sentiment-Analysis

Performing text sentiment analysis on numerous websites and determining their text sentiment scores using NLP and python programming.

Language: Python - Size: 0 Bytes - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

blaiz2023/Email-Attachment-Transformer

Can't email your important files through? Tired of being messed about? Then pack them inside an image with Email Attachment Transformer and send them off.

Language: Pascal - Size: 25.6 MB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

giovanny-c/projeto-01

App for generate and manage receipts.

Language: TypeScript - Size: 2.13 MB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 1 - Forks: 0

Rumaisas-islam/recipe-book

✨ A simple command-line based Recipe Book built with Python. πŸ“’ Add, view, edit, delete, and list recipes stored in a text file using user-friendly menu options. πŸ§‘β€πŸ³ Perfect for beginners learning file handling, regular expressions, and basic OOP in Python.

Language: Python - Size: 10.7 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

devspidr/pythonfile Fork of soundar718/pythonfile

I'm currently learning Python, and this repository contains basic scripts and practice programs for my personal reference. It's a work-in-progress as I explore Python concepts like file handling, data I/O, and scripting.

Size: 1.95 KB - Last synced at: 11 days ago - Pushed at: 28 days ago - Stars: 1 - Forks: 0

arnav200525/Typing-speed-test

This is a Typing Speed Tester built using Python. The program randomly selects a sentence and challenges the user to type it as quickly and accurately as possible.

Language: Python - Size: 3.91 KB - Last synced at: about 10 hours ago - Pushed at: 16 days ago - Stars: 0 - Forks: 0

Chirrenthen/ShelfSync

An advanced library management system built using Python🐍

Language: Python - Size: 14.6 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

havocesp/patool Fork of wummel/patool

patool is a portable command line archive file manager

Language: Python - Size: 23 MB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 1 - Forks: 0

z1ph1us/mnemonic-address-matcher

This high-performance tool is designed to efficiently match cryptocurrency addresses from large datasets against lists of funded addresses. It's built for speed and handles massive files with grace.

Language: C++ - Size: 53.7 KB - Last synced at: 16 days ago - Pushed at: 25 days ago - Stars: 0 - Forks: 0

WafflesTasty/utilities-data.access

The 'Data Access' library contains utilities to read and write files from hard disk or memory.

Language: Java - Size: 130 KB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 0 - Forks: 0

dylanpicart/excel_api_access

Multithreaded web scraping and API access using httpx, Selenium, Asyncio, and Concurrent.futures. Automates downloading and storing Excel datasets from publicly available NYC data sources. Features robust logging, error handling, virus scanning, and parallel processing for uninterrupted execution. CI/CD pipeline for testing & packaging

Language: Python - Size: 112 KB - Last synced at: 16 days ago - Pushed at: 27 days ago - Stars: 0 - Forks: 0

AdityaSreevatsaK/Useful-Code-Snippets

Useful-Code-Snippets is a collection of practical and reusable code snippets for various everyday programming tasks. It serves as a handy reference for automating, optimising, and simplifying common operations across different domains.

Language: Python - Size: 61.5 KB - Last synced at: 7 days ago - Pushed at: 27 days ago - Stars: 0 - Forks: 0

ilhamn3/ilhamnn

A servlet-based student course management system with file handling and web interface.

Language: Java - Size: 17.3 MB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 0 - Forks: 0

lischilpp/ai-file-processor

AI file processor powered by LLM-generated code, executed in a containerized environment.

Language: Python - Size: 1.65 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

dannyKenneth/kangaroo-long-jump

A game based on grade 11 2D kinematics. Your goal is to grow a kangaroo by jumping across obstacles and catching food. This is a project created for grade 11 computer science.

Language: Python - Size: 9.77 KB - Last synced at: 14 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

Dupanshu/FIleHandling

Language: C# - Size: 0 Bytes - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

HasithaErandika/MedicalAppoinmtentSystem

A beginner-friendly Java-based web application for scheduling medical appointments using Servlets, JSP, and plain text files β€” built as a university project to demonstrate OOP, file handling, and custom sorting logic.

Language: Java - Size: 4.54 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

Moazzamkhan19/Event-Managment-System

A java based managment system for cricket sports event using framework javafx addtionally using file handling to store data

Size: 26.4 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

WenHao1223/library-management-sys

A JavaFX-based Library Management System with CSV data storage, supporting book search, borrowing, and returns through a user-friendly GUI.

Language: Java - Size: 2.12 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

gautamk2911/Java-Tutorials

A comprehensive collection of beginner-friendly and intermediate Java tutorials designed to build strong foundational skills. Includes step-by-step code examples, practical exercises, and clear explanations covering core concepts like OOP, collections, exception handling, file I/O, and more.

Language: Java - Size: 169 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

elektronaut/dynamic_image

DynamicImage is a Rails plugin that simplifies image uploading and processing

Language: Ruby - Size: 891 KB - Last synced at: 8 days ago - Pushed at: 24 days ago - Stars: 8 - Forks: 0

elektronaut/dis

A file store for your Rails app

Language: Ruby - Size: 323 KB - Last synced at: 11 days ago - Pushed at: 24 days ago - Stars: 1 - Forks: 1

Ackrome/CrowdGit

CrowdGit β€” это ΠΏΡ€ΠΈΠ»ΠΎΠΆΠ΅Π½ΠΈΠ΅, Ρ€Π°Π·Ρ€Π°Π±ΠΎΡ‚Π°Π½Π½ΠΎΠ΅ для упрощСния процСсса синхронизации ΠΈ управлСния ΡƒΡ‡Π΅Π±Π½Ρ‹ΠΌΠΈ ΠΌΠ°Ρ‚Π΅Ρ€ΠΈΠ°Π»Π°ΠΌΠΈ, Ρ€Π°Π·ΠΌΠ΅Ρ‰Π΅Π½Π½Ρ‹ΠΌΠΈ Π½Π° ΠΏΠ»Π°Ρ‚Ρ„ΠΎΡ€ΠΌΠ΅ GitHub. Оно ΠΏΡ€Π΅Π΄Π½Π°Π·Π½Π°Ρ‡Π΅Π½ΠΎ для всСх, ΠΊΡ‚ΠΎ Ρ€Π°Π±ΠΎΡ‚Π°Π΅Ρ‚ с ΡƒΡ‡Π΅Π±Π½Ρ‹ΠΌΠΈ ΠΌΠ°Ρ‚Π΅Ρ€ΠΈΠ°Π»Π°ΠΌΠΈ Π½Π° GitHub.

Language: Python - Size: 2.61 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Vikashkatiyar/Movie_Api_Backend

The Spring Boot MovieApi Backend, leveraging Java 17, integrates file handling, pagination, JWT authentication, and a three-layered architecture. This ensures efficient media storage, optimized data presentation, secure authentication, and a modular codebase for managing movie-related data reliably and securely.

Language: Java - Size: 2.59 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 5 - Forks: 0

athrocks/OS

A comprehensive collection of Operating Systems lab programs and theoretical concepts implemented in C and Shell Script. This repository covers essential OS topics such as process synchronization, multi-threading, deadlocks, memory management, system calls, and shell scripting β€” ideal for academic assignments and practical learning.

Language: C - Size: 284 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

AkitaEngineering/Akita-Supermodem

Akita Supermodem is a Python library implementing a robust file transfer protocol designed for low-bandwidth, potentially unreliable mesh networks like Meshtastic.

Language: Python - Size: 63.5 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

mdbentaleb/Get_next_line_42

πŸ” Efficient single-line reader function for handling file descriptors πŸ“‚, built for the 42 Network's Get Next Line project πŸ–₯️.

Language: C - Size: 401 KB - Last synced at: 20 days ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

Nishant-444/BankEase

BankEase – A simple and secure banking system in C++, allowing users to create accounts, deposit, withdraw, and check balances with ease. It features a user-friendly interface, secure login system, and efficient transaction handling. This project is ideal for learning basic banking operations and C++ programming concepts. πŸš€

Language: C++ - Size: 155 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

devansh-tewari-15/banking-system-java

A multithreaded Java-based banking system with file locking, secure user authentication, transaction logs, and admin control panel. Designed for robust account operations and concurrency handling.

Language: Java - Size: 18.6 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

DziwiszBB/Simple-ToDo-App

A simple console-based To-Do list application written in Python to practice basic programming concepts like functions, loops, and file handling.

Language: Python - Size: 1000 Bytes - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Sohamnimbalkar07/Core-Java

A dedicated repository showcasing my Core Java learnings, featuring deep dives into OOP concepts, exception handling, collections framework, file handling, threading, Java 8 features, serialization, and deserialization.

Language: Java - Size: 7.43 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

pksh-23514/Python-Resources

Study Material on Python Coursework.

Language: Python - Size: 76.2 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Busradeveci/lottery_validator_project

This Python script filters out incorrectly formatted lines in the `lottery_numbers.csv` file and saves only the valid ones in `correct_numbers.csv`.

Language: Python - Size: 4.88 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Busradeveci/Team-Points-Calculator-Project

Reads team statistics from a file (statistics.txt) and calculates points based on wins, losses, and ties.

Language: Python - Size: 2.93 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

singhrdeep/contactManager

A C-based command-line application for managing employee contact records using binary files and dynamic memory. Includes features for adding, retrieving, searching, and persisting structured data through a custom binary file format.

Language: C - Size: 23.4 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Samuelson777/Personal-Diary-Application

A simple command-line diary application in Python that allows users to add, view, and delete diary entries. Features persistent storage using JSON for easy access and management of personal reflections.

Language: Python - Size: 8.79 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Asingh-2430/Library-Management-System

The Library Management System is a console-based application developed in C++ that enables efficient handling of library resources. Designed with simplicity and usability in mind, the system provides core functionalities to manage books and user interactions through a text-based menu.

Language: C++ - Size: 14.6 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Rahullkumr/PythonProgramming

Programming questions and materials from Prabhu Sir (PySpider)

Language: Python - Size: 8.57 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 4 - Forks: 0

PerminovEugene/messy-folder-reorganizer-ai

πŸ€– AI-powered CLI for file reorganization. Runs fully locally β€” no data leaves your machine.

Language: Rust - Size: 438 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 14 - Forks: 0

MayankGupta-dev08/LearningJava

me learning java

Language: Java - Size: 87.7 MB - Last synced at: 18 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

mbdanielcrespo/Get_next_line

A function that reads a file and returns the next line on each subsequent call.

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

chanukamullevidana/Hospital-OPD-Management-System

OPD Management Desktop Application for OOP group project at USJ πŸ’–πŸš€

Language: Java - Size: 45 MB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 17 - Forks: 8

cmatosbc/penelope

Asynchronous file handler in PHP 8.1+ using Fibers

Language: PHP - Size: 53.7 KB - Last synced at: about 2 months ago - Pushed at: 7 months ago - Stars: 3 - Forks: 0

iNoles/StudentReports

Language: C++ - Size: 107 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

elifirinci/java-examples

A collection of Java examples covering Object-Oriented Programming (OOP) concepts and various Java techniques. Perfect for learners and developers looking to enhance their Java skills!

Language: Java - Size: 73.2 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

ProgrammerKR/UltraUtils

UltraUtils is a powerful Python utility library designed to simplify everyday programming tasks. It provides essential functions for string manipulation, file handling, data processing, math operations, and more. UltraUtils is lightweight, efficient, and developer-friendly, making coding faster and easier.

Language: Python - Size: 22.5 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

nabilac27/42-pipex

pipex is a C program that simulates a shell pipeline, using pipes and process management to execute commands, handle file redirection, and facilitate inter-process communication.

Language: C - Size: 1.49 MB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Raqibreyaz/Multithreaded-Proxy-Web-Server-With-Cache

Language: C - Size: 101 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

nixrajput/bus-reservation-system-cpp

This repository contains the Bus Reservation System Management project developed using Object Oriented Programming (OOP) and File Handling concepts in C++.

Language: C++ - Size: 1.09 MB - Last synced at: about 2 months ago - Pushed at: 11 months ago - Stars: 20 - Forks: 7

0xARCOS/get_next_line

A C function that reads a line from a file descriptor, implementing a buffer system for efficient reading. Part of the 42 School curriculum.

Language: C - Size: 12.7 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

JeelDobariya38/PyFileHandling

PyFileHandling is a python package. Which help user in handling there file and give necessary function to user for some file manipulation operation.

Language: Python - Size: 156 KB - Last synced at: about 14 hours ago - Pushed at: 6 days ago - Stars: 0 - Forks: 1

Adamo08/OrderProcessingSystem

An automated system for processing customer orders from JSON input, validating data, and synchronizing with a database while managing errors and outputs.

Language: Java - Size: 13.5 MB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 5 - Forks: 0

gruzewson/ExternalFileSorting

External sorting algorithm with large buffers to efficiently handle datasets larger than available RAM. It simulates real-world disk I/O operations

Language: Java - Size: 483 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

kanavgoyal898/matrix-library

This C++ library offers robust classes and functions for working with matrices and fractions, simplifying complex mathematical computations. It includes features for matrix operations, CSV file I/O, and various utility functions for diverse mathematical tasks.

Language: C++ - Size: 55.7 KB - Last synced at: 15 days ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

bravooo92/Core-Java-Programming-Batch-22ndMarch-2025

Day-wise Core Java examples and programs, designed to master Core Java step-by-step. Collaborative Space: Share and grow with the community.

Language: Java - Size: 2.93 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

cagan3131/Ultimate-Bank-System-Python

A powerful, secure, and user-friendly Python-based bank account management system. Features include deposits, withdrawals, balance checking, and advanced input validation. Designed for efficiency with enhanced UI and error handling. πŸš€

Language: Python - Size: 896 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Scorpioqueen314/TeraCopy-Pro

TeraCopy Pro is a powerful file transfer utility designed to accelerate the copying and moving of files. With advanced error recovery, pause and resume capabilities, and detailed transfer progress information, it optimizes file management for improved efficiency and reliability

Size: 0 Bytes - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

jmcamposdev/Java-Book-Exercises

πŸ“š Welcome to the β˜•οΈ code exercise repository for the Paraninfo Programming book by Alfonso JimΓ©nez MartΓ­n and Francisco Manuel PΓ©rez Montes (ed. Paraninfo)! πŸ‘¨β€πŸ’» Improve your coding skills with carefully written and commented exercises πŸ“, ranging from simple to complex.

Language: Java - Size: 617 KB - Last synced at: 2 months ago - Pushed at: about 2 years ago - Stars: 8 - Forks: 3

DarshanScripts/shopping-mart

HTML, CSS, JS for dynamic forms. Database stores in 'Item' relation. Image validation (200KB, JPG, JPEG, BMP, PNG). Retrieve and display products by price range without page reload. Key concepts: HTML, CSS, JS, DB, Dynamic updates.

Language: PHP - Size: 263 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

umairshabbir-83/Login-Feature-Using-CPP-File-Handling

Login Feature πŸ”’

Language: C++ - Size: 2.93 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Thiagx08/BUE-Introduction-to-Programming-and-Problem-Solving

A comprehensive C++ learning resource with 50+ programming exercises for BUE students, from basics to advanced problem-solving.

Size: 1.95 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

AritraAmbudhDutta/Library-Management-System

An efficient C++ application for managing library operations with multi-user support, book reservations, and fine management. Supports students (3-book limit), faculty (5-book limit), and librarian roles with different privileges. Features detailed borrowing history and persistent data storage.

Language: C++ - Size: 229 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Nuraj250/PDFWizard

An automated tool to merge and split PDF files effortlessly. Supports batch processing, page range selection, and file compression. Ideal for document management, report handling, and office productivity.

Language: Python - Size: 198 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

anupdkl99/C-Project1

This is a mini project in C that implements an Online Voting System. It is designed to provide a simple and secure way to conduct elections, ensuring fair voting procedures. The system allows users to cast votes for candidates while maintaining transparency and preventing duplicate voting.

Language: C - Size: 7.81 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

AbdullahRFA/140_Python_basic_program

This repository contains a collection of 140+ Python programs covering a wide range of fundamental concepts and problem-solving techniques. It is designed to help beginners and intermediate learners strengthen their Python skills through hands-on practice.

Language: Python - Size: 123 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

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: about 1 month ago - Pushed at: over 2 years ago - Stars: 228 - Forks: 234

pranjalco/nato-alphabet-intermediate

This program generates a NATO phonetic list for user-entered words using the create_phonetic_list() function. It validates input via try-except blocks, reads data with pandas from a CSV file, processes it into a dictionary using dict comprehension, and offers an interactive option to continue or exit.

Language: Python - Size: 31.3 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

pranjalco/mail-merger-simple

This program automates the creation of personalized invitation letters. It reads a template letter from a text file, replaces the [name] placeholder with actual names from another text file, and saves each personalized letter in a designated folder.

Language: Python - Size: 11.7 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

AmrTamerTech/BankSystem-OOP-Cpp

An object-oriented C++ bank system with client management, financial transactions, user roles, and a currency exchange module.

Language: C++ - Size: 36 MB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

codecentric/reedelk-module-file

Reedelk File module

Language: Java - Size: 152 KB - Last synced at: 26 days ago - Pushed at: about 4 years ago - Stars: 5 - Forks: 1

pranjalco/birthday-wisher

This project automates birthday wishes by checking the birthday.csv file for birthdays matching the current date. If found, it picks a random template from letter_templates, replaces [NAME] with the person's name, and uses Python's smtplib to send the email. Perfect for personalized automation!

Language: Python - Size: 8.79 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

pranjalco/flash-card-project

The Flash Card Project is designed to help users learn new languages effectively. The application displays a flashcard with a French word on the front and its English translation on the back. Every 3 seconds, the card flips to show the other side. Users can interact with the app using two buttons: β€œRight” and β€œWrong”.

Language: Python - Size: 133 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

pranjalco/password-manager-intermediate

A Password Manager app with a GUI to store, manage, and retrieve passwords. It generates random passwords, auto-copies to clipboard, and saves credentials (website, username, password) in JSON. Features include error handling, input validation, search functionality, and a lock icon for a professional look.

Language: Python - Size: 53.7 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

AdityaPandey-DEV/Java-Practical

This repository contains various Java programs that demonstrate different concepts of Java programming, including data structures, algorithms, multithreading, file handling, and object-oriented programming. Each file is labeled with a unique identifier for easy reference.

Language: Java - Size: 39.1 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

drswastik/BANK_OF_IITIANS

BANK MANAGEMENT SYSTEM MADE BY SWASTIK PANDA,SWASTIK PANIGRAHI,SAMBIT MOHANTY,BIBHU BISWAJIT JENA

Language: C - Size: 5.3 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Muawiya-contact/Task-Manager-Java

Task Manager in Java is a command-line app for managing tasks. Users can add, view, and delete tasks, which are stored in tasks.txt for persistence. It uses Java, Scanner, and file handling. Ideal for beginners learning Java and file operations. πŸ“© Contact: [email protected]. πŸš€

Language: Java - Size: 3.91 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

dannyruffolo/QT9_QMS_File_Sorter

Check out the source code for the QT9 QMS File Sorter program. This tool automatically detects newly created files in specified folders, moves them to matching folders based on predefined names, and appends the creation date to each file name for organized storage.

Language: Python - Size: 34.2 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 1

AsadiAhmad/Hospital-Managment

Managment App with JavaFX framework for Advanced Programming Course

Language: Java - Size: 774 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 16 - Forks: 0

Sasanka14/Bank-Management-System

A Bank Management System in C is a simple console-based program that helps users manage bank accounts, perform transactions, and check balances using file handling. This system simulates real-world banking operations such as creating an account, depositing money, withdrawing money, and checking balances.

Language: C - Size: 102 KB - Last synced at: 3 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0