Outils pour utilisateurs

Outils du site


pages:norae:si:dev

Notes de recherche action sur la programmation et le développement

IDE pour coder

Tutoriels

Python

C

Formations

Normes et conventions

C/C++

Pyhton

Art(s)

Music

Stream

Autres

for i in {01..20}.png ; do scrot -s $i ; echo $i ; done ; convert -delay 50 {01..20}.png -layers Optimize anim.gif # Take screenshots as needed by clicking on a window, then turn them into an animated gif with half-second frame lengths.
yes {1..30} | for i in {1..30} ; do GREP_COLORS="mt=01;$((41+($i%7)))" timeout 1 egrep --color=auto "\b$i\b" ; done # Highlight increasing numbers. Something new I haven't tried. Piping output into a for loop and using timeout to dynamically change the filter on a timed basis.
pages/norae/si/dev.txt · Dernière modification : 2021/08/06 11:05 de xavcc