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

<rdf:RDF
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns="http://purl.org/rss/1.0/"
 xmlns:admin="http://webns.net/mvcb/"
 xmlns:content="http://purl.org/rss/1.0/modules/content/"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:hatena="http://www.hatena.ne.jp/info/xmlns#"
 xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
 xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/"
>

<channel rdf:about="https://b.hatena.ne.jp/entry/s/qiita.com/yuta_sawamura/items/5fbfaaed657af37c2cfd">
<title>&#x306F;&#x3066;&#x306A;&#x30D6;&#x30C3;&#x30AF;&#x30DE;&#x30FC;&#x30AF; - Linux&#x306E;uniq&#x30B3;&#x30DE;&#x30F3;&#x30C9;&#x306B;&#x76F8;&#x5F53;&#x3059;&#x308B;&#x30B3;&#x30FC;&#x30C9;&#x3092;Python&#x3067;&#x5B9F;&#x88C5;&#x3057;&#x3066;&#x307F;&#x305F; - Qiita</title>
<link>https://b.hatena.ne.jp/entry/s/qiita.com/yuta_sawamura/items/5fbfaaed657af37c2cfd</link>
<description>import sys def uniq(f): previous_line = &#x22;&#x22; for line in f.readlines(): if previous_line == line: continue print(line, end=&#x22;&#x22;) previous_line = line def uniq_c(f): previous_line = &#x22;&#x22; count = 1 for lin...</description>
<items>
 <rdf:Seq>
  <rdf:li rdf:resource="https://b.hatena.ne.jp/korin/20210904#bookmark-4707853180780348386" />
  <rdf:li rdf:resource="https://b.hatena.ne.jp/kenoha4985/20210904#bookmark-4707853180780348386" />
 </rdf:Seq>
</items>
</channel>
<item rdf:about="https://b.hatena.ne.jp/korin/20210904#bookmark-4707853180780348386">
<title>korin</title>
<link>https://b.hatena.ne.jp/korin/20210904#bookmark-4707853180780348386</link>
<description></description>
<dc:date>2021-09-04T13:44:13Z</dc:date>
<dc:subject>&#x3042;&#x3068;&#x3067;&#x8AAD;&#x3080;</dc:subject>
<taxo:topics>
  <rdf:Bag>
    <rdf:li resource="https://b.hatena.ne.jp/q/%E3%81%82%E3%81%A8%E3%81%A7%E8%AA%AD%E3%82%80" />
  </rdf:Bag>
</taxo:topics>
</item>
<item rdf:about="https://b.hatena.ne.jp/kenoha4985/20210904#bookmark-4707853180780348386">
<title>kenoha4985</title>
<link>https://b.hatena.ne.jp/kenoha4985/20210904#bookmark-4707853180780348386</link>
<description></description>
<dc:date>2021-09-04T09:14:29Z</dc:date>
<dc:subject>Python</dc:subject>
<taxo:topics>
  <rdf:Bag>
    <rdf:li resource="https://b.hatena.ne.jp/q/Python" />
  </rdf:Bag>
</taxo:topics>
</item>
</rdf:RDF>