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

GitHub topics: file-io

Jaballi123/screen-sound_console_course-alura-consuming-api-and-using-linq_part-3_dotnet-6_csharp-10

Repositório com exercícios do curso “C#: consumindo API, gravando arquivos e utilizando o LINQ” da Alura. Aborda integração com APIs externas, criação de arquivos, uso de LINQ para consultas e ordenações, com foco em boas práticas e desafios em C#.

Language: C# - Size: 8.79 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

Julyester/screen-sound_console_course-alura-consuming-api-and-using-linq_part-1_dotnet-6_csharp-10

Repositório com exercícios do curso “C#: consumindo API, gravando arquivos e utilizando o LINQ” da Alura. Aborda integração com APIs externas, criação de arquivos, uso de LINQ para consultas e ordenações, com foco em boas práticas e desafios em C#.

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

ilyes86/screen-sound_console_course-alura-consuming-api-and-using-linq_part-2_dotnet-6_csharp-10

Repositório com exercícios do curso “C#: consumindo API, gravando arquivos e utilizando o LINQ” da Alura. Aborda integração com APIs externas, criação de arquivos, uso de LINQ para consultas e ordenações, com foco em boas práticas e desafios em C#.

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

NidhiDodiya1014/University-Management-System

Secure Java system for managing admins, students, and SBG members with file-based data storage.

Language: Java - Size: 2.22 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

lucidfrontier45/serdeio

Tiny IO utility library for Rust to serialize/deserialize Serde compatible structs

Language: Rust - Size: 22.5 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

SidoJain/C-SQL

An SQL like database implementation in C using B-Trees for indexing.

Language: C - Size: 37.1 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

SLargo18/gnl

A function in C that reads and returns one line at a time from a file descriptor

Language: C - Size: 12.7 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

nashysolutions/files

A lightweight Swift library for managing file system resources in a protocol-oriented way. Provides abstractions for files and directories, supporting safe and efficient file operations.

Language: Swift - Size: 64.5 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

JuliaHEP/ROOT.jl

CERN ROOT compatiblility for Julia

Language: Julia - Size: 2.6 MB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 48 - Forks: 11

chinhdo/txFileManager

.NET Transactional File Manager is a .NET Standard library that allows you to enlist file operations (file/folder copies, writes, deletes, appends, etc.) in distributed transactions.

Language: C# - Size: 720 KB - Last synced at: 14 days ago - Pushed at: over 2 years ago - Stars: 113 - Forks: 14

mattpopovich/DataFrameIOPerformanceTesting

Tests the speed and file size of reading and writing DataFrames to/from disk with different file and compression types

Language: Python - Size: 135 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 0 - Forks: 0

darrenkuro/get-next-line

A function in C that reads and returns the next line from a file descriptor. Part of the 42 core curriculum.

Language: C - Size: 43.9 KB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 0 - Forks: 0

OrF8/Paintor

A small painter app made by OF8

Language: Python - Size: 2.83 MB - Last synced at: 28 days ago - Pushed at: 28 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: 29 days ago - Pushed at: 29 days ago - Stars: 0 - Forks: 0

pandyamihir/Address_Book

The Address Book Project is a console-based C application for managing contacts (names, phones, emails). It supports add/delete/update/search operations using core C concepts like file handling, input parsing, and standard I/O. Designed as a foundational project, it avoids advanced data structures, focusing on fundamental programming techniques.

Language: C - Size: 34.2 KB - Last synced at: 29 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

gandalf-ddj/weather-cli-app

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

LKEthridge/SDT_Project

Software Development Tools Project from TripleTen

Language: Jupyter Notebook - Size: 1.1 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

OCHOLA-EDDYPHIL/match_fixture_generator

A C++ console application that generates football match fixtures for a local league. It reads team information from a CSV file, generates fixtures, displays them in the console, and exports them to a CSV file.

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

marceloxreis/CS50p

My CS50P solutions and projects. This repository showcases my understanding of Python programming fundamentals, problem-solving, and software design. It covers topics including functions, control flow, libraries, unit testing, file I/O, and regular expressions.

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

majeed-dev/HotelManagementSystem

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

VisvaV/Advanced-Banking-System-using-Semaphores

A multi-threaded C++ banking system simulating real-world operations with concurrency, IPC, file persistence, and admin controls

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

tigran-sargsyan-w/get_next_line

This project is about programming a function that returns a line read from a file descriptor.

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

stelaras36/JavaUserLoginGUI

Java Swing GUI login & registration system with password hashing, email validation and dark mode toggle.

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

asmaloney/libE57Format

Library for reading & writing the E57 file format

Language: C++ - Size: 1.92 MB - Last synced at: about 2 months ago - Pushed at: 7 months ago - Stars: 147 - Forks: 70

yonahcodes/CS50P

My Harvardx CS50P Projects and Notes

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

beratbosnak/get_next_line

Efficient line-by-line file reader using dynamic memory and static buffer management. Developed during the 42 school curriculum to explore low-level file I/O in C.

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

Victor-Gatua/Python-Recursive-Directory-CodeSummary-Tool

CLI tool in Python to recursively scan a directory, read every file (with error handling), and generate a single Markdown-formatted summary file. Supports path normalization, progress logging, and customizable output filenames—ideal for quick code overviews or project documentation.

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

Eng-M-Abdrabbou/Python-Recursive-Directory-CodeSummary-Tool

CLI tool in Python to recursively scan a directory, read every file (with error handling), and generate a single Markdown-formatted summary file. Supports path normalization, progress logging, and customizable output filenames—ideal for quick code overviews or project documentation.

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

rvflash/fileio

Golang interface for uploading or downloading files with file.io.

Language: Go - Size: 5.86 KB - Last synced at: 17 days ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 0

HiT-T/CS214-Projects

projects that I and my partner did for CS 214: Systems Programming.

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

Akineyshen/LibrarySystem

A simple library management system written in C to manage books with features like adding, deleting, editing, searching, sorting, and saving to a file.

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

skku-vault/skku-spl

24-1 시스템프로그래밍실습 (prof. 한환수)

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

Mo-Elshamy/Cpp-Practice-entry_level

A hands‑on collection of 19 entry‑level C++ labs—covering fundamental concepts such as data types, control flow, functions, STL basics, OOP, file I/O, and core algorithms—with well‑commented solutions adapted from Rustam‑Z’s exercises.

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

clucompany/include_tt

[stable] Macro for embedding (trees, strings, arrays) into macro trees directly from files.

Language: Rust - Size: 77.1 KB - Last synced at: 17 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

AndrewObwocha/CaesarCipher

Python CLI scripts for basic password encryption/decryption using a custom substitution cipher

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

f-corvaro/GET_NEXT_LINE

"Line-by-Line File Reader"

Language: C - Size: 3.53 MB - Last synced at: 14 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 1

Aoof/vehicles-management-system

A C# college project showcasing OOP principles through vehicle management. The system features vehicle type hierarchies, validation via custom exceptions, utility classes for operations like tax calculation, and a service layer for data handling.

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

JuliaHEP/UpROOT.jl

Julia package to access CERN ROOT files, wraps Python package uproot

Language: Julia - Size: 416 KB - Last synced at: 6 days ago - Pushed at: 8 months ago - Stars: 16 - Forks: 3

ikorennoy/kuring

Kotlin asynchronous file I/O based on Linux io_uring interface

Language: Java - Size: 164 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 11 - Forks: 1

juanjo864/Ficheros

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

Tafara-N/alx-low_level_programming

Introduction to Programming In C.

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

PainterQubits/Touchstone.jl

👉 💎

Language: Julia - Size: 224 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 2

B3TA-BLOCKER/GhostLogger

GhostLogger is a hidden Windows keylogger that records keystrokes in Record.txt. For educational purposes !

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

UweKeim/ZetaShortPaths

A .NET Standard library with all the goodies from the Zeta Long Paths library to work with files and folders for paths with less than 260 characters.

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

UweKeim/ZetaLongPaths

A .NET library to access files and directories with more than 260 characters length.

Language: C# - Size: 7.17 MB - Last synced at: 3 days ago - Pushed at: about 2 years ago - Stars: 147 - Forks: 29

Qharny/E-voting

A console-based electronic voting system implemented in Dart.

Language: Dart - Size: 20.5 KB - Last synced at: 2 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

JacobGH2/Course_Enrollment_System_DSA

C++ programs which process course enrollment files. Functionality includes detection of circular prerequisite dependencies, validation of individual schedules, and maintenance of waitlist structures (priority queues).

Language: C++ - Size: 10.7 KB - Last synced at: 12 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

Kilemonn/flow

A data channel creation and chaining CLI tool for directing data flow between processes, files, sockets and serial ports.

Language: Go - Size: 59.6 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

SamirHamadaa/Bank

"C++ client management system that provides CRUD operations with data stored in a text file."

Language: C++ - Size: 5.86 KB - Last synced at: 9 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

SCCSMARTCODE/Advanced-C-Programming

Dive into advanced concepts of C programming, including memory management, multi-threading, file I/O, networking, system calls, hardware manipulation, and more. Track your progress and build professional-grade projects

Language: Makefile - Size: 10.7 KB - Last synced at: 12 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

awinabaab/alx-low_level_programming

C programs to demonstrate my understanding of the fundamental principles of programming

Language: C - Size: 296 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Sa3d-Ka/CS50s-Introduction-to-Programming-with-Python

This repository contains my solutions to the problem sets from **CS50's Introduction to Programming with Python**. Each folder includes code for individual problem sets, demonstrating key programming concepts.

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

anishLearnsToCode/introduction-to-programming-with-matlab

Coursera Course: Introduction to Programming 👩‍💻 with MATLAB ~by Vanderbilt University 🎓

Language: MATLAB - Size: 2.18 MB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 103 - Forks: 76

ikorennoy/jasyncfio

Java asynchronous file I/O based on io_uring Linux interface

Language: Java - Size: 497 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 75 - Forks: 12

GustavoSilvera/FourierDraw

Graphical animation for Fourier Transform Series approximations of complex relations.

Language: C++ - Size: 25.2 MB - Last synced at: 2 days ago - Pushed at: about 4 years ago - Stars: 5 - Forks: 2

Code-JL/Inventory-Manager

A robust C++ inventory management system that allows users to create, modify, and track inventory items with detailed information and persistent storage capabilities.

Language: C++ - Size: 35.2 KB - Last synced at: 5 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Kfir-G/Employee-Database

A lightweight database management tool written in C, offering efficient handling of employee records via file-based operations and in-memory structures. Includes functionality for CRUD operations, data validation, and file synchronization.

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

legend-exp/LegendHDF5IO.jl

HDF5-IO in Julia for the LEGEND experiment

Language: Julia - Size: 964 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 6

VishalKumar-S/Python_OOPs_and_Advanced_Topics

A comprehensive collection of notes and code examples for my revision, which covers Python OOPs concepts, advanced topics like operator overloading, multithreading, file I/O, and more — structured for easy learning and quick reference.

Language: Python - Size: 29.3 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

MartinUzunuv/Woocommerce-Free-File-Upload-At-Product-Page-File.io

Woocommerce customer upload file up to 2GB completely free, using the free storage of File.io. Just paste it in Code Snippets or functions.php.

Language: PHP - Size: 0 Bytes - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

pazvirtual/paz_io

File I/O module for the PAZ Engine. Code for reading and writing data in various formats, including the PAZ Archive creation utility. No external dependencies. Like all PAZ Engine modules, this library can be used without the rest of the engine.

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

tkwonn/tree

CLI Project #5

Language: C - Size: 8.79 KB - Last synced at: 5 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

jdelano/Problem-Solving-With-Code

Code examples and projects from Problem Solving with Code, organized by chapter in separate branches. Follow along as you explore programming concepts like object-oriented design, recursion, interfaces, and file I/O. A practical resource for learning and building coding skills!

Size: 46.9 KB - Last synced at: 14 days ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

vtange/Algos

JS Algorithm collection over time

Language: JavaScript - Size: 181 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

nestrada2/Search-Engine

Java-Based Search Engine

Language: Java - Size: 141 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

Alex-Cultrera/User-Login-Verification

user verification system created with Java that reads a CSV containing user credentials, prompts users to enter login credentials, and provides feedback on their login status

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

racheliee/skku-SPL

24-1 시스템프로그래밍실습 (prof. 한환수)

Language: C - Size: 8.06 MB - Last synced at: 9 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Andrew20371160/calculus_tree

This repo contains a calculus tree featuring preprocessing, generation, differentiation with respect to a variable, calculate the gradient, curl, divergence, and Laplacian, and evaluate the expression at certain values of its variables also methods to save and load expressions from a file.

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

BbySharp/CSharp-Knowledge

C# Knowledge Repository

Language: C# - Size: 19.5 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

hackerSa3edy/alx-low_level_programming

Comprehensive projects and exercises for mastering low-level programming in C. Topics include syntax, control structures, data structures, memory management, debugging, file I/O, and more. Each directory focuses on a specific topic with relevant scripts and tasks.

Language: C - Size: 412 KB - Last synced at: 5 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

jonperk318/searching-algorithms

Comparing the efficiencies of linear, binary, and ternary searching algorithms in Python, Java, C++, and JavaScript

Language: C++ - Size: 29.6 MB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

emtee40/TextEditor_Android_SAF

Clone of https://codeberg.org/oppen/TextEditor

Language: Kotlin - Size: 3.28 MB - Last synced at: 4 months ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

nomadsdev/pixel-matrix-converter

PixelMatrix Converter is a simple tool that converts images to matrix data and back. It’s ideal for image manipulation and analysis, allowing easy conversion between visual and data formats

Language: Python - Size: 1.06 MB - Last synced at: 14 days ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

MoSalem149/PythonUtilities

A collection of Python scripts for common utility tasks including file manipulation, word counting, longest word detection, and grade categorization. Perfect for quick and easy solutions to everyday programming problems.

Language: Python - Size: 13.7 KB - Last synced at: 7 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

blester125/file-or-name

Python Library to transparently handle arguments that are file paths or file objects.

Language: Python - Size: 44.9 KB - Last synced at: 13 days ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

hassanzaibjadoon/DSA_project

This repository contains a simple community management system implemented in C++. It allows users to add, display, update, remove, sort, and search for community members. The project utilizes a linked list to manage members efficiently and includes functionality for storing member details in a text file.

Language: C++ - Size: 547 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

VioletGiraffe/thin_io

A lightweight cross-platform file library based directly on the native system API

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

aaelsay3d/cs50p

My solutions to problem sets from CS50's Introduction to Programming with Python 2022

Language: Python - Size: 31.3 KB - Last synced at: 11 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

burhanahmed1/Python

Practice tasks for complete Python programming language, including OOP and DSA concepts.

Language: Python - Size: 25.4 KB - Last synced at: 5 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

nivasharmaa/FriskWatch

A Java program for analyzing stop-and-frisk data from the NYPD. Features data import, organization, and statistical analysis to compare occurrences during and after policy implementation.

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

nivasharmaa/Spiderverse

A comprehensive Java program for analyzing and managing events and data points within a fictional spiderverse. Features event handling, anomaly detection, cluster management, and robust file I/O operations.

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

nivasharmaa/Forensic-Analysis

A Java program for performing detailed forensic analysis on data files. Features data extraction, comprehensive analysis, and report generation. Utilizes OOP principles, file I/O operations, and advanced analysis algorithms.

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

nivasharmaa/Academic-Performance-Tracker

A Java program for reading student data from a file, calculating average test grades, determining letter grades, and computing overall average grades. Utilizes OOP principles, file I/O operations, and grade calculation algorithms.

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

nivasharmaa/Climate-and-Economic-Justice

Java-based application for managing and processing climate and economic information for USA communities using a layered linked list structure. Features include CSV data import, efficient data management, and retrieval methods. Ideal for learning and applying OOP and linked lists.

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

nivasharmaa/RUHungry

Java-based restaurant management simulation involving menu, stock, transactions, and guest seating. Utilizes hash tables, linked lists, queues, and OOP principles. Features include menu and stock management, order processing, donations, and transaction recording.

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

nivasharmaa/GameOfLife

Java implementation of Conway's Game of Life showcasing skills in OOP, GUI development, and algorithmic logic. Features an interactive, customizable grid, real-time controls, generation tracking, and pattern loading. Utilizes arrays for grid management and custom libraries for rendering and file I/O operations.

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

andreamoleri/JSONParser

A multi-paradigm JSON manipulation library written both in Lisp and Prolog, offering comprehensive parsing, data structuring, precise value retrieval, and robust syntax error identification.

Language: Common Lisp - Size: 60.5 KB - Last synced at: 4 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Anirban166/Resume-Ranker

Multiplatform application for keyword-based resume ranking

Language: Kotlin - Size: 15.6 MB - Last synced at: 3 months ago - Pushed at: about 3 years ago - Stars: 26 - Forks: 8

shj1081/skku_SPL_assignments

24-1 / 시스템프로그래밍실습 / 한환수 prof.

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

degawa/repot_examples

practical usage examples of an abstract data type designed for the repository pattern

Language: Fortran - Size: 6.84 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

degawa/repot

Abstract data types designed for the repository pattern for reading configuration files in Fortran

Language: Fortran - Size: 4.88 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

gutty333/Paraphrasing-Tool

Paraphrasing tool reads in any text file and generates a new file by replacing original content with matching synonyms.

Language: Java - Size: 371 KB - Last synced at: 4 months ago - Pushed at: about 7 years ago - Stars: 8 - Forks: 14

youssef-ahmmed/alx-low_level_programming

This repo covers C programming and low level concepts learnt and applied in projects during ALX track

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

husamql3/alx-low_level_programming

ALX tasks in the context of the C programming language.

Language: C - Size: 656 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 3

pavithracr1111/DSA-Project-Inverted_indexing

The purpose of an inverted index is to allow fast full text searches, at a cost of increased processing when a document is added to the database.

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

GOLVEN666/alx-low_level_programming

C programming is awesome

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

arnabbit/Sudoku-Solver

A Python Program Involving the Backtracking Algorithm to Solve Any Given Sudoku

Language: Python - Size: 13.7 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

sanjeetchau/Store-Inventory-Database

Departmental-store-like stocks and inventories database storage and ease of searching. (Along with, possibly, customer purchase history.)

Language: C - Size: 27.3 KB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

meng-ucalgary/ensf-614-assignment-4

An assignment on vector, strings, and File IO

Language: C++ - Size: 599 KB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

AbdellahBellakrim/pipex

Mimic pipes in UNIX using C

Language: C - Size: 5.92 MB - Last synced at: 5 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0