sudo pacman -Syu
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
| Counter component using react and typescript | |
| 1. Should display count. | |
| 2. Should have 3 buttons: "+", "-" and "reset" (reset should change counter to initial one). | |
| 3. Should be able to create different counter, with different initial count. | |
| 4. Should automaticaly reset counter after provided timeout. auto reset should happen if counter value didn't change for certain amount of time. | |
| import { useState, useEffect } from 'react'; |
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
| Cambiar a México | |
| Educación | |
| Nuevo sistema de aulas con computadoras e internet de alta velocidad | |
| Tu educacuón depende única y exclusivamente de ti | |
| Sistema 100% transparencia | |
| Facturas, ingresos, egresos, gastos, inversiones, costos, estado de resultados de costos. | |
| Parametrizar rangos de precios de mercados. | |
| Catalogo público de productos y servicios |
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
| background: linear-gradient(120deg,#540C78 0%,#4697E8 100%); | |
| background: linear-gradient(120deg, #540C78 14%, #4697E8 91%); |
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
| # for more info: https://gist.github.com/1120938 |
apt install zsh
Lo último que quería que hiciera cualquier programador es meterse con el estado interno, incluso si se presenta de forma figurada. Es lamentable que gran parte de lo que hoy se llama OOP es simplemente un estilo de programación antiguo con construcciones más elegantes.
Una expresión se denomina referencialmente transparente si se puede reemplazar con su valor correspondiente sin cambiar el comportamiento del programa.
La estructura de datos persistentes es una estructura de datos que siempre conserva la versión anterior de sí misma cuando se modifica
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
| Orden para poder declarar CSS | |
| 1.- Position | |
| 2.- Box model | |
| 3.- typography | |
| 4.- Visual | |
| 5.- Miscelanos |
NewerOlder