Skip to content
View deanet's full-sized avatar
:octocat:
talk is cheap, show me the code
:octocat:
talk is cheap, show me the code
Block or Report

Block or report deanet

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 Loading

  1. deanet.github.com deanet.github.com Public

    documentation - build with mkdocs - gitlab repository and gitlab ci

    HTML 4 2

  2. Uploading File into Google Drive (be... Uploading File into Google Drive (because grive too many dependencies qt, xorg ? )
    1
    #!/bin/bash
    2
    
    
    3
    ## uploading to google
    4
    ## rev: 22 Aug 2012 16:07
    5
    
    
  3. Bash Password Manager with OpenSSL a... Bash Password Manager with OpenSSL aes-256
    1
    #!/bin/bash
    2
    
    
    3
    trap ctrl_c INT
    4
    
    
    5
    function ctrl_c() {