Skip to content
View nightpool's full-sized avatar

Organizations

@Genius @new-xkit @mastodon @cybrespace

Block or report nightpool

Report abuse

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

Report abuse
nightpool/README.md
Object.prototype.tap = function(f) { f(this); return this; };

Pinned Loading

  1. mastodon/mastodon mastodon/mastodon Public

    Your self-hosted, globally interconnected microblogging community

    Ruby 48.5k 7.2k

  2. new-xkit/XKit new-xkit/XKit Public

    Forked from Tylian/XKit

    Fork of XKit, the extension framework for Tumblr

    JavaScript 462 133

  3. XmasFun XmasFun Public

    So Beautiful. A christmas present for your players.

    Java 2

  4. make good looking small gifs make good looking small gifs
    1
    function gif() {
    2
      for file in "$@"
    3
      do
    4
        echo "${file%.*}".gif
    5
        ffmpeg -i "$file" -filter_complex "[0:v] fps=15,scale=w=${WIDTH:-960}:h=-1,split [a][b];[a] palettegen [p];[b] fifo [b]; [b][p] paletteuse" "${file%.*}".gif
  5. github_tab_size.user.css github_tab_size.user.css
    1
    /* ==UserStyle==
    2
    @name           github tab size
    3
    @namespace      nightpool.club
    4
    @version        1.0.0
    5
    @description    smaller tabs on github!