Loading...

The Arch Way

I don't normally write down anything personal about the usage of an operating system. And I am pretty much used to Microsoft User-Friendly surface of Windows 7 and 8/8.1. But after using and getting familiarised with the Arch Linux, I feel...

Installing Arch Linux - Minimalist Version

This is a step by step version to install ArchLinux. First, What is ArchLinux? The concept of  "The Arch Way" . . Simplicity, Code-Correctness over Convenience, User Centric, Openess and Freedom. Quote - 'Simplicity is the ultimate sophistication.'...

How to find and return a Maximum occurring Character in a Input String.

/***Write an efficient C function to return maximum occurring character in the input string e.g., if input string is “test string” then function should return ‘t’. Input string = “test” 1: Construct character count array from the input string. count['e']...

Hello World !

/************************************************************************* * Compilation: javac HelloWorld.java * Execution: java HelloWorld * Traditionally First Program *************************************************************************/ public...

Guidelines of Commenting

~~GuideLines of Commenting~~ First, Please do not Spam. It is meant for education so please do not spam or use any abusive language. There is a "HTML Encode Tool" for the people who want to ask or optimise the code snippets in the post. It is simple...
© Copyright 2025 Zenith Profundity | Designed By Code Nirvana
Back To Top