Author: PH
Technology and Life
Here are the three Skillful values for the kids of upcoming generation: Technology is not life Technology! Is not life Technology, is not life Technology is not life You will see many gadgets along you grow. They will be in need along the ride. They are the support system of life. But they are not… Continue reading Technology and Life
Knit Arena – Python Workshop
Python Programming workshop (Basics) was conducted on 20th October 2018, 10.30am to 12.30pm atย St. John’s Polytechnic College, Hubballi.ย The session was organized by Knit Arena. Details Updated here: Python Programming Workshop Yes, the goal ultimatum is make our engine go live. But all this to keep our existence. Up and running.
Case Conversion using Bitwise
Upper Case to Lower Case: Lower Case to Upper Case:
Day Today Codes
Codes that could come handy everyday. The list will continue to grow. Here is the compilation: Day-Today Codes
Handling Array of Long Bit Strings – Python
Originally posted on PH Bytes:
When working with data science projects or any other as well, we might need to work ย with long binary strings. Bitarray is the package that is need of the hour. However we might also need an array of bit strings. In that case, one option is to store every bit…
Machine Quotes
Originally posted on PH Bytes:
PH Bytes View original post
Singly/Doubly Linked Lists
Originally posted on PH Bytes:
Singly Linked List Doubly Linked List Node has data and next pointer Node has data and (next + previous) pointers Allows one way traversal of list Allows two way traversal of list Less memory per node More memory per node Can be used when memory needs to be saved and…
Allocating Memory Dynamically for 2D array
M/M/1 Queue
Originally posted on PH Bytes:
Queueing theory provides a mathematical basis for understanding and predicting the behavior of communication networks. Basic Model: We can understand above model with below mentioned parameters: Inter-arrival time distribution Service time distribution Number of servers Queueing disciplines Number of buffers Common Notion: A/B/m Where: โmโ is the number of servers…