Skip to content
View dgabriele's full-sized avatar
  • Brooklyn, New York

Highlights

  • Pro

Organizations

@gigaquads
Block or Report

Block or report dgabriele

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. gigaquads/store gigaquads/store Public

    A transactional in-memory SQL-like object store for long running processes, games, analytics, realtime processing and other applications.

    Python 1

  2. gigaquads/tunafish gigaquads/tunafish Public

    Tunafish is a high-level genetic algorithm/programming-based function auto-tuning toolkit. It figures out what the best arguments to a function should be to optimize its output with respect to an a…

    Python 1

  3. looksee looksee Public

    Looksee walks python modules in the file system, scans them, and executes a custom callback for each object that matches a logical predicate. This is a less annoying alternative to Venusian scanner.

    Python

  4. gigaquads/ravel gigaquads/ravel Public

    Ravel is a meta-framework for Python. It's an abstract architecture that allows the same business logic to be executed as completely different types of applications without code modifications -- as…

    Python 2

  5. gigaquads/embryo gigaquads/embryo Public

    Embryo is a scaffolding framework that's aware of the files and data structures used and generated in previous invocations. It has the ability to edit existing files and is full of innovative ideas…

    Python 1

  6. lock-free Bloom filter with quiescen... lock-free Bloom filter with quiescent consistency
    1
    #include <iostream>
    2
    #include <atomic>
    3
    #include <vector>
    4
    #include <cstdio>
    5
    #include <cstdlib>