mystic coders

Month: January, 2006

CGSResolveShmemReference : offset exceeds bounds

31 January, 2006 (14:10) | Apple

After working on my machine for quite a bit today, I started getting crashes in certain programs, and I haven’t seen this pre-10.4.4. The following was seen in Console.app:
CGSResolveShmemReference : offset exceeds bounds
And it did so for several apps, Firefox, GLterm, iSync (wouldn’t even run). A simple logout and login seems to have […]

Find duplicate rows in a database using standard SQL

31 January, 2006 (00:15) | Java

Thanks goes to Xgc in #mysql on freenode for showing me this little one-liner. We needed to add a unique key to one of our tables, and a duplicate was in our midst. Enter this handy one-liner:
SELECT field1, count(*) FROM tbl1 GROUP BY field1 HAVING count(*)>1;
problem solved, a nice simple list of […]

Wicket helps developers enjoy programming again

30 January, 2006 (12:02) | Java

After using several of the web frameworks that are prevalant in the java world, I do believe I’ve finally found a virtual nirvana.  Here at Mystic, we’re doing lots of development with Wicket,  a java web application framework that “takes simplicity, separation of concerns and ease of development to a whole new level.”
So what […]

About mystic

Mystic is located in Southern California, we are a dedicated team of magic makers for your organizations needs. We can take your needs and turn them into the solution that fits perfectly for your company.
Learn More