Contents NumPyPundasXarraySciPyMatplotlib Reference Use " https://colab.research.google.com " for Editing. Numpy a-range, re-shape import numpy as np a = np.arange(30) print(a) b = a.reshape(2,5,3) print(b) ////output [ 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 … Continue reading Python Libraries
5G
Content ReferenceNetwork DiagramCharging Reference pointPost-event chargingCharging create service Reference 3GPP TS 23.501 : 5G Architecture3GPP TS 32.240 : Charging Function3GPP TS 32.291 : Charging service based interface protocol3GPP TS 32.290: Charging Service based interface 5G Network diagram Charging Reference Point Port Event Charging Charging Create Service
VM Story
Contents What are virtual machines?What are virtual deployment?Network functionsData centerFinance ApplicationsCloud computingMachine learning applicationAbout modern serversMulti core CPUs HT, Multicore , socketMemoryNUMA, pNUMA, Memory banksNetwork cardsHard diskSSDHow does virtualization work?Host OSGuest OSVirtualization stacksVirtualization tunningCPU pinningPartitioningMemoryNIC cardAlternative solution of VMDockerMulti tenancySecurity aspects in VMData securityHackingVirus attacksInformation theft Networking aspects inside VMTunnelNorth South trafficEast west trafficSetup a … Continue reading VM Story
DPDK Story
Contents About dpdkAPIsInstallation on a Linux boxTunning hugepageCPU coreExample application About DPDK DPDK is all about zero copy of data from kernel space to user space. Mainly used for networking devices where packet data needs to be copied from kernel space to user space for different networking applications like switching, routing, firewalls, deep packet inspection, … Continue reading DPDK Story
Ticklers in Mathematics
Contents Test LaTeX codingCalculusLogarithmTrigonometry Test LaTeX coding Example : 1 $latex i\hbar\frac{\partial}{\partial t}\left|\Psi(t)\right>=H\left|\Psi(t)\right>$ Example: 2 $latex \int f(x) dx=\sin x$
Python Coding
Contents Echo server client Echo server client with multi-threading supportEcho client with command line input (todo)Fibonacci series with command line inputWord count of a text fileFormat example in printFTP program to transfer file (todo)monitor script on ifconfig tool (todo)Program to ask random questions from a question bank (todo)Script on calculator (bc tool) (todo)Script on netsnmp … Continue reading Python Coding
The Journey Begins
Thanks for joining me! Good company in a journey makes the way seem shorter. — Izaak Walton