WordPress served well but I am sick of trying to keep it up to date without writing a single line for years. It is absurd to create pages dynamically when there is no dynamic part at all. Octopress is a perfect solution to build a blog if you are familiar enough with terminal and markdown, no need to be a ninja.
I always shift+delete or rm -rf my old project files and keep my workspace very clean. Let’s say it’s a bad habit after working with SVN for several years and relying on server backups. Oh yes, I am not keeping backups of my projects and so comfortable with it!
Bitbucket is cool with unlimited private repos but the downtime they had yesterday proved that you shouldn’t rely on it if you don’t have copies of your repositories on your own disk. I wrote a small console application using symfony console component to sync all repositories of a user by utilizing bitbucket API.
Basically, you give your bitbucket credentials and it clones all your git repositories.
The ironic part is that project is hosted at bitbucket. I think I should define another remote like github. :)
Notice that repositories are cloned over https schema including your username and password. I mean repositories will have origins with uris like https://username:[email protected]/. If this is a security problem for you, don’t use the application!
TOP10Hardware.com is a location-based social network which aims to embrace all PC users and hardware enthusiasts all around the world.
Do you want to compare your computer speed with others? How fast is it in the world, continent, country or even in your city? Top10 Hardware makes it possible. It is a Facebook for geeks.
Top10 Hardware is still in beta stage and please help us to make it better by reporting bugs and giving suggestions. Any feedback is welcome.
If you want to add only one file, you don’t have to use combine helper. Directives added to .htaccess file let combine script to compress the file(See related post). Just use $javascript->link('filename').
ilgera Akademi projesi kapsamında Bilge Adam’da beraber çalışma fırsatı bulduğum, yazılım geliştirme ve ekip çalışması vizyonuma çok büyük katkı sağlamış Gökhan Altınören’in startup projesi Nurturia bir süredir beta yayınına devam etmekte.
Çocuklu ailelerin biraraya gelmesini sağlayan sosyal ağ sitesinde tüm aile fotoğraflarını, mesajlarını paylaşabiliyor. Özellikle yeni çocuğu olanların çocuk yetiştirme konusunda daha tecrübeli olanlardan soru cevap vasıtası ile yardım alabildiği site sayesinde çocuğunuzun gelişimi sırasında karşınıza çıkabilecek birçok konu hakkında bilgi alabilirsiniz.
After installing Windows 7, everything was fine except sound. It seems like sound drivers were installed correctly but it wasn’t.
You did try to download drivers from lenovo site and install them but shit(!), software installer says that I have no idea about your operating system.
Here are the instructions (applies Soundmax, no idea about Realtek (Xavi reported it works for Realtek too, thanks Xavi!)):
An application to see global namespace pollution that the javascript frameworks cause. You can check for conflicts before usings different libraries together.