Skip to content
View guillemborrell's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report guillemborrell

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 Loading

  1. pylm pylm Public

    Forked from nfqsolutions/pylm

    A framework to build components for high performance distributed applications.

    Python 1 2

  2. thermopy thermopy Public

    Python library for thermodynamics.

    Python 53 23

  3. OpenTBL OpenTBL Public

    Turbulent Boundary Layer DNS implementation able to run in millions of cores.

    Fortran 10 4

  4. pyledger pyledger Public

    A simple ledger for smart contracts written in python

    Python 19 6

  5. gtable gtable Public

    A fast columnar container for data manipulation

    Python 8 1

  6. Class that implements a complete Map... Class that implements a complete MapReduce in Python.
    1
    from itertools import groupby
    2
    from functools import reduce as functools_reduce
    3
    from operator import itemgetter
    4
    
                  
    5
    class MapReduce(object):