<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
	<channel>
		<title>my new lotto quick pick maker  what do you think ?</title>
		<link>https://www.lotterypost.com/thread/330839</link>
		<atom:link href="https://www.lotterypost.com/rss/topic/330839" rel="self" type="application/rss+xml" />
		<description>Lottery Post Forum Topic: my new lotto quick pick maker  what do you think ?</description>
		<dc:language>en-us</dc:language>
		<generator>Lottery Post RSS Generator</generator>
		<item>
			<title>Reply #2</title>
			<link>https://www.lotterypost.com/thread/330839/6191655</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/330839/6191655</guid>
			<pubDate>Thu, 06 Feb 2020 19:47:05 GMT</pubDate>
			<dc:creator>cottoneyedjoe</dc:creator>
			<description><![CDATA[<p>It looks like you are generating numbers for a 6-ball lotto with some filters, but I can&#x27;t tell what exactly. I agree with db101, you should comment between each step, even things that seem obvious to you because not everyone uses PowerShell to write mathematical programs. Commenting a good habit to cultivate if you share code a lot (and I need to work that too). You&#x27;ve certainly got me interested in learning to do this kind of stuff with PS.<br /><br />Anyway, I hope the script generates some lucky num... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/330839/6191655">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>cottoneyedjoe</category>
		</item>
		<item>
			<title>Reply #1</title>
			<link>https://www.lotterypost.com/thread/330839/6191471</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/330839/6191471</guid>
			<pubDate>Thu, 06 Feb 2020 16:06:18 GMT</pubDate>
			<dc:creator>db101</dc:creator>
			<description><![CDATA[<p>Is this PowerShell? Maybe others are more familiar with its syntax but I&#x27;m afraid I need more indentation and #comments to understand what the script is doing. What is the significance of 45, 20, 10, 18, 26, and 34? And what type of lottery matrix is it generating numbers for</p>]]></description>
			<category>db101</category>
		</item>
		<item>
			<title>my new lotto quick pick maker  what do you think ?</title>
			<link>https://www.lotterypost.com/thread/330839</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/330839</guid>
			<pubDate>Thu, 06 Feb 2020 08:41:48 GMT</pubDate>
			<dc:creator>lotookin</dc:creator>
			<description><![CDATA[<p>$games = 18<br /><br />$spin = 1..1121<br /><br />$3 =$spin.Count<br /><br />$grater = 0<br /><br />$lineCount121 =0<br /><br />$stopwatch = [system.diagnostics.stopwatch]::StartNew()<br /><br />$spin | ForEach-Object {<br /><br />cls<br /><br />$lineCount121 += 1<br /><br />$host.ui.RawUI.WindowTitle = current :$lineCount121 total spin $3<br /><br />$D = (($even| Get-Random -count $e | foreach {[int]$_ }| sort )-join( , )),(($odd | Get-Random -count $o | foreach {[int]$_ }| sort )-join( , )) -join( , )<br /><br />$num = 1..45<br /><br />$num2 = 1..20<br /><br />$num3 = 1..10<br /><br />$num4 = 1..18</p>]]></description>
			<category>lotookin</category>
		</item>
	</channel>
</rss>

