Skip to content
View nightpool's full-sized avatar

Organizations

@Genius @new-xkit @mastodon @cybrespace

Block or report nightpool

Block user

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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 Public

    Your self-hosted, globally interconnected microblogging community

    Ruby 47.9k 7.1k

  2. new-xkit/XKit Public

    Forked from Tylian/XKit

    Fork of XKit, the extension framework for Tumblr

    JavaScript 463 135

  3. XmasFun Public

    So Beautiful. A christmas present for your players.

    Java 2

  4. 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
    1
    /* ==UserStyle==
    2
    @name           github tab size
    3
    @namespace      nightpool.club
    4
    @version        1.0.0
    5
    @description    smaller tabs on github!