Categories
- Computer Science (39)
- C Language (4)
- Coding Discussions (16)
- Linux / Unix Shell (14)
- Others (3)
- Overview (3)
- Entertainment (4)
- GNU+Linux+FOSS (33)
- Humor (16)
- Writings (3)
- Computer Science (39)
Tags
StackOverflow
-
Top 10
- Geeky Code Wallpaper with GIMP
- Floating point math operations in bash
- Choose login manager GDM or KDM in Fedora
- Bash Script : Print lines of a file in reverse order
- C Language Constructors and Destructors with GCC
- Bash Script: Counting lines, words, characters
- Read multiple arguments in bash script
- Allegro 4.2.2
- Making a Multi Booting CD DVD USB
- Balanced Parenthesis Check
-
Recent Comments
Polls
Category Archives: Others
Finding qth real root of a real number
In this post we will see how to find nth roots of a positive real number. We will use the Newton-Raphson method to deduce an iterative formula, and see its convergence. Continue reading
Counting Rectangles in an n X m Checked Board
We have got a checked board like a chess board, but instead of 8 x 8 it has a dimension of n x m . The task is to count the number of rectangles of all possible dimensions i x j in that checked board. Also the question arises how many squares of all possible dimensions are there. We will solve this problem by establishing formulas by construction. After this we can calculate the the number of rectangles and squares of a Chess Board or any other such checked board. Continue reading
Make a website block virus
A simple C Language program to block websites in a target Microsoft Windows system Continue reading




