- Pastel On Paper
- Blue, black, red ink on paper
- Ink on Paper
- Black Pencil on Paper
- Ink on Paper
- Pastel On Paper
- Soft Pastel On Paper
- Pencil on Paper
- Aquarell on Paper
You can find so many useful podcast regarding Software Engineering under this link : http://www.se-radio.net
I find this paper very helpful to get a rough impression about Static Code Analyzers in C++ coding perspective. It was written by famous C++ guru Scott Meyers and Martin Klaus. It seems that the performance of “lint” is good.
http://www.aristeia.com/ddjpaper1.html
Normally, PC_LINT output messages are not that understandable. Also, if you want to handle each message, you have to go to related file and line number in the file explorer. It would be better, if we could see the messages in Problems Window of Eclipse like compiler errors&warnings. So, we could double click the message and go to the related file and line number easily. In our case, I assume that LINT messages are written in a file, if not you can also direct your console to a file….
For the rest of the article, you can download it here : How to see the LINT messages like compiler messages in Eclipse
Here you can find recorded radio programs made by timesys about linux and more embedded linux. If you are interested in embbedded platforms and linux you can download those mp3 files and listen with your ipod or mp3 players. I listened and learned a lot…
Under below link, you can find a good article about how to design and build operating system independent firmwares in C++ programming language. Also, it gives a simple example for implementing a portable interface for some POSIX APIs.
A good documentation about the binary utilities of GNU.
Ocak 2002 tarihinde aldigim Yapay Sinir Aglarina Giris adli master dersinde hazirladigim “T ve L harflerini tanıyan ardışıl Hopfield Ağı tasarımı” konulu odev raporunu buradan indirebilirsiniz : ysa_odev4
Mayis 2000 tarihinde Bilgisayarda Grafik adli derste Mehmet Faik Demirez ile birlikte hazirladigimiz Golge Algoritmalari odev ve sunumunu buradan indirebilirsiniz : bilgisayardagrafik
Ozetle : Golge algoritmalari bilgisayar grafik uygulamalarinda neden onemlidir, hangi alanlarda kullanilir, nasil uygulanir, gercek dunyadaki golgelerden farki nedir gibi konulari ozetle anlatmaktadir…