Skip to content
View skoskie's full-sized avatar

Block or report skoskie

Report abuse

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

Report abuse

Pinned Loading

  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