<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8639484087049206198</id><updated>2011-10-17T20:23:21.306+13:00</updated><category term='profite'/><category term='erth'/><category term='grāmata'/><category term='Python'/><category term='graphic'/><category term='calendar'/><category term='flash'/><category term='spanish'/><category term='autoskolas'/><category term='latvia'/><category term='boobsonbikes'/><category term='businessobjects'/><category term='instruktori'/><category term='Chinese'/><category term='krustnagliņas'/><category term='hosting'/><category term='mandarin'/><category term='&quot;pink floyd&quot; last.fm quilt music'/><category term='benchmarks'/><category term='zaimošana'/><category term='evolution'/><category term='obvious'/><category term='religulous'/><category term='ōklande'/><category term='tortoisesvn'/><category term='seeds'/><category term='christopher hitchens'/><category term='analysis'/><category term='flag'/><category term='recepte'/><category term='favicon'/><category term='ēvelēšana'/><category term='nz'/><category term='low tide'/><category term='español'/><category term='review'/><category term='inkscape'/><category term='seed'/><category term='bēgums'/><category term='tide'/><category term='autoskola'/><category term='facebook'/><category term='xml'/><category term='price'/><category term='instruktors'/><category term='docs'/><category term='garšīgi'/><category term='xmi'/><category term='paduse'/><category term='kārumi'/><category term='native speaker'/><category term='translation'/><category term='pārskats'/><category term='Jyte'/><category term='sqlite'/><category term='xslt'/><category term='language'/><category term='lieldienas'/><category term='Richard Dawkins'/><category term='blog'/><category term='comprehension'/><category term='book'/><category term='viewer'/><category term='learn'/><category term='pdf'/><category term='australia'/><category term='OpenID'/><category term='time'/><category term='sap'/><category term='kalendārs'/><category term='fb'/><category term='aukland'/><category term='deviantArt'/><category term='eps'/><category term='svg'/><category term='church'/><category term='clock'/><category term='ebb'/><category term='FDBENCH'/><category term='farmville'/><category term='listen'/><category term='entropy'/><category term='DELE'/><category term='erwin'/><category term='chomsky'/><category term='numbers'/><category term='blogging'/><category term='new zealand'/><category term='pikets'/><category term='kārums'/><category term='LaTeX'/><category term='paisums'/><category term='svn'/><category term='subversion'/><category term='google'/><category term='money'/><title type='text'>N.A.D.</title><subtitle type='html'>It stands for "no abnormality detected" or "nothing abnormal detected". It's a very common and, unfortunately, fatal and lethal disease. People die of it and there are NO remedy for that :(</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://nad2000.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://nad2000.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>N.A.D.</name><uri>http://www.blogger.com/profile/16739296844473281701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://2.bp.blogspot.com/_4U_6mDFsow0/SksAHrIqBCI/AAAAAAAAIX8/IQGBiEeXOR8/S220/.face.jpeg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>35</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8639484087049206198.post-1692499548118078431</id><published>2011-07-16T04:42:00.001+12:00</published><updated>2011-07-16T04:43:31.154+12:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Python'/><category scheme='http://www.blogger.com/atom/ns#' term='Chinese'/><title type='text'>How to count occurrence of Chinese characters with Python</title><content type='html'>&lt;pre style="background-color: transparent; border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-color: rgb(204, 204, 204); border-top-style: none; border-width: initial; font-size: 13px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; overflow-x: auto; overflow-y: auto; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; padding-top: 10px;"&gt;&lt;b&gt;You would need for that Python 3.x ...&lt;/b&gt;&lt;/pre&gt;&lt;pre style="background-color: transparent; border-bottom-color: rgb(204, 204, 204); border-bottom-style: none; border-bottom-width: 1px; border-color: initial; border-left-style: none; border-right-style: none; border-top-color: rgb(204, 204, 204); border-top-style: none; border-top-width: 1px; border-width: initial; font-family: 'Bitstream Vera Sans Mono', monospace; font-size: 13px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; overflow-x: auto; overflow-y: auto; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; padding-top: 10px;"&gt;&lt;span class="kn" style="color: #aa22ff; font-weight: bold;"&gt;from&lt;/span&gt; &lt;span class="nn" style="color: blue; font-weight: bold;"&gt;collections&lt;/span&gt; &lt;span class="k" style="color: #aa22ff; font-weight: bold;"&gt;import&lt;/span&gt; &lt;span class="n"&gt;OrderedDict&lt;/span&gt;&lt;br /&gt;&lt;span class="n"&gt;t&lt;/span&gt; &lt;span class="o" style="color: #666666;"&gt;=&lt;/span&gt; &lt;span class="s" style="color: #bb4444;"&gt;"""听同学说，春游很好玩。好不容易，这一天到来了。&lt;/span&gt;&lt;br /&gt;&lt;span class="s" style="color: #bb4444;"&gt;一早，我到了学校，看到一排排汽车。&lt;/span&gt;&lt;br /&gt;&lt;span class="s" style="color: #bb4444;"&gt;同学们排着整齐的队伍坐上了车，驶向城郊的果园。&lt;/span&gt;&lt;br /&gt;&lt;span class="s" style="color: #bb4444;"&gt;一路上我们唱着歌，心情格外愉快，因为我上小学以后今天还是第一次去春游。&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="s" style="color: #bb4444;"&gt;到了果园的门口，同学们拍了集体照，就迫不及待地走进果园了。&lt;/span&gt;&lt;br /&gt;&lt;span class="s" style="color: #bb4444;"&gt;导游首先带我们品尝果园里的水果。&lt;/span&gt;&lt;br /&gt;&lt;span class="s" style="color: #bb4444;"&gt;我吃了橙子、香瓜和一些野果。&lt;/span&gt;&lt;br /&gt;&lt;span class="s" style="color: #bb4444;"&gt;然后导游带我们去看杂技表演，还有我特别喜欢的魔术！看完表演，午饭时间到了，我们去果园的餐厅吃饭。那里的菜我都很喜欢吃，和爸爸妈妈做地不一样！之后，导游说带我们去捉泥鳅。&lt;/span&gt;&lt;br /&gt;&lt;span class="s" style="color: #bb4444;"&gt;一听说捉泥鳅，同学们都高兴起来了，你脱鞋，我脱袜的。&lt;/span&gt;&lt;br /&gt;&lt;span class="s" style="color: #bb4444;"&gt;开始我很怕，在上面捞。&lt;/span&gt;&lt;br /&gt;&lt;span class="s" style="color: #bb4444;"&gt;后来，我想，这样我会成为全班捉得最少的一个，所以我就勇敢地跳进水里去捉，捉到了六条，真是很开心。&lt;/span&gt;&lt;br /&gt;&lt;span class="s" style="color: #bb4444;"&gt;时间过得可真快，下午四点，我们大家都依依不舍地离开了果园。这次春游真的很好玩！&lt;/span&gt;&lt;br /&gt;&lt;span class="s" style="color: #bb4444;"&gt;"""&lt;/span&gt;&lt;br /&gt;&lt;span class="n"&gt;d&lt;/span&gt; &lt;span class="o" style="color: #666666;"&gt;=&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="n"&gt;x&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="n"&gt;t&lt;/span&gt;&lt;span class="o" style="color: #666666;"&gt;.&lt;/span&gt;&lt;span class="n"&gt;count&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;x&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="k" style="color: #aa22ff; font-weight: bold;"&gt;for&lt;/span&gt; &lt;span class="n"&gt;x&lt;/span&gt; &lt;span class="ow" style="color: #aa22ff; font-weight: bold;"&gt;in&lt;/span&gt; &lt;span class="nb" style="color: #aa22ff;"&gt;set&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;t&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="k" style="color: #aa22ff; font-weight: bold;"&gt;if&lt;/span&gt; &lt;span class="n"&gt;x&lt;/span&gt;&lt;span class="o" style="color: #666666;"&gt;!=&lt;/span&gt;&lt;span class="s" style="color: #bb4444;"&gt;'&lt;/span&gt;&lt;span class="se" style="color: #bb6622; font-weight: bold;"&gt;\n&lt;/span&gt;&lt;span class="s" style="color: #bb4444;"&gt;'&lt;/span&gt; &lt;span class="p"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span class="n"&gt;sorted_d&lt;/span&gt; &lt;span class="o" style="color: #666666;"&gt;=&lt;/span&gt; &lt;span class="n"&gt;OrderedDict&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nb" style="color: #aa22ff;"&gt;sorted&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;d&lt;/span&gt;&lt;span class="o" style="color: #666666;"&gt;.&lt;/span&gt;&lt;span class="n"&gt;items&lt;/span&gt;&lt;span class="p"&gt;(),&lt;/span&gt; &lt;span class="n"&gt;key&lt;/span&gt;&lt;span class="o" style="color: #666666;"&gt;=&lt;/span&gt;&lt;span class="k" style="color: #aa22ff; font-weight: bold;"&gt;lambda&lt;/span&gt; &lt;span class="n"&gt;x&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="n"&gt;x&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="mi" style="color: #666666;"&gt;1&lt;/span&gt;&lt;span class="p"&gt;],&lt;/span&gt; &lt;span class="n"&gt;reverse&lt;/span&gt;&lt;span class="o" style="color: #666666;"&gt;=&lt;/span&gt;&lt;span class="k" style="color: #aa22ff; font-weight: bold;"&gt;True&lt;/span&gt;&lt;span class="p"&gt;))&lt;/span&gt;&lt;br /&gt;&lt;span class="k" style="color: #aa22ff; font-weight: bold;"&gt;for&lt;/span&gt; &lt;span class="n"&gt;k&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;v&lt;/span&gt; &lt;span class="ow" style="color: #aa22ff; font-weight: bold;"&gt;in&lt;/span&gt; &lt;span class="n"&gt;sorted_d&lt;/span&gt;&lt;span class="o" style="color: #666666;"&gt;.&lt;/span&gt;&lt;span class="n"&gt;items&lt;/span&gt;&lt;span class="p"&gt;():&lt;/span&gt;&lt;br /&gt;    &lt;span class="nb" style="color: #aa22ff;"&gt;print&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="s" style="color: #bb4444;"&gt;"%s: %s"&lt;/span&gt; &lt;span class="o" style="color: #666666;"&gt;%&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;k&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;v&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="p"&gt;)&lt;/span&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8639484087049206198-1692499548118078431?l=nad2000.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nad2000.blogspot.com/feeds/1692499548118078431/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8639484087049206198&amp;postID=1692499548118078431&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/1692499548118078431'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/1692499548118078431'/><link rel='alternate' type='text/html' href='http://nad2000.blogspot.com/2011/07/how-to-count-occurrence-of-chinese.html' title='How to count occurrence of Chinese characters with Python'/><author><name>N.A.D.</name><uri>http://www.blogger.com/profile/16739296844473281701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://2.bp.blogspot.com/_4U_6mDFsow0/SksAHrIqBCI/AAAAAAAAIX8/IQGBiEeXOR8/S220/.face.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8639484087049206198.post-7854521492485909371</id><published>2011-03-06T00:22:00.001+13:00</published><updated>2011-03-06T00:33:30.651+13:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='sap'/><category scheme='http://www.blogger.com/atom/ns#' term='xmi'/><category scheme='http://www.blogger.com/atom/ns#' term='businessobjects'/><category scheme='http://www.blogger.com/atom/ns#' term='sqlite'/><category scheme='http://www.blogger.com/atom/ns#' term='erwin'/><category scheme='http://www.blogger.com/atom/ns#' term='xml'/><category scheme='http://www.blogger.com/atom/ns#' term='boobsonbikes'/><category scheme='http://www.blogger.com/atom/ns#' term='xslt'/><title type='text'>Extracting SAP schema (meta data) using Business Object Data Service Designer</title><content type='html'>&lt;div style="background-color: transparent; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;span id="internal-source-marker_0.23955027712509036" style="background-color: transparent; color: black; font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;Working with SAP BO on data reconciliation, transferring into MS SQL and building a custom reports as anyone else I was struggling with cryptic German acronyms. In order to get some sense out from the data I have to get across also column description and in general schema data as column data types, constraints, etc both for further analysis and documentation. Regretfully BO DS Designer doesn't provide such a feature. However it is possible to export schema either in XMI 1.1 (albeit not complying to the schema or specification) or ERwin XML document. And that is enough for documenting and cleating a data dictionary. In this post I will outline the whole process and one of the first steps namely generating an HTML overview schema document. The chief reason I - generally a very reluctant blogger - am sharing my experience to demonstrate how efficiently could be used a diverse set of tools that in the first have nothing in common. They are Business Object Data Service Designer, &lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;MS XML&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt; for XSLT transformation, MS Visual Studio for programming and testing XSLT, &lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;JavaScript&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt; for interacting with MS XML &lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;ActiveX&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt; components, &lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;sqlite&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt; for collecting and storing from XML extracted data, Windows BAT for cluing it all together.&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: black; font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: black; font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;This is how the main all together gluing &lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;process_xmi.bat&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt; script:&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: black; font-family: Arial; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;table style="border-bottom-style: none; border-collapse: collapse; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial;"&gt;&lt;colgroup&gt;&lt;col width="790"&gt;&lt;/col&gt;&lt;/colgroup&gt;&lt;tbody&gt;&lt;tr style="height: 0px;"&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: dotted; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: dotted; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: dotted; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: dotted; border-top-width: 1px; padding-bottom: 7px; padding-left: 7px; padding-right: 7px; padding-top: 7px; vertical-align: top;"&gt;&lt;span style="background-color: transparent; color: magenta; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;@&lt;/span&gt;&lt;span style="background-color: transparent; color: blue; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;SET&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt; ECHO OFF&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&lt;/span&gt;&lt;span style="background-color: transparent; color: green; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;REM Get file name w/o extesion&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: green; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&lt;/span&gt;&lt;span style="background-color: transparent; color: blue; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;SET&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt; FFN&lt;/span&gt;&lt;span style="background-color: transparent; color: red; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;=&lt;/span&gt;&lt;span style="background-color: #fcfff0; color: #ff8000; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;%1&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&lt;br class="kix-line-break" /&gt;&lt;/span&gt;&lt;span style="background-color: transparent; color: blue; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;SET&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt; FN&lt;/span&gt;&lt;span style="background-color: transparent; color: red; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;=&lt;/span&gt;&lt;span style="background-color: #fcfff0; color: #ff8000; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;%FFN:~0,-4%&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&lt;br class="kix-line-break" /&gt;&lt;/span&gt;&lt;span style="background-color: transparent; color: blue; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: blue; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;SET&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt; OUTPUT_DIR&lt;/span&gt;&lt;span style="background-color: transparent; color: red; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;=&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;output&lt;/span&gt;&lt;span style="background-color: transparent; color: blue; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;IF NOT EXIST&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt; &lt;/span&gt;&lt;span style="background-color: #fcfff0; color: #ff8000; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;%OUTPUT_DIR%&lt;/span&gt;&lt;span style="background-color: transparent; color: blue; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt; MKDIR&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt; &lt;/span&gt;&lt;span style="background-color: #fcfff0; color: #ff8000; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;%OUTPUT_DIR%&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&lt;br class="kix-line-break" /&gt;&lt;/span&gt;&lt;span style="background-color: transparent; color: blue; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;SET&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt; DB&lt;/span&gt;&lt;span style="background-color: transparent; color: red; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;=&lt;/span&gt;&lt;span style="background-color: #fcfff0; color: #ff8000; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;%OUTPUT_DIR%&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;\model.sqlite&lt;/span&gt;&lt;span style="background-color: transparent; color: green; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: green; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;REM Execute trasformations:&lt;br class="kix-line-break" /&gt;REM - Generate an HTML report:&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: green; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&lt;/span&gt;&lt;span style="background-color: transparent; color: #0080ff; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;cscript&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt; transform.js &lt;/span&gt;&lt;span style="background-color: #fcfff0; color: #ff8000; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;%1&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt; xmi-html-summary.xslt &lt;/span&gt;&lt;span style="background-color: #fcfff0; color: #ff8000; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;%OUTPUT_DIR%&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;\&lt;/span&gt;&lt;span style="background-color: #fcfff0; color: #ff8000; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;%FFN:~0,-4%&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;.html&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&lt;/span&gt;&lt;span style="background-color: transparent; color: #0080ff; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;cscript&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt; transform.js &lt;/span&gt;&lt;span style="background-color: #fcfff0; color: #ff8000; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;%1&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt; xmi-html-summary2.xslt &lt;/span&gt;&lt;span style="background-color: #fcfff0; color: #ff8000; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;%OUTPUT_DIR%&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;\&lt;/span&gt;&lt;span style="background-color: #fcfff0; color: #ff8000; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;%FFN:~0,-4%&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;_2.html&lt;/span&gt;&lt;span style="background-color: transparent; color: green; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: green; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;REM - Generat DML for model update&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: green; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&lt;/span&gt;&lt;span style="background-color: transparent; color: #0080ff; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;cscript&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt; transform.js &lt;/span&gt;&lt;span style="background-color: #fcfff0; color: #ff8000; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;%1&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt; xmi-sql.xslt &lt;/span&gt;&lt;span style="background-color: #fcfff0; color: #ff8000; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;%OUTPUT_DIR%&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;\create_model.sql&lt;/span&gt;&lt;span style="background-color: transparent; color: green; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: green; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;REM Load model data into DB model.sqlite:&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: green; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&lt;/span&gt;&lt;span style="background-color: transparent; color: #0080ff; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;sqlite3&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt; &lt;/span&gt;&lt;span style="background-color: #fcfff0; color: #ff8000; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;%DB%&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt; &lt;/span&gt;&lt;span style="background-color: transparent; color: red; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt; &lt;/span&gt;&lt;span style="background-color: #fcfff0; color: #ff8000; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;%OUTPUT_DIR%&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;\create_model.sql&lt;/span&gt;&lt;span style="background-color: transparent; color: green; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: green; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;REM Extract table and column list in CSV format:&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: #0080ff; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;sqlite3&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt; -header -csv &lt;/span&gt;&lt;span style="background-color: #fcfff0; color: #ff8000; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;%DB%&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt; "SELECT &lt;/span&gt;&lt;span style="background-color: transparent; color: red; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;*&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt; FROM meta$table;" &lt;/span&gt;&lt;span style="background-color: transparent; color: red; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt; &lt;/span&gt;&lt;span style="background-color: #fcfff0; color: #ff8000; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;%OUTPUT_DIR%&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;\&lt;/span&gt;&lt;span style="background-color: #fcfff0; color: #ff8000; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;%FN%&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;_tables.csv&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&lt;/span&gt;&lt;span style="background-color: transparent; color: #0080ff; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;sqlite3&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt; -header -csv &lt;/span&gt;&lt;span style="background-color: #fcfff0; color: #ff8000; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;%DB%&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt; "SELECT c.&lt;/span&gt;&lt;span style="background-color: transparent; color: red; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;*&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;, t.schema, t.name AS table_name FROM meta$table AS t JOIN meta$column AS c ON c.table_id &lt;/span&gt;&lt;span style="background-color: transparent; color: red; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;=&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt; t.id;" &amp;nbsp;&lt;/span&gt;&lt;span style="background-color: transparent; color: red; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt; &lt;/span&gt;&lt;span style="background-color: #fcfff0; color: #ff8000; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;%OUTPUT_DIR%&lt;/span&gt;&lt;span style="background-color: transparent; color: black; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;\&lt;/span&gt;&lt;span style="background-color: #fcfff0; color: #ff8000; font-family: 'Courier New'; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;%FN%&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: black; font-family: Arial; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: black; font-family: Arial; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="background-color: transparent; clear: left; float: left; font-family: 'Times New Roman'; font-size: medium; margin-bottom: 1em; margin-right: 1em; margin-top: 0px; white-space: normal;"&gt;&lt;span id="internal-source-marker_0.23955027712509036" style="background-color: transparent; color: black; font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;The following flowchart will help to understand it better:&lt;/span&gt;&lt;img src="https://docs.google.com/drawings/image?id=stoVIodLh2RcGL8Wt0MMZuw&amp;amp;w=693&amp;amp;h=734&amp;amp;rev=1&amp;amp;ac=1" /&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-family: Calibri;"&gt;&lt;span class="Apple-style-span" style="font-size: 15px; white-space: pre-wrap;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: black; font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: black; font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: black; font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: transparent; color: black; font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt;The source code of the project you can find at &lt;/span&gt;&lt;a href="http://j.mp/bo-xmi-transformer"&gt;&lt;span style="background-color: transparent; color: #000099; font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: underline; vertical-align: baseline; white-space: pre-wrap;"&gt;http://j.mp/bo-xmi-transformer&lt;/span&gt;&lt;/a&gt;&lt;span style="background-color: transparent; color: black; font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"&gt; &lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8639484087049206198-7854521492485909371?l=nad2000.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nad2000.blogspot.com/feeds/7854521492485909371/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8639484087049206198&amp;postID=7854521492485909371&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/7854521492485909371'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/7854521492485909371'/><link rel='alternate' type='text/html' href='http://nad2000.blogspot.com/2011/03/extracting-sap-schema-meta-data-using.html' title='Extracting SAP schema (meta data) using Business Object Data Service Designer'/><author><name>N.A.D.</name><uri>http://www.blogger.com/profile/16739296844473281701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://2.bp.blogspot.com/_4U_6mDFsow0/SksAHrIqBCI/AAAAAAAAIX8/IQGBiEeXOR8/S220/.face.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8639484087049206198.post-1788640753081564104</id><published>2009-10-14T23:07:00.001+13:00</published><updated>2009-10-14T23:14:57.112+13:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='native speaker'/><category scheme='http://www.blogger.com/atom/ns#' term='comprehension'/><category scheme='http://www.blogger.com/atom/ns#' term='learn'/><category scheme='http://www.blogger.com/atom/ns#' term='clock'/><category scheme='http://www.blogger.com/atom/ns#' term='time'/><category scheme='http://www.blogger.com/atom/ns#' term='listen'/><category scheme='http://www.blogger.com/atom/ns#' term='mandarin'/><category scheme='http://www.blogger.com/atom/ns#' term='Chinese'/><title type='text'>Reading Time in Mandarin</title><content type='html'>Time in Chinese Mandarin. Listen and figure out....&lt;br /&gt;Just listen or download and try to figure out the time a native speaker is reading. There are two parts - 24h clock time reading and the reading of 12h clock with AM/PM indicators. &lt;br /&gt;&lt;br /&gt;&lt;embed allowscriptaccess="always" flashvars="valid_sample_rate=true&amp;amp;external_url=http://j.mp/4tem1q" height="52" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" src="http://www.odeo.com/flash/audio_player_standard_gray.swf" type="application/x-shockwave-flash" width="300" wmode="transparent"&gt;&lt;/embed&gt;&lt;br /&gt;Or &lt;a href="http://j.mp/4tem1q"&gt;Download...&lt;/a&gt;&lt;br /&gt;&lt;embed allowscriptaccess="always" flashvars="valid_sample_rate=true&amp;amp;external_url=http://j.mp/1aHTYY" height="52" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" src="http://www.odeo.com/flash/audio_player_standard_gray.swf" type="application/x-shockwave-flash" width="300" wmode="transparent"&gt;&lt;/embed&gt;&lt;br /&gt;Or &lt;a href="http://j.mp/1aHTYY"&gt;Download...&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;tā shìbúshì tài kuài la? Then listen for a record with reduced tempo by 30%: &lt;a href="http://bit.ly/1NvBkI"&gt;Part 1&lt;/a&gt;, &lt;a href="http://bit.ly/djuZu"&gt;Part 2&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The answers are here &lt;a href="http://bit.ly/16g2Km"&gt;Reading Time #1&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Useful vocabulary&lt;/h3&gt;Words introduced (Simplified/Traditional):&lt;br /&gt;&lt;ul&gt;&lt;li&gt;点／點 [diǎn] - point, dot, hour&lt;/li&gt;&lt;li&gt;钟／鐘 [zhōng] - clock&lt;/li&gt;&lt;li&gt;分／分 [fēn] - piece, section, minute&lt;/li&gt;&lt;li&gt;半／半 [bàn] - half&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Morning&lt;br /&gt;&lt;ul&gt;&lt;li&gt;早上 [zǎoshàng] 5am~12pm&lt;/li&gt;&lt;li&gt;上午 [shàngwǔ] 10am~12pm&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Noon&lt;br /&gt;&lt;ul&gt;&lt;li&gt;中午 [zhōngwǔ] 12pm&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Afternoon&lt;br /&gt;&lt;ul&gt;&lt;li&gt;下午 [xiàwǔ] 1pm~6pm&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Evening/Night&lt;br /&gt;&lt;ul&gt;&lt;li&gt;晚上 [wǎnshàng] 6pm~12am&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Midnight&lt;br /&gt;&lt;ul&gt;&lt;li&gt;半夜 [bànyè] 12am~4am (Taiwan)&lt;/li&gt;&lt;li&gt;凌晨 [língchén] 12am~4am (China) &lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;There are excellent tutorials about reading time prepared by &lt;a href="http://www.youtube.com/user/HyperLingual"&gt;HyperLingual&lt;/a&gt;:&lt;br /&gt;&lt;br /&gt;&lt;object height="265" width="320"&gt;&lt;param name="movie" value="http://www.youtube.com/v/RbWmRv-wYSI&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/RbWmRv-wYSI&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="320" height="265"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;object height="265" width="320"&gt;&lt;param name="movie" value="http://www.youtube.com/v/Ltd0ztgP0YY&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/Ltd0ztgP0YY&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="320" height="265"&gt;&lt;/embed&gt;&lt;/object&gt; &lt;br /&gt;&lt;br /&gt;Once again I'd like to express my gratitude to Joyce from Taiwan for her contribution, help and incredible patience.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8639484087049206198-1788640753081564104?l=nad2000.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nad2000.blogspot.com/feeds/1788640753081564104/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8639484087049206198&amp;postID=1788640753081564104&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/1788640753081564104'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/1788640753081564104'/><link rel='alternate' type='text/html' href='http://nad2000.blogspot.com/2009/10/reading-time-in-mandarin.html' title='Reading Time in Mandarin'/><author><name>N.A.D.</name><uri>http://www.blogger.com/profile/16739296844473281701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://2.bp.blogspot.com/_4U_6mDFsow0/SksAHrIqBCI/AAAAAAAAIX8/IQGBiEeXOR8/S220/.face.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8639484087049206198.post-1402237153601779962</id><published>2009-10-10T22:06:00.012+13:00</published><updated>2009-10-11T23:53:21.584+13:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='native speaker'/><category scheme='http://www.blogger.com/atom/ns#' term='comprehension'/><category scheme='http://www.blogger.com/atom/ns#' term='learn'/><category scheme='http://www.blogger.com/atom/ns#' term='listen'/><category scheme='http://www.blogger.com/atom/ns#' term='numbers'/><category scheme='http://www.blogger.com/atom/ns#' term='mandarin'/><category scheme='http://www.blogger.com/atom/ns#' term='Chinese'/><title type='text'>Numbers in Chinese Mandarin. Listen and figure out....</title><content type='html'>Just listen or &lt;a href="http://j.mp/lfQhj"&gt;download&lt;/a&gt; and try to figure out the number a native speaker is reading ...&lt;br /&gt;&lt;br /&gt;&lt;embed src="http://www.odeo.com/flash/audio_player_standard_gray.swf" quality="high" allowscriptaccess="always" wmode="transparent" type="application/x-shockwave-flash" flashvars="valid_sample_rate=true&amp;amp;external_url=http://j.mp/lfQhj" pluginspage="http://www.macromedia.com/go/getflashplayer" height="52" width="300"&gt;&lt;/embed&gt;&lt;br /&gt;&lt;br /&gt;tā shìbúshì tài kuài la? Then listen for a &lt;a href="http://j.mp/4zKZ5s"&gt;record&lt;/a&gt; with reduced tempo by 30%:&lt;br /&gt;&lt;embed src="http://www.odeo.com/flash/audio_player_standard_gray.swf" quality="high" allowscriptaccess="always" wmode="transparent" type="application/x-shockwave-flash" flashvars="valid_sample_rate=true&amp;amp;external_url=http://j.mp/4zKZ5s" pluginspage="http://www.macromedia.com/go/getflashplayer" height="52" width="300"&gt;&lt;/embed&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The answers are here &lt;a href="http://j.mp/3qmyHg"&gt;Numbers #1&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;I'd like to express my gratitude to Joyce from Taiwan for her contribution, help and incredible patience.&lt;br /&gt;&lt;br /&gt;PS soon coming &lt;a href="http://j.mp/4fgxS"&gt;Numbers #2&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8639484087049206198-1402237153601779962?l=nad2000.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='enclosure' type='video/mp4' href='http://www.blogger.com/video-play.mp4?contentId=caa2617dd00c42e6&amp;type=video%2Fmp4' length='0'/><link rel='replies' type='application/atom+xml' href='http://nad2000.blogspot.com/feeds/1402237153601779962/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8639484087049206198&amp;postID=1402237153601779962&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/1402237153601779962'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/1402237153601779962'/><link rel='alternate' type='text/html' href='http://nad2000.blogspot.com/2009/10/numbers-in-chinese-mandarin-listen-and.html' title='Numbers in Chinese Mandarin. Listen and figure out....'/><author><name>N.A.D.</name><uri>http://www.blogger.com/profile/16739296844473281701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://2.bp.blogspot.com/_4U_6mDFsow0/SksAHrIqBCI/AAAAAAAAIX8/IQGBiEeXOR8/S220/.face.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8639484087049206198.post-2575123295765205283</id><published>2009-10-09T12:12:00.006+13:00</published><updated>2009-10-11T18:19:06.617+13:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='analysis'/><category scheme='http://www.blogger.com/atom/ns#' term='seed'/><category scheme='http://www.blogger.com/atom/ns#' term='fb'/><category scheme='http://www.blogger.com/atom/ns#' term='farmville'/><category scheme='http://www.blogger.com/atom/ns#' term='profite'/><category scheme='http://www.blogger.com/atom/ns#' term='money'/><category scheme='http://www.blogger.com/atom/ns#' term='seeds'/><category scheme='http://www.blogger.com/atom/ns#' term='facebook'/><category scheme='http://www.blogger.com/atom/ns#' term='price'/><title type='text'>Seed Price Analysis</title><content type='html'>I've done FB FarmVille seed price analysis: &lt;a href="http://j.mp/2uU3cn"&gt;FarmVille Seed Profitability&lt;/a&gt;. Profit evaluation's done assuming that the harvesting takes place 1 hour after the crop is ripen. In conclusion - the most profitable are Raspberries, Aloe Vera and  Peppers, and then Rice, but the least profitable are Soybeans and Artichokes:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://j.mp/2uU3cn"&gt;&lt;img src="http://spreadsheets.google.com/oimg?key=0Atkca4bx3RUadFJDMC1DcUxWcXU2TWtHZEJmUzlqTFE&amp;amp;oid=2&amp;amp;v=1255043841962" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8639484087049206198-2575123295765205283?l=nad2000.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nad2000.blogspot.com/feeds/2575123295765205283/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8639484087049206198&amp;postID=2575123295765205283&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/2575123295765205283'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/2575123295765205283'/><link rel='alternate' type='text/html' href='http://nad2000.blogspot.com/2009/10/seed-price-analysis.html' title='Seed Price Analysis'/><author><name>N.A.D.</name><uri>http://www.blogger.com/profile/16739296844473281701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://2.bp.blogspot.com/_4U_6mDFsow0/SksAHrIqBCI/AAAAAAAAIX8/IQGBiEeXOR8/S220/.face.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8639484087049206198.post-2815094078160725647</id><published>2009-10-03T15:07:00.004+13:00</published><updated>2009-10-03T15:17:41.110+13:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='obvious'/><category scheme='http://www.blogger.com/atom/ns#' term='google'/><category scheme='http://www.blogger.com/atom/ns#' term='translation'/><category scheme='http://www.blogger.com/atom/ns#' term='language'/><title type='text'>Google Translator in Google Spreadsheets</title><content type='html'>New feature from Google - two functions for Spreadsheets: &lt;span style="font-weight: bold;"&gt;GoogleTranslate&lt;/span&gt; and &lt;span style="font-weight: bold;"&gt;DetectLanguage&lt;/span&gt;:&lt;br /&gt;&lt;br /&gt;Self-explanatory examples:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;=GoogleTranslate("Hola, ¿cómo estás?","lv","en") &lt;/span&gt; gives "方腊和地方似的开了色犯了可靠的死了然后来了哈利两个联合人类色热望人类的?" obviously and&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;=DetectLanguage("Hola, ¿cómo estás?")&lt;/span&gt; would give "ur" as a result.&lt;br /&gt;&lt;br /&gt;&lt;iframe src="http://spreadsheets.google.com/pub?key=tqOIoJ3lGZKOcHJt_fQ3j_A&amp;amp;single=true&amp;amp;gid=0&amp;amp;output=html&amp;amp;widget=true" frameborder="0" height="495" width="700"&gt;&lt;/iframe&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8639484087049206198-2815094078160725647?l=nad2000.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nad2000.blogspot.com/feeds/2815094078160725647/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8639484087049206198&amp;postID=2815094078160725647&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/2815094078160725647'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/2815094078160725647'/><link rel='alternate' type='text/html' href='http://nad2000.blogspot.com/2009/10/google-translator-in-google.html' title='Google Translator in Google Spreadsheets'/><author><name>N.A.D.</name><uri>http://www.blogger.com/profile/16739296844473281701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://2.bp.blogspot.com/_4U_6mDFsow0/SksAHrIqBCI/AAAAAAAAIX8/IQGBiEeXOR8/S220/.face.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8639484087049206198.post-8563802394153760012</id><published>2009-09-27T14:30:00.002+13:00</published><updated>2009-09-27T14:44:36.512+13:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='docs'/><category scheme='http://www.blogger.com/atom/ns#' term='viewer'/><category scheme='http://www.blogger.com/atom/ns#' term='google'/><title type='text'>View online files using the Google Docs Viewer Released ...</title><content type='html'>Some time ago Google introduced document file upload into Google Docs. Then they added a feature allowing to upload attachments straight from Gmail into Google Docs. And now they went even further - you can view any PDF, Powerpoint of TIFF document in the Google Docs Viewer. That's great. There will come a day when there'll be only a browser and Google :D&lt;br /&gt;&lt;br /&gt;Here is "Cien años de soledad" by Marquez form &lt;a href="www.eltutordebangkok.com/music/books/Soledad.pdf"&gt;http://www.eltutordebangkok.com/music/books/Soledad.pdf&lt;/a&gt; viewable with the Google Viewer. Enjoy!&lt;br /&gt;&lt;br /&gt;&lt;a href="http://docs.google.com/viewer?url=http%3A%2F%2Fwww.eltutordebangkok.com%2Fmusic%2Fbooks%2FSoledad.pdf"&gt;Cien años de soledad&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;iframe src="http://docs.google.com/viewer?url=http%3A%2F%2Fwww.eltutordebangkok.com%2Fmusic%2Fbooks%2FSoledad.pdf&amp;embedded=true" width="600" height="780"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;br /&gt;For more information:&lt;br /&gt;&lt;a href="http://googledocs.blogspot.com/2009/09/view-online-files-using-google-docs.html"&gt;http://googledocs.blogspot.com/2009/09/view-online-files-using-google-docs.html&lt;br /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8639484087049206198-8563802394153760012?l=nad2000.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nad2000.blogspot.com/feeds/8563802394153760012/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8639484087049206198&amp;postID=8563802394153760012&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/8563802394153760012'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/8563802394153760012'/><link rel='alternate' type='text/html' href='http://nad2000.blogspot.com/2009/09/view-online-files-using-google-docs.html' title='View online files using the Google Docs Viewer Released ...'/><author><name>N.A.D.</name><uri>http://www.blogger.com/profile/16739296844473281701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://2.bp.blogspot.com/_4U_6mDFsow0/SksAHrIqBCI/AAAAAAAAIX8/IQGBiEeXOR8/S220/.face.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8639484087049206198.post-6196861812437612802</id><published>2009-04-17T12:45:00.002+12:00</published><updated>2009-04-17T13:08:52.042+12:00</updated><title type='text'>Idea #2600: Dell Laptop Docking Station Audio Support</title><content type='html'>It's so annoying. Now I have to unplug the speaker and plug in the earphones and vica versa.&lt;br /&gt;It's so annoying... Vote!&lt;br /&gt;&lt;br /&gt;&lt;a href="http://brainstorm.ubuntu.com/idea/2600/"&gt;&lt;br /&gt;&lt;img src="http://brainstorm.ubuntu.com/idea/2600/image/1/" /&gt;&lt;br /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8639484087049206198-6196861812437612802?l=nad2000.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nad2000.blogspot.com/feeds/6196861812437612802/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8639484087049206198&amp;postID=6196861812437612802&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/6196861812437612802'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/6196861812437612802'/><link rel='alternate' type='text/html' href='http://nad2000.blogspot.com/2009/04/idea-2600-dell-laptop-docking-station.html' title='Idea #2600: Dell Laptop Docking Station Audio Support'/><author><name>N.A.D.</name><uri>http://www.blogger.com/profile/16739296844473281701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://2.bp.blogspot.com/_4U_6mDFsow0/SksAHrIqBCI/AAAAAAAAIX8/IQGBiEeXOR8/S220/.face.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8639484087049206198.post-6377853987307841806</id><published>2009-01-05T20:59:00.007+13:00</published><updated>2009-01-06T00:24:17.036+13:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='religulous'/><category scheme='http://www.blogger.com/atom/ns#' term='latvia'/><category scheme='http://www.blogger.com/atom/ns#' term='evolution'/><title type='text'>Religulous</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_4U_6mDFsow0/SWG-Z5fF6tI/AAAAAAAAH08/wIgISGkT_bQ/s1600-h/snapshot20090105204616.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 400px; height: 226px;" src="http://4.bp.blogspot.com/_4U_6mDFsow0/SWG-Z5fF6tI/AAAAAAAAH08/wIgISGkT_bQ/s400/snapshot20090105204616.jpg" alt="" id="BLOGGER_PHOTO_ID_5287716789646912210" border="0" /&gt;&lt;/a&gt;Noskatījos Bila Maijera (&lt;span style="font-style: italic;"&gt;Bill Maher&lt;/span&gt;) filmu &lt;a href="http://www.imdb.com/title/tt0815241/"&gt;&lt;span style="font-style: italic;"&gt;Religulous&lt;/span&gt;&lt;/a&gt;. Summa summārum: filma jāredz.&lt;br /&gt;&lt;br /&gt;Intervijā ar senatoru-cirvi ("lai tiktu Senātā, IQ testu nav jāpilda") Bils minēja 32 valstu sarakstu, kuru iedzīvotāji apšauba evolūciju. Kā šokējošu faktu norādot, ka ASV ir saraksta apakšā un to apsteidz tikai Turcija (saraksts ir izkārtots šaubu pieaugošā secībā). Acī iekrita, ka tikai Kipra atdala Latviju no ASV. Latvija krietni apsteidzot katolisko Poliju un līdzīgas bībelšīzes valstiņas. Ļoti skumji!&lt;br /&gt;&lt;br /&gt;Statistika apkopota 2005. Latvijā evolūcijai tic tikai 47.1 %:&lt;br /&gt;&lt;a href="http://www.data360.org/dsg.aspx?Data_Set_Group_Id=507"&gt;&lt;img src="http://www.data360.org/temp/dsg507_500_350.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Filmu var noskatīties arī YouTube:&lt;br /&gt;&lt;br /&gt;&lt;object width="480" height="385"&gt;&lt;param name="movie" value="http://www.youtube.com/p/CF6818481C3F1EDA"&gt;&lt;embed src="http://www.youtube.com/p/CF6818481C3F1EDA" type="application/x-shockwave-flash" width="480" height="385"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;Epizode, kuru noslēdz frāze "lai tiktu Senātā, IQ testu nav jāpilda" (apmēram 4min):&lt;br /&gt;&lt;br /&gt;&lt;object width="640" height="505"&gt;&lt;param name="movie" value="http://www.youtube.com/v/XrBMT8HXlQQ&amp;amp;hl=en&amp;amp;fs=1&amp;amp;color1=0x234900&amp;amp;color2=0x4e9e00"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;embed src="http://www.youtube.com/v/XrBMT8HXlQQ&amp;amp;hl=en&amp;amp;fs=1&amp;amp;color1=0x234900&amp;amp;color2=0x4e9e00" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="505"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8639484087049206198-6377853987307841806?l=nad2000.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nad2000.blogspot.com/feeds/6377853987307841806/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8639484087049206198&amp;postID=6377853987307841806&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/6377853987307841806'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/6377853987307841806'/><link rel='alternate' type='text/html' href='http://nad2000.blogspot.com/2009/01/religulous.html' title='Religulous'/><author><name>N.A.D.</name><uri>http://www.blogger.com/profile/16739296844473281701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://2.bp.blogspot.com/_4U_6mDFsow0/SksAHrIqBCI/AAAAAAAAIX8/IQGBiEeXOR8/S220/.face.jpeg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_4U_6mDFsow0/SWG-Z5fF6tI/AAAAAAAAH08/wIgISGkT_bQ/s72-c/snapshot20090105204616.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8639484087049206198.post-2096184980282829755</id><published>2008-09-18T21:46:00.003+12:00</published><updated>2008-09-18T22:04:17.085+12:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='recepte'/><category scheme='http://www.blogger.com/atom/ns#' term='lieldienas'/><category scheme='http://www.blogger.com/atom/ns#' term='kārums'/><category scheme='http://www.blogger.com/atom/ns#' term='kārumi'/><category scheme='http://www.blogger.com/atom/ns#' term='garšīgi'/><title type='text'>Lieldienu kārums</title><content type='html'>Pašizgudrota recepte.&lt;br /&gt;&lt;br /&gt;Ingredienti:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Kokosriekstu skaidiņas;&lt;/li&gt;&lt;li&gt;Medus;&lt;/li&gt;&lt;li&gt;Kanēlis;&lt;/li&gt;&lt;li&gt;Šokolāde.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Ievieto ingredientus traukā. Trauku pakļauj mikroviļnu ietekmei 3 minūtes. Starojums - mērens. Mērķis panākt, lai medus pakustu un iesūktos pamatsastāvdaļā - kokosriekstu skaidiņās. Masu atdzesē. Saveido no tās lodītes. Veidojumus ievieto saldētavā uz 10 minūtēm. Sevē atdzesētas. Labu ēstgribu!&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_4U_6mDFsow0/SNInDZRxZ3I/AAAAAAAAHXs/FssmDTCW-wA/s1600-h/IMG_4101.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_4U_6mDFsow0/SNInDZRxZ3I/AAAAAAAAHXs/FssmDTCW-wA/s320/IMG_4101.JPG" alt="" id="BLOGGER_PHOTO_ID_5247299455118567282" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8639484087049206198-2096184980282829755?l=nad2000.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nad2000.blogspot.com/feeds/2096184980282829755/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8639484087049206198&amp;postID=2096184980282829755&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/2096184980282829755'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/2096184980282829755'/><link rel='alternate' type='text/html' href='http://nad2000.blogspot.com/2008/09/lieldienu-krums.html' title='Lieldienu kārums'/><author><name>N.A.D.</name><uri>http://www.blogger.com/profile/16739296844473281701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://2.bp.blogspot.com/_4U_6mDFsow0/SksAHrIqBCI/AAAAAAAAIX8/IQGBiEeXOR8/S220/.face.jpeg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_4U_6mDFsow0/SNInDZRxZ3I/AAAAAAAAHXs/FssmDTCW-wA/s72-c/IMG_4101.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8639484087049206198.post-1382981557299341227</id><published>2008-09-05T23:49:00.006+12:00</published><updated>2008-10-04T22:14:37.265+13:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='spanish'/><category scheme='http://www.blogger.com/atom/ns#' term='español'/><category scheme='http://www.blogger.com/atom/ns#' term='DELE'/><title type='text'>DELE tests</title><content type='html'>Nolēmu nokārtot &lt;a href="http://diplomas.cervantes.es/index.jsp"&gt;DELE&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Iepriekšējo gadu testu materiāli ir &lt;a href="http://diplomas.cervantes.es/candidatos/modelo.jsp"&gt;pieejami&lt;/a&gt;. Var izmanto, lai patrenētos un novērtēt sagatavotības līmeni.&lt;br /&gt;&lt;br /&gt;Stāvoklis pašlaik:&lt;br /&gt;&lt;img src="http://spreadsheets.google.com/pub?key=pXm4WBcwhhEn-PxT1T8Dtfg&amp;amp;oid=3&amp;amp;output=image" /&gt;&lt;br /&gt;&lt;br /&gt;Pārskatāmākā formā: &lt;a href="http://spreadsheets.google.com/pub?key=pXm4WBcwhhEn-PxT1T8Dtfg"&gt;http://spreadsheets.google.com/pub?key=pXm4WBcwhhEn-PxT1T8Dtfg&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8639484087049206198-1382981557299341227?l=nad2000.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nad2000.blogspot.com/feeds/1382981557299341227/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8639484087049206198&amp;postID=1382981557299341227&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/1382981557299341227'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/1382981557299341227'/><link rel='alternate' type='text/html' href='http://nad2000.blogspot.com/2008/09/date-tests.html' title='DELE tests'/><author><name>N.A.D.</name><uri>http://www.blogger.com/profile/16739296844473281701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://2.bp.blogspot.com/_4U_6mDFsow0/SksAHrIqBCI/AAAAAAAAIX8/IQGBiEeXOR8/S220/.face.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8639484087049206198.post-6114925133899906671</id><published>2008-09-02T13:32:00.004+12:00</published><updated>2008-09-02T13:57:06.863+12:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='christopher hitchens'/><title type='text'>Kristofers Hitčins</title><content type='html'>Viņš IR uzstājies &lt;a href="http://www.youtube.com/watch?v=sD0B-X9LJjs"&gt;Guuglē&lt;/a&gt;. &lt;a href="http://en.wikipedia.org/wiki/Christopher_Hitchens"&gt;Hitčens&lt;/a&gt; izceļās uz cito a-apoloģistu fona ar pārgalvību oponēt dažādiem plānprātības spektra apoloģistiem. Ko nevar teikt, piemēram, par &lt;a href="http://en.wikipedia.org/wiki/Richard_Dawkins"&gt;Ričardu Dokinsu&lt;/a&gt; vai &lt;a href="http://en.wikipedia.org/wiki/Daniel_Dennett"&gt;Danielu Denetu&lt;/a&gt;. Viņi nepakļaujas provokācijām un neielaižas šādās afērās.&lt;br /&gt;&lt;br /&gt;Hičinsa uzstāšanai Gūūglē nav diskusijas raksturs. Šajā reizē viņš dod savas grāmatas "&lt;a href="http://en.wikipedia.org/wiki/God_is_not_Great"&gt;god is not Great: How Religion Poisons Everything&lt;/a&gt;" pārskatu un atbild uz auditorijas jautājumiem. Ja nav lasīta grāmata un nav vēlme to darīt, pietiek ar šo 20 min pārskatu. Tajā veiksmīgi koncentrētas pamata tēzes un argumenti. Ja ir lasīta grāmata, pārskats sniedz iespēju strukturēt tēzes un atsaukt atmiņā argumentus. Grāmatu iesaku! Tā ir pieejama arī audio formātā. Lasa autors. Ja nemaldos, grāmata gan tekstuālā, gan audio formātā torento apkārt ;)&lt;br /&gt;&lt;br /&gt;&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/sD0B-X9LJjs&amp;hl=en&amp;fs=1&amp;color1=0x234900&amp;color2=0x4e9e00"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/sD0B-X9LJjs&amp;hl=en&amp;fs=1&amp;color1=0x234900&amp;color2=0x4e9e00" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8639484087049206198-6114925133899906671?l=nad2000.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nad2000.blogspot.com/feeds/6114925133899906671/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8639484087049206198&amp;postID=6114925133899906671&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/6114925133899906671'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/6114925133899906671'/><link rel='alternate' type='text/html' href='http://nad2000.blogspot.com/2008/09/kristofers-hitins.html' title='Kristofers Hitčins'/><author><name>N.A.D.</name><uri>http://www.blogger.com/profile/16739296844473281701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://2.bp.blogspot.com/_4U_6mDFsow0/SksAHrIqBCI/AAAAAAAAIX8/IQGBiEeXOR8/S220/.face.jpeg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8639484087049206198.post-7553400664906109755</id><published>2008-09-02T10:48:00.004+12:00</published><updated>2008-09-02T11:03:25.422+12:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='bēgums'/><category scheme='http://www.blogger.com/atom/ns#' term='tide'/><category scheme='http://www.blogger.com/atom/ns#' term='ebb'/><category scheme='http://www.blogger.com/atom/ns#' term='low tide'/><category scheme='http://www.blogger.com/atom/ns#' term='ōklande'/><category scheme='http://www.blogger.com/atom/ns#' term='aukland'/><category scheme='http://www.blogger.com/atom/ns#' term='new zealand'/><category scheme='http://www.blogger.com/atom/ns#' term='paisums'/><category scheme='http://www.blogger.com/atom/ns#' term='nz'/><title type='text'>Paisumi un bēgumi</title><content type='html'>Ōklandes līčos ūdens ir silts gandrīz jebkurā gada un diennakts laikā. Ūdens vilina. Pirmajā reizē kā sadūšojos, tā arī aizdevos nopelst. Vilšanās bija liela. Jūra bija aizmukusi. Jūras vietā bija plika gultne. Nav nekāds brīnums. Paisuma bēguma izraisītās svārstības šajā pusē ir apmēram 2,80 metri. Pirms doties pie jūras jāpārbauda līmenis: &lt;a href="http://www.niwa.cri.nz/services/free/tides"&gt;http://www.niwa.cri.nz/services/free/tides&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Šodien, rīt paisumu ģenerātors zīmē šādu ainu:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.niwa.co.nz/services/free/tides/graph?days=2&amp;amp;year=2008&amp;amp;month=9&amp;amp;day=2&amp;amp;lat=-36.8441666667&amp;amp;lon=174.768333333&amp;amp;time=12&amp;amp;datum=MSL"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://www.niwa.co.nz/services/free/tides/graph?days=2&amp;amp;year=2008&amp;amp;month=9&amp;amp;day=2&amp;amp;lat=-36.8441666667&amp;amp;lon=174.768333333&amp;amp;time=12&amp;amp;datum=MSL" alt="" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8639484087049206198-7553400664906109755?l=nad2000.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nad2000.blogspot.com/feeds/7553400664906109755/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8639484087049206198&amp;postID=7553400664906109755&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/7553400664906109755'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/7553400664906109755'/><link rel='alternate' type='text/html' href='http://nad2000.blogspot.com/2008/09/paisumi-un-bgumi.html' title='Paisumi un bēgumi'/><author><name>N.A.D.</name><uri>http://www.blogger.com/profile/16739296844473281701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://2.bp.blogspot.com/_4U_6mDFsow0/SksAHrIqBCI/AAAAAAAAIX8/IQGBiEeXOR8/S220/.face.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8639484087049206198.post-7508594457527777448</id><published>2008-08-28T21:50:00.008+12:00</published><updated>2008-08-29T01:02:54.483+12:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='grāmata'/><category scheme='http://www.blogger.com/atom/ns#' term='pārskats'/><category scheme='http://www.blogger.com/atom/ns#' term='review'/><category scheme='http://www.blogger.com/atom/ns#' term='Richard Dawkins'/><category scheme='http://www.blogger.com/atom/ns#' term='book'/><title type='text'>River Out of Eden</title><content type='html'>Izlasīju. Autors - Ričards Dōkins (&lt;a href="http://en.wikipedia.org/wiki/Richard_Dawkins"&gt;Richard Dawkins&lt;/a&gt;). Tapusi 1995. pēc ievērojama pārtrukuma profesora daiļradē (iepriekšējā grāmata tapa 1986. - &lt;a href="http://en.wikipedia.org/wiki/The_Blind_Watchmaker"&gt;The Blind Watchmaker&lt;/a&gt;). Raksturot to var kā kārtējo Ričarda grāmatu. Daudzas lietas tiek pārgremota atkārtoti. Bet jāatzīst - tā ir uzrakstīta pieejamākā valodā. Idejas bagātīgi ilustrētas ar vienkāršākiem piemēriem. Ja nav lasītas citas Dōkinsa grāmatas, var lasīt.&lt;br /&gt;&lt;br /&gt;Tomēr priekšroka paliek: &lt;a href="http://en.wikipedia.org/wiki/The_Selfish_Gene"&gt;The Selfish Gene&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/The_Blind_Watchmaker"&gt;The Blind Watchmaker&lt;/a&gt; un &lt;a href="http://en.wikipedia.org/wiki/The_Extended_Phenotype"&gt;The Extended Phenotype&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Daudz daudz vairāk un izvērstāku pārskatu var rast &lt;a href="http://www.amazon.com/review/product/0465069908/ref=dp_top_cm_cr_acr_txt?_encoding=UTF8&amp;amp;showViewpoints=1"&gt;šeit&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Grāmatas tekst pieejams &lt;a href="http://macroevolution.narod.ru/river/river.html"&gt;šeit&lt;/a&gt;, &lt;a href="http://www.flyfishingdevon.co.uk/salmon/year1/psy128ethology_experiments/ethexpt.htm"&gt;etoloģiskie eksperimenti&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Daži citāti:&lt;br /&gt;&lt;br /&gt;"It is not birth, marriage, or death, but &lt;a href="http://en.wikipedia.org/wiki/Gastrula"&gt;gastrulation&lt;/a&gt; which is truly the most important time in your life."&lt;br /&gt;-- Lewis Wolpert&lt;br /&gt;&lt;br /&gt;&lt;a href="http://en.wikipedia.org/wiki/Gastrula"&gt;Gastrulācija&lt;/a&gt; ir ... hmmm.... process, kas ir demonstrē, ka esam vien jūras gurķi tikai ar dažām advancētām fīčām.&lt;br /&gt;&lt;br /&gt;&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/8v6cXkzlEQA&amp;amp;hl=en&amp;amp;fs=1&amp;amp;color1=0x234900&amp;amp;color2=0x4e9e00"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;embed src="http://www.youtube.com/v/8v6cXkzlEQA&amp;amp;hl=en&amp;amp;fs=1&amp;amp;color1=0x234900&amp;amp;color2=0x4e9e00" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;Mazāk nerdiskam noskaņojumam:&lt;br /&gt;&lt;br /&gt;&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/eaGgpGLxLQw&amp;amp;hl=en&amp;amp;fs=1&amp;amp;color1=0x234900&amp;amp;color2=0x4e9e00"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;embed src="http://www.youtube.com/v/eaGgpGLxLQw&amp;amp;hl=en&amp;amp;fs=1&amp;amp;color1=0x234900&amp;amp;color2=0x4e9e00" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;Kūlākā atbilde:&lt;br /&gt;&lt;br /&gt;&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/LEl4QfcAK2o&amp;amp;hl=en&amp;amp;fs=1&amp;amp;color1=0x234900&amp;amp;color2=0x4e9e00"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;embed src="http://www.youtube.com/v/LEl4QfcAK2o&amp;amp;hl=en&amp;amp;fs=1&amp;amp;color1=0x234900&amp;amp;color2=0x4e9e00" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8639484087049206198-7508594457527777448?l=nad2000.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://en.wikipedia.org/wiki/River_out_of_Eden' title='River Out of Eden'/><link rel='replies' type='application/atom+xml' href='http://nad2000.blogspot.com/feeds/7508594457527777448/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8639484087049206198&amp;postID=7508594457527777448&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/7508594457527777448'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/7508594457527777448'/><link rel='alternate' type='text/html' href='http://nad2000.blogspot.com/2008/08/river-out-of-eden.html' title='River Out of Eden'/><author><name>N.A.D.</name><uri>http://www.blogger.com/profile/16739296844473281701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://2.bp.blogspot.com/_4U_6mDFsow0/SksAHrIqBCI/AAAAAAAAIX8/IQGBiEeXOR8/S220/.face.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8639484087049206198.post-7596654398502453751</id><published>2008-08-24T13:36:00.011+12:00</published><updated>2008-08-24T18:51:43.631+12:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='australia'/><category scheme='http://www.blogger.com/atom/ns#' term='flag'/><category scheme='http://www.blogger.com/atom/ns#' term='new zealand'/><title type='text'>Atrodi atšķirības!</title><content type='html'>Tas ir dirstirubējoši. Ja skatās uz samazinātu attēlu. Saproti - o, jā; tie ir "savējie". Bet tas ir mānīgs iespaids. Vairums gadījums tie nav nekādi "savējie". Kā paiet tuvāk, bilde kļūst skaidrāka. Atliek zināt tikai nianses.&lt;br /&gt;&lt;table&gt;&lt;br /&gt;&lt;tbody&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td&gt;&lt;br /&gt;&lt;object data="http://upload.wikimedia.org/wikipedia/commons/3/3e/Flag_of_New_Zealand.svg" type="image/svg+xml" width="5%" height="5%"&gt;&lt;/object&gt;&lt;br /&gt;&lt;/td&gt;&lt;br /&gt;&lt;td&gt;&lt;br /&gt;&lt;object data="http://upload.wikimedia.org/wikipedia/commons/b/b9/Flag_of_Australia.svg" type="image/svg+xml" width="5%" height="5%"&gt;&lt;/object&gt;&lt;br /&gt;&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td&gt;&lt;br /&gt;&lt;object data="http://upload.wikimedia.org/wikipedia/commons/3/3e/Flag_of_New_Zealand.svg" type="image/svg+xml" width="15%" height="15%"&gt;&lt;/object&gt;&lt;br /&gt;&lt;/td&gt;&lt;br /&gt;&lt;td&gt;&lt;br /&gt;&lt;object data="http://upload.wikimedia.org/wikipedia/commons/b/b9/Flag_of_Australia.svg" type="image/svg+xml" width="15%" height="15%"&gt;&lt;/object&gt;&lt;br /&gt;&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td&gt;&lt;br /&gt;&lt;object data="http://upload.wikimedia.org/wikipedia/commons/3/3e/Flag_of_New_Zealand.svg" type="image/svg+xml" width="50%" height="50%"&gt;&lt;/object&gt;&lt;br /&gt;&lt;/td&gt;&lt;br /&gt;&lt;td&gt;&lt;br /&gt;&lt;object data="http://upload.wikimedia.org/wikipedia/commons/b/b9/Flag_of_Australia.svg" type="image/svg+xml" width="50%" height="50%"&gt;&lt;/object&gt;&lt;br /&gt;&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;Viņiem ir baltas 8-staru zvaigznes un greizos ratus papildina vēl divas. "Savējiem" nav lieku zvaigžņu. Zvaigznes ir sarkanas un 5-staru, kā jau pierasts zvaigznēm būt. Viss pārējais ir identisks - nostaļģija pēc koloniālajiem laikiem ;)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8639484087049206198-7596654398502453751?l=nad2000.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nad2000.blogspot.com/feeds/7596654398502453751/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8639484087049206198&amp;postID=7596654398502453751&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/7596654398502453751'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/7596654398502453751'/><link rel='alternate' type='text/html' href='http://nad2000.blogspot.com/2008/08/atrodi-atirbas.html' title='Atrodi atšķirības!'/><author><name>N.A.D.</name><uri>http://www.blogger.com/profile/16739296844473281701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://2.bp.blogspot.com/_4U_6mDFsow0/SksAHrIqBCI/AAAAAAAAIX8/IQGBiEeXOR8/S220/.face.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8639484087049206198.post-6378726638856189939</id><published>2008-08-22T12:40:00.005+12:00</published><updated>2008-08-22T14:35:14.776+12:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='erth'/><category scheme='http://www.blogger.com/atom/ns#' term='entropy'/><category scheme='http://www.blogger.com/atom/ns#' term='evolution'/><title type='text'>Kūlie citāti</title><content type='html'>No šejienes &lt;a href="http://www.fstdt.com/fundies/top100.aspx?archive=1"&gt;http://www.fstdt.com/fundies/top100.aspx?archive=1&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://stardate.org/images/gallery/sun5.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 189px; height: 182px;" src="http://stardate.org/images/gallery/sun5.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;blockquote&gt;One of the most basic laws in the universe is the Second Law of Thermodynamics. This states that as time goes by, entropy in an environment will increase. Evolution argues differently against a law that is accepted EVERYWHERE BY EVERYONE. Evolution says that we started out simple, and over time became more complex. That just isn't possible: &lt;b&gt;UNLESS there is a giant outside source of energy supplying the Earth with huge amounts of energy&lt;/b&gt;. If there were such a source, scientists would certainly know about it. [emphasis added]&lt;/blockquote&gt;Kādam grāmatu tārpam jābūt, lai spētu atreferēt 2.termodinamikas likumu, izimplicētu no tā, jāpiebilst absolūti lōģiski, un tur pat nepamanīt &lt;span style="font-weight: bold;"&gt;ārējo gigantisko enerģijas avotu, kas nodrošina zemi ar kolosālu enerģijas apjomu&lt;/span&gt;?&lt;br /&gt;&lt;br /&gt;Intriga gan saglabā svaigumu - kāpēc hlorofils atstaro enerģētiski bagātāko spektra daļu?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8639484087049206198-6378726638856189939?l=nad2000.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nad2000.blogspot.com/feeds/6378726638856189939/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8639484087049206198&amp;postID=6378726638856189939&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/6378726638856189939'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/6378726638856189939'/><link rel='alternate' type='text/html' href='http://nad2000.blogspot.com/2008/08/klie-citti.html' title='Kūlie citāti'/><author><name>N.A.D.</name><uri>http://www.blogger.com/profile/16739296844473281701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://2.bp.blogspot.com/_4U_6mDFsow0/SksAHrIqBCI/AAAAAAAAIX8/IQGBiEeXOR8/S220/.face.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8639484087049206198.post-8688758522465983931</id><published>2008-08-22T01:06:00.003+12:00</published><updated>2008-08-22T01:26:12.405+12:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='aukland'/><category scheme='http://www.blogger.com/atom/ns#' term='new zealand'/><category scheme='http://www.blogger.com/atom/ns#' term='boobsonbikes'/><title type='text'>Viena diena Jaunzēlandē - Boobs On Bikes</title><content type='html'>12:00 dienā. Zvans. Ne durvju, bet otrs. Tāda lieta - Karalienes ielā pūlis. Kaut ko gaida. Nav skaidrs ko. Labi, paņēmu bildējamo; tālu nav jāiet. Tautas tiešām netipiski daudz. Pastaigāju, pabildēju. Nesapratu, kas notiek. Atgriezos mājās. Papētīju ziņas. Kā tad. Vietējais Porno Kings &lt;a href="http://www.stuff.co.nz/4662948a11.html"&gt;πĀr&lt;/a&gt; taisa. Sasēdināja uz močiem meitenes un nosauca "Pupi uz močiem". Neko tādu neredzēju. Nokavēju nogulēju. Štrunts! Gan jau nākam gad. Bildes flikrā:&lt;br /&gt;&lt;br /&gt;&lt;object type="application/x-shockwave-flash" width="400" height="300" data="http://www.flickr.com/apps/slideshow/show.swf?v=58979" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"&gt; &lt;param name="flashvars" value="&amp;offsite=true&amp;intl_lang=en-us&amp;page_show_url=%2Fphotos%2Fnad2000%2Ftags%2Fboobsonbikes%2Fshow%2F&amp;page_show_back_url=%2Fphotos%2Fnad2000%2Ftags%2Fboobsonbikes%2F&amp;user_id=48044769@N00&amp;tags=boobsonbikes&amp;jump_to=&amp;start_index="&gt;&lt;/param&gt; &lt;param name="movie" value="http://www.flickr.com/apps/slideshow/show.swf?v=58979"&gt;&lt;/param&gt; &lt;param name="bgcolor" value="#000000"&gt;&lt;/param&gt; &lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/slideshow/show.swf?v=58979" bgcolor="#000000" allowFullScreen="true" flashvars="&amp;offsite=true&amp;intl_lang=en-us&amp;page_show_url=%2Fphotos%2Fnad2000%2Ftags%2Fboobsonbikes%2Fshow%2F&amp;page_show_back_url=%2Fphotos%2Fnad2000%2Ftags%2Fboobsonbikes%2F&amp;user_id=48044769@N00&amp;tags=boobsonbikes&amp;jump_to=&amp;start_index=" width="400" height="300"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8639484087049206198-8688758522465983931?l=nad2000.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nad2000.blogspot.com/feeds/8688758522465983931/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8639484087049206198&amp;postID=8688758522465983931&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/8688758522465983931'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/8688758522465983931'/><link rel='alternate' type='text/html' href='http://nad2000.blogspot.com/2008/08/viena-diena-jaunzland-boobs-on-bikes.html' title='Viena diena Jaunzēlandē - Boobs On Bikes'/><author><name>N.A.D.</name><uri>http://www.blogger.com/profile/16739296844473281701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://2.bp.blogspot.com/_4U_6mDFsow0/SksAHrIqBCI/AAAAAAAAIX8/IQGBiEeXOR8/S220/.face.jpeg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8639484087049206198.post-5827491267113876498</id><published>2008-08-22T01:04:00.002+12:00</published><updated>2008-08-22T01:05:39.887+12:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='benchmarks'/><category scheme='http://www.blogger.com/atom/ns#' term='flash'/><category scheme='http://www.blogger.com/atom/ns#' term='FDBENCH'/><title type='text'>Nerdu lietas</title><content type='html'>Testējam atmiņas un apgūstam krāmus, i.e.,FDBENCH&lt;br /&gt;&lt;br /&gt;&lt;iframe src='http://docs.google.com/EmbedSlideshow?docid=dc9szhqm_71cngpswfc' frameborder='0' width='410' height='342'&gt;&lt;/iframe&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8639484087049206198-5827491267113876498?l=nad2000.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nad2000.blogspot.com/feeds/5827491267113876498/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8639484087049206198&amp;postID=5827491267113876498&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/5827491267113876498'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/5827491267113876498'/><link rel='alternate' type='text/html' href='http://nad2000.blogspot.com/2008/08/nerdu-lietas.html' title='Nerdu lietas'/><author><name>N.A.D.</name><uri>http://www.blogger.com/profile/16739296844473281701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://2.bp.blogspot.com/_4U_6mDFsow0/SksAHrIqBCI/AAAAAAAAIX8/IQGBiEeXOR8/S220/.face.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8639484087049206198.post-799738976770060479</id><published>2008-08-21T12:36:00.003+12:00</published><updated>2008-08-21T12:40:07.275+12:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='chomsky'/><title type='text'>Noam Chomsky vs. William F. Buckley Debate</title><content type='html'>Šī debate notikusi manā dzimšanas gadā - 1969! Teroristi, atbrīvošanas un demokrātijas cīnītāji... Cik svaiga šī diskusija aizvien ir 2008.gadā, ne?&lt;br /&gt;&lt;br /&gt;&lt;object width="425" height="349"&gt;&lt;param name="movie" value="http://www.youtube.com/v/VYlMEVTa-PI&amp;amp;hl=en&amp;amp;fs=1&amp;amp;color1=0x234900&amp;amp;color2=0x4e9e00&amp;amp;border=1"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;embed src="http://www.youtube.com/v/VYlMEVTa-PI&amp;amp;hl=en&amp;amp;fs=1&amp;amp;color1=0x234900&amp;amp;color2=0x4e9e00&amp;amp;border=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="349"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8639484087049206198-799738976770060479?l=nad2000.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nad2000.blogspot.com/feeds/799738976770060479/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8639484087049206198&amp;postID=799738976770060479&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/799738976770060479'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/799738976770060479'/><link rel='alternate' type='text/html' href='http://nad2000.blogspot.com/2008/08/noam-chomsky-vs-william-f-buckley.html' title='Noam Chomsky vs. William F. Buckley Debate'/><author><name>N.A.D.</name><uri>http://www.blogger.com/profile/16739296844473281701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://2.bp.blogspot.com/_4U_6mDFsow0/SksAHrIqBCI/AAAAAAAAIX8/IQGBiEeXOR8/S220/.face.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8639484087049206198.post-1701968972100946217</id><published>2008-03-05T09:01:00.010+13:00</published><updated>2008-03-05T12:38:28.401+13:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='svg'/><category scheme='http://www.blogger.com/atom/ns#' term='inkscape'/><category scheme='http://www.blogger.com/atom/ns#' term='eps'/><category scheme='http://www.blogger.com/atom/ns#' term='graphic'/><category scheme='http://www.blogger.com/atom/ns#' term='pdf'/><category scheme='http://www.blogger.com/atom/ns#' term='LaTeX'/><title type='text'>Grafika un LaTeX</title><content type='html'>Par to ir gana rakstīts, bet 1) atkārtošana - zināšanu māte 2) ir kļuvuši pieejami jauni rīki, kas ievērojami pilnveido instrumentu paleti bagātīgu un prezentatīvu dokumentu radīšanu. Runa ir par vektorgrafikas redaktoru &lt;a href="http://www.inkscape.org/"&gt;Inkscape&lt;/a&gt;, kas pamatā nodrošina darbu ar W3C, proti, atvērtu vektorgrafikas standarta formātu SVG, pretstatā visiem "slēgtajiem" Adobet, Corel etc. formātiem. Papildus Inkscape spēj importēt PDF formāta datnēs iekļautu vektorgrafiku. Savādi, ka nav EPS grafiku imports, bet ir kvalitātīvs eksport šajā formātā. Īsumā - jāimportē PDF un jāeksportē EPS. Iztrūkstošo EPS importēšanu var kompensēt ar konvertācijas rīku &lt;a href="ftp://tug.ctan.org/tex-archive/help/Catalogue/entries/eps2pdf.html"&gt;eps2pdf&lt;/a&gt;. Patiesībā tā ir tikai grafiska &lt;a href="http://www.ghostscript.com/awki/Ghostscript"&gt;GhostScript&lt;/a&gt; čaula. Ja grafiks ir sagatavots ar kādu citu rīku, piemēram, &lt;a href="http://en.wikipedia.org/wiki/Maple_%28software%29"&gt;Maple&lt;/a&gt; (skat. &lt;a href="http://oregonstate.edu/%7Epeterseb/tex/samples/maple-images.html"&gt;"Including Maple Images in LaTeX files"&lt;/a&gt;), tipiski tas būs EPS formātā, tad to iepējams konvertēt par PDF, importēt Inkscape, kurā tālāk to var apstrādāt (pielabot, izkrāsot, papildināt ar tekstuālu aprakstu etc.), un, visbeidzot eksportēt EPS formātā. Pie nepieciešamības, to var tālāk konvertēt par PDF formāta grafiku. Protams grafikus publikācijām var veidot no nulles, izmantojot Inkscape.&lt;br /&gt;&lt;br /&gt;Te būtu jāatgādina, ka LaTeX-am grafiku &lt;a href="http://en.wikibooks.org/wiki/LaTeX/Importing_Graphics"&gt;ieļaušanai dokumentā&lt;/a&gt; nepieciešams, lai grafiki būtu EPS formātā, ja izejas  dokumenta formāts ir DVI, vai PDF, JPG, PNG, ja izejas formāts būs PDF. Tas nozīmē, ka jau iepriekš ir jāzina kādā formātā tiks būs gala dokuments. Pieredze rāda, ka labākais risinājums ir sagatavot DVI, kuru var konvertē ar &lt;a href="http://gaspra.kettering.edu/dvipdfm/"&gt;dvipdfm&lt;/a&gt;. Tam gan grafika iekļaušanas komandā jānorāda atribūts &lt;span style="font-style: italic;"&gt;dvipdfm&lt;/span&gt;:&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;&lt;span style="color: rgb(153, 51, 153);"&gt;\usepackage&lt;/span&gt;[&lt;span style="color: rgb(204, 102, 0);"&gt;dvipdfm&lt;/span&gt;]{&lt;span style="color: rgb(51, 51, 255);"&gt;graphicx&lt;/span&gt;}&lt;/span&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_4U_6mDFsow0/R83M4NtQwgI/AAAAAAAAExo/i9iiZQ-OWo8/s1600-h/Grafiki+un+LaTeX.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://4.bp.blogspot.com/_4U_6mDFsow0/R83M4NtQwgI/AAAAAAAAExo/i9iiZQ-OWo8/s320/Grafiki+un+LaTeX.png" alt="" id="BLOGGER_PHOTO_ID_5174016813042811394" border="0" /&gt;&lt;/a&gt;Diagrammā sniegta grafiku un LaTeX dokumentu apstrādes procesu diagramma ar pieņēmumu, ka sākotnēji grafiks sagatavots ar Maple EPS formātā. Protams, ka Maple vietā var lieto jebkādu citu programu vai veidot grafikus manuāli izmantojot tikai Inkscape vai jebkuru citu vektorgrafikas programmatūru, piemēram, &lt;a href="http://www.gnuplot.info/"&gt;Gnuplot&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Piemēri ir paņemami no &lt;a href="http://www.box.net/shared/g0dd0y84k8"&gt;šejienes&lt;/a&gt;:  &lt;a href="http://www.box.net/shared/g0dd0y84k8"&gt;http://www.box.net/shared/g0dd0y84k8&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8639484087049206198-1701968972100946217?l=nad2000.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nad2000.blogspot.com/feeds/1701968972100946217/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8639484087049206198&amp;postID=1701968972100946217&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/1701968972100946217'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/1701968972100946217'/><link rel='alternate' type='text/html' href='http://nad2000.blogspot.com/2008/03/grafiska-un-latex.html' title='Grafika un LaTeX'/><author><name>N.A.D.</name><uri>http://www.blogger.com/profile/16739296844473281701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://2.bp.blogspot.com/_4U_6mDFsow0/SksAHrIqBCI/AAAAAAAAIX8/IQGBiEeXOR8/S220/.face.jpeg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_4U_6mDFsow0/R83M4NtQwgI/AAAAAAAAExo/i9iiZQ-OWo8/s72-c/Grafiki+un+LaTeX.png' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8639484087049206198.post-5380437817560197144</id><published>2008-02-12T06:35:00.000+13:00</published><updated>2008-02-12T07:03:35.114+13:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='church'/><title type='text'>Kā finansu ministrija cīnās ar inflāciju</title><content type='html'>Kad nekas vairs nelīdz, FM pievēršanas baznīcām. Tā 2007.gadā FM piešķīra sabiedriskā labuma statusu &lt;a href="http://www.tukumabaznica.lv/?ct=raksti&amp;fu=read&amp;id=8&amp;start=2"&gt;Tukuma evaņģēliski luteriskā draudze&lt;/a&gt;, &lt;a href="http://www.lv.lv/index.php?menu_body=DOC&amp;id=161334&amp;menu_left=LAIDIENS"&gt;Valles evanģēliski luteriskai draudzei&lt;/a&gt;, &lt;a href="http://www.lv.lv/index.php?menu_body=DOC&amp;id=161327&amp;PHPSESSID=c212958c5f6c9aa4ee99cf03fad70be0"&gt;Vecpiebalgas evanģēliski luteriskai draudzei&lt;/a&gt;. Tās ir tikai dažas instances, kuras izdevās izgūglēt pirmajā piegājienā. Nezinātājiem - ziedojot sabiedriskā labuma statusu organizācijām, ziedotājs saņem nodokļa atlaidi. Ar draudzēm ir vēl labāk - ziedotājs paliek anonīms, jo ziedojumu saņēmējam nav jāpublicē ziedotāju datus. Bet kas ir nodokļu atlaide? No budžeta viedokļa, tā ir summa, kas nav ieskaitīta budžetā. Tā ir summa, kuru, piemēram, nevar izmaksāt ārstu, skolotāju vai policistu algu palielināšanai.&lt;br /&gt;&lt;br /&gt;Interesanti gan kā var uzlabot ekonomisko situāciju veicinot ziedošanu bronzas laikmeta mitoloģijas atraugu sludinātājiem? Kādu sabiedrības labumu rada šīs draudzes? Un kas ir autorizējis FM piešķir šo statusu evanģēliski luteriskām draudzēm ? Un kāpēc lai šo statusu nepiešķirtu pūšļotājiem, hiromantiem vai astrologiem? Ar ko viņi ir sliktāki vai labāki? Šie ir racionāli domājoša ordināra nodokļu maksātāja jautājumi.&lt;br /&gt;&lt;br /&gt;Un daži ekstra jautājumi: Vai Latvijas republikā baznīca aizvien ir atdalīta no valsts? Vai dodot finansiālas benefites baznīcai netiek sperti soļi uz teokrātiju?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8639484087049206198-5380437817560197144?l=nad2000.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nad2000.blogspot.com/feeds/5380437817560197144/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8639484087049206198&amp;postID=5380437817560197144&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/5380437817560197144'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/5380437817560197144'/><link rel='alternate' type='text/html' href='http://nad2000.blogspot.com/2008/02/k-finansu-ministrija-cns-ar-inflciju.html' title='Kā finansu ministrija cīnās ar inflāciju'/><author><name>N.A.D.</name><uri>http://www.blogger.com/profile/16739296844473281701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://2.bp.blogspot.com/_4U_6mDFsow0/SksAHrIqBCI/AAAAAAAAIX8/IQGBiEeXOR8/S220/.face.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8639484087049206198.post-1057043571947885102</id><published>2008-01-22T08:34:00.001+13:00</published><updated>2008-01-22T08:44:46.814+13:00</updated><title type='text'>Holly Shit, Baby! It's The Triniy!</title><content type='html'>Nodomāju, ka tas ir joks, bet ak vai, kā es maldījos. Absolūti nopietni šāda ir mūsdienu kristīgā promaucība (&lt;i&gt;promotion&lt;/i&gt;):&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.thebricktestament.com/books/trinity_new_large.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;" src="http://www.thebricktestament.com/books/trinity_new_large.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;"Featuring our savior Jesus, almighty God, and a glow-in-the-dark Holy Ghost, this custom set has been hand-assembled and comes with a display pedestal printed with a Brick Testament decal."&lt;br /&gt;&lt;br /&gt;-- http://www.thebricktestament.com/books/holy_trinity.html&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Nieka 30 zaļo un tev būs personīgais Jēzus, tētis un luminiscējošs gars.&lt;br /&gt;&lt;br /&gt;Saita nosaukums arī jauks - ķēģeļu derība. Jāsecina - tie būs tie īstie autori.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8639484087049206198-1057043571947885102?l=nad2000.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nad2000.blogspot.com/feeds/1057043571947885102/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8639484087049206198&amp;postID=1057043571947885102&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/1057043571947885102'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/1057043571947885102'/><link rel='alternate' type='text/html' href='http://nad2000.blogspot.com/2008/01/holly-shit-baby-its-triniy.html' title='Holly Shit, Baby! It&apos;s The Triniy!'/><author><name>N.A.D.</name><uri>http://www.blogger.com/profile/16739296844473281701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://2.bp.blogspot.com/_4U_6mDFsow0/SksAHrIqBCI/AAAAAAAAIX8/IQGBiEeXOR8/S220/.face.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8639484087049206198.post-5427648816295456489</id><published>2008-01-18T12:39:00.000+13:00</published><updated>2008-01-18T12:43:27.033+13:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='deviantArt'/><title type='text'>Deviācija</title><content type='html'>Pirmā. Sekojiet turpinājumam!&lt;br /&gt;&lt;br /&gt;&lt;object width="450" height="353"&gt;&lt;param name="movie" value="http://backend.deviantart.com/embed/view.swf" /&gt;&lt;param name="flashvars" value="id=74894245&amp;width=1337" /&gt;&lt;param name="allowScriptAccess" value="always" /&gt;&lt;embed src="http://backend.deviantart.com/embed/view.swf" type="application/x-shockwave-flash" width="450" flashvars="id=74894245&amp;width=1337" height="353" allowscriptaccess="always"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;a href="http://www.deviantart.com/deviation/74894245/"&gt;Dialog&lt;/a&gt; by ~&lt;a class="u" href="http://nad2k.deviantart.com/"&gt;nad2k&lt;/a&gt; on &lt;a href="http://www.deviantart.com"&gt;deviant&lt;/a&gt;&lt;a href="http://www.deviantart.com"&gt;ART&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8639484087049206198-5427648816295456489?l=nad2000.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nad2000.blogspot.com/feeds/5427648816295456489/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8639484087049206198&amp;postID=5427648816295456489&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/5427648816295456489'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/5427648816295456489'/><link rel='alternate' type='text/html' href='http://nad2000.blogspot.com/2008/01/devicija.html' title='Deviācija'/><author><name>N.A.D.</name><uri>http://www.blogger.com/profile/16739296844473281701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://2.bp.blogspot.com/_4U_6mDFsow0/SksAHrIqBCI/AAAAAAAAIX8/IQGBiEeXOR8/S220/.face.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8639484087049206198.post-8084412084785112028</id><published>2008-01-10T03:14:00.001+13:00</published><updated>2008-04-05T02:51:44.515+13:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='blog'/><category scheme='http://www.blogger.com/atom/ns#' term='OpenID'/><category scheme='http://www.blogger.com/atom/ns#' term='blogging'/><title type='text'>OpenId</title><content type='html'>Google bez pompas, krēslu destruktēšanas devusi zaļo gaismu OpenId. Spekulācijas jau gadu &lt;a href="http://darkhack.googlepages.com/whygooglewillsupportopenid"&gt;virmo&lt;/a&gt;. Pašlaik gan tikai komentēšanai blogerī. Un šai ziņā Google nav avangardā - visādi tur LiveJournal, WordPress, un pat AOL bija priekšā.&lt;br /&gt;&lt;br /&gt;Tiem, kas tankā, - lasāmviela:  &lt;a href="http://buzz.blogger.com/2007/12/openid-commenting.html"&gt;OpenID Commenting&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Skatāmviela:&lt;br /&gt;&lt;br /&gt;&lt;embed style="width: 400px; height: 326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=2288395847791059857&amp;amp;hl=en" flashvars=""&gt;&lt;/embed&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Zināmākie &lt;span style="font-style: italic;"&gt;provaideri&lt;/span&gt;&lt;br /&gt;&lt;/h3&gt; &lt;p&gt;Ja tev vēl nav OpenID yet, šeit ir zināmākie un visticamāk stabilākie &lt;span style="font-style: italic;"&gt;provaideri&lt;/span&gt;.&lt;br /&gt;&lt;/p&gt; &lt;ul class="providers"&gt;&lt;li&gt;&lt;a href="http://openid.net/redirect.php?site=claimid.com" onclick="javascript:urchinTracker('/file/redirect.php?site=claimid.com?ref=/where/');"&gt;&lt;img src="http://openid.net/wp-content/uploads/claimid.gif" /&gt; ClaimID &lt;/a&gt;&lt;span&gt;claimID ir vienkāršs viegli pārvaldāms OpenID bāzēts OpenId manageris. Respektīvi, tas nodrošina lietotāja OpenId agregēšanu un pārvaldīšanu vienā vietā.&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://openid.net/redirect.php?site=myopenid.com" onclick="javascript:urchinTracker('/file/redirect.php?site=myopenid.com?ref=/where/');"&gt;&lt;img src="http://openid.net/wp-content/uploads/myopenid.gif" /&gt; myOpenID&lt;/a&gt; Drošs, bezmaksas OpenId provaideris&lt;span&gt;.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://openid.net/redirect.php?site=pip.verisignlabs.com" onclick="javascript:urchinTracker('/file/redirect.php?site=pip.verisignlabs.com?ref=/where/');"&gt;&lt;img src="http://openid.net/wp-content/uploads/verisign.gif" /&gt; VeriSign’s Personal Identity Provider &lt;/a&gt;&lt;br /&gt;bezmaksas &lt;span&gt;OpenID provaideris, kas nodrošina vairāku faktoru autentifikāciju.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://openid.net/redirect.php?site=myid.net"&gt;&lt;img src="http://openid.net/wp-content/uploads/myid.gif" /&gt; myID.net &lt;/a&gt;bezmaksas &lt;span&gt;OpenID provaideris ar atbalstu Korejiešu valodā.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://openid.net/redirect.php?site=myvidoop.com" onclick="javascript:urchinTracker('/file/redirect.php?site=myvidoop.com?ref=/where/');"&gt;&lt;img src="http://openid.net/wp-content/uploads/myvidoop.gif" /&gt; myVidoop &lt;/a&gt;&lt;br /&gt;bezmaksas provaideris, kas paroli aizstāj ar citām drošības fīčām&lt;span&gt;, konfigurēšanu un integrāciju pārlūkā.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8639484087049206198-8084412084785112028?l=nad2000.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='enclosure' type='text/html' href='http://buzz.blogger.com/2007/12/openid-commenting.html' length='0'/><link rel='replies' type='application/atom+xml' href='http://nad2000.blogspot.com/feeds/8084412084785112028/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8639484087049206198&amp;postID=8084412084785112028&amp;isPopup=true' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/8084412084785112028'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/8084412084785112028'/><link rel='alternate' type='text/html' href='http://nad2000.blogspot.com/2008/01/openid.html' title='OpenId'/><author><name>N.A.D.</name><uri>http://www.blogger.com/profile/16739296844473281701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://2.bp.blogspot.com/_4U_6mDFsow0/SksAHrIqBCI/AAAAAAAAIX8/IQGBiEeXOR8/S220/.face.jpeg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8639484087049206198.post-1676088627321417913</id><published>2008-01-08T05:18:00.000+13:00</published><updated>2008-01-10T03:06:33.635+13:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='favicon'/><category scheme='http://www.blogger.com/atom/ns#' term='blog'/><category scheme='http://www.blogger.com/atom/ns#' term='blogging'/><title type='text'>FAVICON</title><content type='html'>Vēl viens, bet patīkams, nieks - savs favicons tā nejaukās "B" kakas vietā.&lt;br /&gt;&lt;br /&gt;Recepte:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Uzzīmē;&lt;/li&gt;&lt;li&gt;Kaut kur uploadē (piemēram, google pagecreatorā zem savas vietnes var iemest to ikonas failu);&lt;/li&gt;&lt;li&gt;bloggera veidnē ieraksti (NB! "HTML Edit"):&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;pre&gt;   &amp;lt;!-- Favicon --&amp;gt;&lt;br /&gt;&amp;lt;link href="http://nad2000.googlepages.com/ns_favicon.ico"&lt;br /&gt;                                   rel="icon" type="image/x-icon/"&amp;gt;&lt;br /&gt;&amp;lt;link href="http://nad2000.googlepages.com/ns_favicon.ico"&lt;br /&gt;                                   rel="shortcut" type="image/x-icon/"&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8639484087049206198-1676088627321417913?l=nad2000.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nad2000.blogspot.com/feeds/1676088627321417913/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8639484087049206198&amp;postID=1676088627321417913&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/1676088627321417913'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/1676088627321417913'/><link rel='alternate' type='text/html' href='http://nad2000.blogspot.com/2008/01/favicon.html' title='FAVICON'/><author><name>N.A.D.</name><uri>http://www.blogger.com/profile/16739296844473281701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://2.bp.blogspot.com/_4U_6mDFsow0/SksAHrIqBCI/AAAAAAAAIX8/IQGBiEeXOR8/S220/.face.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8639484087049206198.post-7745734032662286926</id><published>2008-01-08T04:56:00.000+13:00</published><updated>2008-01-10T03:07:43.285+13:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='zaimošana'/><category scheme='http://www.blogger.com/atom/ns#' term='blog'/><category scheme='http://www.blogger.com/atom/ns#' term='ēvelēšana'/><category scheme='http://www.blogger.com/atom/ns#' term='paduse'/><category scheme='http://www.blogger.com/atom/ns#' term='krustnagliņas'/><category scheme='http://www.blogger.com/atom/ns#' term='blogging'/><title type='text'>Blogger ļau palikties zem cita domēna</title><content type='html'>Googlei arī bloggerī ir kaut kas  līdzīgs GAYD: bogger-a blogu var palikt zem sava domēna. Smalki!&lt;br /&gt;&lt;br /&gt;Te būs lasāmviela bezmiega keisiem: &lt;a href="http://help.blogger.com/bin/answer.py?answer=55373"&gt;How do I use a custom domain name on my blog?&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8639484087049206198-7745734032662286926?l=nad2000.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nad2000.blogspot.com/feeds/7745734032662286926/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8639484087049206198&amp;postID=7745734032662286926&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/7745734032662286926'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/7745734032662286926'/><link rel='alternate' type='text/html' href='http://nad2000.blogspot.com/2008/01/blogger-au-palikties-zem-cita-domna.html' title='Blogger ļau palikties zem cita domēna'/><author><name>N.A.D.</name><uri>http://www.blogger.com/profile/16739296844473281701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://2.bp.blogspot.com/_4U_6mDFsow0/SksAHrIqBCI/AAAAAAAAIX8/IQGBiEeXOR8/S220/.face.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8639484087049206198.post-5808358774863484350</id><published>2007-12-12T19:12:00.000+13:00</published><updated>2007-12-12T19:18:26.927+13:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='pikets'/><category scheme='http://www.blogger.com/atom/ns#' term='calendar'/><category scheme='http://www.blogger.com/atom/ns#' term='kalendārs'/><title type='text'>Piketi Latvijā</title><content type='html'>Beidzot tas ir noticis. Vienotais Latvijas Latvijas piketu kalendārs. Noskati sirdij tīkamāko piketu, iegrāmato to savā kalendārā un ...&lt;br /&gt;&lt;br /&gt;&lt;iframe src="http://www.google.com/calendar/embed?title=Piketi%20Latvij%C4%81&amp;amp;height=600&amp;amp;wkst=2&amp;amp;bgcolor=%23ffffff&amp;amp;src=5ka47h6v62og7j3kq6eoeqa0mg%40group.calendar.google.com&amp;amp;color=%2329527A&amp;amp;ctz=Europe%2FRiga" style=" border-width:0 " width="120%" height="600" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8639484087049206198-5808358774863484350?l=nad2000.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.google.com/calendar/embed?src=5ka47h6v62og7j3kq6eoeqa0mg%40group.calendar.google.com&amp;ctz=Europe/Riga' title='Piketi Latvijā'/><link rel='replies' type='application/atom+xml' href='http://nad2000.blogspot.com/feeds/5808358774863484350/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8639484087049206198&amp;postID=5808358774863484350&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/5808358774863484350'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/5808358774863484350'/><link rel='alternate' type='text/html' href='http://nad2000.blogspot.com/2007/12/piketi-latvij.html' title='Piketi Latvijā'/><author><name>N.A.D.</name><uri>http://www.blogger.com/profile/16739296844473281701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://2.bp.blogspot.com/_4U_6mDFsow0/SksAHrIqBCI/AAAAAAAAIX8/IQGBiEeXOR8/S220/.face.jpeg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8639484087049206198.post-993192637132618298</id><published>2007-12-11T04:52:00.000+13:00</published><updated>2007-12-13T07:32:18.113+13:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='instruktors'/><category scheme='http://www.blogger.com/atom/ns#' term='autoskolas'/><category scheme='http://www.blogger.com/atom/ns#' term='instruktori'/><category scheme='http://www.blogger.com/atom/ns#' term='autoskola'/><title type='text'>Braukšanas instruktori</title><content type='html'>Apstrādājot CSDD datus, iegūta šāda aina:&lt;br /&gt;&lt;iframe width='100%' height='300' frameborder='0' src='http://spreadsheets.google.com/pub?key=pV6KzSKmdobl1JO4UGQuxXg&amp;output=html&amp;gid=0&amp;single=true&amp;widget=true'&gt;&lt;br /&gt;&lt;/iframe&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8639484087049206198-993192637132618298?l=nad2000.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nad2000.blogspot.com/feeds/993192637132618298/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8639484087049206198&amp;postID=993192637132618298&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/993192637132618298'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/993192637132618298'/><link rel='alternate' type='text/html' href='http://nad2000.blogspot.com/2007/12/braukanas-instruktori.html' title='Braukšanas instruktori'/><author><name>N.A.D.</name><uri>http://www.blogger.com/profile/16739296844473281701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://2.bp.blogspot.com/_4U_6mDFsow0/SksAHrIqBCI/AAAAAAAAIX8/IQGBiEeXOR8/S220/.face.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8639484087049206198.post-3031676997415986946</id><published>2007-09-21T00:21:00.000+12:00</published><updated>2007-09-21T00:23:48.815+12:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='&quot;pink floyd&quot; last.fm quilt music'/><title type='text'>Pink Floyd Quilt</title><content type='html'>&lt;style type="text/css"&gt;table.lfmWidget025925aef72626a28955bcbdff7ef5b8 td {margin:0 !important;padding:0 !important;border:0 !important;}table.lfmWidget025925aef72626a28955bcbdff7ef5b8 tr.lfmHead a:hover {background:url(http://cdn.last.fm/widgets/images/en/header/quilt/album_horizontal_grey.png) no-repeat 0 0 !important;}table.lfmWidget025925aef72626a28955bcbdff7ef5b8 tr.lfmEmbed object {float:left;}table.lfmWidget025925aef72626a28955bcbdff7ef5b8 tr.lfmFoot td.lfmConfig a:hover {background:url(http://cdn.last.fm/widgets/images/en/footer/grey_np.png) no-repeat 0px 0 !important;;}table.lfmWidget025925aef72626a28955bcbdff7ef5b8 tr.lfmFoot td.lfmView a:hover {background:url(http://cdn.last.fm/widgets/images/en/footer/grey_np.png) no-repeat -85px 0 !important;}table.lfmWidget025925aef72626a28955bcbdff7ef5b8 tr.lfmFoot td.lfmPopup a:hover {background:url(http://cdn.last.fm/widgets/images/en/footer/grey_np.png) no-repeat -159px 0 !important;}&lt;/style&gt;&lt;br /&gt;&lt;table class="lfmWidget025925aef72626a28955bcbdff7ef5b8" cellpadding="0" cellspacing="0" border="0" style="width:460px;"&gt;&lt;tr class="lfmHead"&gt;&lt;td&gt;&lt;a title="Top albums" href="http://www.last.fm/listen/artist/Pink%2520Floyd/similarartists" target="_blank" style="display:block;overflow:hidden;height:20px;width:460px;background:url(http://cdn.last.fm/widgets/images/en/header/quilt/album_horizontal_grey.png) no-repeat 0 -20px;text-decoration:none;border:0;"&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="lfmEmbed"&gt;&lt;td&gt;&lt;object width="460" height="225" style="float:left;" data="http://cdn.last.fm/widgets/quilt/13.swf" type="application/x-shockwave-flash" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"&gt; &lt;param name="movie" value="http://cdn.last.fm/widgets/quilt/13.swf" /&gt; &lt;param name="flashvars" value="type=artistplus&amp;amp;variable=Pink%252BFloyd&amp;amp;file=artistplusalbums&amp;amp;bgColor=grey&amp;amp;theme=grey&amp;amp;lang=en&amp;amp;widget_id=025925aef72626a28955bcbdff7ef5b8" /&gt; &lt;param name="bgcolor" value="#999999" /&gt; &lt;param name="quality" value="high" /&gt; &lt;param name="allowScriptAccess" value="sameDomain" /&gt; &lt;param name="allowNetworking" value="all" /&gt; &lt;embed src="http://cdn.last.fm/widgets/quilt/13.swf" flashvars="type=artistplus&amp;amp;variable=Pink%252BFloyd&amp;amp;file=artistplusalbums&amp;amp;bgColor=grey&amp;amp;theme=grey&amp;amp;lang=en&amp;amp;widget_id=025925aef72626a28955bcbdff7ef5b8" bgcolor="#999999" width="460" height="225" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" allowScriptAccess="sameDomain" allowNetworking="all"&gt; &lt;/embed&gt; &lt;/object&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="lfmFoot"&gt;&lt;td style="background:url(http://cdn.last.fm/widgets/images/footer_bg/grey.png) repeat-x 0 0;text-align:right;"&gt;&lt;table cellspacing="0" cellpadding="0" border="0" style="width:460px;"&gt;&lt;tr&gt;&lt;td class="lfmConfig"&gt;&lt;a href="http://www.last.fm/widgets/?url=artist%2FPink%2520Floyd%2Fsimilarartists&amp;amp;colour=grey&amp;amp;quiltType=album&amp;amp;orient=horizontal&amp;amp;height=large&amp;amp;from=code&amp;amp;widget=quilt" title="Get your own widget" target="_blank" style="display:block;overflow:hidden;width:85px;height:20px;float:right;background:url(http://cdn.last.fm/widgets/images/en/footer/grey_np.png) no-repeat 0px -20px;text-decoration:none;border:0;"&gt;&lt;/a&gt;&lt;/td&gt;&lt;td class="lfmView" style="width:74px;"&gt;&lt;a href="http://www.last.fm/" title="Visit Last.fm" target="_blank" style="display:block;overflow:hidden;width:74px;height:20px;background:url(http://cdn.last.fm/widgets/images/en/footer/grey_np.png) no-repeat -85px -20px;text-decoration:none;border:0;"&gt;&lt;/a&gt;&lt;/td&gt;&lt;td class="lfmPopup"style="width:25px;"&gt;&lt;a href="http://www.last.fm/widgets/popup/?url=artist%2FPink%2520Floyd%2Fsimilarartists&amp;amp;colour=grey&amp;amp;quiltType=album&amp;amp;orient=horizontal&amp;amp;height=large&amp;amp;from=code&amp;amp;widget=quilt&amp;amp;resize=1" title="Load this quilt in a pop up" target="_blank" style="display:block;overflow:hidden;width:25px;height:20px;background:url(http://cdn.last.fm/widgets/images/en/footer/grey_np.png) no-repeat -159px -20px;text-decoration:none;border:0;" onclick="window.open(this.href + '&amp;amp;resize=0','lfm_popup','height=325,width=510,resizable=yes,scrollbars=yes'); return false;"&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8639484087049206198-3031676997415986946?l=nad2000.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nad2000.blogspot.com/feeds/3031676997415986946/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8639484087049206198&amp;postID=3031676997415986946&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/3031676997415986946'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/3031676997415986946'/><link rel='alternate' type='text/html' href='http://nad2000.blogspot.com/2007/09/pink-floyd-quilt.html' title='Pink Floyd Quilt'/><author><name>N.A.D.</name><uri>http://www.blogger.com/profile/16739296844473281701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://2.bp.blogspot.com/_4U_6mDFsow0/SksAHrIqBCI/AAAAAAAAIX8/IQGBiEeXOR8/S220/.face.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8639484087049206198.post-9055865595505523943</id><published>2007-06-02T00:53:00.000+12:00</published><updated>2007-06-10T04:25:19.762+12:00</updated><title type='text'>Iemūžini savu vārdu!</title><content type='html'>Divas sevis, sava vārda iemūžināšanas alternatīvas:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;pasaules siena ;) &lt;a href="http://www.walloftheworld.org/"&gt;http://www.walloftheworld.org&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;vai&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;br /&gt;&lt;a href="http://pointless.lv/wall/"&gt;&lt;br /&gt;&lt;img style="cursor: pointer;" src="http://pointless.lv/images/118.gif" alt="Idiotu siena - pieraksties jau šodien!" id="BLOGGER_PHOTO_ID_5071081319283718722" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8639484087049206198-9055865595505523943?l=nad2000.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nad2000.blogspot.com/feeds/9055865595505523943/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8639484087049206198&amp;postID=9055865595505523943&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/9055865595505523943'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/9055865595505523943'/><link rel='alternate' type='text/html' href='http://nad2000.blogspot.com/2007/06/sava-vrda-ieminana.html' title='Iemūžini savu vārdu!'/><author><name>N.A.D.</name><uri>http://www.blogger.com/profile/16739296844473281701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://2.bp.blogspot.com/_4U_6mDFsow0/SksAHrIqBCI/AAAAAAAAIX8/IQGBiEeXOR8/S220/.face.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8639484087049206198.post-4614009302165188050</id><published>2007-05-15T08:52:00.001+12:00</published><updated>2007-05-15T08:55:55.767+12:00</updated><title type='text'>Kaupi mīl arī darbā</title><content type='html'>&lt;div style="float: right; margin-left: 10px; margin-bottom: 10px;"&gt; &lt;a href="http://www.flickr.com/photos/toms/127895067/" title="photo sharing"&gt;&lt;img src="http://farm1.static.flickr.com/49/127895067_59a28a9bde_m.jpg" alt="" style="border: 2px solid rgb(0, 0, 0);" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="margin-top: 0px;font-size:0;" &gt;  &lt;a href="http://www.flickr.com/photos/toms/127895067/"&gt;Kaupi mīl arī darbā&lt;/a&gt; &lt;br /&gt; Originally uploaded by &lt;a href="http://www.flickr.com/people/toms/"&gt;tm_lv&lt;/a&gt;. &lt;/span&gt;&lt;/div&gt;laikam ar visām šīm iespējmām būtu laiks sen aprast ... bet iespēja no yahoo flickr iemest bildi googles bloggeri, respektīvi, integrēt yahoo ar googli man tomēr ir kaut kas jauns&lt;br /&gt;&lt;br /&gt;Disclaimeris: Man nav nekādu iebildumu pret Kaupi.... es viņu pat nepazīstu&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8639484087049206198-4614009302165188050?l=nad2000.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nad2000.blogspot.com/feeds/4614009302165188050/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8639484087049206198&amp;postID=4614009302165188050&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/4614009302165188050'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/4614009302165188050'/><link rel='alternate' type='text/html' href='http://nad2000.blogspot.com/2007/05/kaupi-ml-ar-darb.html' title='Kaupi mīl arī darbā'/><author><name>N.A.D.</name><uri>http://www.blogger.com/profile/16739296844473281701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://2.bp.blogspot.com/_4U_6mDFsow0/SksAHrIqBCI/AAAAAAAAIX8/IQGBiEeXOR8/S220/.face.jpeg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://farm1.static.flickr.com/49/127895067_59a28a9bde_t.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8639484087049206198.post-372120612044923235</id><published>2007-05-10T03:39:00.001+12:00</published><updated>2008-09-05T07:21:02.053+12:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Jyte'/><category scheme='http://www.blogger.com/atom/ns#' term='OpenID'/><title type='text'>"Jyte" means "awesome" in Swedish.</title><content type='html'>Beidzot iemēģināju http://jyte.com. Sen jau biju iereģistrējies ar nolūku pārliecināties ka OpenID &lt;a href="http://en.wikipedia.org/wiki/Single_sign-on"&gt;SSO&lt;/a&gt; strādā, bet nebiju iedziļinājies kas tas ir.&lt;br /&gt;&lt;br /&gt;Sasaucas ar cilvēkdatora (&lt;a href="http://video.google.com/videoplay?docid=-8246463980976635143"&gt;&lt;span style="font-style: italic;"&gt;human computation&lt;/span&gt;&lt;/a&gt;) idejām...&lt;br /&gt;&lt;embed style="width: 400px; height: 326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=-8246463980976635143&amp;hl=en" flashvars="&amp;amp;subtitle=on"&gt;&lt;/embed&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Var iemēģināt, neatejot no kases, (nepieciešams OpenID):&lt;br /&gt;&lt;iframe src="http://jyte.com/widget/claim/nikns-suns-means-fierce-dog-in-latvian-2" style="border: 1px solid rgb(119, 119, 119); width: 400px; height: 60px;" scrolling="no"&gt;&lt;/iframe&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8639484087049206198-372120612044923235?l=nad2000.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://jyte.com/cl/jyte-means-awesome-in-swedish' title='&quot;Jyte&quot; means &quot;awesome&quot; in Swedish.'/><link rel='replies' type='application/atom+xml' href='http://nad2000.blogspot.com/feeds/372120612044923235/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8639484087049206198&amp;postID=372120612044923235&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/372120612044923235'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/372120612044923235'/><link rel='alternate' type='text/html' href='http://nad2000.blogspot.com/2007/05/jyte-means-awesome-in-swedish.html' title='&quot;Jyte&quot; means &quot;awesome&quot; in Swedish.'/><author><name>N.A.D.</name><uri>http://www.blogger.com/profile/16739296844473281701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://2.bp.blogspot.com/_4U_6mDFsow0/SksAHrIqBCI/AAAAAAAAIX8/IQGBiEeXOR8/S220/.face.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8639484087049206198.post-1637902105898418694</id><published>2007-02-04T23:22:00.000+13:00</published><updated>2007-02-04T23:47:52.123+13:00</updated><title type='text'>Kļūdu izsekošanas sistēmas</title><content type='html'>Kauk kad pielikšu roku salīdzināšanai. Pašlaik - saites uz 3 populārākām atvērta pirmkoda sistēmas:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Mantis -  &lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.mantisbt.org/images/mantis_logo.gif"&gt;&lt;img style="cursor: pointer; width: 65px; height: 27px;" src="http://www.mantisbt.org/images/mantis_logo.gif" alt="" border="0" /&gt;&lt;/a&gt; &lt;a href="http://www.mantisbt.org/"&gt;http://www.mantisbt.org&lt;/a&gt; (PHP, dažādas DBVS, vienkārša lokalizācija);&lt;/li&gt;&lt;li&gt;Bugzilla - &lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.bugzilla.org/favicon.ico"&gt;&lt;img style="cursor: pointer; width: 21px; height: 21px;" src="http://www.bugzilla.org/favicon.ico" alt="" border="0" /&gt;&lt;/a&gt; &lt;a href="http://www.bugzilla.org/"&gt;http://www.bugzilla.org&lt;/a&gt; (Perl, MySQL un PostrSQL, lokalizācija un pielāgošana, izmtojot veidnes);&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Trac -  &lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.edgewall.org/favicon.ico"&gt;&lt;img style="cursor: pointer; width: 20px; height: 20px;" src="http://www.edgewall.org/favicon.ico" alt="" border="0" /&gt;&lt;/a&gt; &lt;a href="http://trac.edgewall.org/"&gt;http://trac.edgewall.org&lt;/a&gt; (Python, SQLite, PostgreSQL vai MySQL, iespējama lokalizācija un pielāgošana, izmntojot paplašinājumus).&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8639484087049206198-1637902105898418694?l=nad2000.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nad2000.blogspot.com/feeds/1637902105898418694/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8639484087049206198&amp;postID=1637902105898418694&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/1637902105898418694'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/1637902105898418694'/><link rel='alternate' type='text/html' href='http://nad2000.blogspot.com/2007/02/kdu-izsekoanas-sistmas.html' title='Kļūdu izsekošanas sistēmas'/><author><name>N.A.D.</name><uri>http://www.blogger.com/profile/16739296844473281701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://2.bp.blogspot.com/_4U_6mDFsow0/SksAHrIqBCI/AAAAAAAAIX8/IQGBiEeXOR8/S220/.face.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8639484087049206198.post-811107169205369481</id><published>2007-01-08T04:48:00.000+13:00</published><updated>2007-01-08T06:13:49.636+13:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='tortoisesvn'/><category scheme='http://www.blogger.com/atom/ns#' term='subversion'/><category scheme='http://www.blogger.com/atom/ns#' term='hosting'/><category scheme='http://www.blogger.com/atom/ns#' term='svn'/><title type='text'>Subversijas</title><content type='html'>Īsi &lt;a href="http://en.wikipedia.org/wiki/Svn"&gt;Subversijas&lt;/a&gt; ir elegantāks risinājums par &lt;a href="http://en.wikipedia.org/wiki/Concurrent_Versions_System"&gt;CVS&lt;/a&gt;.&lt;br /&gt;&lt;h2&gt;Rīki&lt;/h2&gt;&lt;br /&gt;Windowismiem - &lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://tortoisesvn.tigris.org/"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; cursor: pointer; width: 200px;" src="http://tortoisesvn.tigris.org/tortoisesvn_logo_hor468x64.PNG" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Par pārējiem var pastudēt &lt;a href="http://subversion.tigris.org/"&gt;oficiālajā lapā&lt;/a&gt; vai &lt;a href="http://en.wikipedia.org/wiki/Svn"&gt;wikipēdijā&lt;/a&gt;.&lt;br /&gt;&lt;h2&gt;Projektu izmitināšana&lt;/h2&gt;&lt;br /&gt;Projekta subversionēšanai nav nepieciešams iet pa gaisu un izvērst nez kadu infrastruktūru. Projektu, ja vien tas nav super sekjūrs, var izmitināt. Pubilski pieejamo hostētāju saraksts ir pieejams šeit: &lt;a href="http://weblogs.asp.net/fmarguerie/archive/2005/04/27/404793.aspx"&gt;http://weblogs.asp.net/fmarguerie/archive/2005/04/27/404793.aspx&lt;/a&gt;&lt;br /&gt;Kritiski caurskatot šo sarakstu, izvilku šādu esenci:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://developer.berlios.de/" target="_blank"&gt;http://developer.berlios.de&lt;/a&gt; (tikai &lt;span style="font-style: italic;"&gt;Open Source&lt;/span&gt;, SVN&amp;CVS, SSH autentificēšana, kolaborācija)&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.hosted-projects.com/"&gt;http://www.hosted-projects.com&lt;/a&gt; (nav par brīvu, SVN, Bugzilla)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://wdevs.com/" target="_blank"&gt;http://wdevs.com&lt;/a&gt; (Vault, tikai &lt;span style="font-style: italic;"&gt;Open Source&lt;/span&gt;)&lt;/li&gt;&lt;li&gt;&lt;a href="https://www.freepository.com/" target="_blank"&gt;http://freepository.com&lt;/a&gt; (tikai CVS)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://sourceforge.net/" target="_blank"&gt;http://sourceforge.net&lt;/a&gt; (tikai &lt;span style="font-style: italic;"&gt;Open Source, &lt;/span&gt;SVN un CVS,  esot lēns)&lt;/li&gt;&lt;li&gt;&lt;a href="http://sunsite.dk/" target="_blank"&gt;http://sunsite.dk&lt;/a&gt; (tikai &lt;span style="font-style: italic;"&gt;Open Source&lt;/span&gt;, sarežģīta reģistrēšanās. Paši rekomendē izmantot "standarta paketes", piemēram, &lt;a href="http://sourceforge.net/" class="normal"&gt;SourceForge&lt;/a&gt;, &lt;a href="http://savannah.gnu.org/" class="normal"&gt;Savannah&lt;/a&gt;, &lt;a href="http://icculus.org/" class="normal"&gt;Icculus&lt;/a&gt; or &lt;a href="http://www.berlios.de/developers.php.de" class="normal"&gt;BerliOS&lt;/a&gt;.) &lt;/li&gt;&lt;li&gt;&lt;a href="http://community.java.net/projects" target="_blank"&gt;http://community.java.net/projects&lt;/a&gt; (javistiem)&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.sourcehosting.net/" target="_blank"&gt;http://www.sourcehosting.net&lt;/a&gt; (CVS, Bugzilla, par naudu)&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.projxpert.com/" target="_blank"&gt;http://www.projxpert.com&lt;/a&gt; (SVN, nav ierobežojumu uz projektu veidu, nenodrošina SSH)&lt;/li&gt;&lt;li&gt;&lt;a href="http://forge.novell.com/" target="_blank"&gt;http://forge.novell.com&lt;/a&gt; (tikai &lt;span style="font-style: italic;"&gt;Open Source&lt;/span&gt;, SVN un CVS)&lt;/li&gt;&lt;li&gt;&lt;a href="https://opensvn.csie.org/" target="_blank"&gt;https://opensvn.csie.org&lt;/a&gt; (SVN, Trac)&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/hosting"&gt;http://code.google.com/hosting&lt;/a&gt; (SCV, tikai &lt;span style="font-style: italic;"&gt;Open Source&lt;/span&gt;&lt;span&gt;)&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8639484087049206198-811107169205369481?l=nad2000.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nad2000.blogspot.com/feeds/811107169205369481/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8639484087049206198&amp;postID=811107169205369481&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/811107169205369481'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/811107169205369481'/><link rel='alternate' type='text/html' href='http://nad2000.blogspot.com/2007/01/subversijas.html' title='Subversijas'/><author><name>N.A.D.</name><uri>http://www.blogger.com/profile/16739296844473281701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://2.bp.blogspot.com/_4U_6mDFsow0/SksAHrIqBCI/AAAAAAAAIX8/IQGBiEeXOR8/S220/.face.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8639484087049206198.post-1190256041378297038</id><published>2006-12-05T05:32:00.000+13:00</published><updated>2006-12-05T05:35:09.568+13:00</updated><title type='text'>Dažas bildes</title><content type='html'>&lt;div style="text-align: center; width: 194px; font-family: arial,sans-serif; font-size: 83%;"&gt;&lt;div style="background: transparent url(http://picasaweb.google.com/f/img/transparent_album_background.gif) no-repeat scroll left center; height: 194px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt;&lt;a href="http://picasaweb.google.com/nad2000/SLsUnMaize"&gt;&lt;img src="http://lh5.google.com/image/nad2000/RXFag7wxitE/AAAAAAAAACc/4K_UtByA8fU/s160-c/SLsUnMaize.jpg" style="border: medium none ; padding: 0px; margin-top: 16px;" height="160" width="160" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;a href="http://picasaweb.google.com/nad2000/SLsUnMaize"&gt;&lt;div style="color: rgb(77, 77, 77); font-weight: bold; text-decoration: none;"&gt;Sāls un maize&lt;/div&gt;&lt;/a&gt;&lt;div style="color: rgb(128, 128, 128);"&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align:center;width:194px;font-family:arial,sans-serif;font-size:83%"&gt;&lt;div style="height:194px;background:url(http://picasaweb.google.com/f/img/transparent_album_background.gif) no-repeat left"&gt;&lt;a href="http://picasaweb.google.com/nad2000/DPTeamPlay"&gt;&lt;img src="http://lh4.google.com/image/nad2000/RXFeQrwxjKE/AAAAAAAAAFM/5ZtZa0kZ4pY/s160-c/DPTeamPlay.jpg" width="160" height="160" style="border:none;padding:0px;margin-top:16px;"&gt;&lt;/a&gt;&lt;/div&gt;&lt;a href="http://picasaweb.google.com/nad2000/DPTeamPlay"&gt;&lt;div style="color:#4D4D4D;font-weight:bold;text-decoration:none;"&gt;DP Team Play&lt;/div&gt;&lt;/a&gt;&lt;div style="color:#808080"&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align:center;width:194px;font-family:arial,sans-serif;font-size:83%"&gt;&lt;div style="height:194px;background:url(http://picasaweb.google.com/f/img/transparent_album_background.gif) no-repeat left"&gt;&lt;a href="http://picasaweb.google.com/nad2000/PieJALBDzD"&gt;&lt;img src="http://lh6.google.com/image/nad2000/RXFcGLwxi7E/AAAAAAAAAEU/JYDbOIvz9R0/s160-c/PieJALBDzD.jpg" width="160" height="160" style="border:none;padding:0px;margin-top:16px;"&gt;&lt;/a&gt;&lt;/div&gt;&lt;a href="http://picasaweb.google.com/nad2000/PieJALBDzD"&gt;&lt;div style="color:#4D4D4D;font-weight:bold;text-decoration:none;"&gt;Pie Jāņa L-B (DzD)&lt;/div&gt;&lt;/a&gt;&lt;div style="color:#808080"&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8639484087049206198-1190256041378297038?l=nad2000.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nad2000.blogspot.com/feeds/1190256041378297038/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8639484087049206198&amp;postID=1190256041378297038&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/1190256041378297038'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8639484087049206198/posts/default/1190256041378297038'/><link rel='alternate' type='text/html' href='http://nad2000.blogspot.com/2006/12/daas-bildes.html' title='Dažas bildes'/><author><name>N.A.D.</name><uri>http://www.blogger.com/profile/16739296844473281701</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://2.bp.blogspot.com/_4U_6mDFsow0/SksAHrIqBCI/AAAAAAAAIX8/IQGBiEeXOR8/S220/.face.jpeg'/></author><thr:total>0</thr:total></entry></feed>
