Skip to content
View leontastic's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report leontastic

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. euler-project-rust euler-project-rust Public

    Learning Rust through Project Euler questions

    Rust

  2. pong-react-redux pong-react-redux Public

    Pong, written for fun with React, Redux, and more.

    JavaScript 2

  3. FirebaseReplicator.js FirebaseReplicator.js
    1
    import { EventEmitter } from 'events'
    2
    import { assign, assignIn, forEach, set, unset } from 'lodash'
    3
    
                  
    4
    export default class FirebaseReplicator extends EventEmitter {
    5
      static all (replicators) {
  4. Fraction: an ES6 class to preserve d... Fraction: an ES6 class to preserve decimal precision in rational number arithmetic
    1
    /*
    2
      Fraction: an ES6 class to preserve decimal precision in rational number arithmetic
    3
    4
      Notes:
    5
      - reliably preserves decimal precision for floats that can be represented in decimal with 16 decimal places or less