General Discussions

Token Provider System – Tabuada’s Way

Originally posted on PH Bytes:
Token provider system is the simpler version of token based system, where tokens are provided to the customers to provide the service on the first come first serve basis. The system modeled here works by providing the next token number for every new customer who walks in. The token number starts from 1…

General Discussions

Understanding Various Call by Mechanisms – Structures and Functions

The medium picked to understand the said is by the following: Passing the structure members to the function by call by value or call by reference Passing structures to functions using pass by value Passing structures to functions using pass by reference 1. Demonstrating call by value and reference when a function is passed with… Continue reading Understanding Various Call by Mechanisms – Structures and Functions

General Discussions

PhD – The Journey

Stays forever, Like forever! In the course of this journey, one finds love (atleast with books), gets married, have a job change, have kids, get promotions, use a stick to walk and many things amidst, with mostly all or subset of this. But the journey of PhD will continue. Somewhere in between you will also… Continue reading PhD – The Journey

General Discussions

Hashing – free ebook

This ebook talks about ‘Hashing’ data structure. Hashing can go deep. However the intention of this ebook is to understand the basics of the data structure and walk through with conceptual development. The material covers introduction, definition, designing hash functions, collision resolution techniques and applications. There is also a sample and simple code given to… Continue reading Hashing – free ebook

General Discussions

Web and The Related Data

We don’t want the web to give related data only based on user profiles, user matrices and item profiles. There is so much which goes in production of an item. Can it be based on real specifications and technical aspects? We need a better recommendation system. We need to put things together which actually gel… Continue reading Web and The Related Data