PinnedMember-onlyAbout Me — Danoja DiasHi there !!! I am just me. 😁 Just Kidding.. Welcome to my blog. I am Danoja Dias, obviously you know. I am going to introduce you myself. A little bit of me!!! Let’s start with my school life. Academic Life I’ll start with my Advanced Levels. I did my Advance Levels…Danojadias3 min readDanojadias3 min read
Published inBreak the Loop·May 31, 2022Member-onlyHow I used Montreal Forced Aligner for a New Language (Sinhalese)Hi There, Let’s see how to use Montreal Forced Aligner(MFA) with a low-resource language or a completely new language. You can find everything online like how I did. But it would take more time, So I am going to give you all the resources in one place here. MFA is…MFA4 min readMFA4 min read
Apr 3, 2022Member-onlyWhy does Sri Lanka need attention as much as Ukraine?I am a citizen of Sri Lanka and currently living here in Sri Lanka. I am writing this to show how a middle-class person survives now. We do not have essential items to buy for survival. Gas, Diesel, Petrol, Milk Powder, Electricity and other essential items. …Sri Lanka Economic Crisis4 min readSri Lanka Economic Crisis4 min read
Published inBreak the Loop·Sep 17, 2019Member-onlyHow to get performance stats(Memory, Time) in Linux with C++Hellooo !!! It is time to get to know how to get performance stats in linux with C++. With this article you will have the knowledge to get all performance values in Linux like cpu time, clock time, peak memory. Most of these values are handled by OS. Obviously except…Programming2 min readProgramming2 min read
Published inBreak the Loop·Aug 11, 2019Member-onlyWhat is JShell ?Hello !!! Welcome back. Do you want to know what exactly JShell is. This article will cover what JShell is, how to launch JShell and etc.. JShell => Java Shell, This is about the concept called REPL. REPL is the short version of Read, Evaluate, Print and Loop. With this…Programming5 min readProgramming5 min read
Published inBreak the Loop·Mar 3, 2019Member-onlyC++ tutorial 2 — VariablesHi guys welcome back to this tutorial. Here I’ll give you a brief introduction to variables in c++. Variables are placeholders where we can place values and that values can be changed during the program run. Let’s see how we can make variables in c++ with an exampleProgramming2 min readProgramming2 min read
Published inBreak the Loop·Feb 27, 2019Member-onlyWhy “using namespace std” is used after including iostreamIf you are a newbie to c++ and trying to understand a very basic c++ program to print something, you may have this question. You better read this article before going into this. If you have some knowledge of printing in c++ just read this. First of all, you need…Programming2 min readProgramming2 min read
Published inBreak the Loop·Feb 27, 2019C++ tutorial 1- print hello worldWanna learn c++ from the scratch ? Here you will be learning how to write a very simple program printing hello world in c++. Remember if you get the basics of this programming language it will be so easier for you to understand the rest …Programming2 min readProgramming2 min read
Published inBreak the Loop·May 8, 2017Member-onlyDirect Mapping — Map cache and main memoryIn the previous article, I explained you about what is cache memory. Let’s see how cache memory maps with the main memory. First we conceptually divide the memory into blocks. Cache is also divided into lines. Note that these are conceptual things and they are not divided in physically. …Programming3 min readProgramming3 min read
Published inBreak the Loop·May 6, 2017Member-onlyWhat is cache memory?Today I am going to introduce you the cache memory. In the computer, there is a processor and a memory. The processor is more speed compared to memory. But the problem is even though the processor is so high speed, the processor needs to work with the speed of memory…Programming2 min readProgramming2 min read