ajaysoman.com ajaysoman.com

ajaysoman.com

TaLenCia

My blog is for people who deals with coding and new techie things. I write about coding and various techie things which I experience through.

http://www.ajaysoman.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR AJAYSOMAN.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

September

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Thursday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.9 out of 5 with 10 reviews
5 star
5
4 star
3
3 star
0
2 star
0
1 star
2

Hey there! Start your review of ajaysoman.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

4 seconds

CONTACTS AT AJAYSOMAN.COM

Ajay A.S

Tec●●●ark

Tri●●●rum , Andaman and Nicobar Islands, 695581

India

989●●●955
ma●●●●●●●●●●●@gmail.com

View this contact

Ajay A.S

Tec●●●ark

Tri●●●rum , Andaman and Nicobar Islands, 695581

India

989●●●955
ma●●●●●●●●●●●@gmail.com

View this contact

Ajay A.S

Tec●●●ark

Tri●●●rum , Andaman and Nicobar Islands, 695581

India

989●●●955
ma●●●●●●●●●●●@gmail.com

View this contact

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

DOMAIN REGISTRATION INFORMATION

REGISTERED
2013 February 13
UPDATED
2013 February 13
EXPIRATION
EXPIRED REGISTER THIS DOMAIN

BUY YOUR DOMAIN

Network Solutions®

DOMAIN AGE

  • 12

    YEARS

  • 4

    MONTHS

  • 15

    DAYS

NAME SERVERS

1
ns27.domaincontrol.com
2
ns28.domaincontrol.com

REGISTRAR

GODADDY.COM, LLC

GODADDY.COM, LLC

WHOIS : whois.godaddy.com

REFERRED : http://registrar.godaddy.com

CONTENT

SCORE

6.2

PAGE TITLE
TaLenCia | ajaysoman.com Reviews
<META>
DESCRIPTION
My blog is for people who deals with coding and new techie things. I write about coding and various techie things which I experience through.
<META>
KEYWORDS
1 pages
2 my projects
3 my stuff
4 e books
5 videos
6 feedback
7 about me
8 wwwfacebook.com/talenciablog
9 thanks
10 ajay
CONTENT
Page content here
KEYWORDS ON
PAGE
pages,my projects,my stuff,e books,videos,feedback,about me,wwwfacebook.com/talenciablog,thanks,ajay,0 comments,email this,blogthis,share to twitter,share to facebook,share to pinterest,labels general,official sites,wwwtizen.org,wwwtizenassociation.org
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

TaLenCia | ajaysoman.com Reviews

https://ajaysoman.com

My blog is for people who deals with coding and new techie things. I write about coding and various techie things which I experience through.

INTERNAL PAGES

ajaysoman.com ajaysoman.com
1

TaLenCia: June 2011

http://www.ajaysoman.com/2011_06_01_archive.html

Sunday, June 26, 2011. Exceptions and Exception Handling. In this post I want to explain about the exception handling in Python. Exceptions are the run time errors and we usually get this error when we run the code. These exceptions can be efficiently handled using some techniques. Exceptions arof different types and most common exceptions are ZeroDivisionError, NameError and TypeError. Exception occurs when we try to divide by 0. Traceback (most recent call last):. File " stdin ", line 1, in? Here we ca...

2

TaLenCia: September 2012

http://www.ajaysoman.com/2012_09_01_archive.html

Saturday, September 22, 2012. Tizen Mobile OS - The Coming Giant. I need your attention to a coming mobile operating system – Tizen. Tizen is expected to change the current smart phone kingdom leading by Android. It is an open source, Linux based OS which will be released soon on Samsung smart phones. The main advantage is Tizen has HTML5 based apps which will lead to another phase of smart phone experience. It has an android like menu, a home button in the left top side, regular symbols in notification ...

3

TaLenCia: Tizen Mobile OS - The Coming Giant

http://www.ajaysoman.com/2012/09/tizen-mobile-os-coming-giant_22.html

Saturday, September 22, 2012. Tizen Mobile OS - The Coming Giant. I need your attention to a coming mobile operating system – Tizen. Tizen is expected to change the current smart phone kingdom leading by Android. It is an open source, Linux based OS which will be released soon on Samsung smart phones. The main advantage is Tizen has HTML5 based apps which will lead to another phase of smart phone experience. It has an android like menu, a home button in the left top side, regular symbols in notification ...

4

TaLenCia: October 2011

http://www.ajaysoman.com/2011_10_01_archive.html

Tuesday, October 4, 2011. Setting constraints on Registration form. We have already discussed about setting machine generated mails up on user registration. Now think about setting constraints on the registration form. We mainly use JavaScript for that purpose. If the user forgot to enter first name in the registration form, we can prompt him regarding that. Var x=document.forms["myForm"]["fname"].value. If (x= null x= " ). Alert("First name must be filled out");. Alert("Gender must be selected");. The a...

5

TaLenCia: E-Books

http://www.ajaysoman.com/p/e-books.html

For reference use, adding the E-Books that i have downloaded from various websites. Hope it will be useful to the beginners and experts. You can download them at free of cost. This page will be updated regularly and you can give me your valuable feedback. Aptitude Tutorials - Logical and Verbal. C Tutorials - Part I. C Tutorials - Part II. C Tutorials - Part III. C Tutorials - Advanced Edition. C Tutorials - Beginner's Edition. C Tutorials - Expert's Edition. C Tutorials - OOPS Edition.

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL PAGES IN THIS WEBSITE

19

LINKS TO THIS WEBSITE

anoopsmohan.blogspot.com anoopsmohan.blogspot.com

Innovatio: Sending email via Gmail in Django

http://anoopsmohan.blogspot.com/2011/12/sending-email-via-gmail-in-django.html

Here i am sharing my study experiences regarding the Open source technologies. Thursday, 29 December 2011. Sending email via Gmail in Django. While I was learning how to use django-registration application, I need to know that how to send an email for the user to activate the registration. During this post I want to show how to test it using shell,. Create a project, django-admin.py startproject pjtname. EMAIL USE TLS =True. EMAIL HOST = 'smtp.gmail.com'. EMAIL HOST USER = 'youremail@gmail.com'.

anoopsmohan.blogspot.com anoopsmohan.blogspot.com

Innovatio: June 2011

http://anoopsmohan.blogspot.com/2011_06_01_archive.html

Here i am sharing my study experiences regarding the Open source technologies. Tuesday, 28 June 2011. Generators is one of the important features of python whereby one can generate a series of values while maintaining the state of the function, consider generators as a function which when invoked will return a value and halts execution at that point till you invoke the next() function to continue its execution. Statement. It can be used by the for. Statement as if it were an iterator. For p in values():.

anoopsmohan.blogspot.com anoopsmohan.blogspot.com

Innovatio: May 2011

http://anoopsmohan.blogspot.com/2011_05_01_archive.html

Here i am sharing my study experiences regarding the Open source technologies. Friday, 20 May 2011. Python - Basic concepts. As the part of the learning. Python I started to. Read a text about the python programming language – “Think Python by allen B. Downey”. The goal of this book is to teach us to think like a computer scientist. Are used to process high-level languages into low-level languages. An interpreter reads a high-level program and executes it. Python is an interpreted language. Interactive m...

anoopsmohan.blogspot.com anoopsmohan.blogspot.com

Innovatio: December 2011

http://anoopsmohan.blogspot.com/2011_12_01_archive.html

Here i am sharing my study experiences regarding the Open source technologies. Thursday, 29 December 2011. Sending email via Gmail in Django. While I was learning how to use django-registration application, I need to know that how to send an email for the user to activate the registration. During this post I want to show how to test it using shell,. Create a project, django-admin.py startproject pjtname. EMAIL USE TLS =True. EMAIL HOST = 'smtp.gmail.com'. EMAIL HOST USER = 'youremail@gmail.com'. To expla...

anoopsmohan.blogspot.com anoopsmohan.blogspot.com

Innovatio: August 2011

http://anoopsmohan.blogspot.com/2011_08_01_archive.html

Here i am sharing my study experiences regarding the Open source technologies. Monday, 8 August 2011. How to create a simple shell script. A feature of bash and other shells used on Unix-like operating systems is that each contains a built-in programming language, referred to as a shell programming language or shell scripting language, which is used to create shell scripts. For that open a text editor such as gedit or vi, and type the following three lines exactly as shown on a new, blank page:. This is ...

anoopsmohan.blogspot.com anoopsmohan.blogspot.com

Innovatio: March 2012

http://anoopsmohan.blogspot.com/2012_03_01_archive.html

Here i am sharing my study experiences regarding the Open source technologies. Thursday, 22 March 2012. How to turn old hard drives into a secure file server: Tutorial Techgig. Over the last year or two we've been taking advantage of the incredible price drop in traditional spinning hard drives. Until the tragic floods in Thailand, prices had dropped as low as £40 per terabyte. The obvious question that springs from this is: what to do with these drives? Subscribe to: Posts (Atom). System Call In Linux.

anoopsmohan.blogspot.com anoopsmohan.blogspot.com

Innovatio: Downloads

http://anoopsmohan.blogspot.com/p/python-programs.html

Here i am sharing my study experiences regarding the Open source technologies. I started to learning python. Part of my study I developed a simple game by using python. You can download and use the game by. Subscribe to: Posts (Atom). My primary purpose behind blogging is to share some of my views about technology, best practices, code and technical tips which may be useful for others. View my complete profile. How to turn old hard drives into a secure file ser. Adding auto indentation in vim.

anoopsmohan.blogspot.com anoopsmohan.blogspot.com

Innovatio: July 2011

http://anoopsmohan.blogspot.com/2011_07_01_archive.html

Here i am sharing my study experiences regarding the Open source technologies. Monday, 25 July 2011. Pygame - Source code of my game. This is one of my simple game developed by using pygame module. In this game I demonstrate a simple logic. I think this source code will give you the basic idea about the programming. If you are interested in game programming also you are a beginner in this field , then i am sure this code must be useful to you. Import a library of functions called 'pygame'. If event.k...

anoopsmohan.blogspot.com anoopsmohan.blogspot.com

Innovatio: November 2011

http://anoopsmohan.blogspot.com/2011_11_01_archive.html

Here i am sharing my study experiences regarding the Open source technologies. Tuesday, 29 November 2011. Find the Union and Intersection of two lists in python. Here are three functions using. S to remove duplicate entries from a list, find the intersection of two lists, and find the union of two lists. Note,. S were introduced in Python 2.4, so Python 2.4 or later is required. For more information on Python. S, see the Library Reference. Monday, 7 November 2011. AVL Tree Implementation in C. Int b fact...

UPGRADE TO PREMIUM TO VIEW 5 MORE

TOTAL LINKS TO THIS WEBSITE

14

SOCIAL ENGAGEMENT



OTHER SITES

ajaysnursery.calls.net ajaysnursery.calls.net

Indianapolis Landscaper | Lawn Care Contractor | Ajay’s Nursery Inc.

Send us an email. Http:/ maps.google.com/maps? Q=2250 N. Mitthoeffer Road Indianapolis United States. Ajay’s Nursery Inc. Serving the greater Indianapolis Area. Professional Landscaper in Indianapolis. Ajay’s Nursery is an insured and certified landscaper. Landscape Design and Maintenance. No outdoor improvement project can be successful without having a good plan and an experienced landscape contractor to initiate it. Before digging the first hole, we assist our clients in creating a blueprint to ac...

ajaysnursery.com ajaysnursery.com

Indianapolis Landscaper | Lawn Care Contractor | Ajay’s Nursery Inc.

Send us an email. Http:/ maps.google.com/maps? Q=2250 N. Mitthoeffer Road Indianapolis United States. Ajay’s Nursery Inc. Serving the greater Indianapolis Area. Professional Landscaper in Indianapolis. Ajay’s Nursery is an insured and certified landscaper. Landscape Design and Maintenance. No outdoor improvement project can be successful without having a good plan and an experienced landscape contractor to initiate it. Before digging the first hole, we assist our clients in creating a blueprint to ac...

ajaysohoni.blogspot.com ajaysohoni.blogspot.com

ajaysohoni

Thursday, April 14, 2016. Everyone Can Gain With These Excellent Plumbing related Suggestions. Can be your pipes respectable? Do you wish to improve your domestic plumbing abilities? This post is right here to help you with plumbing related. The ideas that you are going to study illustrate various time-tested techniques for retaining your home's domestic plumbing in working buy. One way to avoid hot water heater problems would be to turn down the heat. As long as this type of water is still as popula...

ajaysoin.com ajaysoin.com

Ajay Soin

Creative Director, TrentAd. YOUR FEEDBACK and COMMENTS ARE APPRICIATED.

ajaysolutions.in ajaysolutions.in

Home - Home Page | Ajay Solutions

Welcome to Our Company! Ajay Solutions is a professional services Company offering multiple services to small /mid-sized ventures to corporates and PSU companies. ajay associates offers end-to-end services in the following areas:. Financial services and products. Scrap Management and Waste Management. Providing resources multiple positions. Customized and flexible contract terms that are in tune with the client requirements. ValuesTo understand the needs of our clients and provide them with quality, resu...

ajaysoman.com ajaysoman.com

TaLenCia

Sunday, January 6, 2013. A New Year Special Thought. First of all, I would like to wish a very happy new year to all the readers. As the New Year comes, many new hopes and thoughts are growing inside my mind. I just want to share it with you people. Also Huawei, Karbonn, Micromax etc are releasing excellent smart phones in range of 10K rupees. Actually I am lucky to see this smart phone revolution, as first phone is released at my teenage. From black and White screen to 1080p resolution! I need your atte...

ajaysonawane1.blogspot.com ajaysonawane1.blogspot.com

बेधुंद

बेधुंद. Sunday, August 1, 2010. एक छोटीशी पोस्ट. माझ्या ब्लॉगला नुकतंच एक वर्ष पुर्ण झाल्याबद्द्ल ही एक छोटीशी पोस्ट! Labels: वाढदिवस. Friday, July 23, 2010. डायरीच्या पानांतून). या ब्लॉग वरचे सर्वात आवडीने वाचले गेलेले लेख वाचा. १ काटकोन. २ च्या आयला. 3 मी आणि माझी फिल्लमबाजी. ४ यंदा कर्तव्य आहे? Labels: डायरी. Saturday, April 3, 2010. सुख की समाधान. डायरीच्या पानांतून). १ काटकोन. २ च्या आयला. 3 मी आणि माझी फिल्लमबाजी. ४ यंदा कर्तव्य आहे? Labels: डायरी. Monday, March 8, 2010. त्यांच&#2...प्र&#2375...

ajaysoni.com ajaysoni.com

AJAY SONI - MORTGAGE BROKER

ajaysoni105.tripod.com ajaysoni105.tripod.com

HSM Academy

Or Call Us On: 07730406007. Summer Coaching Courses 2014! At HSM Academy, we aim to offer coaching of the highest calibre. For those who are new to the game, the emphasise will be on enjoyment and learning the basics of the game. Those who are experienced with hard ball cricket will be given coaching on the technical, physical and mental aspects of cricket. Offer expert, enthusiastic coaching to help all participants enjoy their cricket and realise their potential. Encourage active communication and link...

ajaysonia.com ajaysonia.com

Ajay & Sonia 2012

ajaysonline.com ajaysonline.com

Site Unavailable

This site is currently unavailable.