Skip to content
View pkuczynski's full-sized avatar

Organizations

@rvm @rubyconfig @faker-js
Block or Report

Block or report pkuczynski

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
pkuczynski/README.md

Piotr Kuczynski

Views LinkedIn

Github Stats

Top Langs

Pinned

  1. rvm/rvm rvm/rvm Public

    Ruby enVironment Manager (RVM)

    Shell 5.1k 1k

  2. rubyconfig/config rubyconfig/config Public

    Easiest way to add multi-environment yaml settings to Rails, Sinatra, Padrino and other Ruby projects.

    Ruby 2.1k 226

  3. webpack-plugin-react-intl webpack-plugin-react-intl Public

    Bundle react-intl messages into webpack build with hot reload and caching

    TypeScript 1 2

  4. medium-lazy-load-polyfills medium-lazy-load-polyfills Public

    Illustrates lazy loading polyfills using Webpack and dynamic imports

    JavaScript 14 4

  5. alfred-brutto-netto alfred-brutto-netto Public

    Brutto-Netto workflow for Alfred

    Ruby 2 3

  6. Read YAML file from Bash script Read YAML file from Bash script
    1
    #!/bin/sh
    2
    parse_yaml() {
    3
       local prefix=$2
    4
       local s='[[:space:]]*' w='[a-zA-Z0-9_]*' fs=$(echo @|tr @ '\034')
    5
       sed -ne "s|^\($s\)\($w\)$s:$s\"\(.*\)\"$s\$|\1$fs\2$fs\3|p" \