Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
scastillo
Follow

Sebastian Castillo scastillo

Organizations

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. 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]]