<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
>
<channel>
<title>IndiaDiscuss | Published News | CS Resources</title>
<link>http://indiadiscuss.com</link>
<description>Indian Social News and Links Network</description>
<pubDate>Tue, 17 Jan 2012 10:15:55 MST</pubDate>
<language>en</language>
<item>
	<title><![CDATA[Free Online Video Tutorials : Course JavaScript]]></title>
	<link>http://indiadiscuss.com/cs-resources/free-online-video-tutorials-course-javascript/</link>
  <source url="http%3A%2F%2Fmrbool.com%2Fcourse%2FCourse-JavaScript%2F238"><![CDATA[Free Online Video Tutorials : Course JavaScript]]></source>
	<description><![CDATA[The purpose of this course, as the name implies, is to cover the details of the JavaScript language. The reason we need this is that JavaScript is a core language for web development, and it is mostly misunderstood.  ]]></description>
	<pubDate>Tue, 17 Jan 2012 11:15:55 MST</pubDate>
	<author>indian1</author>
	<category>CS Resources</category>
	<votes>1</votes>
	<guid>http://indiadiscuss.com/cs-resources/free-online-video-tutorials-course-javascript/</guid>
</item>

<item>
	<title><![CDATA[Tutorial : AntiPatterns]]></title>
	<link>http://indiadiscuss.com/cs-resources/tutorial-antipatterns/</link>
  <source url="http%3A%2F%2Fsourcemaking.com%2Fantipatterns"><![CDATA[Tutorial : AntiPatterns]]></source>
	<description><![CDATA[AntiPatterns, like their design pattern counterparts, define an industry vocabulary for the common defective processes and implementations within organizations. A higher-level vocabulary simplifies communication between software practitioners and enables concise description of higher-level concepts.  ]]></description>
	<pubDate>Tue, 29 Nov 2011 12:10:43 MST</pubDate>
	<author>indian1</author>
	<category>CS Resources</category>
	<votes>1</votes>
	<guid>http://indiadiscuss.com/cs-resources/tutorial-antipatterns/</guid>
</item>

<item>
	<title><![CDATA[Video Tutorial : Scala Programming]]></title>
	<link>http://indiadiscuss.com/cs-resources/video-tutorial-scala-programming/</link>
  <source url="http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DiP_plQx3UqE"><![CDATA[Video Tutorial : Scala Programming]]></source>
	<description><![CDATA[Scala for the Impatient is a new book about Scala programming for, well, the impatient. In this screencast, you will learn about classes in Scala. This is the first part of a three-part series. ]]></description>
	<pubDate>Tue, 29 Nov 2011 12:06:25 MST</pubDate>
	<author>indian1</author>
	<category>CS Resources</category>
	<votes>1</votes>
	<guid>http://indiadiscuss.com/cs-resources/video-tutorial-scala-programming/</guid>
</item>

<item>
	<title><![CDATA[Advanced Java Concurrency Tutorial: How to Use a CountDownLatch in Java as a Thread Barrier : Example with Source Code ]]></title>
	<link>http://indiadiscuss.com/cs-resources/advanced-java-concurrency-tutorial-how-to-use-a-countdownlatch-in-java-as-a-thread-barrier-example-with-source-code-/</link>
  <source url="http%3A%2F%2Flate-night-programming.blogspot.com%2F2011%2F11%2Fhow-to-use-countdownlatch-in-java-as.html"><![CDATA[Advanced Java Concurrency Tutorial: How to Use a CountDownLatch in Java as a Thread Barrier : Example with Source Code ]]></source>
	<description><![CDATA[CountDownLatch is a synchronization aid that allows one or more threads to wait until a set of operations being performed in other threads completes. ]]></description>
	<pubDate>Sat, 26 Nov 2011 05:37:39 MST</pubDate>
	<author>csguy</author>
	<category>CS Resources</category>
	<votes>1</votes>
	<guid>http://indiadiscuss.com/cs-resources/advanced-java-concurrency-tutorial-how-to-use-a-countdownlatch-in-java-as-a-thread-barrier-example-with-source-code-/</guid>
</item>

<item>
	<title><![CDATA[Advanced Java Concurrency Tutorial : How to Use a CyclicBarrier , Example with Source Code]]></title>
	<link>http://indiadiscuss.com/cs-resources/advanced-java-concurrency-tutorial-how-to-use-a-cyclicbarrier-example-with-source-code/</link>
  <source url="http%3A%2F%2Flate-night-programming.blogspot.com%2F2011%2F11%2Fadvanced-java-concurrency-tutorial-how.html"><![CDATA[Advanced Java Concurrency Tutorial : How to Use a CyclicBarrier , Example with Source Code]]></source>
	<description><![CDATA[CyclicBarrier is a synchronization aid that allows a set of threads to all wait for each other to reach a common barrier point. CyclicBarriers are useful in programs involving a fixed sized party of threads that must occasionally wait for each other. The barrier is called cyclic because it can be re-used after the waiting threads are released. ]]></description>
	<pubDate>Sat, 26 Nov 2011 05:36:45 MST</pubDate>
	<author>csguy</author>
	<category>CS Resources</category>
	<votes>1</votes>
	<guid>http://indiadiscuss.com/cs-resources/advanced-java-concurrency-tutorial-how-to-use-a-cyclicbarrier-example-with-source-code/</guid>
</item>

<item>
	<title><![CDATA[List of Free Online Books and Tutorials  for Learning Scala Programming Language]]></title>
	<link>http://indiadiscuss.com/cs-resources/list-of-free-online-books-and-tutorials-for-learning-scala-programming-language/</link>
  <source url="http%3A%2F%2F"><![CDATA[List of Free Online Books and Tutorials  for Learning Scala Programming Language]]></source>
	<description><![CDATA[<br /><br /><a href="http://ofps.oreilly.com/titles/9780596155957/">Programming Scala by Dean Wampler</a><br /><br />Abstract<br />Programming Scala introduces an exciting new language that offers all the benefits of a modern object model, functional programming, and an advanced type system. Packed with code examples, this comprehensive book teaches you how to be productive with Scala quickly, and explains what makes this language ideal for today's highly scalable, component-based applications that support concurrency and distribution. You'll also learn the advantages that Scala offers as a language for the Java Virtual Machine. <br /><br />-------------------------<br /><br /><br /><a href="http://www.artima.com/pins1ed/">Programming in Scala, First Edition by Martin Odersky, Lex Spoon, and Bill Venners<br /></a><br /><br />We are publishing the first edition of Programming in Scala here to support the Scala community. We hope to benefit the community by providing a high-quality introduction and reference online and for free. If you are curious about Scala, or if you need to hyperlink a reference to some part of Scala's rationale or style, by all means use the online version. If you want the latest version, complete with information about Scala 2.8, then you can buy it at the Artima store or anywhere else that books are sold. <br /><br />-------------------------<br /><br /><a href="http://www.codecommit.com/blog/scala/scala-for-java-refugees-part-1">Scala for Java Refugees</a><br /><br /> You can write code that you can actually read a week from now.  You may even be able to show this code to your Java-loving coworkers and they just might understand it.  You don’t have to curry every function and avoid loops at all costs.  You can write your Java applications in Scala.  You just need the right introduction.<br /><br />-------------------------<br /><br /><a href="http://www.scala-lang.org/docu/files/ScalaTutorial.pdf">A Scala Tutorial for Java programmers</a><br /><br />This document gives a quick introduction to the Scala language and compiler<br /><br />-------------------------<br /><br /><a href="http://www.ibm.com/developerworks/views/java/libraryview.jsp?search_by=scala+neward">List of A Very Good Collection of Scala Articles and Tutorials from IBM</a><br /><br /><br />------------------------- ]]></description>
	<pubDate>Sat, 26 Nov 2011 05:14:55 MST</pubDate>
	<author>admin</author>
	<category>CS Resources</category>
	<votes>1</votes>
	<guid>http://indiadiscuss.com/cs-resources/list-of-free-online-books-and-tutorials-for-learning-scala-programming-language/</guid>
</item>

<item>
	<title><![CDATA[Remove Delete Duplicate Records Or Rows - Sql Server]]></title>
	<link>http://indiadiscuss.com/cs-resources/remove-delete-duplicate-records-or-rows-sql-server/</link>
  <source url="http%3A%2F%2Fcsharpdotnetfreak.blogspot.com%2F2011%2F11%2Fremove-delete-duplicate-records-rowssql.html"><![CDATA[Remove Delete Duplicate Records Or Rows - Sql Server]]></source>
	<description><![CDATA[In this post i am going to describe different methods of deleting duplicate records or rows from sql server database table.<br /> ]]></description>
	<pubDate>Fri, 18 Nov 2011 09:46:42 MST</pubDate>
	<author>indian1</author>
	<category>CS Resources</category>
	<votes>1</votes>
	<guid>http://indiadiscuss.com/cs-resources/remove-delete-duplicate-records-or-rows-sql-server/</guid>
</item>

<item>
	<title><![CDATA[MIT 6.046J / 18.410J Introduction to Algorithms  Video Lectures]]></title>
	<link>http://indiadiscuss.com/cs-resources/mit-6-046j-18-410j-introduction-to-algorithms-video-lectures/</link>
  <source url="http%3A%2F%2Fvideolectures.net%2Fmit6046jf05_introduction_algorithms%2F"><![CDATA[MIT 6.046J / 18.410J Introduction to Algorithms  Video Lectures]]></source>
	<description><![CDATA[This course teaches techniques for the design and analysis of efficient algorithms, emphasizing methods useful in practice. Topics covered include: sorting; search trees, heaps, and hashing; divide-and-conquer; dynamic programming; amortized analysis; graph algorithms; shortest paths; network flow; computational geometry; number-theoretic algorithms; polynomial and matrix calculations; caching; and parallel computing. ]]></description>
	<pubDate>Thu, 17 Nov 2011 13:51:05 MST</pubDate>
	<author>csguy</author>
	<category>CS Resources</category>
	<votes>1</votes>
	<guid>http://indiadiscuss.com/cs-resources/mit-6-046j-18-410j-introduction-to-algorithms-video-lectures/</guid>
</item>

<item>
	<title><![CDATA[Download Official Solutions : Introduction to Algorithms : Cormen  Leiserson  Rivest ]]></title>
	<link>http://indiadiscuss.com/cs-resources/download-official-solutions-introduction-to-algorithms-cormen-leiserson-rivest-/</link>
  <source url="http%3A%2F%2Fmitpress.mit.edu%2Falgorithms%2F"><![CDATA[Download Official Solutions : Introduction to Algorithms : Cormen  Leiserson  Rivest ]]></source>
	<description><![CDATA[Download Solutions of one of the most popular ALgorithm book.<br /><br />"Introduction to Algorithms, the 'bible' of the field, is a comprehensive textbook covering the full spectrum of modern algorithms: from the fastest algorithms and data structures to polynomial-time algorithms for seemingly intractable problems, from classical algorithms in graph theory to special algorithms for string matching, computational geometry, and number theory. The revised third edition notably adds a chapter on van Emde Boas trees, one of the most useful data structures, and on multithreaded algorithms, a topic of increasing importance."<br />—Daniel Spielman, Department of Computer Science, Yale University  ]]></description>
	<pubDate>Thu, 17 Nov 2011 11:14:59 MST</pubDate>
	<author>csguy</author>
	<category>CS Resources</category>
	<votes>1</votes>
	<guid>http://indiadiscuss.com/cs-resources/download-official-solutions-introduction-to-algorithms-cormen-leiserson-rivest-/</guid>
</item>

<item>
	<title><![CDATA[Computer Science Lecture Notes:  Efficient Algorithms and Intractable Problems]]></title>
	<link>http://indiadiscuss.com/cs-resources/computer-science-lecture-notes-efficient-algorithms-and-intractable-problems/</link>
  <source url="http%3A%2F%2Fwww.cs.berkeley.edu%2F%7Eluca%2Fcs170%2F"><![CDATA[Computer Science Lecture Notes:  Efficient Algorithms and Intractable Problems]]></source>
	<description><![CDATA[Concepts and basic techniques in the design and analysis of algorithms; models of computation; lower bounds; algorithms for optimum search trees, balanced trees, and union-find algorithms; numerical and algebraic algorithms; combinatorial algorithms. Turing machines, how to count steps, deterministic and nondeterministic Turing machines, NP-completeness. Unsolvable and intractable problems.  ]]></description>
	<pubDate>Thu, 17 Nov 2011 11:12:41 MST</pubDate>
	<author>csguy</author>
	<category>CS Resources</category>
	<votes>1</votes>
	<guid>http://indiadiscuss.com/cs-resources/computer-science-lecture-notes-efficient-algorithms-and-intractable-problems/</guid>
</item>

<atom:link href="http://indiadiscuss.com" rel="self" type="application/rss+xml" />
</channel>
</rss>
