sometimes a cigar is just a cigar
Header image
Shutter Island

An incredible film directed by Martin Scorsese. It has very very interesting ending. I found a lot of ideas about what was the ending of film about. Players; Leonardo DiCaprio, Mark Ruffalo, Ben Kingsley, Max von Sydow imdb http://www.imdb.com/title/tt1130884/ You should watch !

I found a great document about dicts,tuples and list, you can easliy understand three of them and learn differences between dicts,tuples and lists . Also in this document, you can find how to add a record for each of them. what is the difference between tuple and list in python? tuples are immutable, you can … Read more

C++ ile yazdığım telefon defterinin benzerini python ile yazdım. Dict kullandığımdan dolayı aynı isimde iki kişi olmamasına dikkat edin, dilerseniz list yapısına çevirebilirsiniz. Aynı klasörde example.txt’yi yaratmayı unutmayın ( windows için tam path girmeniz lazım.) Surname kısmını eklemek isterseniz, pdict[name] =(phone,surname) şeklinde ekleyebilirsiniz. This python phone book is about same with c++ one. I used … Read more

C++ ile yazdığım bir telefon defteri programı, Ubuntu’da yazıldığı için windows’altında çalıştırmak için dosya yolunu tam girmeniz gerekmekte ( c:\example.txt gibi) Ayrıca strcmp char kontrolu yapmadığından, isim’i tek karakter girmeyin. Bir kaydı silmek için temp dosyası kullandım. Silinicek kayıt hariç bütün kayıtlar temp’e kayıt edildikten sonra dosyanın adını değiştirdim. Umarım işinize yarar. It’s a phone … Read more

To learn your ubuntu version/ release there are two ways that i know. first sudo cat /etc/lsb-release second sudo cat /etc/issue