pts.blog
2017-02-28
How to avoid unnecessary copies when appending to a C++ vector
›
This blog post explains how to avoid unnecessary copies when appending to a C++ std::vector , and recommends the fast_vector_append helper l...
2017-02-24
How to back up your WhatsApp chats and photos safely on Android
›
This blog post explains how to make backups of your WhatsApp chats and photos safely on your Android device, and how to restore your backups...
4 comments:
2017-02-07
Checking whether a Unix filename is safe in C
›
This blog post explains how to check whether a filename is safe for overwriting the file contents on a Unix system, and it also contains C c...
2016-11-08
How to fix Python SSL errors when downloading https pages
›
This blog post explains how to fix Python SSL errors when downloading web pages using the https:// protocol in Python (e.g. by using the url...
1 comment:
2016-07-15
How to compile Lepton (JPEG lossless recompressor by Dropbox) without autotools
›
This blog post explains how to compile Lepton , the recently released JPEG lossless recompressor by Dropbox without autotools on Linux. You...
2016-06-20
How to back up original photo files as is in Google
›
This blog post explains how to back up photos on Google Photos and Google Drive as is, keeping the original images files, bit-by-bit identic...
2016-05-30
How to install Hungarian spell checking and hyphenation for LibreOffice and OpenOffice on Linux
›
This blog post explains how to install Hungarian spell checking and hyphenation for LibreOffice and OpenOffice on Linux. The instructions we...
2016-04-06
How to disable (reject) any root password on Debian and Ubuntu
›
This blog post explains how to disable (reject) any root password on Debian and Ubuntu, thus rejecting login attempts as root. Becoming root...
2016-03-01
keybase.txt
›
Please disregard this post, it's a cryptographic proof checked by keybase.io/pts . ===================================================...
2016-02-22
micropython for Linux i386, statically linked
›
This blog post is to announce statically linked binaries for Linux i386 of MicroPython . MicroPython (Python for microcontrollers) is an o...
2016-01-06
How to extract comments from a JPEG file
›
This blog post explains how to extract comments from a JPEG file. Each JPEG file consists of segments. Each segment describes parts of the i...
2015-12-05
Announcing flickrurlget: Flickr photo downloader from command-line in batch
›
This blog post is an announcement of flickrurlget , a command-line tool for Unix, written in Python 2.x that can be used to download photos ...
2015-11-27
How to compute the intersection of two sorted lists (in Python)
›
This blog post explains how to compute the sorted intersection of two sorted lists, and it shows a fast Python implementation. The time comp...
2 comments:
‹
›
Home
View web version