Komentáře

komentáře od Mmm7777
Mmm7777
3y | 23. 6. 2021 6:57:07
23. 6. 2021 6:57:07
Mmm7777
3y | 22. 6. 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. 6. 2021 19:38:28
Mmm7777
3y | 19. 6. 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. 6. 2021 11:02:36
Mmm7777
3y | 17. 6. 2021 9: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. 6. 2021 9:58:47
Mmm7777
3y | 21. 4. 2021 15:41:29
Solving The World's FINEST Sushi Puzzles!!
Eating during video is most disgusting thing one can do...
21. 4. 2021 15:41:29
Mmm7777
3y | 18. 4. 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. 4. 2021 18:24:21
Mmm7777
4y | 14. 9. 2020 18:44:22
Social dilemma
🕶️ test ikony...
14. 9. 2020 18:44:22
Mmm7777
4y | 13. 7. 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. 7. 2020 22:16:46