Skip to content
View rverst's full-sized avatar

Organizations

@Buterland-Beckerhook
Block or Report

Block or report rverst

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. stars stars Public template

    A list of my starred repositories, generated by rverst/stargazer

    3

  2. stargazer stargazer Public

    Stargazer creates a sorted list of your stared GitHub repositories - your personal awesome-list.

    Go 32 2

  3. Bash script for checking a semantic ... Bash script for checking a semantic version
    1
    #!/usr/bin/env bash
    2
    # https://gist.github.com/rverst/1f0b97da3cbeb7d93f4986df6e8e5695
    3
    
    
    4
    function chsv_check_version() {
    5
      if [[ $1 =~ ^(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)(-((0|[1-9][0-9]*|[0-9]*[a-zA-Z-][0-9a-zA-Z-]*)(\.(0|[1-9][0-9]*|[0-9]*[a-zA-Z-][0-9a-zA-Z-]*))*))?(\+([0-9a-zA-Z-]+(\.[0-9a-zA-Z-]+)*))?$ ]]; then
  4. mdsync mdsync Public

    Simple markdown renderer with live reloading

    CSS 4