Static code analysis in QtCreator with CppCheck
Just a simple tutorial to show you how to add static code analysis plugin in QtCreator on Liunx. Start by downloading plugin dedicated to QtCreator from here. Unpack .zip and you will get two...
View ArticleQuick µBlock configuration
If you are still using AdBlock+ or AdBlock Edge, it’s time to switch to uBlock. It’s faster, consumes less memory, uses less CPU, it’s community driven, not developed by a company, doesn’t support...
View ArticleUse clang as default compiler for Qt projects
There are two ways to set clan as your default compiler in Qt-Creator. One way will set LLVM as default in Qt-Creator for you only and the other one will set LLVM as default for your project, so...
View Article[SQL] – Copy one table from one database to another and replace values in one...
This blog is also available in .onion domain. Both blogs have different databases, DB users and passwords, different WordPress configurations, and as a result, they have different data in DB column....
View Articlewp-syntax adding support for linewrapping
To add support in wp-syntax, you need to edit one .css file, go to Plugins, choose ‘Edit’ under WP-Syntax and from the right hand side select wp-syntax/css/wp-syntax.css. Then locate line with:...
View Article[Qt, C++, SQL] – How to work with SQL in C++ and Qt
You can work with SQL queries in Qt and SQL in many different ways, here I will show you how I came up with a working method. To keep things simple, I am not going to use any UI to print or edit...
View ArticleBrowsers addons reference
which every user should have to improve their privacy, security, save RAM and CPU Firefox Chrome Opera Safari Must have HTTPS Everywhere HTTPS Everywhere HTTPS Everywhere – Must have Privacy Badger...
View Article[Java] – Regular expression to match IPv4 address
I saw such question on SO. There was no solution with RegEx so… I was bored I think. public static boolean isValid(String ip) { boolean isvalid; isvalid = ip.matches(...
View ArticleLifetime VPN subscription from TigerVPN!
A friend notified me today about an offer on stacksocial where you can get lifetime TigerVPN for only 29$! TigerVPN is one of the most respected companies that care about your privacy. According to...
View ArticleJHLabs for Android
My major project in Java (Android) involved image manipulation where I used JHLabs. I found there was no easy way to add JHLabs support for Android without extracting sources and manually adding them...
View ArticleBoosting speed of OpenVPN connections
This year (2016) and last year, a few new laws were introduced by Cameron’s government, so I decided to get myself VPN. First, I tried a lifetime TigerVPN for 30$, nice deal. Unfortunately, TigerVPN...
View ArticleChoose GitLab for your next open source project
GitLab.com is a competitor of GIthub. It’s a service provider for git-based source code repositories that offers much more than it’s bigger brother. In this post I will try to convince you to try it...
View ArticleFreeBSD on netbook – Acer Aspire
I recently acquired “new” netbook, it’s so old that most people would call it ancient. Its CPU is only 32 bit architecture, it’s not capable of playing 2k videos in 30fps, its computing power is lesser...
View ArticleQt5 on FreeBSD
For a reason FreeBSD doesn’t support Qt5 build tools out of box. There are a few problems that have to be solved before you can run qmake && make to build a project. Firstly, my default setup...
View ArticleJHLabs for Android
My major project in Java (Android) involved image manipulation where I used JHLabs. I found there was no easy way to add JHLabs support for Android without extracting sources and manually adding them...
View ArticleBoosting speed of OpenVPN connections
This year (2016) and last year, a few new laws were introduced by Cameron’s government, so I decided to get myself VPN. First, I tried a lifetime TigerVPN for 30$, nice deal. Unfortunately, TigerVPN...
View ArticleChoose GitLab for your next open source project
GitLab.com is a competitor of Github. It’s a service provider for git-based source code repositories that offers much more than it’s bigger brother. In this post I will try to convince you to try it...
View ArticleFreeBSD on netbook – Acer Aspire
I recently acquired “new” netbook, it’s so old that most people would call it ancient. Its CPU is only 32 bit architecture, it’s not capable of playing 2k videos in 30fps, its computing power is lesser...
View ArticleQt5 on FreeBSD
For a reason FreeBSD doesn’t support Qt5 build tools out of box. There are a few problems that have to be solved before you can run qmake && make to build a project. Firstly, my default setup...
View ArticleContent-Security-Policy for WordPress with Disqus…
…that works in nginx: add_header Content-Security-Policy "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' agilob.disqus.com disqus.com a.disquscdn.com referrer.disqus.com; img-src...
View Article