Skip to content
View chezzwizz's full-sized avatar
🚧
Not sure why someone put a barrier here...
🚧
Not sure why someone put a barrier here...
  • Washington
  • 22:52 (UTC -12:00)
Block or Report

Block or report chezzwizz

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. guides guides Public

    Forked from freeCodeCamp/guide

    A collection of easy-to-understand guides to programming tools

    JavaScript 1

  2. LDP org backup script LDP org backup script
    1
    #!/bin/bash
    2
    
                  
    3
    #  Backs up all files in current directory modified within last 24 hours
    4
    #+ in a "tarball" (tarred and gzipped file).
    5
    #
  3. Build-Incrementer Build-Incrementer Public

    Simple tool for incrementing a build number in an MS Build project xml file.

    C# 1

  4. A Windows Forms string hieght and wi... A Windows Forms string hieght and width measurement technique using the System.Drawing namespace
    1
    // Taken from an MSDN form post: How to calculate the width and height of a string in C# Class Library?
    2
    // Posted on 12/02/2011 By: Gubbi In Bangalore
    3
    // Accessed on 11/18/2018
    4
    // https://social.msdn.microsoft.com/Forums/vstudio/en-US/9855d7e6-264e-4d1f-bd7d-35381732d8c7/how-to-calculate-the-width-and-height-of-a-string-in-c-class-library
    5