Skip to content
View scastillo's full-sized avatar

Organizations

@rutanmedellin @coffeegrid @nullindustries @BaristaVentures

Block or report scastillo

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. My hobby: Randomly try a telnet console My hobby: Randomly try a telnet console
    1
    #!/usr/env/sh
    2
    
                  
    3
    IP_FILE=${1:-ips.txt}
    4
    NUM_TARGETS=${2:-100}
    5
    
                  
  2. siesta siesta Public

    Sit back, relax and enjoy your REST client for python

    Python 99 19

  3. prosody-mod_auth_json_http prosody-mod_auth_json_http Public

    A prosody authentication module with a rest-like api as backend.

    Lua 7 1

  4. minikad minikad Public

    simple overlay network with DHT backend

    C++ 6

  5. floyd-implementation floyd-implementation Public

    optimize distance of ambulances on medellin city nodes

    C++ 1

  6. smtp.clj smtp.clj
    1
    (ns godot.smtp)
    2
    
                  
    3
    (use 'korma.core)
    4
    
                  
    5
    (require '[bote.core :refer [create-smtp-server]]