Developer Tools

Zeriph's framework and libraries give developers a simple and effective way to tackle complex programming idioms and our permissive license makes it
hassle free to derive your own works!

Omni Library - a series of cross-platform C++ classes and functions.
Current version: 0.9.2


Time is a precious commodity and the Omni library aims to give engineers the time they need to design solid, stable code with a wide array of portable functionality to include:
  • Threading and synchronization
  • Events, event handling and delegates
  • Sockets
  • Timers and stopwatches
  • Extended file stream I/O
  • Date/Time
For more details on what the Omni library provides, as well as the developer documentation and examples, please visit the main Omni library page.

Deprecated/Inactive Projects

Sylloge Library - a collection of C# wrapper classes and functions.
Current version: 0.8.0


The Sylloge library is a compendium of common functionality wrapped into a convenient code base that allows the user to easily and efficiently handle code reuse. Sylloge is not designed as a replacement to any frameworks or API's but more a collection of helper classes and functionality to compliment your project.

Developing full scale applications or services can now be easier with the capabilities of the Sylloge library, including:
  • Connect to and manipulate data within a database
  • Manipulate Excel spreadsheets like a DataSet
  • Hot key managers (low level keyboard/mouse hooks)
  • Easily encrypt/decrypt data with AES or TripleDES
  • Easier network connections and communication
  • Access drives at a low level
  • Easier to use and understand system and API access (device manager, Win32, COM)
  • Custom controls and forms for common functions
For more details on what the Sylloge library provides, as well as the developer documentation and examples, please visit the main Sylloge library page.
Project View - A project view plug in for Notepad++.
Current version: 1.5


Project View is a .NET plug in for Notepad++; it gives the user the ability to organize and view their documents in a 'project' type layout (similar to that of how a lot of IDE's organize their project/solution views).
Wiper - Quickly destroy data on hard drives, USB drives, or other physical media.
Current version: 1.0


Wiper allows you to quickly and efficiently destroy data on disks. 1 or 100 drives, if Windows can see the drive, Wiper can destroy its data.
Other Source - other helpful source files to aid in development.
Current version: N/A


Sometimes you need a small utility (like a fake mailer program to log emails instead of sending them) and a full fledged program is too much or the current system is too complex for the simpler need, and a small shell script might just not handle your situation. The source here are helpful utilities to allow you to aid you in your development and speed up your time to market.