Programming

TwitterFacebook
Get flash to fully experience Pearltrees

Free Compiler Construction Tools: Lexers, Parser Generators, Opt

If you are thinking of creating your own programming language, writing a compiler or interpreter, or a scripting facility for your application, or even creating a documentation parsing facility, the tools on this page are designed to (hopefully) ease your task. http://www.thefreecountry.com/programming/compilerconstruction.shtml
Reference

Emulators

Bash by example, Part 3

Enter the ebuild system http://www.ibm.com/developerworks/library/l-bash3.html

Linkers and Loaders

These are the manuscript chapters for my Linkers and Loaders , published by Morgan-Kaufman. See the book's web site for ordering information. http://www.iecc.com/linker/
ASM

Reverse Engineering

C

algorithms

Java

http://wazniak.mimuw.edu.pl/index.php?title=Algorytmy_i_struktury_danych

Algorytmy i struktury danych - Studia Informatyczne

From Studia Informatyczne Forma zajęć Wykład (30 godzin) + laboratorium (30 godzin)
http://pl.wikipedia.org/wiki/Sortowanie

Sortowanie

Sortowanie – jeden z podstawowych problemów informatyki . Polega na uporządkowaniu zbioru danych względem pewnych cech charakterystycznych każdego elementu tego zbioru .
http://edu.i-lo.tarnow.pl/inf/alg/003_sort/0003.php Sortowanie głupie jest również bardzo złym algorytmem sortującym, lecz, w przeciwieństwie do opisanego w poprzednim rozdziale sortowania zwariowanego , daje zawsze poprawne wyniki. Zasada działania jest bardzo prosta: Przeglądamy kolejne pary sąsiednich elementów sortowanego zbioru.

Algorytmy Sortujące - Sortowanie Głupie

Six ways to write more comprehensible code

I learned to write, clear, maintainable code the hard way. For the last twelve years, I've made my living writing computer games and selling them over the Net using the marketing technique that was once charmingly known as shareware. What this means is that I start with a blank screen, start coding, and, a few tens of thousands of lines of code later, I have something to sell. http://www.ibm.com/developerworks/linux/library/l-clear-code/index.html?ca=drs-