Tfe

Ongi etorri tfe-ren webgunera...

21/05/2024

Pixelak

Tags: Aholkuak Euskera BASH

19/09/2022

Urls valides un peu spéciales

Découverte fun de la journée, liste d'urls valides pointant toutes vers 1.0.0.1:

http://1.1

http://1.0.1

https://16777217

http://0x01000001

 

Tags: Web Aholkuak

11/06/2022

Bash view all color codes

View the code number and result with this simple bash script:

$ for i in {0..255}; do printf "\x1b[38;5;${i}mcolor%-5i\x1b[0m" $i ; if ! (( ($i + 1 ) % 8 )); then echo ; fi ; done

 

Tags: Linux

19/04/2022

CSS Clip-path and text transition with 2 colors

Simple tutorial about css clipping, and making a text transition between 2 colors.

Tags: CSS W3C