Live data from Hacker News

Viewing profile — LewisCr

LewisCr

HN member
Joined
Thu, Nov 10, 2011, 2:56 PM UTC
HN karma
3
Public activity
9 items

About LewisCr

No profile information was provided.

Recent public activity

  1. comment
  2. comment
  3. comment
    Comment #3778357

    Works on Android Dolphin

  4. comment
    Comment #3719694

    I thought loisirs were rentals?

  5. comment
    Comment #3656659

    I don't know enough to understand what makes relational algebra procedural. I read the "Haskell more successful cousin" article and I thought that the relational algebra part was w…

  6. comment
    Comment #3635510

    For more resources on this topic, I have been leafing through O'Reilly's Hypermedia APIs book, it's been interesting.

  7. comment
    Comment #3631656

    Are there any write ups online that explain how catalyst solves these problems?

  8. comment
    Comment #3220271

    Have you been to DB-Class.org? It might make a good supplement to your real-life class.

  9. comment
    Comment #3220237

    This code: Where a.client_id = c.client_id And a.client_id = b.client_id (+) And c.client_id = b.client_id (+) Doesn't fly in our database