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

Block or report skoskie

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. Monit -- Quick Download and Config Monit -- Quick Download and Config
    1
    #!/bin/bash
    2
    
                  
    3
    # Must run this as sudo. How to make sure of that??
    4
    if [ "$EUID" -ne 0 ]
    5
      then 
  2. phpofx phpofx Public

    Forked from dreki/phpofx

    An OFX retrieval and parsing library written in PHP

    PHP 1

  3. CSS Minimizing Regex CSS Minimizing Regex
    1
    (\/\*(.|\s)*?\*\/|(\n|\t|\r|\v|\f|\a){1,}|\s(?=\s)|(?<=})\s|(?<={)\s|\s(?={)|\s(?=})|(?<=;)\s|[[:blank:]](?=;)|(?<=:)[[:blank:]]|(?<=,)[[:blank:]])
  4. Sublime Text auto-completions for TO... Sublime Text auto-completions for TODO, FIXME, CHANGED, and NOTE comments. Intended to be compatible with SublimeTODO: https://github.com/robcowie/SublimeTODO
    1
    {
    2
    	"scope": "text.html",
    3
    	"completions":
    4
    	[
    5
    		{
  5. less-auto-multi-resolution-images-mixin less-auto-multi-resolution-images-mixin Public

    An LESS mixin that produces images in multiple resolutions from both data-uri and file sources. A fully automated solution, it requires you to write only one line of code.

    CSS

  6. coronavirus-tracker-cli coronavirus-tracker-cli Public

    Forked from sagarkarira/coronavirus-tracker-cli

    Track conronavirus cases from command line. curl https://corona-stats.online/

    JavaScript