Keybase proof
I hereby claim:
- I am f3l1x on github.
- I am f3l1x (https://keybase.io/f3l1x) on keybase.
- I have a public key ASDrMeyL28xQU3dONwui-6Kkd4OUYn1Ukno8yuBe-ykhvgo
To claim this, I am signing this object:
select 'SELECT SETVAL(' || seq [ 1] || ', COALESCE(MAX('||column_name||')+1, 1) ) FROM '||table_name||';' | |
from ( | |
SELECT table_name, column_name, column_default, regexp_match(column_default, '''.*''') as seq | |
from information_schema.columns | |
where column_default ilike 'nextval%' | |
) as sequense_query |
Hello from Latte! | |
Today is {time()|date:'d.m.Y'} and {date('H:i:s')}. | |
{var $members = ['dg', 'milo', 'f3l1x', 'chemix']} | |
{foreach $members as $member} | |
#{$iterator->counter} {$member}{sep},{/sep} | |
{/} |
$ node -r esm src/consistency/analyse.js | |
contributte/mobilni-platby does not have defined composer.extra.branch-alias | |
contributte/latte-email does not have defined composer.extra.branch-alias | |
contributte/nextras-orm-generator does not have defined composer.extra.branch-alias | |
contributte/forms-wizard does not have defined composer.extra.branch-alias | |
contributte/forms-multiplier does not have defined composer.extra.branch-alias | |
contributte/blogette does not have defined composer.extra.branch-alias | |
contributte/image-storage does not have defined composer.extra.branch-alias | |
contributte/api-router does not have defined composer.extra.branch-alias | |
contributte/api-docu does not have defined composer.extra.branch-alias |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/php | |
<?php | |
$input = file_get_contents('php://stdin'); | |
preg_match('|^To: (.*)|', $input, $matches); | |
$filename = tempnam('/var/log/mail', $matches[1] . '.'); | |
file_put_contents($filename, $input); |
# ------------------------------------ | |
# Docker alias and function | |
# ------------------------------------ | |
# Get latest container ID | |
alias dl="docker ps -l -q" | |
# Get container process | |
alias dps="docker ps" |