tux How to Use Template Class or Function in C++ (Stack Implemantation)

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…)

November 30, 2009
Posted in C++ — banias @ 12:44 pm

tux How to Decoding Morse and Encoding Morse with Python

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…)


Posted in Python — banias @ 12:35 pm

tux How to find wordpress sites by google

u cant find directly wordpress sites by google. u can search like ‘powered by wordpress’ but that will not be effective.
(more…)

November 22, 2009
Posted in Uncategorized — banias @ 10:47 pm

tux wordpress get page number (template tag)

if you want to get active pages number u can use this
(more…)


Posted in Uncategorized — banias @ 2:02 pm

tux javascript infix and postfix example with stack

Infix calculator
postfix calculator
infix to postfix algorithm
postfix to infix algorithm
stack methods
how to do infix and postfix notation with stack
(more…)


Posted in Algorithm — banias @ 1:26 pm

tux How to Make a Stack using Linked List in C++

c++ stack codes

(more…)

November 21, 2009
Posted in C++ — TaZ @ 10:19 pm

tux Remove directory not empty linux console

How to remove a directory in linux console

first look at rm command .
(more…)

November 17, 2009
Posted in Linux Tips — banias @ 4:05 pm

tux Linux rm command

(more…)


Posted in Linux Tips — banias @ 3:57 pm

tux div with scrollbar

how to add a scroll to a div with css?
(more…)

November 16, 2009
Posted in Css — banias @ 9:28 pm

tux How to Make a Tag Cloud?

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…)


Posted in Css, Php — TaZ @ 3:40 pm
Next Page »