Google I/O 2009 - The Myth of the Genius Programmer
Instance Monad where
(>>=) Programador Funcional . #Haskell . #Erlang . #SoftwareLibre
(>>=) λ programmer . #Haskell . #Erlang . #FreeSoftware
| >>= | m a -> (a -> m b) -> m b |
Instance Monad where
(>>=) Programador Funcional . #Haskell . #Erlang . #SoftwareLibre
(>>=) λ programmer . #Haskell . #Erlang . #FreeSoftware
| >>= | m a -> (a -> m b) -> m b |
Google I/O 2009 - The Myth of the Genius Programmer
(EN) For Erlangers #erlang #programming
http://spawnedshelter.com/
(ES) Para Erlangers #erlang #programming
http://spawnedshelter.com/
With properly designed functions, it is possible to ignore "how" a job is done; knowing "what" is done is sufficient.
Hello Fellow Jitsters! While we work on making sure our infrastructure is able to cope with the recent surge in traffic, we have managed to ship some features we think you may like, let’s go! System audio sharing Sharing our screen while in a meeting has become second nature to most of us. From a …
¿Te es difícil crear una contraseña aleatoria?
Usa:
https://github.com/innaky/syscall-c/blob/master/c-generics/random_string.c
-- Compilado
$> cc random_string.c -o rdr
$> ./rdr
usage: [BINARY] [OPTION] [NUMBER]
BINARY:
OPTIONS:
-n random integer string
-s random character string
-m random string containing both integers and characters
NUMBER:
[0-9]* any non-negative integer that will define the length of the generated string
-- Ejm
$> ./rdr -n 10
8505138344
$> ./rdr -s 10
hSkrjLyoOR
$> ./rdr -m 10
JFuwp7e4XZ