Skip to content
View MyriaCore's full-sized avatar

Block or report MyriaCore

Report abuse

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

Report abuse

Pinned Loading

  1. ulauncher-emoji ulauncher-emoji Public

    Forked from Ulauncher/ulauncher-emoji

    Emoji Extension

    Python 4 3

  2. phuhl/linux_notification_center phuhl/linux_notification_center Public

    A notification daemon/center for linux

    Haskell 1k 41

  3. How to use pandoc with gitlab markdown How to use pandoc with gitlab markdown
    1
    -- see if the file exists
    2
    function file_exists(file)
    3
      local f = io.open(file, "rb")
    4
      if f then f:close() end
    5
      return f ~= nil