pts.blog
2014-01-15
Announcing mplaylist: Audio playlist player using mplayer, with checkpointing
›
This blog post is the formal announcement of mplaylist , and audio playlist player using mplayer, with checkpointing. mplaylist is Python s...
1 comment:
2014-01-11
How to prevent YouTube from using HTTPS
›
This blog post explains how to configure your web browser (Mozilla Firefox or Google Chrome) to prevent YouTube from redirecting from the ht...
1 comment:
2014-01-10
How to remove almost all files from a Git repository
›
This blog post explains how to remove all files (including their history) from a Git repository, except for files in a whitelist. This can b...
1 comment:
2014-01-05
A short file size comparison of small libc implementations for Linux
›
This blog post gives a short executable file size comparison when the same statically linked, i386 ELF executable was compiled with various ...
Announcing pts-xstatic: A tool for creating small, statically linked Linux i386 executables with any compiler
›
This blog post announces pts-xstatic, a convenient wrapper tool for compiling and creating portable, statically linked Linux i386 executable...
2014-01-02
How to detect integer overflow in C and C++ addition and subtraction
›
This blog post explains how to detect integer overflow (and underflow) in C and C++ addition and subtraction, and it also gives example code...
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:
‹
›
Home
View web version