Linux'taki yazılım geliştirme hakkındaki yazıların içeriği.
Linux ile sıcaklık izleme (2. Bölüm) In the second part of "Temperature Monitoring With Linux" we see how to store the data in mysql and represent it graphically.
Çalışan bir işlem ile konuşmak Run Time Access is a library that lets you view the data structures in your program as tables in a PosgreSQL database or as files in a virtural file system (similar to /proc).
Çokluişlem programlama - Mesaj kuyrukları (2) This series of articles has the purpose of introducing the reader to the concept of multitasking and to its implementation in the Linux operating system. Starting from the theorical concepts at the base of multitasking we will end up writing a complete application demonstrating the communication between processes, with a simple but efficient communication protocol.
Ncurses'a giriş Ncurses is a library that provides function-key mapping, screen painting functions and the ability to use multiple non-overlapping windows on text-based terminals.
Python ile Gnome uygulamaları geliştirmek (2. Bölüm) This article series is primarily written for beginners in the area Gnome and GNU/Linux. The author presents an educational tool to write Gnome GUIs using Python.
Uygulama geliştirmede güvelik açıklarından kaçınma - Bölüm 2: bellek, yığıt ve fonksiyonlar This second article is not directly related with the subject of the series. It reviews some concepts before describing the fear of all the system administrators:Buffer Overflows. We shall see how the memory is organized as well as the stack and how a function call is performed. Then we present a tool used for every intrusion attempt: shellcode.
Uygulama üzerinde geliştirimlerle güvenlik açıklarından kaçınma - Bölüm 1 This is the first article of a series of articles on security holes that can appear within a program. The series will show how to avoid security holes if programming habits are slightly corrected. We shall first discuss privileges, UID and EUID in this first article before dealing with the execution of external commands.
İşinizi make ile yapın! This article explains how "make" works. It shows that "make" is more than just a command to compile software.
Tk 'ya Giris This articles explain how to build a graphical interface using the Toolkit of Tcl: Tk. The reader should also appreciate the simplicity of this toolkit compared to usual X-Windows libraries.
REBOL bir isyankar Let's say REBOL is a messaging language, but as a matter of fact, it's much more than that.
Ürün Tanıtımı: Linux için SNiFF+ SNiFF+ is an integrated development environment for Linux. TakeFive Software provides a download version (limited to 200 files) free of charge.
Perl III kısım This article explains how to use arrays in Perl.
Perl II In the second part of the Perl tutorial we write our first real program.
PostScript II: Postscriptin işlenen yığıtı The author describes the operand stack of the PostScript language. The stack manipulations and mathematical operators are presented here.
SQL Eğitselyazısı Bölüm II Part II of the tutorial reviews several basic statements of the SQL language.
Java İle Programlama Bölüm I This is the first article in a series about Java programming. The first part will describe Java as a language, its general characteristics and the location of the most relevant sources of information.
GLUT:Menülerin Kullanımı Our GL Utility Toolkit series continues, examining the windows menu programming interface with a simple example.