What are you working on Jow Forums?
Previous
What are you working on Jow Forums?
Previous
First for OCaml.
Second for WebAssembly
JavaScript rocks!
I made a script to generate a random Jow Forums filename for when I download an image off google images and don't want people to know.
#!/bin/bash
roll() {
shuf -i $@ -n 1
}
month=$(roll 1-12)
day=$(roll 1-28)
year=$(date +"%Y")
hour=$(roll 0-23)
minute=$(roll 0-59)
second=$(roll 0-59)
code=$(roll 100-999)
timestamp=$(date -d "$month/$day/$year $hour:$minute:$second" +"%s")
printf "%s%s" $timestamp $code | xclip -selection c
Can I learn how to program if I have a confirmed 97 IQ?
Unironically this
Use
#!/usr/bin/env bash
It's more portable
yes you are in good company
javascript