<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Goldspeak Community - Nasze programy]]></title>
		<link>https://forum.goldspeak.pl/</link>
		<description><![CDATA[Goldspeak Community - https://forum.goldspeak.pl]]></description>
		<pubDate>Tue, 05 May 2026 16:55:20 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[MDPages]]></title>
			<link>https://forum.goldspeak.pl/showthread.php?tid=942</link>
			<pubDate>Thu, 25 Jan 2018 17:33:01 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.goldspeak.pl/member.php?action=profile&uid=59">KocproZ</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.goldspeak.pl/showthread.php?tid=942</guid>
			<description><![CDATA[Cześć,<br />
https://github.com/KocproZ/MDPages<br />
<img src="https://md.kocproz.ovh/img/logo.png" loading="lazy"  alt="[Image: logo.png]" class="mycode_img" /><br />
<br />
<br />
Co to jest?<br />
Łatwa w obsłudze strona do tworzenia i publikowania dokumentów pisanych z użyciem markdowna.<br />
Strona cały czas się rozwija, więc screenów na razie nie ma.<br />
(Ale jest live <a href="https://md.kocproz.ovh" target="_blank" rel="noopener" class="mycode_url">demo</a>(user:user))<br />
<br />
<br />
Narazie!]]></description>
			<content:encoded><![CDATA[Cześć,<br />
https://github.com/KocproZ/MDPages<br />
<img src="https://md.kocproz.ovh/img/logo.png" loading="lazy"  alt="[Image: logo.png]" class="mycode_img" /><br />
<br />
<br />
Co to jest?<br />
Łatwa w obsłudze strona do tworzenia i publikowania dokumentów pisanych z użyciem markdowna.<br />
Strona cały czas się rozwija, więc screenów na razie nie ma.<br />
(Ale jest live <a href="https://md.kocproz.ovh" target="_blank" rel="noopener" class="mycode_url">demo</a>(user:user))<br />
<br />
<br />
Narazie!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Gra TicTacToe]]></title>
			<link>https://forum.goldspeak.pl/showthread.php?tid=882</link>
			<pubDate>Wed, 26 Aug 2015 16:32:10 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.goldspeak.pl/member.php?action=profile&uid=7">spajkowiecki</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.goldspeak.pl/showthread.php?tid=882</guid>
			<description><![CDATA[Witam. Chcę wam przedstawić moją pierwszą grę napisaną gdy uczyłem się pisania w Javie (Swing)<img src="https://forum.goldspeak.pl/images/smilies/biggrin.gif" alt="Duży uśmiech" title="Duży uśmiech" class="smilie smilie_4" /><br />
<br />
Jest to tradycyjne O i X.<br />
<br />
Dodatkowe Funkcje:<br />
   * Zapisanie Wyniku do pliku txt<br />
   * Wczytanie Wyniku do JTextArea z pliku txt]]></description>
			<content:encoded><![CDATA[Witam. Chcę wam przedstawić moją pierwszą grę napisaną gdy uczyłem się pisania w Javie (Swing)<img src="https://forum.goldspeak.pl/images/smilies/biggrin.gif" alt="Duży uśmiech" title="Duży uśmiech" class="smilie smilie_4" /><br />
<br />
Jest to tradycyjne O i X.<br />
<br />
Dodatkowe Funkcje:<br />
   * Zapisanie Wyniku do pliku txt<br />
   * Wczytanie Wyniku do JTextArea z pliku txt]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[aplikacja do obliczania oceny.]]></title>
			<link>https://forum.goldspeak.pl/showthread.php?tid=47</link>
			<pubDate>Wed, 11 Feb 2015 17:10:50 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.goldspeak.pl/member.php?action=profile&uid=23">grzybek</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.goldspeak.pl/showthread.php?tid=47</guid>
			<description><![CDATA[Moja mama jest nauczycielką i widziałem że obliczanie od ilu do ilu jest jaka ocena postanowiłem zrobić aplikację która w tym pomoże. <br />
http://scr.hu/4z07/b0v1o]]></description>
			<content:encoded><![CDATA[Moja mama jest nauczycielką i widziałem że obliczanie od ilu do ilu jest jaka ocena postanowiłem zrobić aplikację która w tym pomoże. <br />
http://scr.hu/4z07/b0v1o]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Kod MultiBlock'a]]></title>
			<link>https://forum.goldspeak.pl/showthread.php?tid=41</link>
			<pubDate>Wed, 11 Feb 2015 10:55:40 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.goldspeak.pl/member.php?action=profile&uid=7">spajkowiecki</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.goldspeak.pl/showthread.php?tid=41</guid>
			<description><![CDATA[Cześć tu zamieszczam kod multiblock'a ktory mozna dowolnie edytować:<br />
<br />
Jest to kod na multiblock 2 szerokosci, 2 dlugosci, 2 wysokosci<br />
<br />
<br />
/// MULTIBLOCK 2x2x2 ///                            ///ID BLOCKU = 1       /// stone  ///ID PIEC = 157 ///<br />
<br />
[shcode=java]<br />
	public boolean isMultiBlockStructure(World world, int x, int y, int z){<br />
		if (checkNorth(world, x, y, z))/*North*/ return true;<br />
		if (checkEast(world, x, y, z))/*East*/ return true; <br />
		if (checkSouth(world, x, y, z))/*South*/ return true; <br />
		if (checkWest(world, x, y, z))/*West*/ return true;<br />
		return false;<br />
	}<br />
	<br />
	private static boolean checkNorth(World world, int x, int y, int z){<br />
		if(world.getBlockId(x+0, y+0, z+-1) == 1){<br />
			if(world.getBlockId(x+0, y+1, z+0) == 157){<br />
				if(world.getBlockId(x+0, y+1, z+-1) == 157){<br />
					if(world.getBlockId(x+1, y+0, z+0) == 1){<br />
						if(world.getBlockId(x+1, y+0, z+-1) == 1){<br />
							if(world.getBlockId(x+1, y+1, z+0) == 157){<br />
								if(world.getBlockId(x+1, y+1, z+-1) == 157){<br />
									return true;<br />
								}<br />
							}<br />
						}<br />
					}<br />
				}<br />
			}<br />
		}<br />
		<br />
		return false;<br />
	}<br />
	<br />
	private static boolean checkEast(World world, int x, int y, int z){<br />
		if(world.getBlockId(x+1, y+0, z+0) == 1){<br />
			if(world.getBlockId(x+0, y+1, z+0) == 157){<br />
				if(world.getBlockId(x+1, y+1, z+0) == 157){<br />
					if(world.getBlockId(x+0, y+0, z+1) == 1){<br />
						if(world.getBlockId(x+1, y+0, z+1) == 1){<br />
							if(world.getBlockId(x+0, y+1, z+1) == 157){<br />
								if(world.getBlockId(x+1, y+1, z+1) == 157){<br />
									return true;<br />
								}<br />
							}<br />
						}<br />
					}<br />
				}<br />
			}<br />
		}<br />
		<br />
		return false;<br />
	}<br />
	<br />
	private static boolean checkSouth(World world, int x, int y, int z){<br />
		if(world.getBlockId(x+0, y+0, z+1) == 1){<br />
			if(world.getBlockId(x+0, y+1, z+0) == 157){<br />
				if(world.getBlockId(x+0, y+1, z+1) == 157){<br />
					if(world.getBlockId(x+-1, y+0, z+0) == 1){<br />
						if(world.getBlockId(x+-1, y+0, z+1) == 1){<br />
							if(world.getBlockId(x+-1, y+1, z+0) == 157){<br />
								if(world.getBlockId(x+-1, y+1, z+1) == 157){<br />
									return true;<br />
								}<br />
							}<br />
						}<br />
					}<br />
				}<br />
			}<br />
		}<br />
		<br />
		return false;<br />
	}<br />
	<br />
	private static boolean checkWest(World world, int x, int y, int z){<br />
		if(world.getBlockId(x+-1, y+0, z+0) == 1){<br />
			if(world.getBlockId(x+0, y+1, z+0) == 157){<br />
				if(world.getBlockId(x+-1, y+1, z+0) == 157){<br />
					if(world.getBlockId(x+0, y+0, z+-1) == 1){<br />
						if(world.getBlockId(x+-1, y+0, z+-1) == 1){<br />
							if(world.getBlockId(x+0, y+1, z+-1) == 157){<br />
								if(world.getBlockId(x+-1, y+1, z+-1) == 157){<br />
									return true;<br />
								}<br />
							}<br />
						}<br />
					}<br />
				}<br />
			}<br />
		}<br />
		<br />
		return false;<br />
	}<br />
[/shcode]<br />
<br />
<br />
<br />
Budowla musi byc zbudowana w ten sposób:|<br />
[157] [157] <br />
[  1 ] [  1 ]<br />
//////////////////////////////////////////////////]]></description>
			<content:encoded><![CDATA[Cześć tu zamieszczam kod multiblock'a ktory mozna dowolnie edytować:<br />
<br />
Jest to kod na multiblock 2 szerokosci, 2 dlugosci, 2 wysokosci<br />
<br />
<br />
/// MULTIBLOCK 2x2x2 ///                            ///ID BLOCKU = 1       /// stone  ///ID PIEC = 157 ///<br />
<br />
[shcode=java]<br />
	public boolean isMultiBlockStructure(World world, int x, int y, int z){<br />
		if (checkNorth(world, x, y, z))/*North*/ return true;<br />
		if (checkEast(world, x, y, z))/*East*/ return true; <br />
		if (checkSouth(world, x, y, z))/*South*/ return true; <br />
		if (checkWest(world, x, y, z))/*West*/ return true;<br />
		return false;<br />
	}<br />
	<br />
	private static boolean checkNorth(World world, int x, int y, int z){<br />
		if(world.getBlockId(x+0, y+0, z+-1) == 1){<br />
			if(world.getBlockId(x+0, y+1, z+0) == 157){<br />
				if(world.getBlockId(x+0, y+1, z+-1) == 157){<br />
					if(world.getBlockId(x+1, y+0, z+0) == 1){<br />
						if(world.getBlockId(x+1, y+0, z+-1) == 1){<br />
							if(world.getBlockId(x+1, y+1, z+0) == 157){<br />
								if(world.getBlockId(x+1, y+1, z+-1) == 157){<br />
									return true;<br />
								}<br />
							}<br />
						}<br />
					}<br />
				}<br />
			}<br />
		}<br />
		<br />
		return false;<br />
	}<br />
	<br />
	private static boolean checkEast(World world, int x, int y, int z){<br />
		if(world.getBlockId(x+1, y+0, z+0) == 1){<br />
			if(world.getBlockId(x+0, y+1, z+0) == 157){<br />
				if(world.getBlockId(x+1, y+1, z+0) == 157){<br />
					if(world.getBlockId(x+0, y+0, z+1) == 1){<br />
						if(world.getBlockId(x+1, y+0, z+1) == 1){<br />
							if(world.getBlockId(x+0, y+1, z+1) == 157){<br />
								if(world.getBlockId(x+1, y+1, z+1) == 157){<br />
									return true;<br />
								}<br />
							}<br />
						}<br />
					}<br />
				}<br />
			}<br />
		}<br />
		<br />
		return false;<br />
	}<br />
	<br />
	private static boolean checkSouth(World world, int x, int y, int z){<br />
		if(world.getBlockId(x+0, y+0, z+1) == 1){<br />
			if(world.getBlockId(x+0, y+1, z+0) == 157){<br />
				if(world.getBlockId(x+0, y+1, z+1) == 157){<br />
					if(world.getBlockId(x+-1, y+0, z+0) == 1){<br />
						if(world.getBlockId(x+-1, y+0, z+1) == 1){<br />
							if(world.getBlockId(x+-1, y+1, z+0) == 157){<br />
								if(world.getBlockId(x+-1, y+1, z+1) == 157){<br />
									return true;<br />
								}<br />
							}<br />
						}<br />
					}<br />
				}<br />
			}<br />
		}<br />
		<br />
		return false;<br />
	}<br />
	<br />
	private static boolean checkWest(World world, int x, int y, int z){<br />
		if(world.getBlockId(x+-1, y+0, z+0) == 1){<br />
			if(world.getBlockId(x+0, y+1, z+0) == 157){<br />
				if(world.getBlockId(x+-1, y+1, z+0) == 157){<br />
					if(world.getBlockId(x+0, y+0, z+-1) == 1){<br />
						if(world.getBlockId(x+-1, y+0, z+-1) == 1){<br />
							if(world.getBlockId(x+0, y+1, z+-1) == 157){<br />
								if(world.getBlockId(x+-1, y+1, z+-1) == 157){<br />
									return true;<br />
								}<br />
							}<br />
						}<br />
					}<br />
				}<br />
			}<br />
		}<br />
		<br />
		return false;<br />
	}<br />
[/shcode]<br />
<br />
<br />
<br />
Budowla musi byc zbudowana w ten sposób:|<br />
[157] [157] <br />
[  1 ] [  1 ]<br />
//////////////////////////////////////////////////]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Prosty snake w Javie]]></title>
			<link>https://forum.goldspeak.pl/showthread.php?tid=33</link>
			<pubDate>Wed, 11 Feb 2015 02:26:15 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.goldspeak.pl/member.php?action=profile&uid=6">Wieku</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.goldspeak.pl/showthread.php?tid=33</guid>
			<description><![CDATA[Witam. Chcę wam przedstawić moją grę napisaną gdy uczyłem się pisania w Javie <img src="https://forum.goldspeak.pl/images/smilies/smile.gif" alt="Uśmiech" title="Uśmiech" class="smilie smilie_1" /><br />
Musisz zbierać owoce (czerwone kwadraty) oraz omijać ścian i unikać zjedzenia samego siebie.<br />
<br />
<span style="font-size: x-large;" class="mycode_size">Kod źródłowy (GitHub) <span style="font-size: x-small;" class="mycode_size">(Nie przeraźcie się czytelnością <img src="https://forum.goldspeak.pl/images/smilies/smile.gif" alt="Uśmiech" title="Uśmiech" class="smilie smilie_1" />)</span>: <a href="https://github.com/LudziE12/JSnake" target="_blank" rel="noopener" class="mycode_url">Link</a></span><br />
<br />
<span style="font-size: large;" class="mycode_size">Pobieranie:  <a href="http://bit.ly/1Fwi6x0" target="_blank" rel="noopener" class="mycode_url">Link</a></span><br />
<br />
<span style="font-size: medium;" class="mycode_size">Sterowanie:</span><ul class="mycode_list"><li><span style="font-size: x-small;" class="mycode_size">WASD / strzałki</span> - ruchy węża<br />
</li>
<li><span style="font-size: x-small;" class="mycode_size">F1</span> - reset gry (gdy wąż umrze)<br />
</li>
<li><span style="font-size: x-small;" class="mycode_size">Esc</span> - wyjście z gry<br />
</li>
</ul>
Screenshooty gry:<br />
[spoiler]<br />
<img src="https://dl.dropboxusercontent.com/s/232sagve83jfqi5/Screenshot%20at%202015-02-11%2002%3A45%3A58.png?dl=0" loading="lazy"  alt="[Image: Screenshot%20at%202015-02-11%2002%3A45%3A58.png?dl=0]" class="mycode_img" /><br />
<img src="https://dl.dropboxusercontent.com/s/963quwpt3yiykr0/Screenshot%20at%202015-02-11%2002%3A48%3A42.png?dl=0" loading="lazy"  alt="[Image: Screenshot%20at%202015-02-11%2002%3A48%3A42.png?dl=0]" class="mycode_img" /><br />
<img src="https://dl.dropbox.com/s/j8zofxahvwnz1vz/Screenshot%20at%202015-02-11%2002%3A39%3A07.png?dl=0" loading="lazy"  alt="[Image: Screenshot%20at%202015-02-11%2002%3A39%3A07.png?dl=0]" class="mycode_img" /><br />
[/spoiler]]]></description>
			<content:encoded><![CDATA[Witam. Chcę wam przedstawić moją grę napisaną gdy uczyłem się pisania w Javie <img src="https://forum.goldspeak.pl/images/smilies/smile.gif" alt="Uśmiech" title="Uśmiech" class="smilie smilie_1" /><br />
Musisz zbierać owoce (czerwone kwadraty) oraz omijać ścian i unikać zjedzenia samego siebie.<br />
<br />
<span style="font-size: x-large;" class="mycode_size">Kod źródłowy (GitHub) <span style="font-size: x-small;" class="mycode_size">(Nie przeraźcie się czytelnością <img src="https://forum.goldspeak.pl/images/smilies/smile.gif" alt="Uśmiech" title="Uśmiech" class="smilie smilie_1" />)</span>: <a href="https://github.com/LudziE12/JSnake" target="_blank" rel="noopener" class="mycode_url">Link</a></span><br />
<br />
<span style="font-size: large;" class="mycode_size">Pobieranie:  <a href="http://bit.ly/1Fwi6x0" target="_blank" rel="noopener" class="mycode_url">Link</a></span><br />
<br />
<span style="font-size: medium;" class="mycode_size">Sterowanie:</span><ul class="mycode_list"><li><span style="font-size: x-small;" class="mycode_size">WASD / strzałki</span> - ruchy węża<br />
</li>
<li><span style="font-size: x-small;" class="mycode_size">F1</span> - reset gry (gdy wąż umrze)<br />
</li>
<li><span style="font-size: x-small;" class="mycode_size">Esc</span> - wyjście z gry<br />
</li>
</ul>
Screenshooty gry:<br />
[spoiler]<br />
<img src="https://dl.dropboxusercontent.com/s/232sagve83jfqi5/Screenshot%20at%202015-02-11%2002%3A45%3A58.png?dl=0" loading="lazy"  alt="[Image: Screenshot%20at%202015-02-11%2002%3A45%3A58.png?dl=0]" class="mycode_img" /><br />
<img src="https://dl.dropboxusercontent.com/s/963quwpt3yiykr0/Screenshot%20at%202015-02-11%2002%3A48%3A42.png?dl=0" loading="lazy"  alt="[Image: Screenshot%20at%202015-02-11%2002%3A48%3A42.png?dl=0]" class="mycode_img" /><br />
<img src="https://dl.dropbox.com/s/j8zofxahvwnz1vz/Screenshot%20at%202015-02-11%2002%3A39%3A07.png?dl=0" loading="lazy"  alt="[Image: Screenshot%20at%202015-02-11%2002%3A39%3A07.png?dl=0]" class="mycode_img" /><br />
[/spoiler]]]></content:encoded>
		</item>
	</channel>
</rss>