Archive for the 'c' Category

Diving into the Linux Networking Stack, Part I | Beyond Syntax | Michael J. Schultz

Friday, March 18th, 2011

Overview of how network driver work in linux kernel

libgit2: a linkable library for Git

Thursday, December 2nd, 2010

normal git library, cab be used to create bindings to git (not libgit.a horror from official gir project )

superjoe30′s PyWaveform at master – GitHub

Friday, November 5th, 2010

C utility and Python bindings for generating waveform images out wave files

IBM developerWorks : Linux : Technical library view: Kernel APIs articles

Tuesday, May 11th, 2010

Series of short articles on linux kernel [2.6.27] APIs by Tim Jones

How SKBs work

Wednesday, April 21st, 2010

details about important linux kernel networking subsystem data structure called “skb”

L-peer in the software world: Switching from C# to Java [REDHAT Virtualization Platform Management App re-write]

Tuesday, April 13th, 2010

Great post about challenges that one team inside of Redhat faced when they were challenged with the task of migrating C#/IIS/MS-SQL-based VM management tool into Java. The post is more interested from the project management perspective, than from th…

Perfomance: C vs Java [Azul Systems - Cliff Click Jr.’s Blog]

Friday, March 12th, 2010

somewhat useful comparative review

LXR / The Linux Cross Reference

Friday, November 20th, 2009

linux kernel code cross-reference: you can quickly look up a piece of code,, find out in what version it appeared first, and so on.

Receive packet steering [LWN.net]

Thursday, November 19th, 2009

notes from LWN about RPS patch — a way to distribute incoming traffic coming from 1 source (1 NIC, 1 queue, 1 IRQ line) via multiple CPU by hashing tcp headers and distributing by hash across multiple CPU/Cores

[OOM Killer Saga] Re: [PATCH] oom_pardon, aka don’t kill my xlock [LWN.net]

Wednesday, November 4th, 2009

whenever your are in discussion about OOM, make sure you mention this :-)