Yazar: admin

Kadir gönül. Bilgisayar mühendisi.

NM command and symbol meanings

Posted on 14 Ağustos 2015 in Programlama by

If the previous code is compiled with the gcc C compiler, the output of the nm command is the following:

Posted on 29 Temmuz 2015 in Fotoğrafçılık by

Photo of the day (meerkats)

Launching application with keyboard shortcut in linux (centos, fedora, redhat)

Posted on 04 Temmuz 2015 in Programlama by

Goto: Settings > Keyboard > Shortcuts > Custom Shortcuts Click the + button. Name: Terminal Command: gnome-terminal Click the Add button. Now click on

Heap sort

Posted on 27 Haziran 2015 in Programlama by

Wikipedia has a good tutorial for heap tree. https://en.wikipedia.org/wiki/Binary_heap Following implementation is copied from the page: http://robin-thomas.github.io/max-heap/   What is

Ldap apache directory studio tutorial

Posted on 18 Mayıs 2015 in Programlama by

You can find a good tutorial here and content is copied from the following page: http://krams915.blogspot.com.tr/2011/01/ldap-apache-directory-studio-basic.html

Dambıl ile evde çalışma

Posted on 17 Mayıs 2015 in Kategorilenmemiş by

yapılması gereken egzersizler      

How to call native c function via firefox

Posted on 10 Mayıs 2015 in Programlama by

At the heart of js-ctypes is the ctypes.open function. This must be called before any work can commence. There are

Java threads in and out

Posted on 12 Nisan 2015 in Programlama by

Following sample code shows how to implement basic runnable interface in java

Git notes and comparision with svn

Posted on 03 Şubat 2015 in Programlama by

A good git tutorial https://www.atlassian.com/git/tutorials/ and another one http://git-scm.com/book/en/v2/ Git notes. What are the use cases for staging?

Exception in C programming language

Posted on 24 Ocak 2015 in Programlama by

Following article is copied from following location and used for self usage. http://www.di.unipi.it/~nids/docs/longjump_try_trow_catch.html