BeeDiff is a graphical file comparator. User have a possibility
to compare and merge a two text files. All differences are highlighted
in colors.
Aspell Bulgarian dictionary.
Bulgarian hyphenation rules
Markdown parser for Elixir.
The bibutils program set interconverts between various bibliography
formats using a common MODS-format XML intermediate. For example, one
can convert RIS-format files to Bibtex by doing two transformations:
RIS->MODS->Bibtex. By using a common intermediate for N formats, only 2N
programs are required and not N^2-N. These programs operate on the
command line and are styled after standard UNIX-like filters.
Aspell Bengali dictionary.
Bomstrip is a very simple tool that removes BOM's (byte-order-marks)
from utf-8 files. Actually, it is a set of tools that all do the same
thing, but - for added entertainment value - in multiple programming
languages (python, c, java, brainfuck, ook!, perl, sed, postscript,
pascal, unlambda, limbo, haskell, ocaml, php, ruby). You want to always
have this tool within hand-reach, no matter where you are and which
compilers/interpreters you keep close to you.
Each tool reads from stdin and writes to stdout. It accepts no options
or arguments. It never writes into files directly. All files are public
domain. It exists for the purpose of noting how stupid BOM's in utf-8
files are.
Oh, in case you didn't know yet: utf-8 does not have byte-ordering
issues, so there is absolutely no need to have three bytes (the
utf-8-BOM) that do not say anything about the byte-order (since there
is nothing to say).
Streaming Elixir API built upon ElasticSearch's percolation.
SweetXml is a thin wrapper around :xmerl. It allows you to converts
a string or xmlElement record as defined in :xmerl to an elixir
value such as map, list, char_list, or any combination of these.