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 ! Related posts No related posts.
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 Related posts User groups and Users in Ubuntu (0) Ubuntu 9.10, Karmic Koala, released (0) Server optimizations 2 (0) install php apache mysql phpmyadmin (3) How to learn your linux release (3)
I decided to write movies that i want to advice. Therefore, i opened a category named movies. I have just added a new post in it . Actually, i think, my english is not enough to write summary about movie, but i just want to write. Related posts After long break … (0)
http://www.imdb.com/title/tt1151359/ Director and writer: Tim Blake Nelson Players: Edward Norton, … It’s about twins, one of them is a professor other is a drug seller. One day professor receive calls and comes back to his brother. And then a new life starts for him. recommended Trailer Related posts Inception (0)
I wrote c code to read from a file char by char. Finally, it counts char number and print it. How to read file with C 1. Get file name to open. 2. Open file to read. 3. Get a char. 4. Print char. 5. Print total char in the file. #include void main () … Read more
Today, i opened a new user (account) and gave ssh access a user on my linode vps. Opened new group Created new user Changed user group Check user group is true Giving ssh access to user Restarting sshd Lets firstly add a user in Ubuntu sudo adduser USERNAME Create new group in Ubuntu sudo addgroup … Read more
