ConQAT == No copy&paste липня 22, 2013 Very good tool for duplicate code detection. https://conqat.cqse.eu/ This is the must have tool to be used if you suspect your project. Good How-to for C++ http://amr-noaman.blogspot.com/2013/04/detect-exact-and-similar-code.html Докладніше
GitLab березня 15, 2013 I like GitHub. The easiest way to setup GitLab is downloading TurnKey linux virtual machine image from http://www.turnkeylinux.org/gitlab Докладніше
Best virtual desktops app for windows березня 15, 2013 Let me introduce to the public so far the best free virtual desktops app: VirtualWin ! http://sourceforge.net/projects/virtuawin/ Докладніше
Bash + svn: delete missingly addedd files in gen folders березня 05, 2013 svn status | grep -P "A .*gen/" | cut -c3-150 | xargs svn rm --force Докладніше
RPM, rpmbuild Disable Automatic Dependency Processing вересня 18, 2012 To disable automatic dependency processing, the following line may be used: AutoReqProv: no Докладніше
ImageMagick: Record desktop as a animated gif. жовтня 03, 2011 Console command might look like: while true ; do import -window root 1.gif && convert 2.gif 1.gif 2.gif && sleep 5; done Докладніше