file-stream
There are 14 repositories under file-stream topic.
Akira13641/TLightFileStream
Implements a lightweight, high-performance, non-allocating advanced-record-based wrapper around the SysUtils file handling routines as an alternative to Classes.TFileStream.
buggysofts-com/StreamZip
A convenient zip explorer library that uses streams (instead of files) as its source.
tbhaxor/cpp-file-handling-tutorial
A comprehensive guide to file handling in C++ language.
rpidanny/streamline.js
A JavaScript class that reads and processes a stream line-by-line in order.
erlonL/ProjetoCUCA
Alocação de turmas escrito em C para a disciplina de Programação Estruturada.
DanielHaitink/CSVGood.js
CSV Streamer Very Good - is a CSV file streamer for JavaScript. It automatically detects headers and returns JSON formatted data.
ishan-18/encode-decode-data
A versatile utility package designed for encoding and decoding data in a multitude of schemes, providing a flexible solution for handling different data formats and representations.
3thmanE-Al-Hayek/Powershell---DefaultMountPoint-for-G-Drive-File-Stream
Powershell Scripts
4hmedyasser/TwoNotes
Simple Python3 and PyQt5 application for creating notes and saving them with the ability to view, edit or delete them
Randomboiii03/VapeShop-POS-System
The VapeShop POS System is a console-based point-of-sale system developed in C++. It serves as a comprehensive solution for managing transactions, inventory, and sales in a vape shop. The system utilizes file streams as a database for storing and retrieving information.
Szhenger/scramble
This is Scramble, a command-line program written in C that encrypts files using inversion, reversal, hashing, or splicing algorithms.
FilipRokita/FR_Spammer
This program is a simple spamming tool that creates a large number of text files with the name "FR_XXX.txt" (where XXX is a number from 0 to 999999) and the content "filiprokita.com" written in them. The program uses C++ file stream operations to create and write to the text files.
tjohnston-softdev/line-stream-demo
Demo project for the Node JS 'line-by-line' library