External Links
- http://www.orthogonal.com.au — Greg's personal web site
- https://www.orthogonal.net.au — Greg's software development and testing site
- http://gfkeogh.blogspot.com.au — Greg's software development blog
- https://www.nuget.org — Greg's Nuget Packages
- http://www.orthoprog.com.au — Reserved for future use
- http://www.quintic.com.au — Reserved for future use
- http://www.quintic.net.au — Reserved for future use
Public Repositories
All of the following projects/applications are free of copyright restrictions. The author Greg Keogh gfkeogh@gmail.com has published them in the public domain in case it they have educational value or assist the productivity of other software developers. Please send bug reports, suggestions or enhancements to the author. NOTE - Some of the projects are utilities that are only intended for internal use at Nancy Street and may seem a bit weird to visitors, but the projects are public anyway because they might contain useful sample code.
Library
- NSettings — A lightweight settings persistence library backed by the Registry or an XML file. (Documentation NuGet )
- NTagLite — A lightweight ID3 tagging library. (Documentation NuGet )
- Common — Miscellaneous C# utility classes. (Documentation NuGet )
- MixedComms — Broadcasting and duplex communication using 3 pairs of lightweight libraries. (NuGet )
- AccessSchemaReader — T4 template and utility library to generate CRUD for an Access database.
Desktop
- DepScan — Displays a cross-reference of .NET solutions, projects and references.
- Scanex — Scans executable image files and displays their properties in a grid.
- TagSheet — Bulk edit ID3 tags in a grid.
- HashStrings — Plots string hash code distributions. (See Hashing Short Strings )
- Randgen — Generates random data in a variety of ways.
- RandPlot — Plots the output distribution from many types of random number generators.
- ResExtract — Extracts icons from executable image files.
- AzCompare — Compare an Azure Container with a local folder.
- DuplicateScan — Scan a folder for duplicate files.
- DumpEnv — Dumps interesting environmental information.
- Hoarder — The current sprawling and experimental project for managing the Nancy Street Collections Database .
- NuGet.Browser — Search for NuGet packages and change the Listed status.
Command Line
- AzBackup — An xcopy-like command for files and Azure blobs.
- NGrep — Searches files for text matching regular expressions.
Sample Code
- CsCompile — Dynamically compile and execute C# code at runtime. (See BLOG )
- PrimeCalc — Generates pages of Lehmer's 1914 book List of Prime Numbers from 1 to 10,006,721 .
- RegKeySecurity — Create a Registry key and set custom ACL permissions. (See BLOG )
- SampleEncryption — Implement a symmetric encryption algorithm. (See BLOG )
- UdpDemo — Sample of decoupled UDP broadcasting.
- WpfColors — Displays samples of current system theme colours.
- WpfGridTree — Demonstrates how a WPF DataGrid control can be customised to behave like a hybrid Tree+Grid with high capacity and high performance.
Web
- BlazingPoison — A very simple Blazor app to display large numbers of random but vaguely realistic looking email addresses that are supposed to be poisonous to harvesters. (See Demo ])
- BlazingHoarder — A more serious Blazor app that queries the Nancy Street Collections Database . (See Demo ])
- JS Hoarder — A demo single-page-app which uses html and JavaScript to query the Hoarder web service and database.
Silverlight
😞 Sadly, Silverlight was deprecated by Microsoft in 2011 and support ended in 2021. In March 2022 I tried to load the Silverlight apps in IE11 to take screenshots for historical interest, but the plugin will not even automatically load any more. I could load the runtime manually, but it's not worth the effort. So sadly I flagged the repositories as archived and moved the projects to an archive folder. Silverlight was a fabulous way of creating rich business app UIs in the browser, and we have nothing to replace it. You can use any fancy web development kit you like as an attempted replacement, but in the end they all render the UI in brain-dead dumb HTML which is incapable of creating a rich UI. For more information see Silverlight death and funeral and I'm in the future of the web and it doesn't work .
- Boxes — Boxes perturbed by mouse movement.
- Hypno — Animated coloured balls.
- SilverPrimeSpiral — Prime numbers wound on a spiral.
- SilverRand — Random shapes of different types.