Skip to content
View ssokolow's full-sized avatar
Block or Report

Block or report ssokolow

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

Pinned

  1. quicktile quicktile Public

    Adds window-tiling hotkeys to any X11 desktop. (An analogue to WinSplit Revolution for people who don't want to use Compiz Grid)

    Python 856 77

  2. Utility for making Flatpak-installed... Utility for making Flatpak-installed apps available in the terminal through their normal command names
    1
    #!/usr/bin/env python3
    2
    """Flatpak CLI Shortcut Generator
    3
    4
    A simple no-argument tool that generates launchers with traditional non-flatpak
    5
    command names for your installed Flatpak applications in ~/.local/bin/flatpak.
  3. rar-test-files rar-test-files Public

    Minimal RAR and CBR files made using registered RAR and WinRAR installs, suitable for integration testing.

    Makefile 5

  4. stuffit-test-files stuffit-test-files Public

    Minimal SIT and SITX files made using registered StuffIt installs, suitable for integration testing.

    1

  5. Code for storing Rust Path/PathBuf d... Code for storing Rust Path/PathBuf data as valid UTF-8 (eg. JSON) strings
    1
    /* POSIX paths in JSON via escaping which
    2
    doesn't alter valid UTF-8 paths.
    3
    4
    The trick is recognizing that JSON can store binary nulls in strings
    5
    but nulls are the only character that can't occur in POSIX paths,
  6. PyQt 5.x code for Just Do What I Mea... PyQt 5.x code for Just Do What I Mean™ image display in the presence of animated GIFs and containers with no fixed aspect ratio
    1
    #!/usr/bin/env python3
    2
    # -*- coding: utf-8 -*-
    3
    """Example code for a PyQt image-display widget which Just Works™
    4
    5
    TODO: Split this into a loader wrapper and a widget wrapper so it can be used