Home Tags Tips

Tag: Tips

Python Requests: Interacting with the Web Made Easy

2
‘'Requests’' is an Apache 2 HTTP library written in Python. Delve deeper into the topic and learn how it can be installed, and how...

Python + Django + Windows = Easy App

0
In this article, the author guides the reader on how to create new apps using Python in conjunction with Django. The Eclipse IDE is...

Install BURG, the Brand-new Universal loadeR from GRUB

0
There’s a new boot loader on the block called BURG. Install it and discover how to enjoy it with this simple tutorial! If you run...

Tweak Firefox to Get a Better Browsing Experience

0
Here are a few simple tricks to improve Mozilla Firefox’s performance and privacy settings. You can also enjoy ads-free browsing Have you ever tried entering...

Speed Up your Research Paper with zotero

0
Zotero is an amazing open source tool that helps writers to manage the various references used in their articles and presentations. Essentially, it helps...

Secure your Linux Box with effective user and group management

0
Security is a paramount concern today with identity theft becoming an everyday occurrence. Linux security is built around privileges given to users and groups....

Playing Around with Graphs in Maxima

0
In the final and 24th article in this series, the reader gets to play around with graphs using previously gained knowledge about the graphs...

Developing Applications Using NoSQL Databases

0
NoSQL (or ‘Not only SQL’) databases offer the means to store and retrieve data that is not stored in the traditional RDBMS style of...

What is the Haskell I/O?

0
This article is a must read for anyone interested in getting a good insight into the input/output (IO) functionality of Haskell. Input/output (IO) can cause...

Enhance Java Applications with FOSS APIs

0
Java application developers have access to many free and open source APIs that ease their workload. This article, which presumes the reader has some...