sobota, 26 października 2013

Git bash in Console2 tab

If you like Console2 and you use git you can setup Console2 to use git bash in new tab. Open Console2, go to
Edit->Settings->Tabs
Add new tab and set titile for example
Git bash
You can add an icon
C:\Program Files (x86)\Git\etc\git.ico

In shell option put
C:\Windows\SysWOW64\cmd.exe /c ""C:\Program Files (x86)\Git\bin\sh.exe" --login -i"
And set startup dir to your working dir, for example
D:\workspace


No you should have git bash in your Console2 tab, just open new tab (for this example - CTR+F2)

środa, 20 lutego 2013

YUML - online UML diagrams

yuml.me is a simple online web tools to make UML diagram.

Here is an example
[Customer]-(Make Cup of Tea)
(Make Cup of Tea)<(Add Milk)
(Make Cup of Tea)>(Add Tea Bag)
which produces:

czwartek, 17 stycznia 2013

How to run play framework dist on Windows

To run play framework dist on Windows type the following commonad in unzipped dist folder:
java -cp "./lib/*;" play.core.server.NettyServer