Två nya recept tillagda. Det blev nya versioner av Sean Connorale och Fudge Dread, båda bryggda inför SM i Linköping. Recepten finns här: Sean Connorale SM edition och här: Fudge Dread SM edition.
Maven Dependencies gone wild
Transient dependencies can be a bit pain when they start creeping around. Sometimes it’s hard to debug these things even though we have some nice tools at hand like dependency:tree and even eclipse has nice tree traversing tools. But, sometimes we need bigger guns. This nice plugin for maven will […]
Performance logging with aspects
Determine and specify OS-specific targets in ANT scripts
When building cross-platform (different OS) sometimes we need to perform tasks that differ across OS families. This is rather simple to do with Ant-scripting. This is a skeleton structure for checking conditional-statements first and executing tasks. <target name="start"> <!– do some initial stuff here if any… –> </target> […]
Very simple web-server
I’m playing with some JavaScript frameworks and some new editors. Brackets (adobe) is open source one, built particularly for developing web stuff. It has built-in server for live preview and it works really good. This, assuming that some simple mostly fast static content preview is desired. As soon as you save […]
Fudge Dread tappad på flaska
Ansi color codes
I don’t like to remember things so here comes a short list of Ansi color codes that can be used in your bash: # ANSI color codes RS="[33[0m]" # reset HC="[33[1m]" # hicolor UL="[33[4m]" # underline INV="[33[7m]" # inverse background and foreground FBLK="[33[30m]" # foreground black FRED="[33[31m]" # foreground red […]
Alternative to Windows console
7 Hail Mary tappad på flaska
Coca Cola
Detta är inget ölrelaterat inlägg. Vi hade en rolig diskussion på jobbet här om dagen angående varför vissa dricker cola zero och vissa bara light. Alltså, gällande folk som föredrar sockerfria colan. Jag trodde till och med att jag skulle kunna känna igen respektive i en blind test. Testet visade […]