Skip to content
View ssebastianj's full-sized avatar

Block or report ssebastianj

Report abuse

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

Report abuse

Pinned Loading

  1. docstring_factory.py docstring_factory.py
    1
    import types
    2
    
                  
    3
    
                  
    4
    def attach_docstring(value, docstring: str):
    5
        class_name = type(value).__name__
  2. Run ping, netcat, host (or any other... Run ping, netcat, host (or any other) commands on multiple hosts or IPs or both. Also run many procresses at a time!
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    set -euo pipefail
    4
    
                  
    5
    # In some commands, I've used the full parameter names just for the sake of learning/debugging/memorizing.
  3. ia2013-tpi-rl ia2013-tpi-rl Public

    Implementación de Técnicas de Aprendizaje por Refuerzo mediante el algoritmo Q-Learning para la cátedra Inteligencia Artificial (Ciclo 2013) perteneciente a UTN Facultad Regional Resistencia.

    Python

  4. dotfiles dotfiles Public

    Dots, Dashes or dits and dahs.

    Shell 1

  5. pytelecompersonal pytelecompersonal Public

    Obtiene informacion de la linea del telefono movil desde sitio web de Autogestión Personal (Telecom)

    Python

  6. ssebastianj.github.io ssebastianj.github.io Public

    Blog

    CSS