Blog

Texnologiya

How to Install Apache HBase on Ubuntu 13.10

First, install HBase from here. Extract tar.gz file to a directory, hbase in my case. Quick Start is very clear and may help you, before continuing here, you may want to check that. HBase configurati ..

I hated Assembly (until I met GDB)

For a starter, I should say Assembly language is really annoying in many points if you get used to work with high level languages. It literally needs to be instructed for "everything". Metaphorically ..

Arithmetic-Logic Unit(ALU) Implementation With Vhdl

There's not any limit of the things we can do with a computer. We can create 3d graphics, we can extract statistical data from billions of records, we can control external electronic devices such ..

Installation of Tensorflow with Python on Eclipse for Windows

Everyone has their own favorite IDE for their preferred programming language. I’ve seen many people using visually appealing IDEs for a variety of reasons. As a seasoned programmer I started pro ..