﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Wiki on elements</title><link>http://www.DailyFreeCode.Com</link><description>Wiki on elements - DailyFreeCode.Com</description><copyright>Copyright @ 2010. All rights reserved.</copyright><item><title>Compute the sum of both positive and negative elements of an array </title><link>http://www.DailyFreeCode.Com/Forum/compute-sum-positive-negative-elements-30739.aspx</link><pubDate>Sat, 02 Nov 2013 23:16:00 GMT</pubDate></item><item><title>Whether elements are to be shifted or not after a Push or  a Pop</title><link>http://www.DailyFreeCode.Com/Forum/whether-elements-shifted-not-push-pop-30731.aspx</link><pubDate>Mon, 28 Oct 2013 01:37:00 GMT</pubDate></item><item><title>Prolog program to find the permutations of a given list i.e. to find all possible combinations of the elements of a list</title><link>http://www.DailyFreeCode.Com/Code/prolog-find-permutations-given-list-i-e-3133.aspx</link><pubDate>Tue, 22 Feb 2011 14:10:41 GMT</pubDate></item><item><title>Prolog program to write the elements of the list line by line</title><link>http://www.DailyFreeCode.Com/Code/prolog-elements-list-line-line-3130.aspx</link><pubDate>Tue, 22 Feb 2011 14:05:28 GMT</pubDate></item><item><title>Prolog program to find the sum of the elements in the list</title><link>http://www.DailyFreeCode.Com/Code/prolog-find-sum-elements-list-3126.aspx</link><pubDate>Tue, 22 Feb 2011 13:59:50 GMT</pubDate></item><item><title>Prolog program to generate a fibonacci series of N elements</title><link>http://www.DailyFreeCode.Com/Code/prolog-generate-fibonacci-series-n-3119.aspx</link><pubDate>Tue, 22 Feb 2011 13:45:56 GMT</pubDate></item><item><title>Sorting of array elements using a function</title><link>http://www.DailyFreeCode.Com/Code/sorting-array-elements-function-2605.aspx</link><pubDate>Wed, 17 Nov 2010 00:00:00 GMT</pubDate></item><item><title>Program to calculate average of the elements of an array and then the average deviation using barrier </title><link>http://www.DailyFreeCode.Com/Code/calculate-average-elements-array-then-1094.aspx</link><pubDate>Sun, 24 Oct 2010 00:00:00 GMT</pubDate></item><item><title>Program to do sum of the elements of the array by loop splitting and each process adds its partial sum to the final sum  </title><link>http://www.DailyFreeCode.Com/Code/sum-elements-array-loop-splitting-1087.aspx</link><pubDate>Tue, 24 Aug 2010 00:00:00 GMT</pubDate></item><item><title>Program to copy elements of one array to another for n number of processes</title><link>http://www.DailyFreeCode.Com/Code/copy-elements-array-another-n-number-2186.aspx</link><pubDate>Thu, 29 Jul 2010 00:00:00 GMT</pubDate></item><item><title>Program to copy elements of one array to another for n number of processes</title><link>http://www.DailyFreeCode.Com/Code/copy-elements-array-another-n-number-2185.aspx</link><pubDate>Wed, 28 Jul 2010 00:00:00 GMT</pubDate></item><item><title>PROGRAM FOR ADD 2 ARRAY ELEMENTS AND STORE IN 3rd  ARRAY USING LOOP SPLITING</title><link>http://www.DailyFreeCode.Com/Code/2-array-elements-store-3rd-array-loop-2176.aspx</link><pubDate>Mon, 19 Jul 2010 00:00:00 GMT</pubDate></item><item><title>Program to perform an exchange of elements of two arrays</title><link>http://www.DailyFreeCode.Com/Code/perform-exchange-elements-two-arrays-1720.aspx</link><pubDate>Sun, 18 Jul 2010 00:00:00 GMT</pubDate></item><item><title>Program to calculate average of the elements of an array and then the average deviation using barrier</title><link>http://www.DailyFreeCode.Com/Code/calculate-average-elements-array-then-2148.aspx</link><pubDate>Mon, 21 Jun 2010 00:00:00 GMT</pubDate></item><item><title>Program to calculate average of the elements of an array and then  the average deviation using race condition</title><link>http://www.DailyFreeCode.Com/Code/calculate-average-elements-array-then-2147.aspx</link><pubDate>Sun, 20 Jun 2010 00:00:00 GMT</pubDate></item><item><title>Program to find sum of the elements of the array using self scheduling</title><link>http://www.DailyFreeCode.Com/Code/find-sum-elements-array-self-scheduling-2142.aspx</link><pubDate>Tue, 15 Jun 2010 00:00:00 GMT</pubDate></item><item><title>Program to do sum of elements of an array by Loop Splitting</title><link>http://www.DailyFreeCode.Com/Code/sum-elements-array-loop-splitting-2140.aspx</link><pubDate>Sun, 13 Jun 2010 00:00:00 GMT</pubDate></item><item><title>Program to swap elements of array of pointers to strings</title><link>http://www.DailyFreeCode.Com/Code/swap-elements-array-pointers-strings-2811.aspx</link><pubDate>Thu, 10 Jun 2010 00:00:00 GMT</pubDate></item><item><title>Program to copy array elements in another array using parallel processing</title><link>http://www.DailyFreeCode.Com/Code/copy-array-elements-another-array-2121.aspx</link><pubDate>Tue, 25 May 2010 00:00:00 GMT</pubDate></item><item><title>PROGRAM TO FIND THE MEAN OF USER DEFINED NUMBER OF ARRAY ELEMENTS</title><link>http://www.DailyFreeCode.Com/Code/find-mean-user-defined-number-array-2099.aspx</link><pubDate>Mon, 03 May 2010 00:00:00 GMT</pubDate></item><item><title>Define an array of ten String elements each containing an arbitrary string of the form “month/day/year”</title><link>http://www.DailyFreeCode.Com/Code/define-array-ten-string-elements-2048.aspx</link><pubDate>Sun, 14 Mar 2010 00:00:00 GMT</pubDate></item><item><title>Program to print the factorial of first five elements of the fibonacci  series</title><link>http://www.DailyFreeCode.Com/Code/print-factorial-first-five-elements-897.aspx</link><pubDate>Sat, 06 Mar 2010 00:00:00 GMT</pubDate></item><item><title>Program that takes input of vector elements and performs multiplication operation, and input/output (&amp;gt;&amp;gt;, &amp;lt;&amp;lt;) using operator overloading</title><link>http://www.DailyFreeCode.Com/Code/input-vector-elements-performs-476.aspx</link><pubDate>Tue, 22 Dec 2009 00:00:00 GMT</pubDate></item><item><title>Program to initialize array by even numbers starting from 2 and display sum of all elements</title><link>http://www.DailyFreeCode.Com/Code/initialize-array-even-numbers-starting-801.aspx</link><pubDate>Thu, 19 Nov 2009 00:00:00 GMT</pubDate></item><item><title>Program to read the table elements into a two-dimensional array temperature</title><link>http://www.DailyFreeCode.Com/Code/read-table-elements-two-dimensional-1216.aspx</link><pubDate>Sun, 08 Nov 2009 00:00:00 GMT</pubDate></item><item><title>Program to merge two linked list, restricting commomn elements to occur only once</title><link>http://www.DailyFreeCode.Com/Code/merge-two-linked-list-restricting-2817.aspx</link><pubDate>Thu, 15 Oct 2009 00:00:00 GMT</pubDate></item><item><title>PROGRAM TO WRITE A PROGRAM TO PERFORM AN EXCHANGE OF ELEMENTS OF TWO ARRAY</title><link>http://www.DailyFreeCode.Com/Code/perform-exchange-elements-two-array-1688.aspx</link><pubDate>Fri, 28 Aug 2009 00:00:00 GMT</pubDate></item><item><title>Program to do sum of elements of an array by Loop Splitting </title><link>http://www.DailyFreeCode.Com/Code/sum-elements-array-loop-splitting-1084.aspx</link><pubDate>Thu, 16 Jul 2009 00:00:00 GMT</pubDate></item><item><title>Accessing .ascx elements in .ASPX pages</title><link>http://www.DailyFreeCode.Com/Forum/accessing-ascx-elements-aspx-pages-129.aspx</link><pubDate>Wed, 01 Jul 2009 00:00:00 GMT</pubDate></item><item><title>Program that initialize an array of size 10 with 0 using DUP instruction. Also display the array elements. </title><link>http://www.DailyFreeCode.Com/Code/initialize-array-size-10-0-dup-490.aspx</link><pubDate>Tue, 30 Jun 2009 00:00:00 GMT</pubDate></item><item><title>Program to calculate average of the elements of an array and then the average deviation using Race condition) </title><link>http://www.DailyFreeCode.Com/Code/calculate-average-elements-array-then-1093.aspx</link><pubDate>Sat, 25 Apr 2009 00:00:00 GMT</pubDate></item><item><title>Program that computes the sum of an array. Place the sum in AX and also display it. Use Register Indirect Mode to access the array elements</title><link>http://www.DailyFreeCode.Com/Code/computes-sum-array-place-sum-ax-489.aspx</link><pubDate>Thu, 02 Apr 2009 00:00:00 GMT</pubDate></item><item><title>Swing problem displaying JList elements in IntelliJ</title><link>http://www.DailyFreeCode.Com/Forum/swing-problem-displaying-jlist-elements-23712.aspx</link><pubDate>Wed, 04 Mar 2009 00:00:00 GMT</pubDate></item><item><title>Program to do sum of the elements of the array using self scheduling</title><link>http://www.DailyFreeCode.Com/Code/sum-elements-array-self-scheduling-1086.aspx</link><pubDate>Tue, 04 Nov 2008 00:00:00 GMT</pubDate></item><item><title>Program to copy the elements of an array into another array in  reverse order and print them</title><link>http://www.DailyFreeCode.Com/Code/copy-elements-array-another-array-1257.aspx</link><pubDate>Tue, 09 Sep 2008 00:00:00 GMT</pubDate></item></channel></rss>