Here is a simple PHP method for consuming a different APIs As you can see, the method supports cookies, XML requests, basic HTTP Auth, etc…. Leave a comment if you …
Category: Programming
The repository does not have a Release file – pgAdmin4 on Mint Linux
If you’re using Ubuntu based distro and you’re trying to install pgAdmin4 from the official site (https://www.pgadmin.org/download/pgadmin-4-apt/) do not just blindly copy and paste commands. One of them will add …
Oracle Java 8 on Ubuntu 14.04 / Mint 17.3
Default “Java” version of Mint Linux 17.3 (or Ubuntu 14.04) is OpenJDK 1.7 which works fine, but some SDKs won’t install until you upgrade to 1.8 (for example Tizen IDE …
Cx UI framework
If you’re working on a new admin and dashboard application and you’re looking for a quality UI framework which is fast and easy to use, check the Cx. It is …
Quick Laravel – Part 1
Laravel 5.x requires PHP version 5.5.9+. Also, in case you want to use database (sqlite or mysql), install Sqlite3, Mysql or PostgreSQL server. Install composer with curl -sS https://getcomposer.org/installer | …
Mint Linux Cinnamon – Invisible menu text on Netbeans
I noticed one bug with Mint Linux (Cinnamon) and Netbeans menu items that have an ‘active’ state which are completely invisible. Actually the text and the background colors are the …
GitLab on CentOS – server certificate verification failed
If you followed this recipe to install GitLab on CentOS, you may have some problems
Zen coding in Aptana
Zen Coding is a set of plug-ins for text editors that allow for high-speed coding and editing in HTML, XML, XSL, and other structured code formats. To install ZC plugin, …
Dennis Ritchie: 1941-2011
#include <stdio.h> int main() { printf("goodbye, dad\n"); return 0; }#include <stdio.h> int main() { printf("goodbye, dad\n"); return 0; }
Learn Perl in about 2 hours 30 minutes
Quality links are always welcome 🙂 I’m using Perl from time to time and it is very hard to switch between programming languages without quality references. For quick Perl course, …