Skip to content
View scastillo's full-sized avatar

Organizations

@rutanmedellin @coffeegrid @nullindustries @BaristaVentures
Block or Report

Block or report scastillo

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. 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 98 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]]