| bio | website | codebyexample.info |
|---|---|---|
| location | Stockholm, Sweden | |
| age | 40 | |
| visits | member for | 1 year, 6 months |
| seen | 2 days ago | |
| stats | profile views | 48 |
Java and Scala enthusiast, stackoverflow addict
|
May 18 |
comment |
MySQL error 1022 when creating table Thanks! Had the same problem and could not have understand that given the error massage. BTW the name of the colliding foreign key is NOT the same as the column name, just an internal MySql name for the key. |
|
May 8 |
awarded | Popular Question |
|
Feb 5 |
answered | Jenkins Java API and build parameters |
|
Feb 5 |
accepted | Is it possible to abort a long running query using iBATIS? |
|
Feb 5 |
comment |
Is it possible to abort a long running query using iBATIS? Sounds very interesting. Do you have any code example one could look at? |
|
Feb 4 |
comment |
Is it possible to abort a long running query using iBATIS? I believe this is not supported by iBATIS, or is it? |
|
Feb 4 |
asked | Is it possible to abort a long running query using iBATIS? |
|
Dec 17 |
asked | How to populate Flash charts on load in Apex? |
|
Nov 15 |
comment |
How to use Haskells laziness when finding right triangles Interesting, thanks! |
|
Nov 15 |
comment |
How to use Haskells laziness when finding right triangles Ok, thanks. Something like that helps: > let triangles = [(a,b,c) | c <- [1..], b <- [1..c], a <- [1..c], a^2 + b^2 == c^2] |
|
Nov 15 |
accepted | How to use Haskells laziness when finding right triangles |
|
Nov 15 |
asked | How to use Haskells laziness when finding right triangles |
|
Nov 11 |
awarded | Yearling |
|
Aug 30 |
awarded | Critic |
|
Aug 30 |
comment |
How to create collaboration diagrams for a Groovy program? I'm afraid this is a class diagram (showing the class hierarchy), and not a collaboration diagram (showing the flow in the program). Nice diagram though :) |
|
Aug 30 |
comment |
How to create collaboration diagrams for a Groovy program? Thanks but unfortunately this didn't work. Any other ideas? |
|
Aug 30 |
asked | How to create collaboration diagrams for a Groovy program? |
|
Jul 25 |
accepted | How to retrieve all objects in a Mongodb collection including the ids? |
|
Jul 10 |
revised |
Writing MongoDB Queries using “in” modifier Improved header to reflect specialized question |
|
Jul 10 |
suggested | suggested edit on Writing MongoDB Queries using “in” modifier |