while true; do if [[ $(($RANDOM % 2 )) = "1" ]] then; echo "y"; else echo "n"; fi done
while true; do if [[ $(($RANDOM % 2 )) = "1" ]] then; echo "y"; else echo "n"; fi done
The eye opens like a curtain rising
In the dark, feet search for something real
Consciousness hasn’t happened yet
And the floorboards are skin temperature
A fresh repetition, today will be one more or one less
An impromptu concert strikes up in the kitchen
Maybe this black coffee is the morning bell-
the prize you win for returning safe from sleep
ffmpeg -i original.mp4 -vf fps=25 out%04d.png
ffmpeg -framerate 25 -pattern_type glob -i '*.png' -c:v libx264 -pix_fmt yuv420p out.mp4
=IF(B2=TODAY(),"Past",IF(B2<TODAY(),"Today",TEXT(B2,"ddd")))
Here is an example using emojis instead of past/today:
mkdir ~/Desktop/screenshots
defaults write com.apple.screencapture location ~/Desktop/screenshots
killall SystemUIServer
/Users/username/Desktop/screenshots
.New screenshots (?+Shift+3, 4 or 5) are now stored in ~/Desktop/screenshots
.
Um berço fácil de montar e desmontar e leve o suficiente para transporte rápido. Preço na época: USD$ 74.99. Valeu a pena? Não.
Array.from(document.getElementsByTagName("input"))
.filter( input => { return input.type==="checkbox" } )
.map( checkbox => { checkbox.checked = true })