All Projects → D-Haven → BibleUtilities

D-Haven / BibleUtilities

Licence: Apache-2.0 license
Set of utilities to scan, parse, and work with Bible references.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to BibleUtilities

v2
Version 2 of the getBible API
Stars: ✭ 34 (+70%)
Mutual labels:  bible, bible-api
Syntax
Write value-driven parsers quickly in Swift with an intuitive SwiftUI-like DSL
Stars: ✭ 134 (+570%)
Mutual labels:  parsing
Scrapysharp
reborn of https://bitbucket.org/rflechner/scrapysharp
Stars: ✭ 226 (+1030%)
Mutual labels:  parsing
DotGrok
Parse text with pattern. Inspired by grok filter.
Stars: ✭ 26 (+30%)
Mutual labels:  parsing
Semantic Csv
Higher level tools for working with CSV data and files
Stars: ✭ 232 (+1060%)
Mutual labels:  parsing
postcss-jsx
PostCSS syntax for parsing CSS in JS literals
Stars: ✭ 73 (+265%)
Mutual labels:  parsing
Npm Pdfreader
🚜 Read text and parse tables from PDF files.
Stars: ✭ 225 (+1025%)
Mutual labels:  parsing
Fashion-Clothing-Parsing
FCN, U-Net models implementation in TensorFlow for fashion clothing parsing
Stars: ✭ 29 (+45%)
Mutual labels:  parsing
NFlags
Simple yet powerfull library to made parsing CLI arguments easy. Library also allow to print usage help "out of box".
Stars: ✭ 44 (+120%)
Mutual labels:  parsing
autumn
A Java parser combinator library written with an unmatched feature set.
Stars: ✭ 112 (+460%)
Mutual labels:  parsing
Funcparserlib
Recursive descent parsing library for Python based on functional combinators
Stars: ✭ 250 (+1150%)
Mutual labels:  parsing
Cbor
CBOR support for serde.
Stars: ✭ 238 (+1090%)
Mutual labels:  parsing
yellowpages-scraper
Yellowpages.com Web Scraper written in Python and LXML to extract business details available based on a particular category and location.
Stars: ✭ 56 (+180%)
Mutual labels:  parsing
Jsmn
Jsmn is a world fastest JSON parser/tokenizer. This is the official repo replacing the old one at Bitbucket
Stars: ✭ 2,794 (+13870%)
Mutual labels:  parsing
ghakuf
A Rust library for parsing/building SMF (Standard MIDI File).
Stars: ✭ 30 (+50%)
Mutual labels:  parsing
Maigret
OSINT username checker. Collect a dossier on a person by username from a huge number of sites.
Stars: ✭ 219 (+995%)
Mutual labels:  parsing
Ohm
A library and language for building parsers, interpreters, compilers, etc.
Stars: ✭ 3,938 (+19590%)
Mutual labels:  parsing
CaptCC
A tiny C compiler written purely in JavaScript.
Stars: ✭ 175 (+775%)
Mutual labels:  parsing
node-sword-interface
JavaScript (N-API) interface to SWORD library
Stars: ✭ 19 (-5%)
Mutual labels:  bible-api
quick-csv-streamer
Quick CSV Parser with Java 8 Streams API
Stars: ✭ 29 (+45%)
Mutual labels:  parsing

Bible Utilities

Bible Utilities currently has tools to scan free text for scripture references, and to consolidate the list of references it finds to the smallest set.

Join the chat at https://gitter.im/BibleUtilities/Lobby Build status

  • NetCore 1.1 -- You can use it in just about any kind of project (store apps, standard apps, silverlight, Xamarin, etc.)
  • I18n Savvy -- Currently support for English ("en") and Norwegian ("nb"), submissions for more languages welcome
  • Simple API -- Patterned after C# libraries for ToString() and TryParse() variations, and it's easy to specify the language you want.
  • Multilingual App Toolkit -- Uses Microsoft's toolkit to create the translations.

The goal of this small set of utilities is to simplify working with Bible references, parsing, etc. We aren't going to include the actual Bible content, but we'll make it easier to build apps around it. If you have suggestions or need to report bugs, please use the Issues feature on GitHub for this project.

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].