Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

random video thing

Name: Anonymous 2013-08-03 7:32

#!/bin/bash
#64^11 possible URLs so most are unused.
#maybe do something with wget/curl and grep to ignore unused URLs
video=$(cat /dev/urandom| tr -dc 'a-zA-Z0-9\-_'|head -c 11) #11 base64 chars for unique video address
function url() {
    echo "https://www.youtube.com/watch?v=$video"
}
url

feel free to make this ENTERPRISE QUALITY

Name: Anonymous 2013-08-03 7:34

wow wait why did I even make that a function? I need sleep

I am clearly not ENTERPRISE

Name: Anonymous 2013-08-03 8:05

The swearing will continue until code quality improves.

Name: Anonymous 2013-08-03 8:06

>>2
Making unnecessary functions is what ENTERPRISE QUALITY is all about

Name: Anonymous 2013-08-03 11:02

:)

Name: Anonymous 2013-08-03 16:39

>>5
surprised they don't put a limit on the length

Don't change these.
Name: Email:
Entire Thread Thread List