<?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" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>Java Code Geeks &#187; Jason Baldridge</title> <atom:link href="http://www.javacodegeeks.com/author/Jason-Baldridge/feed" rel="self" type="application/rss+xml" /><link>http://www.javacodegeeks.com</link> <description>Java 2 Java Developers Resource Center</description> <lastBuildDate>Tue, 21 May 2013 22:00:00 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.5.1</generator> <item><title>Using Twitter4j with Scala to perform user actions</title><link>http://www.javacodegeeks.com/2013/02/using-twitter4j-with-scala-to-perform-user-actions.html</link> <comments>http://www.javacodegeeks.com/2013/02/using-twitter4j-with-scala-to-perform-user-actions.html#comments</comments> <pubDate>Wed, 27 Feb 2013 20:00:42 +0000</pubDate> <dc:creator>Jason Baldridge</dc:creator> <category><![CDATA[Scala]]></category> <category><![CDATA[Twitter4j]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=9155</guid> <description><![CDATA[Introduction My previous post showed how to use Twitter4j in Scala to access Twitter streams. This post shows how to control a Twitter user’s actions using Twitter4j. The primary purpose of this functionality is perhaps to create interfaces for Twitter like TweetDeck, but it can also be used to create bots that take automated actions [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/02/using-twitter4j-with-scala-to-perform-user-actions.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Using twitter4j with Scala to access streaming tweets</title><link>http://www.javacodegeeks.com/2013/02/using-twitter4j-with-scala-to-access-streaming-tweets.html</link> <comments>http://www.javacodegeeks.com/2013/02/using-twitter4j-with-scala-to-access-streaming-tweets.html#comments</comments> <pubDate>Thu, 14 Feb 2013 08:00:15 +0000</pubDate> <dc:creator>Jason Baldridge</dc:creator> <category><![CDATA[Scala]]></category> <category><![CDATA[Twitter4j]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=8560</guid> <description><![CDATA[Introduction My previous post provided a walk-through for using the Twitter streaming API from the command line, but tweets can be more flexibly obtained and processed using an API for accessing Twitter using your programming language of choice. In this tutorial, I walk-through basic setup and some simple uses of the twitter4j library with Scala. [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/02/using-twitter4j-with-scala-to-access-streaming-tweets.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>A walk-through for the Twitter streaming API</title><link>http://www.javacodegeeks.com/2013/02/a-walk-through-for-the-twitter-streaming-api.html</link> <comments>http://www.javacodegeeks.com/2013/02/a-walk-through-for-the-twitter-streaming-api.html#comments</comments> <pubDate>Fri, 08 Feb 2013 20:00:36 +0000</pubDate> <dc:creator>Jason Baldridge</dc:creator> <category><![CDATA[Software Development]]></category> <category><![CDATA[JSON]]></category> <category><![CDATA[Twitter]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=8346</guid> <description><![CDATA[Introduction Analyzing tweets is all the rage, and if you are new to the game you want to know how to get them programmatically. There are many ways to do this, but a great start is to use the Twitter streaming API, a RESTful service that allows you to pull tweets in real time based [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/02/a-walk-through-for-the-twitter-streaming-api.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Unix pipelines for basic spelling error detection</title><link>http://www.javacodegeeks.com/2013/02/unix-pipelines-for-basic-spelling-error-detection.html</link> <comments>http://www.javacodegeeks.com/2013/02/unix-pipelines-for-basic-spelling-error-detection.html#comments</comments> <pubDate>Mon, 04 Feb 2013 17:00:04 +0000</pubDate> <dc:creator>Jason Baldridge</dc:creator> <category><![CDATA[Software Development]]></category> <category><![CDATA[Unix]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=8055</guid> <description><![CDATA[Introduction We can of course write programs to do most anything we want, but often the Unix command line has everything we need to perform a series of useful operations without writing a line of code. In my Applied NLP class today, I show how one can get a high-confidence dictionary out of a body [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/02/unix-pipelines-for-basic-spelling-error-detection.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Processing JSON in Scala with Jerkson</title><link>http://www.javacodegeeks.com/2012/05/processing-json-in-scala-with-jerkson.html</link> <comments>http://www.javacodegeeks.com/2012/05/processing-json-in-scala-with-jerkson.html#comments</comments> <pubDate>Mon, 14 May 2012 13:00:00 +0000</pubDate> <dc:creator>Jason Baldridge</dc:creator> <category><![CDATA[Scala]]></category> <category><![CDATA[Jerkson]]></category> <category><![CDATA[JSON]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/processing-json-in-scala-with-jerkson.html</guid> <description><![CDATA[Introduction The previous tutorial covered basic XML processing in Scala, but as I noted, XML is not the primary choice for data serialization these days. Instead, JSON (JavaScript Object Notation) is more widely used for data interchange, in part because it is less verbose and better captures the core data structures (such as lists and [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/05/processing-json-in-scala-with-jerkson.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Scala Basic XML processing</title><link>http://www.javacodegeeks.com/2012/05/scala-basic-xml-processing.html</link> <comments>http://www.javacodegeeks.com/2012/05/scala-basic-xml-processing.html#comments</comments> <pubDate>Mon, 07 May 2012 10:00:00 +0000</pubDate> <dc:creator>Jason Baldridge</dc:creator> <category><![CDATA[Scala]]></category> <category><![CDATA[XML]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/scala-basic-xml-processing.html</guid> <description><![CDATA[Introduction Pretty much everybody knows what XML is: it is a structured, machine-readable text format for representing information that can be easily checked for the “grammaticality” of the tags, attributes, and their relationship to each other (e.g. using DTD’s). This contrasts with HTML, which can have elements that don’t close (e.g. &#60;p&#62;foo&#60;p&#62;bar rather than &#60;p&#62;foo&#60;/p&#62;&#60;p&#62;bar&#60;/p&#62;) [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/05/scala-basic-xml-processing.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Student Questions about Scala, Part 2</title><link>http://www.javacodegeeks.com/2012/03/student-questions-about-scala-part-2.html</link> <comments>http://www.javacodegeeks.com/2012/03/student-questions-about-scala-part-2.html#comments</comments> <pubDate>Tue, 06 Mar 2012 15:52:00 +0000</pubDate> <dc:creator>Jason Baldridge</dc:creator> <category><![CDATA[Scala]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/student-questions-about-scala-part-2.html</guid> <description><![CDATA[Preface This is the second post answering questions from students in my course on Applied Text Analysis. You can see the first one here. This post generally covers higher level questions, starting off with one basic question that didn’t make it into the first post. Basic Question Q. When I was working with Maps for [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/03/student-questions-about-scala-part-2.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Student Questions about Scala, Part 1</title><link>http://www.javacodegeeks.com/2012/02/student-questions-about-scala-part-1.html</link> <comments>http://www.javacodegeeks.com/2012/02/student-questions-about-scala-part-1.html#comments</comments> <pubDate>Mon, 27 Feb 2012 12:51:00 +0000</pubDate> <dc:creator>Jason Baldridge</dc:creator> <category><![CDATA[Scala]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/student-questions-about-scala-part-1.html</guid> <description><![CDATA[Preface I’m currently teaching a course on Applied Text Analysis and am using Scala as the programming language taught and used in the course. Rather than creating more tutorials, I figured I’d take a page from Brian Dunning’s playbook on his Skeptoid podcast (highly recommended) when he takes student questions. So, I had the students [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/02/student-questions-about-scala-part-1.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Variations for computing results from sequences in Scala</title><link>http://www.javacodegeeks.com/2012/02/variations-for-computing-results-from.html</link> <comments>http://www.javacodegeeks.com/2012/02/variations-for-computing-results-from.html#comments</comments> <pubDate>Fri, 17 Feb 2012 19:25:00 +0000</pubDate> <dc:creator>Jason Baldridge</dc:creator> <category><![CDATA[Scala]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/variations-for-computing-results-from-sequences-in-scala.html</guid> <description><![CDATA[Introduction A common question from students who are new to Scala is: What is the difference between using the map function on lists, using for expressions and foreach loops? One of the major sources of confusion with regard to this question is that a for expression in Scala in not the equivalent of for loops [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/02/variations-for-computing-results-from.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Scala Tutorial &#8211; code blocks, coding style, closures, scala documentation project</title><link>http://www.javacodegeeks.com/2011/11/scala-tutorial-code-blocks-coding-style.html</link> <comments>http://www.javacodegeeks.com/2011/11/scala-tutorial-code-blocks-coding-style.html#comments</comments> <pubDate>Wed, 16 Nov 2011 13:11:00 +0000</pubDate> <dc:creator>Jason Baldridge</dc:creator> <category><![CDATA[Scala]]></category> <category><![CDATA[Scala Tutorial]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/scala-tutorial-code-blocks-coding-style-closures-scala-documentation-project.html</guid> <description><![CDATA[Preface This is part 12 of tutorials for first-time programmers getting into Scala. Other posts are on this blog, and you can get links to those and other resources on the links page of the Computational Linguistics course I’m creating these for.&#160;Additionally you can find this and other tutorial series on the JCG Java Tutorials [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2011/11/scala-tutorial-code-blocks-coding-style.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/4 queries in 0.001 seconds using apc
Object Caching 1122/1123 objects using apc
Content Delivery Network via jcg.javacodegeeks.netdna-cdn.com

Served from: www.javacodegeeks.com @ 2013-05-22 03:09:53 -->