- Johannesburg
- www.danielcarr.co.za
Pinned Loading
-
hashapass-widget
hashapass-widget PublicA cross-platform GUI implementation of the hashapass password generator, with extensions for more complex passwords
Python
-
Mac bash profile
Mac bash profile 1# This file would be identical to .profile and isn't needed in addition, it just makes the gist more findable
2# .profile is called if bash will be invoked with the name `sh`, so it's more portable
3# The same or a similar file might also be named .bashrc (for a non-login interactive shell invocation)
4# See the section INVOCATION of `man bash` for the technical nuances of when to use which filename
-
passwordgenerator
passwordgenerator 1#! /usr/bin/env bash
23# hashapass.com method for generating passwords
4# based on the script by Simon Elmir at http://hashapass.com/en/cmd.html
5 -
ANSI Codes for exporting in bash scr...
ANSI Codes for exporting in bash scripts 1export CLEAR=`printf '\033[0m'`
23# EFFECTS / FORMATTING
4export BOLD=`printf '\033[1m'`
5export DIM=`printf '\033[2m'`
-
Vim config file
Vim config file 12colorscheme slate
34syntax on "syntax highlighting
5set number "line numbers
-
PasswordGeneratorApplet
PasswordGeneratorApplet PublicA MATE panel applet for generating pseudo random passwords
Python
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.