Skip to content
View jmealo's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report jmealo

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. JarvusInnovations/lapidus JarvusInnovations/lapidus Public

    Stream your PostgreSQL, MySQL or MongoDB databases anywhere, fast.

    JavaScript 171 22

  2. How to safely allow arbitrary SQL qu... How to safely allow arbitrary SQL queries in multi-tenant web applications
    1
    # Can we use PostrgreSQL's row-level-security to enable arbitrary query execution security in secure multi-tenant web applications?
    2
    
                  
    3
    ## Can we break out and access another tenants information?
    4
    No, this is handled using schemas, ownership and roles (users). Using RLS does not impact leaking data
    5
    between tenants. This allows us to give out SQL accounts that can run arbitrary queries without leaking data between
  3. JarvusInnovations/node-request-to-curl JarvusInnovations/node-request-to-curl Public

    Adds a .toCurl() method to http.ClientRequests to generate output equivalent to the 'Copy as Curl' option in the WebKit debugger.

    JavaScript 26 4

  4. random-ua.js random-ua.js Public

    Randomly generates User-Agent strings based on actual usage statistics from Wikipedia and StatOwl.com as of July 2012.

    JavaScript 35 11

  5. SafestWay SafestWay Public

    SafestWay is a mobile app that provides safe walking routes based on crime data.

    JavaScript 4 2

  6. OpenResty + LuaRocks + Nchan + Redis... OpenResty + LuaRocks + Nchan + Redis (with password, graph and bloom modules)
    1
    #!/bin/sh
    2
    
                  
    3
    apt-get install -y libreadline-dev libncurses5-dev libpcre3-dev \
    4
                       libssl-dev perl make build-essential git curl \
    5
                       unzip