commentaires

commentaires de Mmm7777
Mmm7777
4y | 23 juin 2021, 06:57:07
23 juin 2021, 06:57:07
Mmm7777
4y | 22 juin 2021, 19:38:28
Americans Are Pretty Skeptical That Hard Work Will Pay Off
True. Hard work will pay off only with luck factor (== list of coincidences)
22 juin 2021, 19:38:28
Mmm7777
4y | 19 juin 2021, 11:02:36
Nginx color lines
or lightly better version

tail -f /var/log/nginx/niftycent.com_access.log | awk '
/ 20[0-9] / {print "\033[32m" $0 "\033[39m"}
/ 50[0-9] / {print "\033[31m" $0 "\033[39m"}
/ 30[0-9] / {print "\033[33m" $0 "\033[39m"}
'
19 juin 2021, 11:02:36
Mmm7777
4y | 17 juin 2021, 09:58:47
Finland-based Contract Mill raises over €1 million to disrupt document automation business 
Same with different color. This should be maintained by states, not companies.
17 juin 2021, 09:58:47
Mmm7777
4y | 21 avr. 2021, 15:41:29
Solving The World's FINEST Sushi Puzzles!!
Eating during video is most disgusting thing one can do...
21 avr. 2021, 15:41:29
Mmm7777
4y | 18 avr. 2021, 18:24:21
Zneklidňující vysvětlení Fermiho paradoxu: Žijeme v pochmurném Temném lese?
Moc fantasy prispevok, vzhladom na to, ze ludstvo opustilo aktualne Slnecnu sustavu, aj to len v podobe par satelitov...

https://en.wikipedia.org/wiki/List_of_artificial_objects_leaving_the_Solar_System
18 avr. 2021, 18:24:21
Mmm7777
5y | 14 sept. 2020, 18:44:22
Social dilemma
🕶️ test ikony...
14 sept. 2020, 18:44:22
Mmm7777
5y | 14 août 2020, 18:41:16
14 août 2020, 18:41:16
Mmm7777
5y | 13 juil. 2020, 22:16:46
PHP quality assurance
Example configuration:

<?xml version="1.0"?>
<psalm
errorLevel="8"
resolveFromConfigFile="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
>
<projectFiles>
<directory name="src" />
<ignoreFiles>
<directory name="vendor" />
</ignoreFiles>
</projectFiles>

<issueHandlers>
<InvalidThrow>
<errorLevel type="suppress">
<referencedClass name="Psr\SimpleCache\InvalidArgumentException"/>
</errorLevel>
</InvalidThrow>
</issueHandlers>
</psalm>
13 juil. 2020, 22:16:46