We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

Binary Stream Editor

A stream editor that can be invoked by another java program or also the command line. It can handle binary data too. Unlike newline based programs like sed, it allows different ways of reading the stream through the traverser, buffer and commands interfaces. A traverser decides how the data is read. This data is stored in the buffer. The commands decide what to do with this data.
All data is handled as characters, by specifying an encoding. For binary data, the encoding ISO-8859-1 is used by default, has 256 single-byte characters. Data in the buffer is available as a charsequence to the commands for stuff like regex matching etc. The output can be redirected to a file, and an output encoding can be specified.The commands can also store/retrive arbitrary data for later use in a map. Evaluation of expressions in commands is done using Apache Jexl, and custom functions can also be used. Sample java usage and sample command line usage examples are included.

The SourceForge Speed Test measures Latency/Ping, Jitter, Download Speed, Upload Speed, Buffer Bloat, and Packet Loss. Upon completion, you can view detailed reports about your connection. This HTML5 speed test does not require Flash or Java, and works on all devices including tablets and smartphones. Host on your own infrastructure or use ours. For licensing, inquire today.

Website https://bistreameditor.sourceforge.io/
Tags
Features
  • Support for binary/text-data and java-supported charsets
  • Support for regular expressions and expression evaluation using Jexl
  • Customizable/Extensible
  • Usage via Command-line or Java