pts.blog

2013-12-31

How to implement in-place set intersection in C++

›
This blog post shows and explains C++ source code implementing in-place set intersection, i.e. removing each element from a set (or another ...
2013-12-26

Tiny 7z archive extractors and SFX for Linux and Windows

›
This blog post contains links to the tiniest programs that can extract 7z (7-Zip) archives on Linux and Windows i386. These programs can als...
2013-12-25

How to make smaller C and C++ binaries

›
This blog post presents several techniques to make the binaries resulting from C or C++ compilation smaller with GCC (or Clang). Please note...
1 comment:
2013-12-12

Announcing pts-clang: A portable LLVM Clang C and C++ compiler release running on Linux i386 and Linux x86_64

›
This blog post announces pts-clang, a portable LLVM Clang C and C++ compiler release running on Linux i386 and Linux x86_64. pts-clang is a...
1 comment:
2013-12-10

How to install Ubuntu Precise to a KVM guest on a headless server

›
This blog post explains how to install Ubuntu Precise (or other Ubuntu versions) to a virtualized KVM guest on a headless Linux server, i.e....
1 comment:
2013-12-09

How to add very large data blobs to C and C++ binaries

›
This blog post explains how to add large (>100 MB) data blobs to C and C++ binaries in an efficient way. Short data For short data, cr...

Compressing the Go cross-compiler

›
This blog post presents my findings about the compressibility of the Go 1.2 cross-compiler binaries, running on Linux i386 and generating co...
1 comment:
2013-12-08

How to make an existing 7-Zip archive self-extracting

›
This blog post explains how to make an existing 7-Zip (.7z) archive self-extracting, i.e. how to convert it to an executable which can extra...
2013-12-01

Binary search in line-sorted text files

›
This blog post announces pts-line-bisect , a C program and an equivalent Python script and library for doing binary seach in line-sorted t...
6 comments:
2013-11-25

How to apply a macro to all arguments of a C preprocessor macro

›
This blog post explains how to iterate over the variable number of arguments of a C preprocessor macro, and call another macro for each argu...
‹
›
Home
View web version
Powered by Blogger.