Blog Posts - Coding
Reducing Technical Debt with Incident Management

Does technical debt spring to mind whenever you are talking about incident management? Maybe not, but it should probably factor into the conversation more often. In an article for DZone, Michael Churchman discusses the link, so that you can become mo...
by CAI University on Dec 9, 2016
Udemy – Ace Your Coding Interview & Land Your Dream Programming Job

No matter how well you know your stuff, when the time comes the last thing you want to do is experience the Whiteboard Freeze! Whether you are a master programmer wanting to really shine while exuding confidence during an interview, or there are some...
by Tutorials For Download on Dec 6, 2016
Cara Mudah Membuat Aplikasi Android Tanpa Repot Belajar Syntax Atau Coding

Cara Mudah Membuat Aplikasi Android Tanpa Repot Belajar Syntax Atau Coding – Mungkin anda adalah seorang programmer junior yang sedang mempelajari pemrograman. Namun ketika anda megetahui ternyata membuat program tak sesederhana menggunakan program...
by Cara Cek Internet on Sep 5, 2016
Full Candidate Interview (Cracking the Coding Interview, Video 1) NR

Full Candidate Interview (Cracking the Coding Interview, Video 1) NR English | Size: 809.67 MB (849,003,580 Bytes)Category: Self Growth Full Candidate Interview (Cracking the Coding Interview, Video 1) The Cracking the Coding Interview Videos ar...
by Tutorials For Download on Sep 4, 2016
CU B.Tech ECE Information Theory and Coding June 2014 Question Paper

University / Exam Board: University of Calicut Course: B.Tech. Electronics and Communications Engineering Seventh Semester / VII Semester / 07th Semester B.Tech Engineering / 04 Scheme Degree Supplementary Examination June 2014 Question Paper E...
by University Question Papers on Aug 25, 2016
Meccano MicroNoid Robot – Review

Oh my goodness, I have to start by saying this is one of the coolest toys ever. Not the simplest to build, but so much fun and truly awesome. So what is it? It’s the Meccano MicroNoid Robot, yes Robot. Gone are the days of Meccano from the 80&...
by SusanKMann on Aug 25, 2016
Unified Vehicular Volume Reduction Program

The city of Calbayog is growing by leaps and bounds. There is a lot of construction on going and more construction is planned. Most of this construction is in the downtown area (Calbayog Proper). More buildings means less space for peopl...
by Texan in the Philippines on Aug 9, 2016
Meaning of Systematic and Non-systematic code

Systematic code: If the check bits (the redundancy bits added with message bits to create codeword) and the message bits can be separated or identified from the codewords then it is called systematic code.Non-systematic code: If the check bits (the r...
by Totalecer on Aug 3, 2016
Line code or coding properties

Why Line coding ?Generally in a digital communication system, the data transmission capacity of a practical channel is much larger than the individual sources. To utilize the channel capacity effectively , we combine several sources through a digital...
by Totalecer on Aug 3, 2016
How to find the 3rd element from end in linked list in Java

The problem to find the 3rd element from the end in a singly linked list or nth node from the tail is one of the tricky but frequently asked linked list problems in programming job interviews. The challenge here is to solve the problem in just one pa...
by javarevisited on Jul 31, 2016
How to calculate GCF and LCM of two numbers in Java? Example

This week's programming exercise is to write a Java program to calculate GCF and LCM of two numbers. The GCF, stands for Greatest common factor and LCM stands for Lowest common multiplier, both are popular mathematical operation and related to ea...
by javarevisited on Jul 19, 2016
Printing Largest and Smallest of N numbers without using Array in Java

One of the common programming questions is, how do you find the largest and smallest number in N numbers without using arrays in Java? Can you write a program to solve this problem? Well, it's very similar to the problem we have seen before, find...
by javarevisited on Jul 3, 2016
Top 5 Books for Programming/Coding Interviews - Best of lot

If you are preparing for Programming Job interviews and looking for some of the best books for programming questions then you have come to the right place. In this article, I am going to share a couple of good books to prepare coding, software design...
by javarevisited on Jun 29, 2016
Huffman information coding with example

The information theory is related to the concepts of statistical properties of messages / sources, channels, noise interference etc. The information theory is used for mathematical modeling and analysis of the communication systems, following two mai...
by Totalecer on Jun 28, 2016
How to Remove Duplicate Characters from String in Java

This week's coding exercise is to remove duplicate characters from String in Java. For example, if given String is "aaaaaa" then output should be "a", because rest of the "a" are duplicates. Similarly, if the inpu...
by javarevisited on Jun 9, 2016
JavaScript Slideshow and Carousel Plugins

This article is one of the largest and most popular to date collections of jQuery slideshow and carousel plugins release from the CodeCanyon codes club. Today we show you some of the most popular and beautiful JavaScript slideshow and carousel... The...
by Web Design Tunes on Jun 8, 2016
Intelligent DNA Makes Use of Sound Waves And Quantum Mechanics

New research suggests that DNA is a lot more complicated than this. Image courtesy of Richard Wheeler, Creative Commons (CC BY-SA 3.0). Joel Kontinen Gone are the old Darwinian days when parts of our DNA – and that of other organisms – were...
by Joel Kontinen on Jun 8, 2016
Themes for Your Websites and Client Projects

Are you searching for the top new WordPress themes for your websites and client projects? We have compiled a list of 15 WordPress Themes and they all can be found on ThemeForest! Most are very inexpensive for the budget but... The post Themes for...
by Web Design Tunes on Jun 7, 2016
15 New WordPress Themes for Your Websites and Client Projects

Are you searching for the top new WordPress themes for your websites and client projects? We have compiled a list of 15 WordPress Themes and they all can be found on ThemeForest! Most are very inexpensive for the budget but... The post 15 New Wor...
by Web Design Tunes on Jun 7, 2016
Java Object Oriented Analysis and Design Problem - Vending Machine Part 2

This is the second part of Java tutorial to show how to create Vending Machine in Java. In the first part, we have discussed problem statement and the solution itself, but unit testing and design document was still pending, which we'll see in thi...
by javarevisited on Jun 7, 2016