<?xml version="1.0" encoding="windows-1251"?>

<rss version="2.0">
	<channel>
		<title>My WishList spalk желания друзей</title>
		<link>http://mywishlist.ru/friends/spalk</link>
		
		<generator>rss.mywishlist</generator>
		<ttl>60</ttl>
		
<item>
  <title>Hr_sokolow: Роутер стандарта 802.11n</title>
  <link>http://mywishlist.ru/wish/4330930</link>
  <guid>http://mywishlist.ru/wish/4330930?mt=1323846326</guid>
  <description>Роутер стандарта 802.11n</description>
  <pubDate>Wed, 14 Dec 2011 07:05:26 GMT</pubDate>
</item>

<item>
  <title>Hr_sokolow: USB Адаптер</title>
  <link>http://mywishlist.ru/wish/4330985</link>
  <guid>http://mywishlist.ru/wish/4330985?mt=1323778663</guid>
  <description>USB Адаптер</description>
  <pubDate>Tue, 13 Dec 2011 12:17:43 GMT</pubDate>
</item>

<item>
  <title>Hr_sokolow: Видеокарта с HDMI-выходом</title>
  <link>http://mywishlist.ru/wish/4331308</link>
  <guid>http://mywishlist.ru/wish/4331308?mt=1323621171</guid>
  <description>Видеокарта с HDMI-выходом</description>
  <pubDate>Sun, 11 Dec 2011 16:32:51 GMT</pubDate>
</item>

<item>
  <title>Hr_sokolow: Одеяло из верблюжьей шерсти</title>
  <link>http://mywishlist.ru/wish/3966137</link>
  <guid>http://mywishlist.ru/wish/3966137?mt=1323614725</guid>
  <description>Одеяло из верблюжьей шерсти</description>
  <pubDate>Sun, 11 Dec 2011 14:45:25 GMT</pubDate>
</item>

<item>
  <title>Hr_sokolow: Телефончик на андроид 2.3 с оперативкой от 512 мегабайт</title>
  <link>http://mywishlist.ru/wish/3966141</link>
  <guid>http://mywishlist.ru/wish/3966141?mt=1323614700</guid>
  <description>Телефончик на андроид 2.3 с оперативкой от 512 мегабайт</description>
  <pubDate>Sun, 11 Dec 2011 14:45:00 GMT</pubDate>
</item>

<item>
  <title>Hr_sokolow: Паровая система Philips</title>
  <link>http://mywishlist.ru/wish/3966144</link>
  <guid>http://mywishlist.ru/wish/3966144?mt=1323614684</guid>
  <description>Паровая система Philips</description>
  <pubDate>Sun, 11 Dec 2011 14:44:44 GMT</pubDate>
</item>

<item>
  <title>Hr_sokolow: Беспроводная клава logitech на солнечных аккумуляторах</title>
  <link>http://mywishlist.ru/wish/3966148</link>
  <guid>http://mywishlist.ru/wish/3966148?mt=1323614663</guid>
  <description>Беспроводная клава logitech на солнечных аккумуляторах</description>
  <pubDate>Sun, 11 Dec 2011 14:44:23 GMT</pubDate>
</item>

<item>
  <title>Hr_sokolow: Беспроводная мышь logitech</title>
  <link>http://mywishlist.ru/wish/3966156</link>
  <guid>http://mywishlist.ru/wish/3966156?mt=1323614649</guid>
  <description>Беспроводная мышь logitech</description>
  <pubDate>Sun, 11 Dec 2011 14:44:09 GMT</pubDate>
</item>

<item>
  <title>Hr_sokolow: Оптический привод Sony NEC Silver</title>
  <link>http://mywishlist.ru/wish/3969111</link>
  <guid>http://mywishlist.ru/wish/3969111?mt=1323614631</guid>
  <description>Оптический привод Sony NEC Silver</description>
  <pubDate>Sun, 11 Dec 2011 14:43:51 GMT</pubDate>
</item>

<item>
  <title>Hr_sokolow: Корпус GIGABYTE 3D Mars серебряный</title>
  <link>http://mywishlist.ru/wish/3969122</link>
  <guid>http://mywishlist.ru/wish/3969122?mt=1323614621</guid>
  <description>Корпус GIGABYTE 3D Mars серебряный</description>
  <pubDate>Sun, 11 Dec 2011 14:43:41 GMT</pubDate>
</item>

<item>
  <title>Hr_sokolow: Навигатор</title>
  <link>http://mywishlist.ru/wish/1838127</link>
  <guid>http://mywishlist.ru/wish/1838127?mt=1270633719</guid>
  <description>Навигатор</description>
  <pubDate>Wed, 07 Apr 2010 09:48:39 GMT</pubDate>
</item>

<item>
  <title>PegaS: Добавление хуков в FreeBSD-CURRENT для возможности написания драйвера nvidia под amd64 архитектуру</title>
  <link>http://mywishlist.ru/wish/262272</link>
  <guid>http://mywishlist.ru/wish/262272?mt=1258131259</guid>
  <description>Summary of Tasks:

 # Task:        implement pmap_mapdev_attr() on FreeBSD i386 and on
                FreeBSD amd64.
   Motivation:  allows reliable creation of kernel mappings of I/O
                memory with specific cache attributes (with per-page
                granularity).
   Priority:    gates FreeBSD amd64 support.
   Status:      is being implemented for i386 and amd64 (work is being
                done to allow easily breaking down 2MB pages).


 # Task:        design/implement better mmap(2) mechanism for mapping
                memory to user space (context information, cache
                attributes).
   Motivation:  allows reliable creation of user mappings of DMA and
                I/O memory and support for systems with more than
                4GB of RAM.
   Priority:    gates improved FreeBSD i386 support (PCI-E performance,
                SLI support, improved reliability); gates FreeBSD
                amd64 support.
   Status:      has not been started, pending.


 # Task:        implement pmap_change_attr() on FreeBSD i386 and on
                FreeBSD amd64.
   Motivation:  allows prevention of cache coherency problems.
   Priority:    gates FreeBSD amd64 support.
   Status:      is being implemented for i386 and amd64.


 # Task:        implement vmap()-like kernel interface.
   Motivation:  allows creation of contiguous kernel mappings of
                parts of or complete non-contiguous DMA/system memory
                allocations.
   Priority:    gates support for systems with more than 4GB of RAM.
   Status:      has not been started.


 # Task:        implement mechanism to allow character drivers to
                maintain per-open instance data (e.g. like the Linux
                kernel's 'struct file *').
   Motivation:  allows per thread NVIDIA notification delivery; also
                reduces CPU overhead for notification delivery
                from the NVIDIA kernel module to the X driver and to
                OpenGL.
   Priority:    should translate to improved X/OpenGL performance.
   Status:      has not been started.</description>
  <pubDate>Fri, 13 Nov 2009 16:54:19 GMT</pubDate>
</item>

<item>
  <title>Hr_sokolow: Часы наручные Orient CEZAD006T</title>
  <link>http://mywishlist.ru/wish/1258579</link>
  <guid>http://mywishlist.ru/wish/1258579?mt=1255708308</guid>
  <description>при заказе не забудь указать наш номер карты много.ру 04387558</description>
  <pubDate>Fri, 16 Oct 2009 15:51:48 GMT</pubDate>
</item>

<item>
  <title>Hr_sokolow: AnyData AWR-500 (Wi-Fi, ethernet, EV-DO rev.a)</title>
  <link>http://mywishlist.ru/wish/1258589</link>
  <guid>http://mywishlist.ru/wish/1258589?mt=1245679172</guid>
  <description>AnyData AWR-500 (Wi-Fi, ethernet, EV-DO rev.a)</description>
  <pubDate>Mon, 22 Jun 2009 13:59:32 GMT</pubDate>
</item>

<item>
  <title>Hr_sokolow: МИКРОНИКА SF10/440-470</title>
  <link>http://mywishlist.ru/wish/1430444</link>
  <guid>http://mywishlist.ru/wish/1430444?mt=1245679121</guid>
  <description>МИКРОНИКА SF10/440-470</description>
  <pubDate>Mon, 22 Jun 2009 13:58:41 GMT</pubDate>
</item>

<item>
  <title>Hr_sokolow: Коммуникатор HTC Touch Diamond</title>
  <link>http://mywishlist.ru/wish/1258554</link>
  <guid>http://mywishlist.ru/wish/1258554?mt=1241452832</guid>
  <description>Коммуникатор HTC Touch Diamond</description>
  <pubDate>Mon, 04 May 2009 16:00:32 GMT</pubDate>
</item>

<item>
  <title>Hr_sokolow: Ручка перьевая Pierre Cardin PLUTO</title>
  <link>http://mywishlist.ru/wish/1258570</link>
  <guid>http://mywishlist.ru/wish/1258570?mt=1235942894</guid>
  <description>Ручка перьевая Pierre Cardin PLUTO</description>
  <pubDate>Sun, 01 Mar 2009 21:28:14 GMT</pubDate>
</item>

<item>
  <title>woolfa: bluetooth-ная лазерная мышка</title>
  <link>http://mywishlist.ru/wish/275640</link>
  <guid>http://mywishlist.ru/wish/275640?mt=1181298796</guid>
  <description>что-то типа как по ссылке.</description>
  <pubDate>Fri, 08 Jun 2007 10:33:16 GMT</pubDate>
</item>

<item>
  <title>woolfa: USB подогрев для чашки</title>
  <link>http://mywishlist.ru/wish/275627</link>
  <guid>http://mywishlist.ru/wish/275627?mt=1181298100</guid>
  <description>USB подогрев для чашки</description>
  <pubDate>Fri, 08 Jun 2007 10:21:40 GMT</pubDate>
</item>

<item>
  <title>woolfa: сдать завтра зачет по политанализу...</title>
  <link>http://mywishlist.ru/wish/262663</link>
  <guid>http://mywishlist.ru/wish/262663?mt=1180268834</guid>
  <description>Андрей Сергеевич Ахременко</description>
  <pubDate>Sun, 27 May 2007 12:27:14 GMT</pubDate>
</item>


	</channel>
</rss>

