You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Easily generate random strings like passwords, with simple options for specifying a length and for using patterns of numeric, alpha-numeric, alphabetical, special or custom characters. (the original "generate-password")
Shuffle playlists for SMPlayer, Baka MPlayer, Celluloid and MPV. MPV does not randomize / shuffle playlists on-the-fly. This bash script will do that for you.
Practice my knowledge of basic JavaScript syntax and data structures by building a Random Quote Generator, a program that displays a randomly selected quote each time the user clicks a button or presses arrow keys on keyboard..