Library

These are tools developed to serve as sample code, yet having a practical use by their own.

They may be simply invoked as xsharper #/scriptname, which is a shortcut to xsharper http://xsharper.com/lib/scriptname.xsh . For example, to hash a file with SHA1 via either providing file name, or via hashing standard input:

C:\>xsharper #/hash c:\windows\win.ini
0411E3CE8EB242F1219F390B057EEC8FC45A8B7A

C:\>type c:\windows\win.ini | xsharper #/hash -
0411E3CE8EB242F1219F390B057EEC8FC45A8B7A

Library

GUI tools:

Tools for digitally signing XSharper scripts:

Other: