Skip to content
View SimplGy's full-sized avatar

Organizations

@aCateredAffair

Block or report SimplGy

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 Loading

  1. emoji-magic emoji-magic Public

    🔮 Find emojis easily

    JavaScript 1

  2. obsidian-emoji-magic obsidian-emoji-magic Public

    Makes it easier to add emojis using an improved keyword search

    JavaScript 18 1

  3. jekyll-timeline jekyll-timeline Public

    A visual timeline for your Jekyll sites that works with Github Pages

    HTML 46 9

  4. bitcoin bitcoin Public

    A real-time visualizer for the bitcoin blockchain

    JavaScript 22 12

  5. SlickGrid SlickGrid Public

    Forked from mleibman/SlickGrid

    SlickGrid with Pinned Columns & Faster Col Resizing

    JavaScript 21 4

  6. Rename files with a hash based on th... Rename files with a hash based on their contents. eg: `abc.jpg` to `3101ace8db9f.jpg`. Useful for detecting duplicates.
    1
    #!/bin/bash
    2
    # TODO: skip tiny files (so small they couldn't be photos)
    3
    # TODO: make sure sym links and other file system oddities are handled
    4
    # TODO: look at paralellization for perf boost
    5