Skip to content
View eckardt's full-sized avatar

Organizations

@a-team @orcaproject
Block or Report

Block or report eckardt

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. influxdb-backup influxdb-backup Public archive

    Backup and Restore for InfluxDB

    Go 54 11

  2. euruko-golf euruko-golf Public

    Forked from tlossen/euruko-golf

    Tweetable ruby programs that output EuRuKo ASCII art.

    Ruby

  3. clojure-euler clojure-euler Public

    Clojure 1

  4. heroku-clone heroku-clone Public archive

    Allows you to quickly create new heroku apps as clones of existing apps

    Ruby 1

  5. Exponential backoff scheduler to be ... Exponential backoff scheduler to be used with RxJS's retrywhen
    1
    // https://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/core/operators/retrywhen.md
    2
    
                  
    3
    function exponentialBackOffScheduler(options) {
    4
      return function(errors) {
    5
        return errors.scan(options, function(currentOptions, err) {