How to Use Template Class or Function in C++ (Stack Implemantation)
1-How to use a function with different data types in c++. i mean, i have a function
that name is abs() and i want to use it just like this:
int x;foo(x); or
float x;foo(x); or
char x;foo(x)…
(more…)
Python Morse Converter
Maybe one day you can meet an asume alien girl however she don’t know any language except morse alphabet (she communicates only this way:-)). So, what will you do? Dont be sad cause i wrote a python code to decode what she says and encode yours.
(more…)
u cant find directly wordpress sites by google. u can search like ‘powered by wordpress’ but that will not be effective.
(more…)
if you want to get active pages number u can use this
(more…)
Infix calculator
postfix calculator
infix to postfix algorithm
postfix to infix algorithm
stack methods
how to do infix and postfix notation with stack
(more…)
How to remove a directory in linux console
first look at rm command .
(more…)
how to add a scroll to a div with css?
(more…)
In this tutorial i am going to show you how to create a basic tag cloud using php.I am going to write some css code to show most used tags bigger than others.
(more…)