<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" >

  <channel>
    <title><![CDATA[Комментарии / Профиль linz]]></title>
    <link>https://habr.com/ru/users/linz/comments/</link>
    <description><![CDATA[Хабр: комментарии пользователя linz]]></description>
    <language>ru</language>
    <managingEditor>editor@habr.com</managingEditor>
    <generator>habr.com</generator>
    <pubDate>Sat, 02 May 2026 16:43:05 GMT</pubDate>
    
    
      <image>
        <link>https://habr.com/ru/</link>
        <url>https://habrastorage.org/webt/ym/el/wk/ymelwk3zy1gawz4nkejl_-ammtc.png</url>
        <title>Хабр</title>
      </image>
    

    
      

      
        
  
    <item>
      <title>24.02.2014 17:43:31 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/210796/#comment_7347241</guid>
      <link>https://habr.com/ru/articles/210796/#comment_7347241</link>
      <description><![CDATA[Дошли руки до этого поста в очереди Pocket,<br/>
и после прочтения некоторой части Learn you some Erlang for great good родилось такое решение<br/>
<pre><code class="erlang">-module(facebook).
-export([square/1, print_square/1]).
 
square(N)-&gt;square(1, N).
square(Start, 1)-&gt;[[Start]];
square(Start, 2)-&gt;[[Start, Start+1], [Start+3, Start+2]];
square(Start, N)-&gt;
    TopRight = Start+N-1,
    [lists:seq(Start, TopRight)]++
    extend(square(TopRight+3*N-3, N-2), TopRight+3*N-4, TopRight+1, [])++
    [lists:reverse(lists:seq(TopRight+N-1, TopRight+2*N-2))].
 
extend([H|T], Left, Right, Acc)-&gt;
    extend(T, Left-1, Right+1, [[Left]++H++[Right]|Acc]);
extend([], _, _, Acc)-&gt;lists:reverse(Acc).
 
print_square(N)-&gt;
    lists:foreach(fun(Row)-&gt;io:format(&quot;~w~n&quot;, [Row]) end, square(N)).
</code></pre>]]></description>
      <pubDate>Mon, 24 Feb 2014 17:43:31 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>18.12.2013 06:32:47 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/205038/#comment_16374005</guid>
      <link>https://habr.com/ru/articles/205038/#comment_16374005</link>
      <description><![CDATA[макбук $1494<br/>
доставка+страховка $ 115,65<br/>
таможня+комиссии 1711 руб.]]></description>
      <pubDate>Wed, 18 Dec 2013 06:32:47 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>13.12.2013 09:12:01 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/205038/#comment_16373869</guid>
      <link>https://habr.com/ru/articles/205038/#comment_16373869</link>
      <description><![CDATA[Заказал в день перед черной пятницей макбук стоимость больше 1000 евро. через посредника — шопфанс (не реклама).<br/>
заполнил декларацию, указал реальную сумму — при проверке сказали что необходимо подписать договор с брокером.<br/>
когда по трекингу посылка оказалась на таможне — на почту пришел счет на оплату пошлин и комиссий. Оплатил.<br/>
На следующий день трекинг обновился — и посылка уже прошла таможню <a href="http://delivery.shopfans.ru/parcel/286939/track.html?auth=99b7a821172f7d6ceff124f31361f443550bd72f">delivery.shopfans.ru/parcel/286939/track.html?auth=99b7a821172f7d6ceff124f31361f443550bd72f</a><br/>
получается таможня прошла вообще безболезненно]]></description>
      <pubDate>Fri, 13 Dec 2013 09:12:01 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>04.02.2013 19:00:36 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/168283/#comment_15760713</guid>
      <link>https://habr.com/ru/articles/168283/#comment_15760713</link>
      <description><![CDATA[А что подробнее?<br/>
В Cydia пакеты ищутся, репозитории добавляются, но правда пакеты пока не получилось поставить, потому что репозитории почти лежат]]></description>
      <pubDate>Mon, 04 Feb 2013 19:00:36 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>04.02.2013 18:43:12 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/168283/#comment_15760703</guid>
      <link>https://habr.com/ru/articles/168283/#comment_15760703</link>
      <description><![CDATA[Поставил на iPad 3. <br/>
Правда только после проверил хэши и они оказывается не сошлись, но поставилось нормально и cydia по крайней мере работает]]></description>
      <pubDate>Mon, 04 Feb 2013 18:43:12 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>20.02.2011 18:40:30 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/114157/#comment_14881677</guid>
      <link>https://habr.com/ru/articles/114157/#comment_14881677</link>
      <description><![CDATA[Екатеринбург, Convex<br/>
Днем\Ночью 45 Мбит<br/>
Вечером 15 Мбит<br/>
650 рублей]]></description>
      <pubDate>Sun, 20 Feb 2011 18:40:30 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>11.08.2010 15:22:46 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/101496/#comment_14614015</guid>
      <link>https://habr.com/ru/articles/101496/#comment_14614015</link>
      <description><![CDATA[Кстати, Chrome тоже обновился и теперь там таже версия, что и по ссылке.]]></description>
      <pubDate>Wed, 11 Aug 2010 15:22:46 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>02.02.2010 12:37:23 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/82810/#comment_14033253</guid>
      <link>https://habr.com/ru/articles/82810/#comment_14033253</link>
      <description><![CDATA[Использую только для запуска\установки GTA IV и убунты присланной по почте]]></description>
      <pubDate>Tue, 02 Feb 2010 12:37:23 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>29.09.2009 10:37:21 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/70897/#comment_13626425</guid>
      <link>https://habr.com/ru/articles/70897/#comment_13626425</link>
      <description><![CDATA[инвайты: <a href="http://bit.ly/N1GJF">bit.ly/N1GJF</a>]]></description>
      <pubDate>Tue, 29 Sep 2009 10:37:21 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>29.09.2009 10:34:11 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/70897/#comment_13626423</guid>
      <link>https://habr.com/ru/articles/70897/#comment_13626423</link>
      <description><![CDATA[спасибо]]></description>
      <pubDate>Tue, 29 Sep 2009 10:34:11 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>20.05.2009 09:19:20 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/59992/#comment_1634952</guid>
      <link>https://habr.com/ru/articles/59992/#comment_1634952</link>
      <description><![CDATA[В материнках от asus есть нечто подобное под названием Express Gate, основанный на Splashtop <a href="http://en.wikipedia.org/wiki/Splashtop">en.wikipedia.org/wiki/Splashtop</a><br/>
]]></description>
      <pubDate>Wed, 20 May 2009 09:19:20 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>01.05.2009 05:59:48 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/58680/#comment_13217343</guid>
      <link>https://habr.com/ru/articles/58680/#comment_13217343</link>
      <description><![CDATA[Инвайты на демоноид<br/>
<br/>
g44n4xspt0d27df44fkkeptt50yb403xg5do44s<br/>
vyqe5qknk3bkjmwgmwx467gph8a9s31v<br/>
no085uxxdo2eoc5daf69kvy1gj23tf4f435owd7m7nx<br/>
egjgnaizfz1xtwgmu2a1ehgo2i8yojy6tgxcjq<br/>
14hlq14aon8pn09za1ynqf9ja47sj8yei0dlglzsksxdv<br/>
<br/>
пишите какие забираете]]></description>
      <pubDate>Fri, 01 May 2009 05:59:48 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>01.05.2009 05:53:43 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/58680/#comment_13217321</guid>
      <link>https://habr.com/ru/articles/58680/#comment_13217321</link>
      <description><![CDATA[отправил]]></description>
      <pubDate>Fri, 01 May 2009 05:53:43 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>01.05.2009 05:52:45 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/58680/#comment_13217319</guid>
      <link>https://habr.com/ru/articles/58680/#comment_13217319</link>
      <description><![CDATA[отправил в личку]]></description>
      <pubDate>Fri, 01 May 2009 05:52:45 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>16.04.2009 06:58:21 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/53161/#comment_13040211</guid>
      <link>https://habr.com/ru/articles/53161/#comment_13040211</link>
      <description><![CDATA[отправил]]></description>
      <pubDate>Thu, 16 Apr 2009 06:58:21 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>30.03.2009 17:10:30 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/55918/#comment_1499704</guid>
      <link>https://habr.com/ru/articles/55918/#comment_1499704</link>
      <description><![CDATA[Alt+PrtScr правильно работает, а Ctrl+PrtScr снимает скриншот всего экрана]]></description>
      <pubDate>Mon, 30 Mar 2009 17:10:30 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>30.03.2009 17:08:18 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/55918/#comment_1499694</guid>
      <link>https://habr.com/ru/articles/55918/#comment_1499694</link>
      <description><![CDATA[Хотелось бы привязку программы к аккаунту на сайте, чтобы скриншоты залитые через программу можно было посмотреть на сайте.<br/>
И ещё баг: не работает комбинация Ctrl+PrtScr, хотя если выбрать соответствующий пункт меню через правый клик в трее то все работает]]></description>
      <pubDate>Mon, 30 Mar 2009 17:08:18 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>30.03.2009 10:15:10 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/55900/#comment_13128607</guid>
      <link>https://habr.com/ru/articles/55900/#comment_13128607</link>
      <description><![CDATA[Дети возможно с радостью откажутся изучать Историю первой мировой войны, но ведь этого не выкинешь из Мировой истории и считаю надо обязательно знать, <br/>
а вот основы блоггинга и подкастинга лучше сделать дополнительными.]]></description>
      <pubDate>Mon, 30 Mar 2009 10:15:10 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>02.09.2008 11:25:38 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/38647/#comment_12545909</guid>
      <link>https://habr.com/ru/articles/38647/#comment_12545909</link>
      <description><![CDATA[Спасибо огромное! будем испытывать]]></description>
      <pubDate>Tue, 02 Sep 2008 11:25:38 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>02.09.2008 11:17:12 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/38647/#comment_12545899</guid>
      <link>https://habr.com/ru/articles/38647/#comment_12545899</link>
      <description><![CDATA[9FA0-D922<br/>
Вот )]]></description>
      <pubDate>Tue, 02 Sep 2008 11:17:12 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

      

      

    
  </channel>
</rss>
