bart
DEFINITIONS
THE PAGE with the definitions of all there is.
This is a particle sees through an optic tupe where a destination exists. Here's a station no train will stop by. sool was seen a night ago. pure coolness and pure coldness and nothing butlink<-.
about what is up :___ __at the moemnt__ I am readin the following points and when I wrote that it wasn't really that long ago.:
- brainstorming an idea for a dictionary which will have definitions to a word, gathered from many(plurality) languages. From a reader's perspective there will be a book of definitions from all languages to the quivilent words between them. The impact is yet unknown and Until the beginning of november I want to make an abstract for a research paper which will discover the function of such collection(such dictionary).
- writing my math homework
- researching all contemporary sources of thought for old landian texts to discover the current opinion about early landian ideas in the hyperviruus context
- chainlink hackathon baby!
- tthinking about the nft badge that collects activity data and displays it in a convinient way #dataviz idea that this indian guy from bangalore and I discussed in the evening of the 24th of oct 2021.
USEFUL LINES
:execute 'read !curl -sL "' . getline('.') . '" | grep -oP ''(?<=
).*?(?=)'''
can be used in vim macros to get a https yt link from a line with Y, execute, k, J, n and append the name of the video next to the link :0
wget $SITE -O- | sed "s/\ /\n/g" | grep -is href | grep -is -e mp4 -e webm | cut -d \" -f 2 | sort|uniq|xargs -I {} bash -c "yt-dlp {} ; sleep 1 "
use in command line to get all videos from the link :0
To learn more HTML/CSS, check out these tutorials!