Skip to content

Instantly share code, notes, and snippets.

View manegame's full-sized avatar
👁️‍🗨️

Manus manegame

👁️‍🗨️
View GitHub Profile
@manegame
manegame / shorthands.css
Last active January 9, 2017 22:06
CSS shorthands
background: bg-color bg-image position/bg-size bg-repeat bg-origin bg-clip bg-attachment initial|inherit;
animation: animation-name animation-duration animation-timing-function animation-delay animation-iteration-count animation-direction animation-fill-mode animation-play-state
@manegame
manegame / bottom.js
Created November 7, 2016 14:44
Reach bottom jQuery
$(window).scroll(function() {
if($(window).scrollTop() + $(window).height() == $(document).height()) {
alert("bottom!");
}
});
@manegame
manegame / trim.sh
Last active November 1, 2016 19:56
Trim single to songs
sox src 00\ track.mp3 trim $in $length &&
# copy lines to do more
say done

Keybase proof

I hereby claim:

  • I am manegame on github.
  • I am woman (https://keybase.io/woman) on keybase.
  • I have a public key whose fingerprint is 7C6C 5A33 75D5 CA65 BE01 57C9 2848 17ED 4C85 3340

To claim this, I am signing this object:

$ image-scraper [OPTIONS] URL