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

GitHub topics: read-file

Synthird/file-reader

Read the contents/text of files

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

dokDork/LFIxplorer

LFIxplorer is a tool designed to exploit Local File Inclusion (LFI) vulnerabilities in web applications. It reads files on the server by identifying vulnerable parameters, allowing users to locate and potentially exploit insecure file inclusion flaws.

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

alissonooliveiraofc/meme-generator

Bora criar memes? Um gerador de memes simples para fins de diversão! Fiz com o objetivo de praticar DOM e suas aplicações. Futuramente irei fazer outras versões melhoradas.

Language: JavaScript - Size: 6.13 MB - Last synced at: 4 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

Somorpher/FSController

C++ file system utility module with file management, directory aggregation, and memory mapping for efficient file operations.

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

igorskyflyer/action-readfile

🌬️ A GitHub Action to read an arbitrary file and either output it or use it in another GitHub Action. 🍃

Language: JavaScript - Size: 242 KB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

germanfica/java-util

En este repositorio tengo utilidades para leer y escribir datos en un archivo.

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

mkearney/readthat

Read Text Data

Language: R - Size: 1.5 MB - Last synced at: 2 months ago - Pushed at: over 5 years ago - Stars: 26 - Forks: 0

charltoncr/readFile.c

Read a file into a memory buffer with one call; also can read and parse all lines in a file with one call.

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

viniciuspiotto/Arquivos-XML

Practical AEDS II - work 1

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

austindrenski/AD.IO 📦

C# extension library for input/output operations and data management.

Language: C# - Size: 2.65 MB - Last synced at: 29 days ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 0

Marinerer/file-access

Easily fetch local or remote file, and return buffer data.

Language: TypeScript - Size: 99.6 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

jalal246/get-info

Extracting and parsing data for project production works on a root directory with submodule/monorepo

Language: JavaScript - Size: 154 KB - Last synced at: 1 day ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 0

PAminai/fNIRS-Read

This is the MATLAB function to read fNIRS signal provided on physionet

Language: MATLAB - Size: 22.5 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

MohamadTarekk/EnglishDictionary

English dictionary using Red Black Trees

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

zhen69/Matrix-Calculator

Programmed a calculator that would compute a series of matrix operations, such as addition, multiplication, and transposition.

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

ihirodev/Unity-Read-Write-Script

My code and implementation for reading and writing to files in Unity hoping it will help or guide someone. In my case I'm reading and writing a string array. Works for both PC and WebGL.

Language: C# - Size: 17.6 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

d1ddle/BBCMicro-SaveNLoad

Minimalistic Data read and write programs for r/w DATA to/from a file on the BBC Micro.

Size: 99.6 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

ferhatgec/nimocat 📦

Fegeya NimoCat, Nim implementation of ColoCat.

Language: Nim - Size: 5.86 KB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 0

lmuffato/Project-ting-Trybe

Projeto ting - Projeto avaliativo da Trybe do Bloco 37: Estrutura de Dados II: Listas, Filas e Pilhas

Language: Python - Size: 332 KB - Last synced at: 5 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

meutsabdahal/python-basics

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

yessypp/simple-read-file

Read file (txt, JSON) using Go.

Language: Go - Size: 3.91 KB - Last synced at: 12 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

lmuffato/Project-inventory-report-Trybe

Projeto inventory report - Projeto avaliativo da Trybe do Bloco 33: Programação Orientada a Objetos e Padrões de Projeto

Language: Python - Size: 805 KB - Last synced at: 5 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

duruyao/protobuf-rw-file

Save files to and load files from Protocol Buffers Messages (implemented in C++).

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

Jaid/read-file-string

Returns file content as a UTF-8 string. Returns null if file does not exist (or is a directory) instead of throwing an Error.

Language: JavaScript - Size: 5.51 MB - Last synced at: 11 days ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

Jaid/read-file-yaml

Reads YAML 1.2 from a file. Returns null if file does not exist (or is a directory) instead of throwing an Error.

Language: JavaScript - Size: 4.76 MB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Jaid/read-file-json

Reads JSON and JSON5 from a file. Returns null if file does not exist (or is a directory) instead of throwing an Error.

Language: JavaScript - Size: 1.62 MB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

prongbang/flutter_filex

A simple read & write file

Language: Dart - Size: 8.79 KB - Last synced at: 2 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Lightbridge-KS/rd

Read multiple files from a directory

Language: R - Size: 24.4 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

roscibely/reserva-de-passagens-aereas

Projeto da disciplina PEX0228 Algoritmos e Programação I 2015.1 do curso Ciência e Tecnologia - UFERSA

Language: C - Size: 5.86 KB - Last synced at: 3 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

erikrios/my-read-write-file

Learn to Read and Write File in Android

Language: Kotlin - Size: 138 KB - Last synced at: 11 days ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

dailyrandomphoto/node-read-yaml

Read and parse a YAML file. A wrapper of js-yaml read file directly.

Language: JavaScript - Size: 15.6 KB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

javabypatel/Angular2-Read-CSV-File

Sample Angular2 application that demonstrate how to Read, Parse and Display csv file contents.

Language: TypeScript - Size: 31.3 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 7 - Forks: 14

WestleyR/pac

PAC - Print Awsome Files

Language: C - Size: 354 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

martinloesethjensen/python-mandatory

Mandatory python project

Language: Python - Size: 49.8 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

mboladop/File-IO-Python

read/write files and TCP

Language: Python - Size: 172 KB - Last synced at: 4 months ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

MOHAMMADArsalan/node-examples-basic

Language: JavaScript - Size: 24.4 KB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

marynganga/Lorem-Read-Files

An app that reads files from a user's machine's harddrive.

Language: Python - Size: 3.91 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

jcvilap/file-word-count

Simple algorithm to count words contained in a text file

Language: JavaScript - Size: 12.7 KB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 2 - Forks: 2