Skip to content

adrius/pbnihash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PbniHash
--------

PbniHash is a Powerbuilder PBNI extension that provides a hash table implementation to PB.

The hash table can hold any type of value, associated to a string key.
The object can be serialized into a blob (thanks to Nicolas Georges) so its contents can be saved and later restored (in another PB session).

This is free code, released under the MIT license with the hope that
it could be useful to someone else. There is absolutely NO WARRANTY.
Please read the license.txt for details.

PbniHash reuses the libhashish library that can be used under the BSD
license when the tree hashing algorithm is disabled.

Remarks, comments, questions and bug reports are welcome : drop me a
message at [email protected]

Please also drop me a note if you use that extension.

About

Powerbuilder hashtable extension

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 57.4%
  • C 36.3%
  • HTML 5.6%
  • Batchfile 0.7%