Showing posts with label Open Source. Show all posts
Showing posts with label Open Source. Show all posts
Wednesday, May 13, 2009
Wednesday, December 06, 2006
PipeX Project 0.3
Today, I made totaly new release to PipeX.
This release includes 2 new categories of pipes:
This release includes 2 new categories of pipes:
- Manipulation: allows to manipulate data of fly (to upper case, to lower case, etc.) without storing it in temporary variables/buffers.
- Security: filter out or replace malicious input.
Saturday, October 21, 2006
PipeX Project
Finally, I did what I always wanted to do: to open my own open source project. It is called "PipeX" and it will allow developers to create pipes (yeah, like water pipes) to direct data flow in their application. Each pipe will perform different actions on the data inside (like encrypting, compressing and etc.). You can access it on SourceForge.net website at http://sourceforge.net/projects/pipex/.
I made a first release of pipeX library today. It includes only BWT ( Burrows-Wheeler Transformation / Block Sorting) algorithm, but that is a good start.
Next pipe I'm planing to release will be implementation of LZW compression algorithm.
I made a first release of pipeX library today. It includes only BWT ( Burrows-Wheeler Transformation / Block Sorting) algorithm, but that is a good start.
Next pipe I'm planing to release will be implementation of LZW compression algorithm.
Labels:
BWT,
Java,
LZW,
Open Source,
pipeX,
Project,
SourceForge,
Stream
Subscribe to:
Posts (Atom)