blog.teksol.info
Scala Case Classes and State Machines Using Akka Actors — A Single Programmer's Blog
http://blog.teksol.info/2012/02/29/scala-case-classes-and-state-machines-using-akka-actors.html
A Single Programmer's Blog. By François Beausoleil. Projects I work on:. Scala Case Classes and State Machines Using Akka Actors. We use the Twitter Streaming API. To harvest what people say about television shows. The Twitter Streaming API docs state that:. Upon a change, reconnect immediately if no changes have occurred for some time. For example, reconnect no more than twice every four minutes, or three times per six minutes, or some similar metric. From Updating Filter Predicates. The obvious first t...
isaacliu.info
Home - Isaac Liu's Website
http://isaacliu.info/site/index2.html
Adding excerpts to Webby. So after revisiting my blog I realized that descriptive tutorial entries with code segments are helpful, but they are…long. The front page of my blog was being dragged way too long by those entries. Thus, I needed to add an “excerpt” feature that allows me to partially display an entry and add a ‘read more…’ link for the full post. Rien Heinrichs. Has done exactly that with his blog created with Webby, and his github. Added blog tags in Webby. I saved a link to Aarom Qian. In ge...
isaacliu.info
Publications - Isaac Liu's Website
http://isaacliu.info/site/publications.html
Number of matching entries: 0. Edwards, S.A. Kim, S. Lee, E.A. Liu, I. Patel, H.D. and Schoeberl, M. IEEE. A Disruptive Computer Design Idea: Architectures with Repeatable Timing. Proceedings of IEEE International Conference on Computer Design (ICCD). Leung, M.-K. Liu, I. and Zou, J. Code Generation for Process Network Models onto Parallel Architectures. Article{Leung:EECS-2008-139, author = {Leung, Man-Kit and Liu, Isaac and Zou, Jia}, title = {Code Generation for Process Network Models onto Parallel Ar...
isaacliu.info
Tag - java - Isaac Liu's Website
http://isaacliu.info/site/tags/java.html
Click on title to reveal post content ]. As I mentioned in my previous post, Learning Android. Is currently a software engineer at Apple Inc. Working on the iOS performance team. He received his Ph.D in Electrical Engineering and Computer Science. At the University of California, Berkeley. His research focus was in real time systems, parallel architectures and programming models. His thesis can be found here. 2 Infinite Loop, Cupertino, CA. Liu (dot) isaac (at) gmail (dot) com. Feb 05, 2013. Jan 23, 2013.
isaacliu.info
Tag - apache - Isaac Liu's Website
http://isaacliu.info/site/tags/apache.html
Click on title to reveal post content ]. Crawling up the Ranks. Finally, I’m back at the first hit when you google “isaac liu”. Because of all the webhost changing and redesigning of my page, my page rank started dropping, until eventually my site completely disappeared from google search when querying “isaac liu”! I did some researching and found out that by using the. RewriteRule index .html$ / liuisaac/site/ [R=301,L] 3. RewriteRule $ / liuisaac/site/ [R=301,L]. Line 2 and 3) to the. If you are using.
roovoweb.com
roovo:web » tagged with: tech
http://www.roovoweb.com/tags/tech.html
Raquo; tagged with: tech. OAuth conversion for unattended twitter bots. Sunday 15th Aug 2010 @ 8:08pm. I have a couple of ruby scripts which scrape information off websites to post to their own twitter accounts: felixstowe port. These were both set up quite a while ago using Twitter4r and basic authentication and so were doomed to stop working come the end of the month if I didn’t update them. The first thing I did was to switch over to John Nunemaker’s Twitter gem. Oauthauthorize from access( '. After l...
roovoweb.com
roovo:web » tagged with: merb
http://www.roovoweb.com/tags/merb.html
Raquo; tagged with: merb. The End of Dependency Hell? Monday 20th Apr 2009 @ 11:04pm. Saw an interesting commit message. In the merb repo on github today. The part that caught my attention was:. Adds support for Merb: Config[:ignore system gems], which if set to true will not. Fallback to system gems. This enables you to be sure your merb app has all required gems bundled, and not accidently using system gems. OAuth conversion for unattended twitter bots. The End of Dependency Hell?
ananelson.com
About Me
http://ananelson.com/about-me
Having fallen in love with programming while studying for my Ph.D. in economics, I now develop open source software to explore and explain data. I am the creator of Dexy, a new tool for reproducible research and document automation. Ana Nelson. Built with Webby.
roovoweb.com
roovo:web » datamapper - form friendly integers
http://www.roovoweb.com/posts/2009/04/14/form-friendly-integers-for-datamapper.html
DataMapper - Form Friendly Integers. Tuesday 14th Apr 2009 @ 4:04pm. I like friendly things and DataMapper is one of them. I also like friendly forms and am a bit picky about how they should behave. Here’s part of a form for inputting a value into an Integer property on a DataMapper model. Notice that some dumb-ass has entered something stupid in the text box. Now when they submit the form they end up seeing:. There’s a very helpful docs page. Blog comments powered by Disqus. The End of Dependency Hell?