Viewing profile — LewisCr
LewisCr
HN member- Joined
- Thu, Nov 10, 2011, 2:56 PM UTC
- HN karma
- 3
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About LewisCr
No profile information was provided.
Recent public activity
- comment
- comment
-
comment
Comment #3778357
Works on Android Dolphin
-
comment
Comment #3719694
I thought loisirs were rentals?
-
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…
-
comment
Comment #3635510
For more resources on this topic, I have been leafing through O'Reilly's Hypermedia APIs book, it's been interesting.
-
comment
Comment #3631656
Are there any write ups online that explain how catalyst solves these problems?
-
comment
Comment #3220271
Have you been to DB-Class.org? It might make a good supplement to your real-life class.
-
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