Skip to content
View iandark's full-sized avatar
:electron:
:electron:
  • Juiz de Fora, Brazil

Highlights

  • Pro
Block or Report

Block or report iandark

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. PyBotSSH PyBotSSH Public

    Bot simples para Telegram desenvolvido em Python para conexão SSH

    Python

  2. GetContentIntoNewPage GetContentIntoNewPage Public

    Pequeno app em node com express para pegar o conteúdo de uma URL e disponibilizar em outro site

    JavaScript

  3. Python_BigOComplexity Python_BigOComplexity Public

    Simple chart to explain Big-O algorithm complexity

    Python

  4. Read file .txt with node repositorie... Read file .txt with node repositories to update package.json and lock files
    1
    #!/bin/bash
    2
    
                  
    3
    # Because of cd inside script exec with ./ will not work. To exec this you can use . scriptname.sh or source scriptname.sh
    4
    # Do not use the exit command because it then closes your connection
    5
    # To use this you might update your npm to latest
  5. You might think this is a git mirror... You might think this is a git mirror script, but it's not — it's just a backup script.
    1
    #!/bin/bash
    2
    
                  
    3
    #  Hey, this is not a mirroring script, but it might taste good for what you need.
    4
    #  This shell script reads a CSV file, where you can pass an origin repository and makes a backup into another repository.
    5
    #  Lines of CSV file with 'All branchs' checked (x) will push all origin branches into the backup repository.
  6. 2fa-nodejs 2fa-nodejs Public

    Just a project to introduce the 2FA feature into a NodeJS login app

    JavaScript