Skip to content
View chezzwizz's full-sized avatar
😬
We’re on to you…
😬
We’re on to you…
  • Washington

Block or report chezzwizz

Report abuse

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

Report abuse

Pinned Loading

  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