Skip to content
View jaguire's full-sized avatar
👻
👻
  • Walz Tetrick
  • Independence, MO

Block or report jaguire

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. TurbineStaticSiteGenerator TurbineStaticSiteGenerator Public

    I wasn't happy with what was available, so I made my own.

    C#

  2. MiniWebServer MiniWebServer Public

    Super simple local web server. Just plop in a folder and run.

    C#

  3. AES Encryption AES Encryption
    1
    /// <summary>
    2
    /// AES (Advanced Encryption Standard) encryptor and dencryptor.
    3
    /// </summary>
    4
    public interface IAesEncryptor
    5
    {
  4. Claymore Claymore Public

    Generate and update DDL scripts for an SQL database so changes can be seen by a VCS.

    C#