Skip to content

Instantly share code, notes, and snippets.

View himanshub16's full-sized avatar
💭
Might be slow to respond

Himanshu Shekhar himanshub16

💭
Might be slow to respond
View GitHub Profile
@himanshub16
himanshub16 / dabblet.css
Created September 23, 2016 10:56 — forked from LeaVerou/dabblet.css
Text-underline-animation
/**
* Text-underline-animation
*/
a {
font-size: 500%;
text-decoration: none;
background: linear-gradient(currentColor, currentColor) bottom / 0 .1em no-repeat;
transition: 1s background-size;
}
@himanshub16
himanshub16 / ftpsize.py
Last active July 15, 2016 16:04 — forked from albertyw/ftpsize.py
Script to find the total size of an ftp directory by recursively opening directories
"""
This script finds the total size of an ftp directory by recursively opening directories
@author: Albert Wang (albertyw@mit.edu)
September 18, 2010
"""
"""
Changes made by Himanshu Shekhar (https://github.com/himanshub16)
-----------------------------------------------------------------------
* OptionsParser added instead of sys.argv
* Support for port added for ftp client