<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: change code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Sat, 17 May 2008 15:53:26 GMT</pubDate>
    <description>DZone Snippets: change code</description>
    <item>
      <title>change-all - change each value in a series by applying a function to them</title>
      <link>http://snippets.dzone.com/posts/show/1539</link>
      <description>&lt;code&gt;&lt;br /&gt;change-all: func [&lt;br /&gt;    "Change each value in the series by applying a function to it"&lt;br /&gt;    series  [series!]&lt;br /&gt;    fn      [function!] "Function that takes one arg"&lt;br /&gt;][&lt;br /&gt;    forall series [change series fn first series]&lt;br /&gt;]&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Tue, 21 Feb 2006 07:02:41 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/1539</guid>
      <author>gregg.irwin (Gregg Irwin)</author>
    </item>
    <item>
      <title>change integer variables content</title>
      <link>http://snippets.dzone.com/posts/show/441</link>
      <description>&lt;code&gt;&lt;br /&gt;//+ Jonas Raoni Soares Silva&lt;br /&gt;//@ http://jsfromhell.com&lt;br /&gt;&lt;br /&gt;#include&lt;stdio.h&gt;&lt;br /&gt;#include&lt;conio.h&gt;&lt;br /&gt;void main(){&lt;br /&gt;	int a, b;&lt;br /&gt;	clrscr();&lt;br /&gt;&lt;br /&gt;	printf( "Digite a= " );&lt;br /&gt;	scanf( "%d", &amp;a );&lt;br /&gt;&lt;br /&gt;	printf( "Digite b= " );&lt;br /&gt;	scanf( "%d", &amp;b );&lt;br /&gt;&lt;br /&gt;	a = b - a + ( b = a );&lt;br /&gt;&lt;br /&gt;	printf( "a= %d\nb= %d", a, b);&lt;br /&gt;	getch();&lt;br /&gt;}&lt;br /&gt;*&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Sat, 02 Jul 2005 04:02:49 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/441</guid>
      <author>jonasraoni (Jonas Raoni Soares Silva)</author>
    </item>
  </channel>
</rss>
