An open API service indexing awesome lists of open source software.

https://github.com/marsupilami79/delphipipes

Russel Libby's named pipes for Delphi as found on Francois Piette's blog on http://francois-piette.blogspot.com/2013/04/inter-process-communication-using-pipes.html
https://github.com/marsupilami79/delphipipes

delphi named-pipes

Last synced: 7 months ago
JSON representation

Russel Libby's named pipes for Delphi as found on Francois Piette's blog on http://francois-piette.blogspot.com/2013/04/inter-process-communication-using-pipes.html

Awesome Lists containing this project

README

          

# Origin of this code
This code was found on http://francois-piette.blogspot.com/2013/04/inter-process-communication-using-pipes.html.

# Changes
I changed the directory structure of the code, so it is more obvious where to look for certain types of files.

# Licensing
On his home page Russel stated:

All are welcome, and everything is free...

See https://web.archive.org/web/20100217071614/http://home.roadrunner.com/~rllibby/index.html
So I can only assume that he wanted his code to be in the public domain.
I assume something similar for for Francois-Piette's code.