All Projects → johnjohndoe → Linereader

johnjohndoe / Linereader

Reading a text file line by line aka block wise.

Labels

Projects that are alternatives of or similar to Linereader

Mimekit
A .NET MIME creation and parser library with support for S/MIME, PGP, DKIM, TNEF and Unix mbox spools.
Stars: ✭ 1,214 (+1295.4%)
Mutual labels:  parser
Unmix
Undo the so-called mix lingo, a code-mixing style (Bahasa Jaksel)
Stars: ✭ 81 (-6.9%)
Mutual labels:  parser
Blockchain Parser
The simpliest script for parsing Bitcoin blockchain. It made convertion of blk*****.dat files to the simple text.
Stars: ✭ 84 (-3.45%)
Mutual labels:  parser
Spintax
A Python module for parsing spintax, unlike any other module this works with nested spintax and also allows the user to escape the special characters used in its syntax.
Stars: ✭ 78 (-10.34%)
Mutual labels:  parser
Rs Monkey Lang
Monkey Programming Language written in Rust.
Stars: ✭ 80 (-8.05%)
Mutual labels:  parser
Lodestone Nodejs
Character tracking and parser library for nodejs
Stars: ✭ 81 (-6.9%)
Mutual labels:  parser
Cat
Plain C library for parsing AT commands for use in host devices.
Stars: ✭ 77 (-11.49%)
Mutual labels:  parser
Redrun
✨🐌 🐎✨ fastest npm scripts runner
Stars: ✭ 85 (-2.3%)
Mutual labels:  parser
Expostal
Elixir binding for Libpostal - a library for parsing/normalizing street addresses around the world. Powered by statistical NLP and open geo data.
Stars: ✭ 80 (-8.05%)
Mutual labels:  parser
Internettools
XPath/XQuery 3.1 interpreter for Pascal with compatibility modes for XPath 2.0/XQuery 1.0/3.0, custom and JSONiq extensions, XML/HTML parsers and classes for HTTP/S requests
Stars: ✭ 82 (-5.75%)
Mutual labels:  parser
Solidity Antlr4
Solidity grammar for ANTLR4
Stars: ✭ 79 (-9.2%)
Mutual labels:  parser
F90nml
A Python module and command line tool for working with Fortran namelists
Stars: ✭ 79 (-9.2%)
Mutual labels:  parser
Php Mt940
A mt940 parser in PHP
Stars: ✭ 80 (-8.05%)
Mutual labels:  parser
Marko
A markdown parser with high extensibility.
Stars: ✭ 77 (-11.49%)
Mutual labels:  parser
Codecharta
CodeCharta visualizes multiple code metrics using 3D tree maps.
Stars: ✭ 85 (-2.3%)
Mutual labels:  parser
Lang C
Lightweight C parser for Rust
Stars: ✭ 77 (-11.49%)
Mutual labels:  parser
Mini Yaml
Single header YAML 1.0 C++11 serializer/deserializer.
Stars: ✭ 79 (-9.2%)
Mutual labels:  parser
Beanbun Parser
beanbun-parser 是 Beanbun 的数据抽取插件。抽取规则的选择器语法类似于 jQuery,使用简单。
Stars: ✭ 86 (-1.15%)
Mutual labels:  parser
I Pascal
A free Object Pascal language plugin for IntelliJ IDEA
Stars: ✭ 85 (-2.3%)
Mutual labels:  parser
Hpq
Utility to parse and query HTML into an object shape
Stars: ✭ 82 (-5.75%)
Mutual labels:  parser

LineReader

A collection of classes to implement a file reader that can read a specific amount of the content of a file. Instead of reading the whole file at once the aim is to read block wise. The file contents can be read forwards or backwards.

The included FileReader class originally has been created by Dave DeLong. Here you can find his answer on a question at stackoverflow.com.

Screenshot

The screenshot shows the current implementation.

LineReader

Configuration

The following configuration is used for the project.

  • MacOSX 10.7.2
  • SDK 10.7.
  • XCode 4.2. 64bit
  • Cocoa Application
  • Garbage collection

License

This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.

Creative Commons Attribution-ShareAlike 3.0 Unported License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].