Skip to content

Instantly share code, notes, and snippets.

View Zelirian's full-sized avatar
:octocat:
hornet's wing structure,isn't suitable to flight,but he known't and flies anyway

Davide Tedesco Zelirian

:octocat:
hornet's wing structure,isn't suitable to flight,but he known't and flies anyway
View GitHub Profile
@Zelirian
Zelirian / java_download.sh
Created February 8, 2022 11:55 — forked from wavezhang/java_download.sh
download java from oracle without login
wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/12.0.2+10/e482c34c86bd4bf8b56c0b35558996b9/jdk-12.0.2_linux-x64_bin.tar.gz
##############################################
## Example 1 - play a note
play 60
##############################################
## Example 2 - play 4 random notes
4.times do
play rrand_i(60, 90)
sleep 0.5