We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Forked from freeCodeCamp/guide
A collection of easy-to-understand guides to programming tools
JavaScript 1
#!/bin/bash
# Backs up all files in current directory modified within last 24 hours
#+ in a "tarball" (tarred and gzipped file).
#
Simple tool for incrementing a build number in an MS Build project xml file.
C# 1
// Taken from an MSDN form post: How to calculate the width and height of a string in C# Class Library?
// Posted on 12/02/2011 By: Gubbi In Bangalore
// Accessed on 11/18/2018
// 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
There was an error while loading. Please reload this page.