Americans Are Pretty Skeptical That Hard Work Will Pay Off
True. Hard work will pay off only with luck factor (== list of coincidences)
True. Hard work will pay off only with luck factor (== list of coincidences)
22 juin 2021, 19:38:28
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"}
'
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
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.
Same with different color. This should be maintained by states, not companies.
17 juin 2021, 09:58:47
Solving The World's FINEST Sushi Puzzles!!
Eating during video is most disgusting thing one can do...
Eating during video is most disgusting thing one can do...
21 avr. 2021, 15:41:29
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
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
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>
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