Skip to content
View jreyes33's full-sized avatar

Organizations

@recursecenter @railsgirls @AyudaEcuador @getditto @quilt-lang
Block or Report

Block or report jreyes33

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. quilt-lang/quilt quilt-lang/quilt Public

    A programming language

    Rust 11 2

  2. leedor leedor Public

    EPUB reader

    Rust 3

  3. oauth1-header oauth1-header Public

    Generate OAuth 1.0 Authorization headers.

    Rust 2 1

  4. dotfiles dotfiles Public

    My configuration files

    Vim Script 1 3

  5. taller-git taller-git Public

    Primeros Pasos con Git y GitHub

    CSS 2 26

  6. Better emoji support in ES6 Better emoji support in ES6
    1
    let isAnimal = (emojo) =>
    2
      '๐Ÿ€'.codePointAt(0) <= emojo.codePointAt(0) &&
    3
      emojo.codePointAt(0) <= '๐Ÿผ'.codePointAt(0);
    4
    
                  
    5
    let emoji = ['๐Ÿถ', '๐Ÿ‘ป', '๐Ÿธ', '๐Ÿป', '๐Ÿ’ฉ', '๐Ÿณ'];