I've wanted to use this component for visualization of ratings but only allows the creation of it as an input element. This gist allows its use with span element. DaisyUI and TailwindCSS is required in the project and the next file added in it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Just Monika | |
| // @version 1 | |
| // @grant none | |
| // ==/UserScript== | |
| // F*^$ck everything. Just Monika. | |
| // Only for fun purposes. | |
| var monikas = [ |
En este texto se va a declarar unas "normas", porque parece que se ha perdido el sentido común en los proyectos de software libre y porque el CoC provisto por Github no me gusta (ambiguo, con excesiva burocracia).
TLDR: Si uno no sabe comportarse como una persona adulta y/o madura, no sé qué pinta aquí.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Based on Mikrotik Jazztel configuration made by Malosa at adslzone.net | |
| #Descomentar para configurar frecuencia procesador (RB450G) | |
| #/system routerboard settings set cpu-frequency=800MHz | |
| #Cambiar por el hostname personalizado | |
| /system identity set name=RB450G | |
| /interface ethernet | |
| #Cambiar mac address por la dirección MAC del F660 que tengas. | |
| set 0 name=eth0-gw mac-address=78:31:2b:xx:xx:xx | |
| set 1 name=eth1-lan | |
| set 2 master-port=eth1-lan name=eth2-lan |