Skip to content
View lwilli's full-sized avatar
Block or Report

Block or report lwilli

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

  1. ClickableWSDL ClickableWSDL Public

    Sublime plugin that makes navigating WSDL/XSD types as simple as a click or keystroke!

    Python 3

  2. WeatherCompare WeatherCompare Public

    Easily compare the weather between two places.

    JavaScript 1

  3. regexBible regexBible Public

    Search the Bible with Regular Expressions

    HTML

  4. ChatTab ChatTab Public

    Chrome extension to live chat with others on the same site.

    JavaScript 1

  5. Prettify XML in Rust using the quick... Prettify XML in Rust using the quick_xml library
    1
    use quick_xml::events::Event;
    2
    use quick_xml::{Reader, Writer};
    3
    
                  
    4
    /// Prettify XML by adding proper new lines and indentation.
    5
    ///
  6. ding ding
    1
    #!/usr/bin/env osascript
    2
    
                  
    3
    # Send macOS notifications to yourself.
    4
    # Useful for notifying yourself when a long-running process is complete.
    5
    #