<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Skema Rangkaian&#124;Electronic Schematic Circuit Diagram</title>
	<link>http://skemarangkaian.com</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 01:15:19 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>Java applet program that allows the user to draw lines, rectangles and ovals</title>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 import java.awt.*; import java.applet.*; /* &#60;applet code=&#34;Sujith&#34; width=200 height=200&#62; &#60;/applet&#62; */ public class Sujith extends Applet &#123; public void paint&#40;Graphics g&#41; &#123; for&#40;int i=0;i&#60;=250;i++&#41; &#123; Color c1=new Color&#40;35-i,55-i,110-i&#41;; g.setColor&#40;c1&#41;; g.drawRect&#40;250+i,250+i,100+i,100+i&#41;; g.drawOval&#40;100+i,100+i,50+i,50+i&#41;; g.drawLine&#40;50+i,20+i,10+i,10+i&#41;; &#125; &#125; &#125; [...]]]></description>
		<link>http://skemarangkaian.com/java-applet-program-that-allows-the-user-to-draw-lines-rectangles-and-ovals/</link>
			</item>
	<item>
		<title>Java program for implentation of consumer problem using inter thread communication</title>
		<description><![CDATA[Write a Java program that correctly implements producer consumer problem using the concept of inter thread communication. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 [...]]]></description>
		<link>http://skemarangkaian.com/java-program-for-implentation-of-consumer-problem-using-inter-thread-communication/</link>
			</item>
	<item>
		<title>Fuse Monitor Indicator</title>
		<description><![CDATA[Description: The idea for this project may have come to me in a flash of inspiration, and its a very simple way to check if a fuse has blown without removing it from its holder. Notes The simplicity of this circuit uses just two components, but with just one resistor and an LED this circuit [...]]]></description>
		<link>http://skemarangkaian.com/fuse-monitor-indicator/</link>
			</item>
	<item>
		<title>Program for Deadlock detection algorithm</title>
		<description><![CDATA[INPUT: enter total no. of processes : 4 enter claim matrix : 0 1 0 0 1 0 0 1 0 1 0 0 0 0 1 1 0 1 0 1 enter allocation matrix : 1 0 1 1 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 [...]]]></description>
		<link>http://skemarangkaian.com/program-for-deadlock-detection-algorithm/</link>
			</item>
	<item>
		<title>Lie Detector Circuit #2</title>
		<description><![CDATA[This lie detector circuit can be built in a few minutes, but can be incredibly useful when you want to know if someone is really telling you the truth. It is not as sophisticated as the ones the professionals use, but it works. It works by measuring skin resistance, which goes down when you lie. [...]]]></description>
		<link>http://skemarangkaian.com/lie-detector-circuit-2/</link>
			</item>
</channel>
</rss>

