TechYoYo

Tech for the Cool

Encrypt message using Python

This program makes use Caeser Cipher method for encrypting and decrypting data. From Wikipedia
It is a type of substitution cipher in which each letter in the plaintext is replaced by a letter some fixed number of positions down the alphabet. For example, with a shift of 3, A would be replaced by D, B would becomeE, and [...]

My first real Python program

I am really beginning to like Python Programming Language. It is quite efficient in doing lot of tasks. Unfortunately, I don’t get to devote much time for learning it. Here is the code that will calculate the square root by newton method of iterations.
import random
a = float(raw_input(“enter a integer”))
x = random.randint(1,a-1)
while True:
print x
y [...]

Why tech websites and blogs should avoid using third-party advertising like AdSense

Technological websites are the best way to make money online. The more how-to associated articles in your sites the more visitosr you are likely to get. Internet related sites too acquire respectable traffic.
So in order to monetize from it you need to place ads on it. The first choice is of course Google’s Adsense due [...]

Free and Open Source Chat Clients

Love to chat? Here is the list of Free Open Source chat clients that will let you chat using many networks at same time.
Pidgin (Windows,Mac,Linux):  Pidgin is an easy to use, multi-protocol chat client client used by millions. You can connect to AIM, MSN, Yahoo, XMPP and more chat networks all at once. Additional features [...]

Why news aggregators and Blogs rock – My letter to the Editor of the Time magazine

I wrote this letter to the editor of the time magazine in conjunction to their story about world’s worst dressed leaders. My problem is applicable on many sites like forbes.com, etc, too.
I came to your site from newser.com . I must say I was disappointed that a big magazine company like yours would resort to [...]

iPhone users download Games, Android users download apps

According to research carried out by app store analytics company Distimo, the majority of sales taking place in the App Store are for games, while Android users are buying more tools and applications.
Studying the top 15 paid applications  for the iPhone, the report found nine of them were games, while not even one game made the [...]

C – The Least Common Denominator

Many new programming languages have developed in last two decades. Java, Python, Ruby, Lisp, etc have gained popularity for different reasons and purposes. Each language has its own band of followers like football teams fans who  try to bring other fans in their fold.
But any good programmer, especially of embedded systems, will tell you that [...]

Get Adobe Flash playerPlugin by wpburn.com wordpress themes