HowFlow

Tricks in category 'Development'


http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way
nti.st This article will be a tutorial showing you how to host and manage Git repositories with access control, easily and safely. I use an up and coming tool called gitosis that my friend Tv wrote to help make hosting git repos easier and safer. It manages multiple repositories under one user account, using SSH keys to identify users. However, users do *not* need shell accounts on the server, instead...

Share it!   Posted by Avatar cib 5 months ago

http://www.vim.org/scripts/script.php?script_id=1879
vim.org Normally you can write a part of a function or similar and press CTRL+N or CTRL+P and you get a list of functions etc. they are used in your source. With the autocomplpop.vim plugin the popup comes automatically without pressing CTRL+N/P and there are a few supported languages. You can also get a list of "all" supported functions etc from your language. For more information see the pl...

Share it!   Posted by Avatar idl0r 6 months ago

HowFlow — If your eclipse dies with an error message like "Java indexing java.lang.OutOfMemoryError: Java heap space", you should give this little trick a try.

Share it!   Posted by aroedl aroedl 6 months ago

http://www.rubular.com/
rubular.com Rubular is a Ruby-based regular expression editor. It's a handy way to test regular expressions as you write them.

Share it!   Posted by aroedl aroedl 3 months ago

HowFlow — Ever wondered if there's a way to disable those Fortran and C++ checks in your Autotools + Libtool based project? Here's the answer.

Share it!   Posted by Avatar stkn 6 months ago

http://www.rubyinside.com/21-ruby-tricks-902.html
rubyinside.com In this post Peter Cooper presents 21 different Ruby tricks, from those that most experienced developers already use every day to those that are more obscure.

Share it!   Posted by aroedl aroedl 5 months ago

http://google-opensource.blogspot.com/2008/05/export-git-project-to-google-code.html
blogspot.com Google Code can act as a stable read-only Subversion mirror of a Git project. Basically it works like a backup of your Git repository. In this model, patches are first applied to the central Git repository and exported to Google Code later.

Share it!   Posted by Avatar flood 5 months ago

http://nienhueser.de/blog/?p=19
nienhueser.de Short step-by-step instructions to use Eclipse as a KDE IDE.

Share it!   Posted by aroedl aroedl 3 months ago