<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.nepavel.name/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.nepavel.name/feed.php">
        <title>Вики Непавла public</title>
        <description></description>
        <link>https://wiki.nepavel.name/</link>
        <image rdf:resource="https://wiki.nepavel.name/lib/tpl/adoradark/images/favicon.ico" />
       <dc:date>2026-04-06T23:03:49+0000</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.nepavel.name/doku.php?id=public:%D0%B1%D0%B8%D0%BE%D1%85%D0%B8%D0%BC%D0%B8%D1%8F&amp;rev=1599458156&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.nepavel.name/doku.php?id=public:git&amp;rev=1606999650&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.nepavel.name/doku.php?id=public:hello&amp;rev=1576517838&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.nepavel.name/doku.php?id=public:regex&amp;rev=1603191166&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.nepavel.name/doku.php?id=public:spring_sec_simple&amp;rev=1614576641&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.nepavel.name/lib/tpl/adoradark/images/favicon.ico">
        <title>Вики Непавла</title>
        <link>https://wiki.nepavel.name/</link>
        <url>https://wiki.nepavel.name/lib/tpl/adoradark/images/favicon.ico</url>
    </image>
    <item rdf:about="https://wiki.nepavel.name/doku.php?id=public:%D0%B1%D0%B8%D0%BE%D1%85%D0%B8%D0%BC%D0%B8%D1%8F&amp;rev=1599458156&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-09-07T05:55:56+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>public:биохимия</title>
        <link>https://wiki.nepavel.name/doku.php?id=public:%D0%B1%D0%B8%D0%BE%D1%85%D0%B8%D0%BC%D0%B8%D1%8F&amp;rev=1599458156&amp;do=diff</link>
        <description>Что может ускорить липолиз в кетозе, помимо силовых тренировок:

L-карнитин - транспорт жирных кислот в митохондрии, поддержание кофермента А и уровня CoASH, необходимого для бета-окисления жиров.</description>
    </item>
    <item rdf:about="https://wiki.nepavel.name/doku.php?id=public:git&amp;rev=1606999650&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-12-03T12:47:30+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>public:git</title>
        <link>https://wiki.nepavel.name/doku.php?id=public:git&amp;rev=1606999650&amp;do=diff</link>
        <description>Отчет по числу строк

 git log --pretty=format:==%an --numstat | \
 sed -r '/==.*/{s/^==;h;D};/^$/D;s/-/0/g;s/\t[^\t]+$;G;s/(.*)\n(.*)/\2\t\1/' \
 | awk -F '\t' '{add[$1]+=$2;del[$1]+=$3} END {for (i in add) {print i,add[i],del[i]}}'</description>
    </item>
    <item rdf:about="https://wiki.nepavel.name/doku.php?id=public:hello&amp;rev=1576517838&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-12-16T17:37:18+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>public:hello</title>
        <link>https://wiki.nepavel.name/doku.php?id=public:hello&amp;rev=1576517838&amp;do=diff</link>
        <description>Рад вас приветствовать отсюда нафиг :-|</description>
    </item>
    <item rdf:about="https://wiki.nepavel.name/doku.php?id=public:regex&amp;rev=1603191166&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-20T10:52:46+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>public:regex</title>
        <link>https://wiki.nepavel.name/doku.php?id=public:regex&amp;rev=1603191166&amp;do=diff</link>
        <description>Поиск незалоганных экзепшенов

catch \(\w+ (\w+)\).+\n?.*log(?!.*, \1)</description>
    </item>
    <item rdf:about="https://wiki.nepavel.name/doku.php?id=public:spring_sec_simple&amp;rev=1614576641&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-03-01T05:30:41+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>public:spring_sec_simple</title>
        <link>https://wiki.nepavel.name/doku.php?id=public:spring_sec_simple&amp;rev=1614576641&amp;do=diff</link>
        <description>Для простого добавления множественной авторизации в спринг секьюрити можно сделать так:


@Autowired
public void configureGlobal(AuthenticationManagerBuilder auth) throws Exception {
    // Read the file
    // Loop through all users and search for the given username
    // Return User or throw UsernameNotFoundException
    auth.userDetailsService(username -&gt; {
            try {
                String pathToFile = // Path to file;
                List&lt;String&gt; users = Files.readAllLines(Paths.get…</description>
    </item>
</rdf:RDF>
