ISTE-NITH
Blog
Events
Members
About Us
Linux Shell
October 5th, 2021
A Shell provides you with an interface to the Unix system. It gathers input from you and executes programs based on that input. When a…
linux
userfriendly
shell
bash
Creating Packages in Julia
December 22nd, 2020
We are well aware that in order to use the functionality that Julia offers we often need to write out own packages so that we and many…
julia
packages
Julia on the GPU
December 22nd, 2020
Nowadays GPUs are not just confined to gaming requirements. A GPUs ability to distribute the computational load over hundreds of cores makes…
julia
GPU
Static Single Assignment(SSA) in compilers
December 22nd, 2020
In computer programming, as in real life, names are useful handles for concrete entities. The key point about SSA is that having unique…
compilers
development
Serverless Computing
December 21st, 2020
Developers spend countless hours solving business problems with code. Then it’s the ops team’s turn to spend countless hours, first figuring…
serverless
development
Vim plugins that make life easy!
December 21st, 2020
Vim is a great text editor, in fact some would argue it is the best text editor! But the problem is that it is just a text editor. Nothing…
vim
development
Choosing the right Linux distribution
December 20th, 2020
For a beginner, getting into the world of linux can be a bit of a challenge. Linux is an open source operating system that is designed to do…
linux
noobfriendly