kevinlocke.name
Eureka! - Kevin Locke's Blog - Kevin Locke's Homepage
https://kevinlocke.name/bits
A blog of minor discoveries and useful tips from Kevin Locke. Faster git filter-branch for file filtering. Posted July 19, 2016 at 22:08 PM MDT. When filtering the commit history of a Git. Repository to contain only the history of certain files, and performance is an issue, consider the following suggestions:. Where possible. It’s quite fast. Otherwise, use the. Otherwise, use the. And specify the desired files as arguments. Serving Pre-Compressed Files with Apache MultiViews. Header using mod headers.
takezoe.blogspot.com
Human System: 06/2012
http://takezoe.blogspot.com/2012_06_01_archive.html
Scalagen - A Source Code Generator for ORMs. Is a source code generator for ORMs. In the current version of Scalagen supports ScalaQuery. It's possible to use as a sbt plug-in. I show how to use Scalagen as a sbt plug-in for ScalaQuery. Scalagen generates table definition objects and case classes which correnspond to them. Seq(jp.sf.amateras.scalagen.ScalagenPlugin.scalagenSettings: *) scalagenConfiguration := jp.sf.amateras.scalagen.Settings( / for ScalaQuery generato...The Seasar Project (Japanese).
dcsobral.blogspot.com
Algorithmically challenged: December 2011
http://dcsobral.blogspot.com/2011_12_01_archive.html
Random thoughts of an IT worker in the stone age of computer science. Tuesday, December 27, 2011. Using Scala API Documentation. One link that was missing from my post about Scala on the Web. Was the link to the Scala API documentation, often called "scaladoc" for short, after the tool that generates it. I tried to put it in, but it kind of broke the narrative and, to be honest, I have a lot to talk about the subject. So I decided to do a whole blog just about it. First of all, there are two main links.