<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>double &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/double/</link>
	<description>Feed of posts on WordPress.com tagged "double"</description>
	<pubDate>Sat, 11 Oct 2008 08:24:55 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Is Pakistan?s war against militants India?s too?]]></title>
<link>http://echoindia.wordpress.com/?p=3</link>
<pubDate>Fri, 10 Oct 2008 09:41:47 +0000</pubDate>
<dc:creator>echoindia</dc:creator>
<guid>http://echoindia.ro.wordpress.com/2008/10/10/is-pakistans-war-against-militants-indias-too/</guid>
<description><![CDATA[Time was when every time militants set off a bomb in Pakistan, India?s strategic establishment would]]></description>
<content:encoded><![CDATA[<p>Time was when every time militants set off a bomb in Pakistan, India?s strategic establishment would turn around and say ?we told you so?. This is what happens when you play with fire ? jihad is a double-edged sword, they would say, ...<br><br />
http://blogs.reuters.com</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[DOWNLOAD **DUTY FREE** HERE]]></title>
<link>http://marvellmusic.wordpress.com/?p=134</link>
<pubDate>Fri, 10 Oct 2008 02:30:51 +0000</pubDate>
<dc:creator>marvellmusic</dc:creator>
<guid>http://marvellmusic.ro.wordpress.com/2008/10/10/download-duty-free-here/</guid>
<description><![CDATA[There you go&#8230;..enjoy  


Leave a comment lol
]]></description>
<content:encoded><![CDATA[<p>There you go.....enjoy :)</p>
<p><a href="http://files.filefront.com/Marvells+Duty+Free+Promozip/;12022706;/fileinfo.html"><br />
<img src="http://i258.photobucket.com/albums/hh273/withnumbers/DOWNLOADDUTY2.gif"></a></p>
<p>Leave a comment lol</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Visão geral da linguagem C]]></title>
<link>http://elzobrito.wordpress.com/?p=504</link>
<pubDate>Thu, 09 Oct 2008 15:13:48 +0000</pubDate>
<dc:creator>elzobrito</dc:creator>
<guid>http://elzobrito.ro.wordpress.com/2008/10/09/visao-geral-da-linguagem-c/</guid>
<description><![CDATA[As origens de C


Implementada 	por Dennis Ritchie em 1970 e utilizava o sistema operacional UNIX;

]]></description>
<content:encoded><![CDATA[<p><strong><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">As origens de C</span></span></strong></p>
<ul>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Implementada 	por Dennis Ritchie em 1970 e utilizava o sistema operacional UNIX;</span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;text-align:left;"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">As 	linguagens precursoras foram BCPL (Martin Richards) e B (Ken 	Thompsom);</span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Um 	grande número de implementações de C foram 	criadas. Para criar um padrão entre todas, foi criado o C 	padrão ANSI.</span></span></p>
</li>
</ul>
<p class="western" style="line-height:150%;" align="left">
<h2 class="western" style="line-height:150%;"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">C é uma linguagem de médio nível</span></span></h2>
<p class="western" style="line-height:150%;" align="left">
<ul>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">C 	é assim classificada pois combina elementos de linguagens de 	alto nível (Pascal, BASIC) com a funcionalidade e recursos de 	linguagens de baixo nível (Assembly).</span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Esta 	característica torna os programas escritos em C portaveis, ou 	seja, embora desenvolvidos para um tipo de computador podem ser 	adaptados para outro.</span></span></p>
</li>
</ul>
<p class="western" style="line-height:150%;" align="left">
<h2 class="western" style="line-height:150%;"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">C é uma linguagem estruturada</span></span></h2>
<p class="western" style="line-height:150%;" align="left">
<ul>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Compartimentalização 	do código e dos dados : dividir e esconder do resto do 	programa informações necessárias para se 	realizar uma tarefa;</span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Esta 	característica é atingida pelo uso de funções 	(isoladas) e variáveis locais. Assim os eventos que ocorrem 	dentro de cada função não atingem o resto do 	programa.</span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Linguagens 	modernas apresentam o modelo estruturado.</span></span></p>
</li>
</ul>
<p class="western" style="line-height:150%;" align="left">
<h2 class="western" style="line-height:150%;"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Compiladores X Interpretadores</span></span></h2>
<p class="western" style="line-height:150%;" align="left">
<ul>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">São 	programas sofisticados que operam sobre o <strong>código-fonte</strong> do programa;</span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>Código 	fonte:</strong> O texto de um programa que o usuário pode ler 	(programa). É a entrada para o compilador;</span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>Interpretador: </strong>Lê o código-fonte linha por linha, e executa a 	instrução específica contida na linha. Deve 	estar presente em toda execução;</span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>Compilador:</strong> Lê o programa inteiro e converte-o em um <strong>código-objeto</strong>, 	que é a tradução do código-fonte em 	código de máquina, sendo então passível 	de execução direta pelo computador (apenas digitando 	seu nome). Entrada para o linkeditor;</span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>Tempo 	de Compilação:</strong> Eventos que ocorrem enquanto o 	programa é compilado (erro de sintaxe - escrita);</span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>Tempo 	de Execução: </strong>Eventos que ocorrem quando o programa 	é executado (erro de semântica – significado, 	lógica);</span></span></p>
</li>
</ul>
<h2 class="western" style="line-height:150%;"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Forma de um programa em C</span></span></h2>
<p class="western" style="line-height:150%;" align="left">
<ul>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">A 	linguagem C padrão é formada por 32 palavras-chave, 	cujo número pode variar de acordo com o compilador utilizado;</span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Todas 	as palavras chave são <strong>MINÚSCULAS</strong>;</span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Em 	C minúsculas e maiúsculas são diferentes, ou 	seja,  <strong>else</strong> <strong>ELSE;</strong></span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Todo 	programa C consiste em uma ou mais funções com funções 	definidas;</span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">A 	única função obrigatória é a 	<strong>main(), </strong>que a primeira a ser chamada quando o programa é 	executado;</span></span></p>
</li>
</ul>
<p class="western" style="line-height:150%;" align="left">
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">A lista de palavras chave é :</span></span></p>
<p class="western" align="left">
<table style="height:210px;" border="1" cellspacing="0" cellpadding="5" width="291"><col width="139"></col> <col width="140"></col> <col width="140"></col> <col width="139"></col></p>
<tbody>
<tr valign="top">
<td width="139">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">auto</span></span></p>
</td>
<td width="140">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">double</span></span></p>
</td>
<td width="140">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">int</span></span></p>
</td>
<td width="139">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">switch</span></span></p>
</td>
</tr>
<tr valign="top">
<td width="139">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">break</span></span></p>
</td>
<td width="140">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">enum</span></span></p>
</td>
<td width="140">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">long</span></span></p>
</td>
<td width="139">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">typedef</span></span></p>
</td>
</tr>
<tr valign="top">
<td width="139">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">case</span></span></p>
</td>
<td width="140">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">extern</span></span></p>
</td>
<td width="140">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">register</span></span></p>
</td>
<td width="139">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">union</span></span></p>
</td>
</tr>
<tr valign="top">
<td width="139">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">char</span></span></p>
</td>
<td width="140">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">float</span></span></p>
</td>
<td width="140">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">return</span></span></p>
</td>
<td width="139">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">unsigned</span></span></p>
</td>
</tr>
<tr valign="top">
<td width="139">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">const</span></span></p>
</td>
<td width="140">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">for</span></span></p>
</td>
<td width="140">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">short</span></span></p>
</td>
<td width="139">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">void</span></span></p>
</td>
</tr>
<tr valign="top">
<td width="139">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">continue</span></span></p>
</td>
<td width="140">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">goto</span></span></p>
</td>
<td width="140">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">signed</span></span></p>
</td>
<td width="139">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">volatile</span></span></p>
</td>
</tr>
<tr valign="top">
<td width="139">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Do</span></span></p>
</td>
<td width="140">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">if</span></span></p>
</td>
<td width="140">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">sizeof</span></span></p>
</td>
<td width="139">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">while</span></span></p>
</td>
</tr>
<tr valign="top">
<td width="139">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">default</span></span></p>
</td>
<td width="140">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">else</span></span></p>
</td>
<td width="140">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">static</span></span></p>
</td>
<td width="139">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">struct</span></span></p>
</td>
</tr>
</tbody>
</table>
<p class="western" align="left">
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>A forma geral de um programa é:</strong></span></span></p>
<p class="western" style="line-height:150%;" align="left">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">declarações globais (variáveis, funções e bibliotecas);</span></span></p>
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">tipo main (lista de parâmetros)</span></span></p>
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">{</span></span></p>
<p class="western" style="text-indent:1.25cm;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">seqüência de comandos;</span></span></p>
<p align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">}</span></span></p>
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">tipo função1 (lista de parâmetros)</span></span></p>
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">{</span></span></p>
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">seqüência de comandos;</span></span></p>
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">}</span></span></p>
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">.</span></span></p>
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">.</span></span></p>
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">.</span></span></p>
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">tipo funçãon (lista de parâmetros)</span></span></p>
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">{</span></span></p>
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">seqüência de comandos;</span></span></p>
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">}</span></span></p>
<p class="western" style="line-height:150%;" align="left">
<h2 class="western" style="line-height:150%;"><span style="color:#ff0000;"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">A biblioteca e a Linkedição</span></span></span></h2>
<p class="western" style="line-height:150%;" align="left">
<p class="western" style="line-height:150%;" align="left">
<ul>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Todo 	compilador C vem com uma biblioteca padrão de funções 	que realizam as tarefas necessárias e mais comuns;</span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Portanto 	uma biblioteca, nada mais é que um arquivo contendo as 	funções que um programa C pode usar (funções 	de E/S e outras rotinas úteis);</span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">O 	padrão ANSI especifica o conjunto mínimo de funções 	que pode variar de compilador para compilador;</span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">As 	bibliotecas básicas mais utilizadas para problemas simples 	são: &#60;stdio.h&#62;=e/s;&#60;math.h&#62;=recursos matemáticos, 	etc....</span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Para 	executar as mesmas em programas, temos a sintaxe: </span></span></p>
</li>
</ul>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>#include</strong> &#60;bibliot&#62;</span></span></p>
<ul>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">O 	linkeditor combina o código-objeto do programa escrito com o 	código objeto das funções da biblioteca C 	padrão e gera um programa executável.</span></span></p>
</li>
</ul>
<p class="western" style="line-height:150%;" align="left">
<h3 class="western"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Compilação de um programa</span></span></h3>
<p class="western" style="line-height:150%;" align="left">
<p class="western" style="line-height:150%;" align="left">
<p class="western" align="center">Criação do programa</p>
<p class="western">Compilação do programa</p>
<p class="western">Linkedição do programa com as 	funções</p>
<p class="western" style="line-height:150%;" align="left">
<p class="western" style="line-height:150%;" align="left">
<p class="western" style="line-height:150%;" align="left">
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Obs.: A maioria dos compiladores já vem com editores que texto para feitura dos programas. Em outros onde não estes não estão inclusos deve-se usar editores padrão para criar o programa. </span></span></p>
<h4 class="western"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Expressões em C</span></span></h4>
<p class="western" style="line-height:150%;" align="left">
<h2 class="western" style="line-height:150%;"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Tipos básicos de Dados</span></span></h2>
<h5 class="western" style="text-indent:0;line-height:150%;"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Informa ao compilador a forma de tratamento de dados;</span></span></h5>
<p class="western" align="left">
<ul>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">O 	tamanho e faixa de valores variam com o tipo de processador e 	compilador. São eles:</span></span></p>
</li>
</ul>
<p class="western" style="line-height:150%;" align="left">
<ol>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>inteiro 	(int)= </strong>ocupa geralmente 1 byte;</span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>caracter(char)= </strong>ocupa geralmente 2 bytes representados por valores definidos 	pelo conjunto de caracteres ASCII</span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>ponto 	flutuante(float)= </strong>depende da representação</span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>ponto 	flutuante de precisão dupla (double)=</strong> idem anterior;</span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>sem 	valor (void)= </strong>define funções sem retorno.</span></span></p>
</li>
</ol>
<p class="western" style="line-height:150%;" align="left">
<h2 class="western" style="line-height:150%;"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Modificadores de tipo básicos</span></span></h2>
<p class="western" align="left">
<ul>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">São 	usados para alterar o significado de um tipo básico para 	adapta-lo mais precisamente às necessidades de diversas 	situações;</span></span></p>
</li>
</ul>
<p class="western" style="line-height:150%;" align="left">
<ul>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Devem 	preceder os tipos quando da declaração de variáveis;</span></span></p>
</li>
</ul>
<p class="western" style="line-height:150%;" align="left">
<ul>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">São: 	<strong>signed (com sinal), unsigned(sem sinal), short(curto), long 	(longo)</strong></span></span></p>
</li>
</ul>
<p class="western" style="line-height:150%;page-break-before:always;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>Todos os tipos de dados definidos no padrão ANSI</strong></span></span></p>
<p class="western" style="line-height:150%;" align="left">
<table style="height:450px;" border="1" cellspacing="0" cellpadding="5" width="473"><col width="188"></col> <col width="167"></col> <col width="212"></col></p>
<tbody>
<tr valign="top">
<td width="188">
<h6 class="western"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Tipo</span></span></h6>
</td>
<td width="167">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>Tamanho 			aproximado em bits</strong></span></span></p>
</td>
<td width="212">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>Faixa</strong></span></span></p>
</td>
</tr>
<tr valign="top">
<td width="188">
<p lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Char</span></span></p>
</td>
<td width="167">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">8</span></span></p>
</td>
<td width="212">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">-127 			a 127</span></span></p>
</td>
</tr>
<tr valign="top">
<td width="188">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Unsigned 			char</span></span></p>
</td>
<td width="167">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">8</span></span></p>
</td>
<td width="212">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">0 			a 255</span></span></p>
</td>
</tr>
<tr valign="top">
<td width="188">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Signed 			char</span></span></p>
</td>
<td width="167">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">8</span></span></p>
</td>
<td width="212">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">-127 			a 127</span></span></p>
</td>
</tr>
<tr valign="top">
<td width="188">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Int </span></span></p>
</td>
<td width="167">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">16</span></span></p>
</td>
<td width="212">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">-32767 			a 32767</span></span></p>
</td>
</tr>
<tr valign="top">
<td width="188">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Unsigned 			int</span></span></p>
</td>
<td width="167">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">16</span></span></p>
</td>
<td width="212">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">0 			a 65535</span></span></p>
</td>
</tr>
<tr valign="top">
<td width="188">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Signed 			int</span></span></p>
</td>
<td width="167">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">16</span></span></p>
</td>
<td width="212">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">O 			mesmo que int</span></span></p>
</td>
</tr>
<tr valign="top">
<td width="188">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Short 			int </span></span></p>
</td>
<td width="167">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">16</span></span></p>
</td>
<td width="212">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">O 			mesmo que int</span></span></p>
</td>
</tr>
<tr valign="top">
<td width="188">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Unsigned 			short int</span></span></p>
</td>
<td width="167">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">16</span></span></p>
</td>
<td width="212">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">0 			a 65535</span></span></p>
</td>
</tr>
<tr valign="top">
<td width="188">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Signed 			short int</span></span></p>
</td>
<td width="167">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">16</span></span></p>
</td>
<td width="212">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">O 			mesmo que short int</span></span></p>
</td>
</tr>
<tr valign="top">
<td width="188">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Long 			int</span></span></p>
</td>
<td width="167">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">32</span></span></p>
</td>
<td width="212">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">-2.147.483.647 			a 2.147.483.647</span></span></p>
</td>
</tr>
<tr valign="top">
<td width="188">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Signed 			long int</span></span></p>
</td>
<td width="167">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">32</span></span></p>
</td>
<td width="212">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">O 			mesmo que long int</span></span></p>
</td>
</tr>
<tr valign="top">
<td width="188">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Unsigned 			long int</span></span></p>
</td>
<td width="167">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">32</span></span></p>
</td>
<td width="212">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">0 			a 4.294.967.295</span></span></p>
</td>
</tr>
<tr valign="top">
<td width="188">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Float</span></span></p>
</td>
<td width="167">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">32</span></span></p>
</td>
<td width="212">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Seis 			digitos de precisão</span></span></p>
</td>
</tr>
<tr valign="top">
<td width="188">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Double</span></span></p>
</td>
<td width="167">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">64</span></span></p>
</td>
<td width="212">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Dez 			dígitos de precisão</span></span></p>
</td>
</tr>
<tr valign="top">
<td width="188">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Long 			double</span></span></p>
</td>
<td width="167">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">80</span></span></p>
</td>
<td width="212">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Dez 			dígitos de precisão</span></span></p>
</td>
</tr>
</tbody>
</table>
<p style="line-height:150%;" align="left">
<p style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>Variáveis</strong></span></span></p>
<p class="western" style="line-height:150%;" align="left">
<ul>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Uma 	variável é uma posição nomeada de 	memória que é usada para guardar um valor que pode ser 	modificado pelo programa;</span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Todas 	as variáveis a serem utilizadas em um programa devem ser 	declaradas antes de serem usadas;</span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">A 	forma geral (sintaxe) é:</span></span></p>
</li>
</ul>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><em><strong>tipo</strong> lista de variáveis;</em></span></span></p>
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">onde <strong>tipo</strong> é qualquer tipo de dados válido em C padrão e <strong>lista de variáveis </strong>pode consistir em um ou mais nomes de <strong>identificadores</strong> separados por vírgulas; </span></span></p>
<p class="western" align="left">
<h2 class="western" style="line-height:150%;"><span style="color:#ff0000;"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Identificadores</span></span></span></h2>
<p class="western" style="line-height:150%;" align="left">
<ul>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">São 	nomes dados a funções, variáveis  e outros 	objetos definidos pelo usuário;</span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Pode 	ter de um a diversos caracteres (6 quando estiver envolvido em 	linkedição e 31 quando não estiver). O número 	é definido pelo compilador;</span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Deve 	começar com uma letra ou um sublinhado “_”  e os 	caracteres subseqüentes devem ser letra, números ou 	sublinhados.</span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Não 	pode ser igual a uma palavra chave;</span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Letras 	maiúsculas e minúsculas são tratadas diferentes 	então = cont, Cont e CONT são identificadores 	distintos.</span></span></p>
</li>
</ul>
<p class="western" style="line-height:150%;" align="left">
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>Exemplos:</strong></span></span></p>
<dl> </dl>
<dl> </dl>
<dl> </dl>
<dl>
<dd>
<table border="0" cellspacing="0" cellpadding="5" width="265"><col width="110"></col> <col width="135"></col></p>
<tbody>
<tr valign="top">
<td width="110">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>Correto</strong></span></span></p>
</td>
<td width="135">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>Incorreto</strong></span></span></p>
</td>
</tr>
<tr valign="top">
<td width="110">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Count</span></span></p>
</td>
<td width="135">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">1count</span></span></p>
</td>
</tr>
<tr valign="top">
<td width="110">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">teste23</span></span></p>
</td>
<td width="135">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">hi!there</span></span></p>
</td>
</tr>
<tr valign="top">
<td width="110">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">nome_alu</span></span></p>
</td>
<td width="135">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">nome…aluno</span></span></p>
</td>
</tr>
</tbody>
</table>
</dd>
</dl>
<p class="western" style="line-height:150%;" align="left">
<h2 class="western" style="line-height:150%;page-break-before:always;"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Onde as variáveis são declaradas</span></span></h2>
<p class="western" style="line-height:150%;" align="left">
<ol>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>Variáveis 	Globais: </strong>Declaradas fora de todas as funções. É 	conhecida, utilizada, alocada, e mantém seu valor enquanto o 	programa estiver em execução.</span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>Variáveis 	Locais: </strong>Declaradas internamente as funções ou 	blocos “{ }”. São conhecidas e utilizadas somente no 	bloco  de comandos onde foram criadas. Existem apenas enquanto o 	bloco em que foram declaradas está sendo executado.</span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>Parâmetros 	Formais: </strong>Se uma função usa argumentos, estas 	variáveis devem ser declaradas. Sua validade na função 	é idêntica a das variáveis locais.</span></span></p>
</li>
</ol>
<p class="western" style="line-height:150%;" align="left">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>Exemplos:</strong></span></span></p>
<p><strong><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Global</span></span></strong></p>
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">#include 			&#60;stdio.h&#62;</span></span></p>
<p class="western" lang="en-US" align="left">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">int 			x;</span></span></p>
<p class="western" lang="en-US" align="left">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">void 			main (void)</span></span></p>
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">{</span></span></p>
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">}</span></span></p>
<p class="western" lang="en-US" align="left"><strong>Local</strong></p>
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">#include 			&#60;stdio.h&#62;</span></span></p>
<p class="western" lang="en-US" align="left">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">void 			main (void)</span></span></p>
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">{</span></span></p>
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">int 			x;</span></span></p>
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">}</span></span></p>
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">ou </span></span></p>
<p class="western" align="left">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">void 			main (void)</span></span></p>
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">{</span></span></p>
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">int 			I;</span></span></p>
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">I=10;</span></span></p>
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">{</span></span></p>
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">int 			j;</span></span></p>
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">j=10</span></span></p>
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">}</span></span><span style="font-family:Verdana,sans-serif;"></span></p>
<p class="western" align="left"><strong><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Parametro 					formal</span></span></strong></p>
<ol>
<li></li>
</ol>
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">#include 			&#60;stdio.h&#62;</span></span></p>
<p class="western" align="left">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">void 			main (void)</span></span></p>
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">{</span></span></p>
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">...</span></span></p>
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">}</span></span></p>
<p class="western" lang="en-US" align="left">
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">void 			f1 (int i)</span></span></p>
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">{</span></span></p>
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">I=2+5;</span></span></p>
<p class="western" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">}</span></span></p>
<h2 class="western" style="line-height:150%;page-break-before:always;"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Inicialização de variáveis</span></span></h2>
<ul>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Valores 	podem ser dados as variáveis no momento da declaração;</span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Sintaxe: 	tipo nome_da_variável = constante;</span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Exemplos: </span></span></p>
</li>
</ul>
<p class="western" style="text-indent:.64cm;line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">char ch = ’a’;</span></span></p>
<p class="western" style="text-indent:.64cm;line-height:150%;" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">int first = 0;</span></span></p>
<p class="western" style="text-indent:.64cm;line-height:150%;" lang="en-US" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">float balance = 123.23;</span></span></p>
<h2 class="western" style="line-height:150%;"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Constantes</span></span></h2>
<h6 class="western" style="line-height:150%;"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">São valores fixos que o programa não pode alterar;</span></span></h6>
<ul>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Pode 	ser dos cinco valores básicos de C;</span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>Constantes 	caracter:</strong> envolvidas por aspas simples (ex.:‘Cascavel’), </span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>Constantes 	inteiras:</strong> especificadas com números sem componentes 	fracionários (ex.:10,-100), </span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>Constante 	ponto flutuante:</strong> requerem o ponto decimal seguido da parte 	fracionária no número (ex.: 11.23)</span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>Constantes 	string:</strong> Conjunto de caracteres colocados entre aspas duplas. 	Exemplo: “Curitiba é a capital do Paraná” é 	uma string.</span></span></p>
</li>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>Constantes 	caracter de barra inversa: </strong>A grande maioria das constantes 	caracter podem ser impressas. Porem outros caracteres como “retorno 	do carro” ou “pular uma linha” são impossíveis 	inserir pelo teclado por uma representação gráfica. 	Assim, estas constantes definem caracteres não impressos 	pelos comandos de saída.</span></span></p>
</li>
</ul>
<p class="western" style="margin-left:1.25cm;line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>Alguns exemplos:</strong></span></span></p>
<dl>
<dd>
<table style="height:132px;" border="1" cellspacing="0" cellpadding="5" width="200"><col width="263"></col> <col width="267"></col></p>
<tbody>
<tr valign="top">
<td width="263">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>código</strong></span></span></p>
</td>
<td width="267">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>Significado</strong></span></span></p>
</td>
</tr>
<tr valign="top">
<td width="263">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">\n</span></span></p>
</td>
<td width="267">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Nova 				linha</span></span></p>
</td>
</tr>
<tr valign="top">
<td width="263">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">\a</span></span></p>
</td>
<td width="267">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Alerta 				(beep)</span></span></p>
</td>
</tr>
<tr valign="top">
<td width="263">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">\b</span></span></p>
</td>
<td width="267">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Retrocesso</span></span></p>
</td>
</tr>
<tr valign="top">
<td width="263">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">\r</span></span></p>
</td>
<td width="267">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Retorno 				de carro</span></span></p>
</td>
</tr>
</tbody>
</table>
</dd>
</dl>
<h1 class="western" style="line-height:150%;"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Operadores</span></span></h1>
<p class="western" style="line-height:150%;" align="left">
<ul>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>Operador 	de atribuição</strong>: Representado pelo caracter  “=” 	e estabelece a sintaxe :     <em>nome<strong>_da_</strong>variável = 	valor</em></span></span></p>
</li>
</ul>
<p class="western" style="margin-left:.64cm;line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>exemplo: </strong>i =10;</span></span></p>
<p class="western" style="margin-left:.64cm;line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Também pode definir atribuições múltiplas: i = j = x = 10;</span></span></p>
<p class="western" style="margin-left:.64cm;line-height:150%;" align="left">
<ul>
<li>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>Operadores 	Aritméticos: </strong>Realizar operações elementares 	da matemática entre dados numéricos. A tabela abaixo 	aponta os principais operadores e a ordem de prioridade de execução 	dos mesmos.</span></span></p>
</li>
</ul>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>maior</strong></span></span></p>
<dl> </dl>
<dl>
<dd>
<table style="height:132px;" border="1" cellspacing="0" cellpadding="5" width="347"><col width="91"></col> <col width="338"></col></p>
<tbody>
<tr valign="top">
<td width="91">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Operador</span></span></p>
</td>
<td width="338">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Ação</span></span></p>
</td>
</tr>
<tr valign="top">
<td width="91">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">++ 					--</span></span></p>
</td>
<td width="338">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Incremento 					e Decremento</span></span></p>
</td>
</tr>
<tr valign="top">
<td width="91">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">-</span></span></p>
</td>
<td width="338">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Menos </span></span></p>
</td>
</tr>
<tr valign="top">
<td width="91">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">* 					/ %</span></span></p>
</td>
<td width="338">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Multiplicação, 					divisão e resto divisão inteira</span></span></p>
</td>
</tr>
<tr valign="top">
<td width="91">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">+ 					-</span></span></p>
</td>
<td width="338">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Soma 					e subtração</span></span></p>
</td>
</tr>
</tbody>
</table>
</dd>
</dl>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>menor</strong></span></span></p>
<p style="line-height:150%;" align="left">
<p style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>Obs.1:</strong> O operador de incremento soma um a seu operando e o de decremento subtrai um de seu operando. Assim: x = x+1 é o mesmo que x++ e que ++x. E x = x-1 é o mesmo que x-- ou --x. Quando são usados em expressões a posição determina a ordem se execução, ou seja:</span></span></p>
<p style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">x =10;  y = ++x; o y recebeu <strong>11 e</strong></span></span></p>
<p style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">x=10;  y=x++; o y recebeu<strong> 10 e </strong>x recebeu<strong> 11</strong></span></span></p>
<p style="line-height:150%;" align="left">
<p style="line-height:150%;" align="left">
<p style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>Obs2.: </strong>Existe uma variante do comando de atribuição chamado de C reduzido, que simplifica a codificação de um certo tipo de operações de atribuição. Por exemplo: 	x = x +10; pode ser reescrito como x += 10; Assim, podemos reduzir o código para quaisquer operadores aritméticos através da sintaxe: <strong>var operador=expressão</strong></span></span></p>
<p style="line-height:150%;" align="left">
<p style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>Operadores Relacionais e Lógicos</strong></span></span></p>
<p style="line-height:150%;" align="left">
<ul>
<li>
<p style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Operadores 	<strong>Relacionais</strong> servem para comparar números: &#62;, &#62;=, 	&#60;,&#60;=, = =, !=. </span></span></p>
</li>
<li>
<p style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Operadores 	<strong>Lógicos</strong> resultam valores <strong><em>verdadeiro</em></strong> e 	<strong><em>falso</em></strong> para expressões e regem os resultados a 	partir destas combinações lógicas: &#38;&#38;, 	!!, ! (e, ou e não).</span></span></p>
</li>
<li>
<p style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">As 	expressões podem combinar os dois tipos de operadores e o 	resultado sempre será verdadeiro (em C qualquer valor 	diferente de 0) ou falso (em C é 0)</span></span></p>
</li>
<li>
<p style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">A 	tabela verdade para os operadores lógicos podem  descritas 	como:</span></span></p>
</li>
</ul>
<table border="1" cellspacing="0" cellpadding="5" width="262"><col width="31"></col> <col width="37"></col> <col width="60"></col> <col width="50"></col> <col width="32"></col></p>
<tbody>
<tr valign="top">
<td width="31">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">P</span></span></p>
</td>
<td width="37">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Q</span></span></p>
</td>
<td width="60">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">P 				&#38;&#38;Q</span></span></p>
</td>
<td width="50">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">P 				!!Q</span></span></p>
</td>
<td width="32">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">!P</span></span></p>
</td>
</tr>
<tr valign="top">
<td width="31">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">V</span></span></p>
</td>
<td width="37">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">V</span></span></p>
</td>
<td width="60">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">V</span></span></p>
</td>
<td width="50">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">V</span></span></p>
</td>
<td width="32">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">F</span></span></p>
</td>
</tr>
<tr valign="top">
<td width="31">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">V</span></span></p>
</td>
<td width="37">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">F</span></span></p>
</td>
<td width="60">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">F</span></span></p>
</td>
<td width="50">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">V</span></span></p>
</td>
<td width="32">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">F</span></span></p>
</td>
</tr>
<tr valign="top">
<td width="31">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">F</span></span></p>
</td>
<td width="37">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">V</span></span></p>
</td>
<td width="60">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">F</span></span></p>
</td>
<td width="50">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">V</span></span></p>
</td>
<td width="32">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">V</span></span></p>
</td>
</tr>
<tr valign="top">
<td width="31">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">F</span></span></p>
</td>
<td width="37">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">F</span></span></p>
</td>
<td width="60">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">F</span></span></p>
</td>
<td width="50">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">F</span></span></p>
</td>
<td width="32">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">V</span></span></p>
</td>
</tr>
</tbody>
</table>
<p style="line-height:150%;widows:0;orphans:0;" align="left">
<p style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>Precedência </strong></span></span></p>
<p style="margin-left:1.25cm;text-indent:1.25cm;line-height:150%;"><strong><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">maior</span></span></strong></p>
<dl> </dl>
<dl> </dl>
<dl> </dl>
<dl> </dl>
<dl>
<dd>
<table border="1" cellspacing="0" cellpadding="5" width="97"><col width="85"></col></p>
<tbody>
<tr>
<td width="85" valign="top">
<p align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>!</strong></span></span></p>
</td>
</tr>
<tr>
<td width="85" valign="top">
<p align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>&#62; 								&#62;= &#60; &#60;=</strong></span></span></p>
</td>
</tr>
<tr>
<td width="85" valign="top">
<p align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>= 								=  !=</strong></span></span></p>
</td>
</tr>
<tr>
<td width="85" valign="top">
<p align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>&#38;&#38;</strong></span></span></p>
</td>
</tr>
<tr>
<td width="85" valign="top">
<p align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>!!</strong></span></span></p>
</td>
</tr>
</tbody>
</table>
</dd>
</dl>
<p style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong> menor</strong></span></span></p>
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;"><strong>Operadores Parênteses “( )”: </strong>Alteram a ordem de execução das expressões. Os primeiros cálculos a serem resolvidos pelo compilador são os escritos nos parênteses mais internos. <strong>Ex.:</strong> x = 1* (2+3)</span></span></p>
<h2 class="western" style="line-height:150%;"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Resumo das Precedências</span></span></h2>
<p class="western" style="line-height:150%;" align="left">
<p class="western" style="line-height:150%;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Maior</span></span></p>
<dl> </dl>
<dl> </dl>
<dl>
<dd>
<table style="height:262px;" border="1" cellspacing="0" cellpadding="5" width="115"><col width="157"></col></p>
<tbody>
<tr>
<td width="157" valign="top">
<p align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">( )</span></span></p>
</td>
</tr>
<tr>
<td width="157" valign="top">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">++ 						-- - </span></span></p>
</td>
</tr>
<tr>
<td width="157" valign="top">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">- 						/ %</span></span></p>
</td>
</tr>
<tr>
<td width="157" valign="top">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">+ 						-</span></span></p>
</td>
</tr>
<tr>
<td width="157" valign="top">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">&#60; 						&#60;= &#62; &#62;=</span></span></p>
</td>
</tr>
<tr>
<td width="157" valign="top">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">= 						=  !=</span></span></p>
</td>
</tr>
<tr>
<td width="157" valign="top">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">!</span></span></p>
</td>
</tr>
<tr>
<td width="157" valign="top">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">&#38;&#38;</span></span></p>
</td>
</tr>
<tr>
<td width="157" valign="top">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">!!</span></span></p>
</td>
</tr>
<tr>
<td width="157" valign="top">
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">= 						+= - = *= /=</span></span></p>
</td>
</tr>
</tbody>
</table>
</dd>
</dl>
<p class="western" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:x-small;">Menor</span></span></p>
<p>Download</p>
<p>Para fazer o download do DEV-CPP clique no link abaixo</p>
<p><a href="//www.bloodshed.net/devcpp.html">http://www.bloodshed.net/devcpp.html</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Top Of The Mascalzone]]></title>
<link>http://ilblogdelmascalzone.wordpress.com/?p=75</link>
<pubDate>Thu, 09 Oct 2008 12:06:32 +0000</pubDate>
<dc:creator>mascalzonesimpa</dc:creator>
<guid>http://ilblogdelmascalzone.ro.wordpress.com/2008/10/09/top-of-the-mascalzone-3/</guid>
<description><![CDATA[
Bentornati a Top Of The Mascalzone! Oggi vi presento in esclusiva la nuova canzone della mia idola:]]></description>
<content:encoded><![CDATA[<div>
<p style="text-align:justify;margin:0;"><span style="font-size:medium;"><span style="font-family:'Bell MT';color:#003300;">Bentornati</span><span style="font-family:'Bell MT';color:#003300;"> a Top Of The</span><span style="font-family:'Bell MT';color:#003300;"> Mascalzone</span><span style="font-family:'Bell MT';color:#003300;">!</span><span style="font-family:'Bell MT';color:#003300;"> </span><span style="font-family:'Bell MT';color:#003300;">Oggi vi presento in esclusiva la nuova canzone della mia idola: Beyoncè!</span></span></p>
<p style="text-align:justify;margin:0;"><span style="font-family:'Bell MT';color:#003300;"><span style="font-size:medium;">La canzone si intitola If I Were A Boy, in cui nel testo Bee si mette nei panni di un ragazzo sapendo però ovviamente tutte le cose che passano le ragazze. La canzone è una bella ballata ma non è l’unica canzone che farà uscire Beyoncè. Infatti l’uscita del suo terzo album sarà anticipata da una double realise, vale a dire che un singolo sarà mandato in america e un altro nel resto del mondo contemporaneamente. Per l’altro singolo dovremmo ancora aspettare: si sa solo che si intitolerà Single Ladies e sarà una uptempo !(canzone ritmata)</span></span></p>
<p style="text-align:justify;margin:0;"><span style="font-family:'Bell MT';color:#003300;"><span style="font-size:medium;">Bhè adesso vi lascio il link della canzone dove potete trovare anche il testo:</span></span></p>
<p style="text-align:justify;margin:0;"><span style="font-family:'Bell MT';color:#003300;"><a href="http://y100.elvisduran.com/pages/news/beyonce/"><span style="color:#003300;"><span style="text-decoration:underline;"><span style="font-size:small;">http://y100.elvisduran.com/pages/news/beyonce/</span></span></span></a></span></p>
<p style="text-align:justify;margin:0;"><span style="font-family:'Bell MT';color:#003300;"><span style="font-size:medium;">Voto:9</span></span></p>
<p style="text-align:justify;margin:0;"><span style="font-family:'Bell MT';color:#003300;"><span style="font-size:small;"> </span></span></p>
<p style="text-align:justify;margin:0;"><strong><span style="font-size:16pt;font-family:'Bell MT';color:#003300;"><span style="font-size:large;">Pillole Dal Passato</span></span></strong></p>
<p style="text-align:justify;margin:0;"><span style="font-family:'Bell MT';color:#003300;"><span style="font-size:medium;">La pillola dal passato di questa settimana è Can’t Fight The Moonlight di Leann Rimes. Canzine anche questa molto famosa, è impossibile non averla mia sentita. Il ritornello quando entra in testa non vuole più uscire! Inoltre anche il testo è molto bello e carico di significato. Tratto dalla colonna sonora di Le ragazze del Coyote Ugly ecco Can’t Fight The Moonlight!:</span></span></p>
<p style="text-align:justify;margin:0;"><span style="font-family:'Bell MT';color:#003300;"><a href="http://it.youtube.com/watch?v=vjMGtb3MDWo"><span style="color:#003300;"><span style="text-decoration:underline;"><span style="font-size:small;"><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/vjMGtb3MDWo'></param><param name='wmode' value='transparent'></param><embed src='http://www.youtube.com/v/vjMGtb3MDWo&rel=0' type='application/x-shockwave-flash' wmode='transparent' width='425' height='350'></embed></object></span><br />
</span></span></span></a></span></p>
<p style="text-align:justify;margin:0;"><span style="font-family:'Bell MT';color:#003300;"><span style="font-size:small;"> </span></span></p>
<p style="text-align:justify;margin:0;"><span style="font-family:'Bell MT';color:#003300;"><span style="font-size:small;"> </span></span></p>
<p style="text-align:justify;margin:0;"><span style="font-family:'Bell MT';color:#003300;"><span style="font-size:medium;">Alla prossima!</span></span></p>
<p style="text-align:justify;margin:0;"><span style="font-family:'Bell MT';color:#003300;"><span style="font-size:medium;">Dal vostro blogghista MascalzoneSimpa</span></span></p>
<p style="text-align:justify;margin:0;"><span style="font-family:'Californian FB';color:#003300;"><span style="font-size:medium;"> </span></span></p>
</div>
]]></content:encoded>
</item>
<item>
<title><![CDATA[double decker bus new york]]></title>
<link>http://citysightsny.wordpress.com/2008/10/09/double-decker-bus-new-york-9/</link>
<pubDate>Thu, 09 Oct 2008 10:02:13 +0000</pubDate>
<dc:creator>myguodong</dc:creator>
<guid>http://citysightsny.ro.wordpress.com/2008/10/09/double-decker-bus-new-york-9/</guid>
<description><![CDATA[double decker bus new york
]]></description>
<content:encoded><![CDATA[<p>double decker bus new york</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[European automakers seeking financial aid from EU]]></title>
<link>http://cypretfinancial.wordpress.com/2008/10/08/european-automakers-seeking-financial-aid-from-eu/</link>
<pubDate>Wed, 08 Oct 2008 14:04:24 +0000</pubDate>
<dc:creator>cypretfinancial</dc:creator>
<guid>http://cypretfinancial.ro.wordpress.com/2008/10/08/european-automakers-seeking-financial-aid-from-eu/</guid>
<description><![CDATA[A group representing European automakers will make a petition for almost $55 billion in loans from t]]></description>
<content:encoded><![CDATA[<p>A group representing European automakers will make a petition for almost $55 billion in loans from the European Union this week, more than double what the United States Congress approved last week for Detroit-based automakers. ...<br><br />
http://www.leftlanenews.com</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Flyers, Phantoms double Philly's hockey pleasure]]></title>
<link>http://ahlnewss.wordpress.com/2008/10/08/flyers-phantoms-double-phillys-hockey-pleasure/</link>
<pubDate>Wed, 08 Oct 2008 06:12:45 +0000</pubDate>
<dc:creator>ahlnewss</dc:creator>
<guid>http://ahlnewss.ro.wordpress.com/2008/10/08/flyers-phantoms-double-phillys-hockey-pleasure/</guid>
<description><![CDATA[by Mike G. Morreale || NHL.com

Current Flyers captain Mike Richards won a Calder Cup with the Phant]]></description>
<content:encoded><![CDATA[<p>by Mike G. Morreale &#124;&#124; NHL.com</p>
<p><img src="http://theahl.com.ismmedia.com/ISM3/std-content/repos/Top/News-2/richards05_200.jpg" alt="Flyers, Phantoms double Phillys hockey pleasure" title="Flyers, Phantoms double Phillys hockey pleasure" /></p>
<p>Current Flyers captain Mike Richards won a Calder Cup with the Phantoms in 2005. Also see: Phantoms defeat Flyers, 4-2</p>
<p> Tuesday night, in a final act of brotherly love, the Philadelphia Flyers faced off against their American Hockey League affiliate, the Philadelphia Phantoms, at the Wachovia Spectrum.</p>
<p> The game marked the last time the Flyers will appear in their storied <!--more--> old home. In case you didn't get the memo, Philadelphia is quite the hockey town. </p>
<p> For the past 13 seasons, in fact, the Flyers and the Phantoms have been almost a stone's throw away from each another. On one side of the parking lot at 3601 South Broad Street is the Spectrum, home to the Phantoms, while on the other is the Wachovia Center, occupied by the Flyers. </p>
<p> Sadly, the elder of the two buildings is scheduled for demolition in the fall of 2009. </p>
<p> The Spectrum, which cost $7 million to build and opened in 1967, was the original home to the Flyers, who played there for 29 seasons. But that changed when the $210 million Wachovia Center opened its doors in August 1996. Instead of leveling the old house then, the Flyers purchased an American Hockey League franchise in December 1995. That team, the Philadelphia Phantoms, began operation in 1996-97 at the Spectrum under coach and Hockey Hall of Famer Bill Barber. </p>
<p> "I just made sure the players were aware what kind of honor and privilege it was to play in the Spectrum and that we needed to carry on the tradition as a minor-league team that's associated with the Flyers," Barber told NHL.com. "That included effort, commitment and being able to pay the price to win." </p>
<p> They did, winning two Calder Cups (1998, 2005). </p>
<p> "If Philadelphia is not the most passionate sports town in North America, I don't know what is," Flyers general manager Paul Holmgren said. "It's a blue-collar town and they want to see hard work and effort and I think if you give them that, you'll be OK. But they're very passionate and the mood of Philadelphia is dictated by the success of their sports teams. It's interesting because, as a player, it pushes you to your limits, but in a good way." </p>
<p> Hockey Hall of Famer and former Flyers captain Bob Clarke agrees. </p>
<p> "Philadelphia is the No. 1 professional hockey town in this country," said Clarke, now the Flyers' senior vice president. "We sold out our building since the beginning of the '70s and the Phantoms even draw like crazy. No city comes close to Philadelphia in supporting professional hockey." </p>
<p> On June 19, 1974, a then-capacity Spectrum crowd of 17,007 saw the Flyers win the city's first professional championship following a 1-0 victory against the Boston Bruins in Game 6 of the Stanley Cup Final. Almost 24 years later (June 10, 1998), a crowd of 17,380 watched the Phantoms close out their first championship at the Spectrum with a 6-1 decision against the Saint John Flames in Game 6 of the Calder Cup Final. </p>
<p> Holmgren, who was the Flyers' director of player personnel at the time, remembers the scene at the Spectrum. </p>
<p> "It was pretty wild, and the fact we closed out the series in the Spectrum was pretty neat," Holmgren said. "It was a raucous crowd and the celebration afterwards spilled over into the parking lot and streets. It was a major championship for a minor-league team and was pretty cool. Our championship in '05 was even better because we had over 20,000 fans packed in the Wachovia Center and there was a huge spotlight on that series, and the final game in particular." </p>
<p> Current Flyers coach John Stevens captained the 1998 Phantoms title team, and coached the 2005 titlists.</p>
<p> "I came here in '96 when they brought the Phantoms to Philadelphia and there were so many links to the tradition of the Flyers that we were able to piggy-back on," Stevens said. "First, we're playing in the actual Spectrum where it all began, Bill Barber was our coach and Bob Clarke was the general manager. They even brought (Hockey Hall of Fame broadcaster) Gene Hart back out of retirement to do our games on television. Everywhere you turned there were links to the past and (the Phantoms) had a really good, rugged team back then so we really jumped on the coat-tails of the tradition that had been established long before in the Spectrum. </p>
<p> "We were leaders in attendance every year and the fans just accepted us with open arms, so I think the Phantoms and Flyers really worked well together. You know, Philly is a great sports town &#8211; not just for hockey, but all sports, and I think the recognition and fan support this city shows has enabled the hockey clubs to function the way they have all these years." </p>
<p> Having the Flyers and Phantoms within close proximity certainly had its benefits. </p>
<p> "Obviously the greatest benefit of having two teams playing so close to one another was having players accessible for recalls," Flyers assistant GM Barry Hanrahan said. "Over the course of a season players do get injured, and the 23-man roster never stays to where it's set at on opening day. So that benefit alone was tremendous, but more importantly I think just to have them training in the same facility (Flyers Skate Zone in Voorhees, N.J.), where all players were essentially under the watchful eye of the general manager, director of hockey operations and director of player personnel on a daily basis, was tremendous." </p>
<p> Sharing the same training facility presented young prospects an opportunity to practice like the pros. </p>
<p> "I remember when Mike Richards and Jeff Carter were with the Phantoms and they came to the training facility over the summer and watched how Mark Recchi and John LeClair would prepare," Holmgren said. "Here are Hall of Fame-caliber players working their butt off and doing what they need to do to stay in shape for the upcoming season. That certainly leaves an impression on a young kid. And even today, a guy like Phantoms defenseman Mike Ratchuk, who we're really high on, gets to watch Kimmo Timonen work out and practice. It's like being a fan, where you can see your favorite players every day." </p>
<p> "(Having the Phantoms and Flyers in the same complex) helped in a variety of ways," Stevens said. "First off, this city loves hockey and we were able to support two teams and share the same game rink and practice facility while being able to see our players all the time. When guys were called up they weren't displaced from their home life and they went to the same practice rink and the same game rink. </p>
<p> "On top of that, all the injuries were basically taken care of by the same doctors, rehabilitation therapists and strength coaches, and when you needed a player, he was just down the hall. It kept everyone under one roof, whereas in other places you wouldn't be able to watch your prospects. Here, we're fortunate because we can watch and monitor each player's progress throughout the whole year." </p>
<p> Keeping the NHL team and AHL affiliate close by also had economic advantages. </p>
<p> "I think from a cost standpoint, it's important to know that if you need a player, you can get him in here as soon as possible and avoid wasting a day of travel, which would delay his availability for practice or even suiting up for that night's game," Hanrahan said. </p>
<p> According to Hanrahan, once a player is recalled he is essentially on the NHL roster and being paid. Whether the player is practicing with the club or flying into town, he still counts on the salary cap. </p>
<p> "So if a player has the flu and we're left shorthanded, all we need to do is walk 30 or 40 feet down the hall and call up a player so long as we have the cap space," Hanrahan said. "You can always call up a player, make the transaction and then reassign him after 5 p.m. the next day or however long you want to keep the player." </p>
<p> It remains to be seen where the Phantoms will relocate following the upcoming season, but it appears the Flyers will do anything within their power to make sure the team remains nearby. </p>
<p> "There have been some preliminary talks, but we still have logistics to work out," Hanrahan said. "As we get into the season, our management will move forward and try to get a definitive place for where they'll be next season." </p>
<p> What seems certain is the Spectrum will be replaced by an entertainment district that will include a hotel, restaurants, shops and, according to Flyers chairman Ed Snider, "the world's biggest and best sports bar." </p>
<p> "It'll be called 'Philly Live,' and while we're still in need of the permits from the city, it should be an exciting destination point for all sports fans," Snider said. "And it won't be solely for the people who come to the football, baseball, hockey and basketball games, either. We feel people without a ticket to an event will come just as they would into Center City (Philadelphia) to go to a restaurant to have some fun. It'll be a wonderful destination spot and we're looking forward to the next phase in that development."</p>
<p>Also see: Phantoms defeat Flyers, 4-2</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Double S Up for a GRAMMY]]></title>
<link>http://marvellmusic.wordpress.com/?p=131</link>
<pubDate>Tue, 07 Oct 2008 20:26:57 +0000</pubDate>
<dc:creator>marvellmusic</dc:creator>
<guid>http://marvellmusic.ro.wordpress.com/2008/10/07/double-s-up-for-a-grammy/</guid>
<description><![CDATA[I was joking about the grammy bit by the way, but yh Double sed to us that he&#8217;s gona be acting]]></description>
<content:encoded><![CDATA[<p>I was joking about the grammy bit by the way, but yh Double sed to us that he's gona be acting in a film and we all burst out laughing till we saw this trailer on YOUTUBE check it out, he's not that bad actually........<br />
<span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/Q1D56EcgxuM'></param><param name='wmode' value='transparent'></param><embed src='http://www.youtube.com/v/Q1D56EcgxuM&rel=0' type='application/x-shockwave-flash' wmode='transparent' width='425' height='350'></embed></object></span></p>
<p>you shud wacth the whole thing its really gud, and double is gona be taking that path serious so look out for him......</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[St. Neots Autumn Head]]></title>
<link>http://mkrowing.wordpress.com/?p=107</link>
<pubDate>Tue, 07 Oct 2008 11:46:17 +0000</pubDate>
<dc:creator>mkrowing</dc:creator>
<guid>http://mkrowing.ro.wordpress.com/2008/10/07/st-neots-autumn-head/</guid>
<description><![CDATA[The fun of the regatta season is over and we&#8217;re back into that unbridled joy that is the head ]]></description>
<content:encoded><![CDATA[<p>The fun of the regatta season is over and we're back into that unbridled joy that is the head season.  Yesterday was our first head of the season, over at St. Neots. We'd had to pull most of our senior crews (no opposition - what is going on here!!!) so the bulk of the entries came from the juniors.</p>
<p>Hopefully, the weather isn't a sign of things to come for the rest of the season. It was dire. It rained all the way there and continued all through the first three divisions. Then it got cold. And windy. And colder.</p>
<p>Anyway, enough of the weather, to the racing. Our first crews out were Steve and I, Vet C 2x., and Kieran, J16 1x. After much faffing around at the start (not terribly well marshalled I'm afraid) we got off. It had been raining so much that we had about an inch of water in the bottom of the boat  (useful for gauging how powerful the strokes were, as it surged more when we put the power down) but despite this we had a good row and finished with a pleasing time of 10:59. Much credit to Steve who steered an awesome line down the course, absolutely spot on throughout. There was one great point when Steve called that we were pulling out - to overtake another crew. First time we've done that, so very gratifying.</p>
<p>Other crews out were Karen (her first competitive outing in a single for around 20 years, so all credit to her for that!), and Bethany and Jordan (singles and doubles) and Salv and Kieran (also singles and doubles, Salv's first race for us).</p>
<p>No overall wins to report but three second places (all three of the doubles) and very impressive rows all round. The juniors are definitely becoming a force to be reckoned with and it can't be long before we get a win, surely.</p>
<p>Final drama of the day was getting off the trailer park. We pushed the trailer off through the quagmire then I needed some willing volunteers to push my car out! Then back home, via Star Club to pick up Martin's newly acquired boats for the juniors and, a little sadly, Jo's boat. Following a massive disagreement with her coach at Star, she's now left them and is coming back to row for us full time. Still, Star's loss is most definitely our gain so welcome back Jo!</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[É romântica, é linda, é nostálgica, é cafona... Mas eu gosto!]]></title>
<link>http://djbezzi.wordpress.com/?p=454</link>
<pubDate>Tue, 07 Oct 2008 03:19:53 +0000</pubDate>
<dc:creator>djbezzi</dc:creator>
<guid>http://djbezzi.ro.wordpress.com/2008/10/07/e-romantica-e-linda-e-nostalgica-e-cafona-mas-eu-gosto/</guid>
<description><![CDATA[

Para todos os românticos (e cafonas) de plantão, vou bancar o locutor romântico e dedico esses ]]></description>
<content:encoded><![CDATA[<p><!--[if gte mso 9]&#62;  Normal 0 21   false false false        MicrosoftInternetExplorer4  &#60;![endif]--><!--[if gte mso 9]&#62;   &#60;![endif]--></p>
<p class="MsoNormal"><a href="http://www.guy-sports.com/fun_pictures/animal_love_cuddle.jpg"><img class="aligncenter" title="suricates" src="http://www.guy-sports.com/fun_pictures/animal_love_cuddle.jpg" alt="" width="275" height="256" /></a></p>
<p class="MsoNormal">Para todos os românticos (e cafonas) de plantão, vou bancar o locutor romântico e dedico esses quatro vídeos para você que está na frente de seu computador e sonha em viver um grande e inabalável amor.</p>
<p class="MsoNormal">Inspirado pelo post abaixo, não resisti e tive que puxar boa parte de minha memória afetiva para separar quatro clássicos que pecam pelo excesso de romantismo.</p>
<p class="MsoNormal">Já havia feito um Mixtape para o dia dos namorados e esse invernico passageiro fez o “Dr. Amor” baixar neste ranzinza discotecário.</p>
<p class="MsoNormal">
<p class="MsoNormal"><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/lBlx1JffMQ4'></param><param name='wmode' value='transparent'></param><embed src='http://www.youtube.com/v/lBlx1JffMQ4&rel=0' type='application/x-shockwave-flash' wmode='transparent' width='425' height='350'></embed></object></span></p>
<p class="MsoNormal">Double - The Captain Of Her Heart</p>
<p class="MsoNormal"><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/26fVMWbcdV0'></param><param name='wmode' value='transparent'></param><embed src='http://www.youtube.com/v/26fVMWbcdV0&rel=0' type='application/x-shockwave-flash' wmode='transparent' width='425' height='350'></embed></object></span></p>
<p class="MsoNormal">Brenda Russel - Piano In The Dark</p>
<p class="MsoNormal"><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/z9OGfBGOCpk'></param><param name='wmode' value='transparent'></param><embed src='http://www.youtube.com/v/z9OGfBGOCpk&rel=0' type='application/x-shockwave-flash' wmode='transparent' width='425' height='350'></embed></object></span></p>
<p class="MsoNormal">Foreigner - I wanna know what Love is</p>
<p class="MsoNormal"><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/82I1NslfLmU'></param><param name='wmode' value='transparent'></param><embed src='http://www.youtube.com/v/82I1NslfLmU&rel=0' type='application/x-shockwave-flash' wmode='transparent' width='425' height='350'></embed></object></span></p>
<p class="MsoNormal">Rick Astley - Cry For Help</p>
<p class="MsoNormal"><strong><br />
</strong></p>
<p class="MsoNormal"><strong>BEZZI</strong></p>
<p class="MsoNormal">
<p class="MsoNormal">
]]></content:encoded>
</item>
<item>
<title><![CDATA[Two more tracks - Double Dissonance &amp; Darkscape]]></title>
<link>http://johnsmusicallife.wordpress.com/?p=103</link>
<pubDate>Sun, 05 Oct 2008 21:36:22 +0000</pubDate>
<dc:creator>John Baylies</dc:creator>
<guid>http://johnsmusicallife.ro.wordpress.com/2008/10/05/two-more-tracks-double-dissonance-darkscape/</guid>
<description><![CDATA[Double Dissonance came from an idea I had while making Deep Under the Vacuum. It has four tracks, th]]></description>
<content:encoded><![CDATA[<p>Double Dissonance came from an idea I had while making Deep Under the Vacuum. It has four tracks, the top two have the same note, with one being a few cents flatter than the other, creating that wah-wah sound you hear when two instruments are slightly out of tune. The bottom two also have the same note, but not the same as the top two. Again, one track is a few cents flatter that the other, creating that wah-wah effect. The top two tracks are panned all the way to the left, and the bottom two are panned all the way to the right. So you have one wah-wah in one ear, and another in the other ear. Then the tracks pan back and forth, letting you listen to the changes in the wah-wah effect. The tune finally ends in a final, non-dissonant chord. It's much simpler than what I just described. Here's the link: <a href="http://www.esnips.com/doc/b90cdf27-d43c-44d2-af7e-b142b0954bc9/Double-Dissonance.mp3">DoubleDissonance.mp3</a> Be sure that you don't have any "sound enhancers" turned on. It will ruin the effect.</p>
<p>Darkscape is just me looped over myself. It's just for fun. (what isn't?) Link: <a href="http://www.esnips.com/doc/29385234-fa1f-4df2-8376-be38883014bb/Darkscape">Darkscape.mp3</a> Again, make sure you don't have any "sound enhancers" turned on. It will ruin the effect.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[In the pants]]></title>
<link>http://absurdityincarnate.wordpress.com/?p=80</link>
<pubDate>Fri, 03 Oct 2008 11:16:44 +0000</pubDate>
<dc:creator>Andy</dc:creator>
<guid>http://absurdityincarnate.ro.wordpress.com/2008/10/03/in-the-pants/</guid>
<description><![CDATA[Saw The Living End live last night. They played a lot of new stuff, and a lot of old stuff. It was a]]></description>
<content:encoded><![CDATA[<p>Saw The Living End live last night. They played a lot of new stuff, and a lot of old stuff. It was awesome. They put on a great show in a great venue, and damn, but he's hot. My two favourite moments were when he (their lead singer is the he by the way) got up on the double bass and belted out a massive guitar solo whilst balancing on it, and when he managed another solo with a beer bottle in his hands. He may have even been using it to play. I was too far away to be sure.</p>
<p>Also, some woman I served today told me she was fed up with men. It seemed like an odd thing to say to a male, so it's possible she's another in the list of people who I confuse. Or, she was just being a bitch. Either way, I laughed.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[McCain: Say One Thing, Do Another]]></title>
<link>http://scarletraven.wordpress.com/?p=365</link>
<pubDate>Fri, 03 Oct 2008 05:20:40 +0000</pubDate>
<dc:creator>nmhood</dc:creator>
<guid>http://scarletraven.ro.wordpress.com/2008/10/03/mccain-double-talk/</guid>
<description><![CDATA[Dear Americans,
How many times in this election cycle has John McCain said he is against pork?
Here ]]></description>
<content:encoded><![CDATA[<p>Dear Americans,<br />
How many times in this election cycle has John McCain said he is against pork?</p>
<p><strong>Here is just the beginning of a long list of examples:</strong><br />
http://www.youtube.com/watch?v=cwCdVT1KQrA<br />
http://www.youtube.com/watch?v=vwjOcW9O8nQ<br />
http://www.youtube.com/watch?v=uWb9Fkjd6cM</p>
<p>McCain is against all types of pork, <em>or so one would believe</em>! Yesterday, McCain supported, in the Senate, a 451 paged phone book sized bill that includes, not only a $700 billion bailout plan, but upwards of $1.7 billion in PORK.</p>
<p><strong><a href="http://www.nypost.com/seven/10022008/news/nationalnews/piggy_pols_in_hog_heaven_with_pork_packe_131770.htm">These pork projects include</a>:</strong> Funds to Manufacturers of kids' wooden arrows ($6 million), support to Puerto Rican and Virgin Islands rum producers ($192 million), Wool research money, NASCAR Auto-racing tracks ($128 million), funds towards corporations operating in American Samoa ($33 million), incentive packages to small- to medium-budget film and television productions ($10 million), and a $223 million package of tax benefits for fishermen and others whose livelihoods suffered as a result of the 1989 Exxon Valdez oil spill!</p>
<p>H<strong>ow can you say you are against "<em>pork</em>" and support such a pork bill? </strong>This is political double-talk at its finest, <em>or worst</em>. Come on McCain, you can't be against pork and then support $128 million towards a NASCAR track or $6 million towards wooden arrows!</p>
<p>This is a cruel joke, and the American tax payer is taking a severe hit.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Conversões em Java]]></title>
<link>http://sl4v3r.wordpress.com/?p=183</link>
<pubDate>Fri, 03 Oct 2008 00:09:15 +0000</pubDate>
<dc:creator>sl4v3r</dc:creator>
<guid>http://sl4v3r.ro.wordpress.com/2008/10/03/conversoes-em-java/</guid>
<description><![CDATA[Algumas conversões em Java&#8230;
Converter inteiro para string
String.valueOf(nome_da_variavel)
Co]]></description>
<content:encoded><![CDATA[<p>Algumas conversões em Java...</p>
<p><strong>Converter inteiro para string</strong><br />
<span style="color:#008080;">String.valueOf(nome_da_variavel)</span></p>
<p><strong>Converter inteiro, duplo e data para string</strong><br />
<span style="color:#008080;">nome_da_variavel_ou_metodo.toString()</span></p>
<p><strong>Converter string para inteiro</strong><br />
<span style="color:#008080;">Integer.parseInt(nome_da_variavel_ou_metodo)</span></p>
<p><strong>Converter string para double</strong><br />
<span style="color:#008080;">Double.parseDouble(nome_da_variavel_ou_metodo)</span></p>
<p>flw</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Craigslist - Sarah Palin Lookalike ASAP for ADULT FILM ]]></title>
<link>http://2lesbosgoinatit.wordpress.com/?p=3124</link>
<pubDate>Wed, 01 Oct 2008 21:39:53 +0000</pubDate>
<dc:creator>2lesbosgoinatit</dc:creator>
<guid>http://2lesbosgoinatit.ro.wordpress.com/2008/10/01/craigslist-sarah-palin-lookalike-asap-for-adult-film-no-anal-required/</guid>
<description><![CDATA[UPDATE  So was it Larry Flynt from Hustler who placed the ad? 
You can click on the image to get ]]></description>
<content:encoded><![CDATA[<p><strong><a href="http://www.nydailynews.com/gossip/2008/10/02/2008-10-02_larry_flynt_is_hustling_up_an_alaskin_fl.html" target="_blank">UPDATE</a></strong>  So was it Larry Flynt from Hustler who placed the ad? </p>
<p>You can click on the image to get a better view of this not surprising Craigslist ad from LA seeking a Sarah Palin actress for an adult film.</p>
<p>And while the actress will not be subjected to any "anal," Sarah Palin may just get . . . well, never mind. Let's just say that we hope Joe Biden is on his best game tomorrow evening during the debate.</p>
<p>No pressure Joe . . .</p>
<p>Oh, almost forgot - click <a href="http://losangeles.craigslist.org/sfv/adg/836109998.html" target="_blank">HERE</a> if you'd like to see the live ad (assuming that it's still there).</p>
<p><a href="http://2lesbosgoinatit.files.wordpress.com/2008/10/2008-10-01_163501.jpg"><img class="alignnone size-full wp-image-3125" title="2008-10-01_163501" src="http://2lesbosgoinatit.wordpress.com/files/2008/10/2008-10-01_163501.jpg" alt="" width="638" height="408" /></a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Marvell: Maharishi and Adidas Press Photoshoot]]></title>
<link>http://marvellmusic.wordpress.com/?p=88</link>
<pubDate>Wed, 01 Oct 2008 06:06:44 +0000</pubDate>
<dc:creator>marvellmusic</dc:creator>
<guid>http://marvellmusic.ro.wordpress.com/2008/10/01/marvell-maharishi-and-adidas-press-photoshoot/</guid>
<description><![CDATA[Not bad for free clothes lol&#8230;&#8230;&#8230;&#8230;..
 These are a few pics from the shoot th]]></description>
<content:encoded><![CDATA[<h2 class="mceTemp">Not bad for free clothes lol..............</h2>
<p> These are a few pics from the shoot they are jus rough scanned, the proper ones soon come, i fink robin a pretty good job</p>
[gallery]
<p>We got a little video clip coming out of dat day, so look out for dat, dat will be coming out on marvell network tv, some people are afraid of heights</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Vedan pollution double findings]]></title>
<link>http://baovietnam2.wordpress.com/2008/09/30/vedan-pollution-double-findings/</link>
<pubDate>Tue, 30 Sep 2008 19:08:05 +0000</pubDate>
<dc:creator>Bao Viet Nam</dc:creator>
<guid>http://baovietnam2.ro.wordpress.com/2008/09/30/vedan-pollution-double-findings/</guid>
<description><![CDATA[Hanoi (VNA) – Monosodium glutamate (MSG) producer Vedan dumped nearly 110,000 cu.m of post-ferment]]></description>
<content:encoded><![CDATA[<p><B><I>Hanoi (VNA) –</I></B> Monosodium glutamate (MSG) producer Vedan dumped nearly 110,000 cu.m of post-fermentation molasses residue and solid waste every month into the Thi Vai River – 2.5 times higher than earlier findings, the Ministry of Natural Resources and Environment announced on Sept. 29. <BR><BR>An earlier investigation by the ministry and the Environment Police Department said the company had discharged 45,000 cu.m of post-fermentation molasses waste into the river. However, after discovering that the firm had built a submerged pipeline to discharge effluent into the river the estimate was markedly raised, said Luong Duy Hanh, from the Ministry’s Environmental Protection Department. <BR><BR>In addition, more than 800 cu.m of waste mud was discharged into the Thi Vai River daily, said Hanh. <BR><BR>To avoid detection, the company stored the post- fermentation molasses waste from monosodium glutamate and lysine factories into a 7,000 cu.m container unit. A second container of 15,000 cu.m and some other smaller containers of 1,500 cu.m were also buried. The containers were connected by a system of pipelines and the waste pumped into the middle of the river some eight metres below the surface, said Hanh. <BR><BR>Nguyen Son Tu, who works for Vedan, said the waste was pumped into river for 12 hours each day. <BR><BR>Ministry officials said water quality tests found that pigment levels in the Thi Vai River were 3,675 times higher than permitted levels, while COD levels were 2,957 times, BOD5 levels 1,057 times higher, and TSS and ammonia more than 100 times higher. <BR><BR>After the Ministry’s first investigation, Vedan would have to pay the cost of restoring the River, which is now devoid of life, and compensate those whose health had been damaged as a result of their illegal activities. The company has also been ordered to pay earlier environmental fees totalling 5.74 million USD, which they had avoided for years. <BR><BR>Tran Hong Ha, the deputy minister of Natural Resources and Environment said the official decision on punishments would be made public this week.-</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Vedan pollution double findings]]></title>
<link>http://baovietnam.wordpress.com/2008/09/30/vedan-pollution-double-findings/</link>
<pubDate>Tue, 30 Sep 2008 18:33:41 +0000</pubDate>
<dc:creator>Viet Nam</dc:creator>
<guid>http://baovietnam.ro.wordpress.com/2008/09/30/vedan-pollution-double-findings/</guid>
<description><![CDATA[HA NOI — Monosodium glutamate (MSG) producer Vedan dumped nearly 110,000 cu.m of post-fermentation]]></description>
<content:encoded><![CDATA[<p><P align="left"><FONT face="Times New Roman" size="3">HA NOI — Monosodium glutamate (MSG) producer Vedan dumped nearly 110,000 cu.m of post-fermentation molasses residue and solid waste every month into the Thi Vai River – 2.5 times higher than earlier findings, the Ministry of Natural Resources and Environment announced yesterday.</FONT></P><br />
<P align="left"><FONT face="Times New Roman" size="3">An earlier investigation by the ministry and the Environment Police Department said the company had discharged 45,000 cu.m of post-fermentation molasses waste into the river. However, after discovering that the firm had built a submerged pipeline to discharge effluent into the river the estimate was markedly raised, said Luong Duy Hanh, from the Ministry’s Environmental Protection Department.</FONT></P><br />
<P align="left"><FONT face="Times New Roman" size="3">In addition, more than 800 cu.m of waste mud was discharged into the Thi Vai River daily, said Hanh.</FONT></P><br />
<P align="left"><FONT face="Times New Roman" size="3">To avoid detection, the company stored the post-fermentation molasses waste from monosodium glutamate and lysine factories into a 7,000 cu.m container unit. A second container of 15,000 cu.m and some other smaller containers of 1,500 cu.m were also buried. The containers were connected by a system of pipelines and the waste pumped into the middle of the river some eight metres below the surface, said Hanh.</FONT></P><br />
<P align="left"><FONT face="Times New Roman" size="3">Nguyen Son Tu, who works for Vedan, said the waste was pumped into the river for 12 hours each day.</FONT></P><br />
<P align="left"><FONT face="Times New Roman" size="3">Ministry officials said water quality tests found that pigment levels in the Thi Vai River were 3,675 times higher than permitted levels, while COD levels were 2,957 times, BOD5 levels 1,057 times higher, and TSS and ammonia more than 100 times higher.</FONT></P><br />
<P align="left"><FONT face="Times New Roman" size="3">After the Ministry’s first investigation, Vedan built a new network of underground pipelines to avoid detection.</FONT></P><br />
<P align="left"><FONT face="Times New Roman" size="3">The Ministry said Vedan would have to pay the cost of restoring the river, which is now devoid of life, and compensate those whose health had been damaged as a result of their illegal activities. The company has also been ordered to pay earlier environmental fees totalling US$ 5.74 million, which they had avoided for years.</FONT></P><br />
<P align="left"><FONT face="Times New Roman" size="3">Tran Hong Ha, the deputy minister of Natural Resources and Environment, said the official decision on punishments would be made public this week. —</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[...ποιός το έκανε;]]></title>
<link>http://hdd345f.wordpress.com/?p=583</link>
<pubDate>Tue, 30 Sep 2008 14:12:05 +0000</pubDate>
<dc:creator>hdd345f</dc:creator>
<guid>http://hdd345f.ro.wordpress.com/2008/09/30/%cf%80%ce%bf%ce%b9%cf%8c%cf%82-%cf%84%ce%bf-%ce%ad%ce%ba%ce%b1%ce%bd%ce%b5/</guid>
<description><![CDATA[00 
Αναζητείται απελπισμένα ο φωτογράφος .
]]></description>
<content:encoded><![CDATA[[caption id="attachment_582" align="alignnone" width="450" caption="00 "]<a href="http://hdd345f.files.wordpress.com/2008/09/10.jpg"><img class="size-large wp-image-582" title="10" src="http://hdd345f.wordpress.com/files/2008/09/10.jpg?w=450" alt="10" width="450" height="299" /></a>[/caption]
<p>Αναζητείται απελπισμένα ο φωτογράφος .</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Create your own Self-extracting self-installER]]></title>
<link>http://aaarticles.wordpress.com/?p=340</link>
<pubDate>Tue, 30 Sep 2008 05:01:26 +0000</pubDate>
<dc:creator>kashaan143</dc:creator>
<guid>http://aaarticles.ro.wordpress.com/2008/09/30/create-your-own-self-extracting-self-installer/</guid>
<description><![CDATA[The following will show you how to use the Iexpress2.0 tool.
The tool allows you to make a self extr]]></description>
<content:encoded><![CDATA[<p>The following will show you how to use the Iexpress2.0 tool.<br />
The tool allows you to make a self extracting file and much more : To play with this hidden feature of XP :<br />
Navigate to : Windows\system32\<br />
look for a file called iexpress.exe.<br />
Double left click on it and follow the wizzard.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Know A Net - Keyon Dooling]]></title>
<link>http://crazybasketball.wordpress.com/?p=189</link>
<pubDate>Tue, 30 Sep 2008 02:07:16 +0000</pubDate>
<dc:creator>shakthi37</dc:creator>
<guid>http://crazybasketball.ro.wordpress.com/2008/09/30/know-a-net-keyon-dooling/</guid>
<description><![CDATA[NJNets.com: You mentioned video games – what did y’all play?
Dooling: For Nintendo, it was Tecmo]]></description>
<content:encoded><![CDATA[<p><strong><img class="alignright" title="Keyon" src="http://tbn0.google.com/images?q=tbn:HEDsFyuueHqigM:http://bp1.blogger.com/_INBrALEFjqM/R9EPiuXQ_hI/AAAAAAAAA5o/vIgdZw0eRQQ/s400/Keyon_Dooling_NBA_Wallpaper.jpg" alt="" width="124" height="93" />NJNets.com: You mentioned video games – what did y’all play?</strong></p>
<p><strong>Dooling:</strong> For Nintendo, it was <em>Tecmo Bowl</em>, know what I mean? You were earlier trying to get San Francisco or the Giants because they had some unstoppable players. <em>Tecmo Bowl</em> … <em>Double Dribble</em> … <em>Contra</em> we played together: Up, up, down, down, left, right, left right, B, A, Start.</p>
<p><strong>NJNets.com: The Konami Code!</strong></p>
<p><strong>Dooling:</strong> Yeah, ha. But that’s where (the competitiveness) stems from.</p>
<p><strong>NJNets.com: Your media guide bio claims your family is your “most treasured possession.” I know your mom’s a published author – how’s <a href="http://crazybasketball.wordpress.com/wp-admin/”http://www.xulonpress.com/book_detail.php?id=2103”">her book</a>?</strong></p>
<p><strong>Dooling:</strong> Oh, she’s doing well. She’s a genius in my eyes. But my whole family, my wife and my kids, my family, her family– other than my relationship with the Lord, man, my family is the most important thing in the world.</p>
<p><strong>NJNets.com: How often do y’all get together?</strong></p>
<p><strong>Dooling:</strong> (My wife and I) both have big families, so it’s not like we just gather and stuff like that. But we’re part of each other’s everyday life. We either speak or email or text pretty much every day.</p>
<p><strong>NJNets.com: What player did you most admire when you were younger?</strong></p>
<p><strong>Dooling:</strong> [Automatically] Michael Jordan.</p>
<p><strong>NJNets.com: What about him?</strong></p>
<p><strong>Dooling:</strong> Everything about him. The way he walked, the way he stuck his tongue out, the way he jumped, the way he moved, the way he chewed his gum, the way he handled himself on and off the court. Michael Jordan, I think he inspired a whole generation behind him.</p>
<p>I got a story: We played the Wizards when I was with the Clippers and MJ was playing on the Wizards – I broke NBA rules. I actually spied on their shootaround. I was watching Michael chew his gum and all that. I’ve always been a Michael Jordan fan.</p>
<p><strong>NJNets.com: Since Jordan’s your favorite player, are you a big shoe guy?</strong></p>
<p><strong>Dooling:</strong> I like clothes and I like shoes, but not tennis shoes; that’s not my thing. I mean, except Adidas, of course. [Laughs] But I’m into fashion, I like to look nice.</p>
<p><strong>NJNets.com: So who’s the most stylish guy on the team?</strong></p>
<p><strong>Dooling:</strong> I don’t know. You’ll have to ask them. I haven’t seen them dressed yet. But probably 98 percent of them will say me. But I know Bobby, because I played with Bobby, and I know Bobby’s a fly dude. Bobby, he likes to look nice.</p>
<p><strong>NJNets.com: What’s the prized outfit in the Keyon Dooling collection?</strong></p>
<p><strong>Dooling:</strong> I don’t want to sound materialistic or anything like that, but I like my suits, I like a good shoe. I like everything to be coordinated, from the tie to the shoes. But I wouldn’t consider them a prize or anything.</p>
<p><strong>NJNets.com: Nothing stands out?</strong></p>
<p><strong>Dooling:</strong> No favorite outfits or anything like that. As long as they look good.</p>
<p><strong>NJNets.com: What’s your gameday routine?</strong></p>
<p><strong>Dooling:</strong> Wake up, eat breakfast, come to shootaround. What do I do? I do the same thing. It’s boring because I have to do a lot of treatments and stuff to get myself going before the games and after practices and stuff like that. But I take a little nap, eat again and come to the game. Nothing special, I just chill out.</p>
<p><strong>NJNets.com: Any superstitions?</strong></p>
<p><strong>Dooling:</strong> Only thing I have to do before I play is pray. Other than that, nothing is a must do.</p>
<p><strong>NJNets.com: Any focus when you pray?</strong></p>
<p><strong>Dooling:</strong> That’s just however I feel at the time, a personal prayer. Nothing in particular.</p>
<p><strong>NJNets.com: What’s the best way to relax after a game?</strong></p>
<p><strong>Dooling:</strong> Take a hot shower, eat and then … sometimes it may take you a while to wind down because all the adrenaline is flowing, your competitive juices are going a little bit. I don’t rush it, I just go to sleep when I go to sleep.</p>
<p><strong>NJNets.com: You mentioned video games earlier. Do you play the NBA ones?</strong></p>
<p><strong>Dooling:</strong> Nah. You know what? As soon as I got to the NBA, I stopped playing them. It’s weird – all my life I wanted to be on the NBA games and stuff like that. I think it had to do with a combination of starting a family, and whether you’re going to invest five hours in a season of <em>Madden</em> or college football or NBA basketball, <em>NBA Live</em> or <em>2K</em>, whatever you play. I’d rather spend that time with my kids.</p>
<p>So if I play a game, it’s usually a one-player game. I like the <em>Grand Theft</em> series. I like <em>The Godfather</em>, that game was pretty cool to me. But other than that, I’m chillin. I like to read. I’m a reader, and that’s recently just become a big hobby of mine. Reading, fishing, spending time with family and friends.</p>
<p><strong>NJNets.com: You’ve been reading a lot? What books?</strong></p>
<p><strong>Dooling:</strong> You know what? I’m reading several books. I’m reading a John (C.) Maxwell book, <em>The 21 Indisputable Qualities of Being Leader</em>. I’m reading this book called <em>You, Inc.</em> – it’s about the art of selling yourself. <em>6.5 Assets to Networking (Your Way to Rich Relationships)</em>, which is pretty cool. I read the Bible. And I’m reading something a little bit different, it’s called <em>The Unseen Hand</em>. I’m just getting in to it. It’s one of those conspiracy-type things. I read it in the morning times. I get most of my reading done then.</p>
<p><strong>NJNets.com: How do you choose what’s next?</strong></p>
<p><strong>Dooling:</strong> Most of the books that I get, people give them to me, whether it’s friends, people I consider mentors or just people who say, ‘Hey, KD, I think you might like this one.’ So I would say 85 percent of the books that I’ve been reading, I’ve either heard about from somebody whose opinion I value, or they’ve been given to me. I try and read between 10-15 books a year. That might not be much, but you’ve got to start somewhere.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[THIS IS TO THE FORUMS!]]></title>
<link>http://marvellmusic.wordpress.com/?p=59</link>
<pubDate>Tue, 30 Sep 2008 01:12:17 +0000</pubDate>
<dc:creator>marvellmusic</dc:creator>
<guid>http://marvellmusic.ro.wordpress.com/2008/09/30/this-is-to-the-forums/</guid>
<description><![CDATA[We never knew it will cause so much hype we was just f**king wid you lot lollllll
We luv you lot r]]></description>
<content:encoded><![CDATA[<h3>We never knew it will cause so much hype we was just f**king wid you lot lollllll</h3>
<h2 style="text-align:left;"><span style="color:#ff0000;">We luv you lot really!!</span></h2>
<p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/nDKCBvMqXB4'></param><param name='wmode' value='transparent'></param><embed src='http://www.youtube.com/v/nDKCBvMqXB4&rel=0' type='application/x-shockwave-flash' wmode='transparent' width='425' height='350'></embed></object></span></p>
<p>On da level da forums is a gud ting, keeps us and every1 else in touch wid scence, keeps da mc's in check and if you wanna know wots poppin you'll find it there</p>
<h2>Big Up the Grime forum</h2>
<p>oh and large up <span style="text-decoration:underline;">Carter</span> lol</p>
<p><a href="http://marvellmusic.wordpress.com"></a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Can any other crews top this?]]></title>
<link>http://marvellmusic.wordpress.com/?p=48</link>
<pubDate>Tue, 30 Sep 2008 00:44:11 +0000</pubDate>
<dc:creator>marvellmusic</dc:creator>
<guid>http://marvellmusic.ro.wordpress.com/2008/09/30/can-any-other-crews-top-this/</guid>
<description><![CDATA[
Do you fink any crews can top this set, Big Up out DJ Limit, and large up Westwood big in dis]]></description>
<content:encoded><![CDATA[<p style="text-align:center;">
<h2>Do you fink any crews can top this set, Big Up out DJ Limit, and large up Westwood big in dis....</h2>
<p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/Xnbw4cOFgHo'></param><param name='wmode' value='transparent'></param><embed src='http://www.youtube.com/v/Xnbw4cOFgHo&rel=0' type='application/x-shockwave-flash' wmode='transparent' width='425' height='350'></embed></object></span></p>
<p>Dont watch the begining part, Double Just tryna fool you lot lololol....</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Download Free Promo *NBTF*]]></title>
<link>http://marvellmusic.wordpress.com/?p=39</link>
<pubDate>Tue, 30 Sep 2008 00:18:19 +0000</pubDate>
<dc:creator>marvellmusic</dc:creator>
<guid>http://marvellmusic.ro.wordpress.com/2008/09/30/download-free-promo-nbtf/</guid>
<description><![CDATA[
This is the promo night before the flight, its a build up for late arrival, download it if you have]]></description>
<content:encoded><![CDATA[<p><a href="http://marvellmusic.files.wordpress.com/2008/09/night-before-the-flight-cover.jpg"><img class="aligncenter size-large wp-image-40" title="night-before-the-flight-cover" src="http://marvellmusic.wordpress.com/files/2008/09/night-before-the-flight-cover.jpg?w=450" alt="" width="450" height="729" /></a></p>
<p>This is the promo night before the flight, its a build up for late arrival, download it if you havent already, we put it out in september and its doing well in downloads. There is a couple bangers on there so check it out its MARVELLOUS lol.</p>
<p><a href="http://files.filefront.com/The+Night+Before+The+FligLzip/;11357995;/fileinfo.html"><br />
Click here to Download<br />
</a></p>
]]></content:encoded>
</item>

</channel>
</rss>
