<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>achilleas22's Feed - Programmer's Heaven</title>
    <link>http://www.programmersheaven.com/feed/User/319406/RSS.aspx</link>
    <description>Events at Programmer's Heaven related to the user achilleas22.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Thu, 23 May 2013 17:56:09 -0700</pubDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <item>
      <title>Average Magnitude Difference Function</title>
      <link />
      <description>&lt;p&gt;Posted a 'new message on the Matlab forum.&lt;/p&gt;Hello everybody. Could you please help me find an .m file that implements the Average Magnitude Difference Function?&lt;br /&gt;
please i realy need it.i know the formula but i dont know how to create it in matlab. here a picture of the formula&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://img411.imageshack.us/img411/9031/capturetx.png" /&gt;&lt;br /&gt;
&lt;br /&gt;
thank you&lt;br /&gt;</description>
      <pubDate>Mon, 24 May 2010 08:40:33 -0700</pubDate>
    </item>
    <item>
      <title>Large image on rollover in flash</title>
      <link />
      <description>&lt;p&gt;Posted a 'new message on the Flash development forum.&lt;/p&gt;Hello. I am new in flash and what i want to do is to make images large on mouse rollover. Let me give you some more details. I have a template and in one of the available pages i want to put some small images and when i pass the mouse over to enlarge them. I found this tutorial which works fine for what i want to do but i have one problem.&lt;br /&gt;
(http://bestwebdesignz.com/tips/flash-cs4-tutorial/how-to-make-an-image-big-on-rollover-in-flash-cs4/)&lt;br /&gt;
&lt;br /&gt;
The problem is that because i have 7 pictures on my page when i move the mouse over one of them the large picture is behind the small ones while it should be in the front.do you have any idea so i can solve this problem?&lt;br /&gt;
&lt;br /&gt;
thank you&lt;br /&gt;</description>
      <pubDate>Wed, 19 May 2010 01:31:20 -0700</pubDate>
    </item>
    <item>
      <title>How to enable a list box from a combobox in C#?</title>
      <link />
      <description>&lt;p&gt;Posted a 'new message on the C# &amp; VB.NET School Support forum.&lt;/p&gt;Hello everybody. I'm new in C# and i have a question. What i want to do is to enable a listbox from a combobox. Let me give you an example so you can understand!!!&lt;br /&gt;
&lt;br /&gt;
Lets say that the combobox has these values:1,2,3&lt;br /&gt;
I want when the user chooses the 2 a listbox to be enabled with information about 2. If he chooses the 1 a listbox to be enabled with information about 1.&lt;br /&gt;
&lt;br /&gt;
Can somebody help me???&lt;br /&gt;
&lt;br /&gt;
Thanks and merry Christmas!!!!!!!&lt;br /&gt;</description>
      <pubDate>Sun, 28 Dec 2008 10:07:36 -0700</pubDate>
    </item>
    <item>
      <title>order k lists into one in O(nlogk) complexity</title>
      <link />
      <description>&lt;p&gt;Posted the message 'order k lists into one in O(nlogk) complexity' on the General programming forum.&lt;/p&gt;cant find a solution to this problem:&lt;br /&gt;
design an algorithm which takes as input a collection o k ordered(from min to max) lists (their elements were taken from a collection of n ordered numbers)and combines them to one ordered list. the complexity of the algorithm must be O(nlogk) n is the total number of the elements&lt;br /&gt;</description>
      <pubDate>Sun, 21 Sep 2008 07:10:19 -0700</pubDate>
    </item>
    <item>
      <title>Auto increment variable names.</title>
      <link />
      <description>&lt;p&gt;Posted the message 'Auto increment variable names.' on the Beginner C/C++ forum.&lt;/p&gt;Hi, is there a way to create variables in a program loop with auto incremented variable names. For example,I want to create 5 integer variables with names "A" to "E", without me actually declaring their names with int A, int B...., is this possible in a loop or something?&lt;br /&gt;</description>
      <pubDate>Wed, 07 May 2008 10:08:26 -0700</pubDate>
    </item>
    <item>
      <title>Re: Getting the value of a variable.</title>
      <link />
      <description>&lt;p&gt;Posted the message 'Re: Getting the value of a variable.' on the Beginner C/C++ forum.&lt;/p&gt;Actually what i want to do is this: I have a made a class Stack and i want in a specific time in the program  new Stack objects to be created automatically with continuous names like A,B,C.... but without me using the command Stack A; Stack B; Stack C.....&lt;br /&gt;
I was thinking sth like having a char variable with A as initial value, and by using the ++ operator make it change and use it as the name of the new object. That's why i  was asking. Have you got anything to propose? Thanks&lt;br /&gt;</description>
      <pubDate>Mon, 05 May 2008 11:32:54 -0700</pubDate>
    </item>
    <item>
      <title>Getting the value of a variable.</title>
      <link />
      <description>&lt;p&gt;Posted the message 'Getting the value of a variable.' on the Beginner C/C++ forum.&lt;/p&gt;Hi, I would like you to tell me how can i use the value of a variable, as for example as a name for an other variable. Specifically, if i have the declaration of the variable: char *name1="A1";&lt;br /&gt;
How can i use the name1 value, that is to say "A1" ,at an other point of the program, for example creating an other variable with the name A1? Is there some symbol telling the compiler to use the variable's value, like: int &amp;lt;symbol&amp;gt;name1; so that a new int named A1 will be created?&lt;br /&gt;</description>
      <pubDate>Mon, 05 May 2008 08:22:06 -0700</pubDate>
    </item>
    <item>
      <title>Re: sql - how to do this?</title>
      <link />
      <description>&lt;p&gt;Posted the message 'Re: sql - how to do this?' on the MySQL forum.&lt;/p&gt;You can put this one which the same as yours but i puted one more line&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SELECT f.item, f.vendor, f.quote,&lt;strong&gt;phone,fax&lt;/strong&gt;&lt;br /&gt;
	FROM (SELECT item, min(quote) AS minprice FROM quote_tb WHERE ID='11' GROUP BY item)&lt;br /&gt;
	AS x INNER JOIN quote_tb AS f ON f.item = x.item AND quote = x.minprice &lt;strong&gt;inner join&lt;br /&gt;
  vendor_tb on name=vendor&lt;/strong&gt;;&lt;br /&gt;</description>
      <pubDate>Wed, 30 Apr 2008 02:30:30 -0700</pubDate>
    </item>
    <item>
      <title>Random number generator</title>
      <link />
      <description>&lt;p&gt;Posted the message 'Random number generator' on the C and C++ forum.&lt;/p&gt;Hello!!!!&lt;br /&gt;
I'm new here so i apologize if i'm writting in wrong section.&lt;br /&gt;
I would like to know if i can find somewhere C or C++ code for a random number generator.I want to put a polyonimo and the body where she is going to work and produce me a random number.&lt;br /&gt;
&lt;br /&gt;
Thanks!!!&lt;br /&gt;
(To tell the truth i want this random generator to encrypt a text foa an exercise--&amp;gt;please help) &lt;br /&gt;</description>
      <pubDate>Tue, 29 Apr 2008 10:42:08 -0700</pubDate>
    </item>
  </channel>
</rss>