
ramyabkrishna.wordpress.com
ramyabkrishna | Ramya tech-spaceRamya tech-space
http://ramyabkrishna.wordpress.com/
Ramya tech-space
http://ramyabkrishna.wordpress.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Sunday
LOAD TIME
0.8 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
15
SSL
EXTERNAL LINKS
14
SITE IP
192.0.78.13
LOAD TIME
0.781 sec
SCORE
6.2
ramyabkrishna | Ramya tech-space | ramyabkrishna.wordpress.com Reviews
https://ramyabkrishna.wordpress.com
Ramya tech-space
Introduction to Python | ramyabkrishna
https://ramyabkrishna.wordpress.com/introduction-to-python
Skip to main content. Skip to primary sidebar. Skip to secondary sidebar. Mercurial: a distributed version control system. Python is a dynamic, interpreted language.It is. An example of a high-level language. Not declare the types of variables . It raises a runtime. Error if the code tries to read from a variable that has not. Been given a value. It is case sensitive so “a” and “A” are. Different variables.Unlike c and Java, Python does not. Require a semicolon at the end of each line. Comments.
August | 2011 | ramyabkrishna
https://ramyabkrishna.wordpress.com/2011/08
Skip to main content. Skip to primary sidebar. Skip to secondary sidebar. Mercurial: a distributed version control system. Monthly Archives: August 2011. Make Utility In Unix. An Introduction To AWK. Starting With Shell Script. What is a shell script? Is a command which would have been directly typed into a shell. It can be a sequence of commands that you type regularly.By putting them into. A script we can reduce them to a single command.Also there is no difference in. Which we can only type in.
Starting With Shell Script | ramyabkrishna
https://ramyabkrishna.wordpress.com/2011/08/06/starting-with-shell-script
Skip to main content. Skip to primary sidebar. Skip to secondary sidebar. Mercurial: a distributed version control system. Larr; Recursion in Python. An Introduction To AWK →. Starting With Shell Script. What is a shell script? Is a command which would have been directly typed into a shell. It can be a sequence of commands that you type regularly.By putting them into. A script we can reduce them to a single command.Also there is no difference in. FileBut there are some commands line. Chmod x hello.sh.
Make Utility In Unix | ramyabkrishna
https://ramyabkrishna.wordpress.com/2011/08/07/make-utility-in-unix
Skip to main content. Skip to primary sidebar. Skip to secondary sidebar. Mercurial: a distributed version control system. Larr; An Introduction To AWK. Make Utility In Unix. I am Ramya B Krishna doing MCA at GEC Thrissur. I am now in the process of taking a Leap into the world of Linux and hoping to do a few projects as well. View all posts by ramyabkrishna ». Posted on August 7, 2011, in Uncategorized. Larr; An Introduction To AWK. Leave a Reply Cancel reply. Enter your comment here.
Mercurial: a distributed version control system | ramyabkrishna
https://ramyabkrishna.wordpress.com/mercurial-a-distributed-version-control-system
Skip to main content. Skip to primary sidebar. Skip to secondary sidebar. Mercurial: a distributed version control system. Mercurial: a distributed version control system. Mercurial is a modern,open source ,distributed version control system.It is a compelling upgrade from older systems like subversion.It is used to manage the source code. It is mainly used for two important purposes. To keep track of every old version of every file. Leave a Reply Cancel reply. Enter your comment here.
TOTAL PAGES IN THIS WEBSITE
15
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'.
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():.
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...
AquilinE: I follow
http://amalapk.blogspot.com/p/i-follow.html
If you can dream it, you can do it. Subscribe to: Posts (Atom). Using arrays we can store a group of values under. How to change the appearance of the Bash Prompt. Use of Unix tool make. I am a final semester MCA student in VAST Thrissur . View my complete profile. Picture Window template. Powered by Blogger.
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...
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 ...
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.
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.
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...
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...
TOTAL LINKS TO THIS WEBSITE
14
Tech droplets | Just another WordPress.com site
Just another WordPress.com site. SPEED BUG – SPEED UP THE DEBUGGING – FOR DEVELOPERS. October 21, 2010. Have you worked on an application that would take you through a series of screens before you land up in the screen that you want. For example an online retail application: Login - Search products - Select Product and move. Simple ASP.Net application web site (Silverlight oriented may not be supported directly). To launch any screen of an application directly bypassing the defined flow,. STEP I : RECORD.
Ramyaas Exports & Imports
Ramyaas Exports and Imports. Nuts and Dry fruits. Welcome to Our Company Website. Customers Are My Assets. Service Is My Motto. Ramyaas Exports and Imports is very professional and accommodating, located in southern part of India. "Quality service with great care is our mission, deliver right products at right time to domestic and international customers is our vision". We are offering Fresh vegetables, Dry fruits, Nuts and Spices, Spirulina, Herbal, Food Products and Indian Recipe Masala powder. Designe...
Ramya Balaji Alloy Pvt. Ltd.
TS -16949 Certified Company. Manufacturers and Exporters of. Sand Cast Machined Components. Is an example of a. Caption with a link. We are committed to meet customers needs and expectations by delivering competitive services and solutions through continual improvement of our systems". Welcome to Ramya Balaji Alloy Pvt. Ltd.
Home
ramya-beauty-care
ramyabkrishna | Ramya tech-space
Skip to main content. Skip to primary sidebar. Skip to secondary sidebar. Mercurial: a distributed version control system. Make Utility In Unix. An Introduction To AWK. Starting With Shell Script. What is a shell script? Is a command which would have been directly typed into a shell. It can be a sequence of commands that you type regularly.By putting them into. A script we can reduce them to a single command.Also there is no difference in. FileBut there are some commands line. Which we can only type in.
YOGA - Home
Shop at saree Palace. Photos used under Creative Commons from ramnath bhat.
RAMYA BLACK
Artist, Illustrator, Disney Animation Artist. Monday, July 02, 2012. Medieval Knight and Castle. Disney,Disney Princess,Home Decor,Baby Furniture,Disney Decor,World Vision Children. I painted this Knight Room for my nephew, Squire Matthew. Disney,Disney Princess,Home Decor,Baby Furniture,Disney Decor,World Vision Children. Disney,Disney Princess,Home Decor,Baby Furniture,Disney Decor,World Vision Children. Saturday, November 27, 2010. Wednesday, June 16, 2010. Thursday, December 10, 2009. Rene wanted thi...
In search...
Of just about everything. since a little learning is a dangerous thing. Thursday, October 11, 2007. In Law, In Line - 4. When they found her body washed up on the shore, the sun was just rising in the Bay of Bengal. The orange orb was spilling gold on the sky, the sea and even the sands of the Bay; it seemed as if she was a bloated statuette of gold. In law in line. Posted by Houseowner @ 9:11 pm. Saturday, September 22, 2007. And then I had the pleasure of seeing him blanche. So that changes a few thing...
IN SERVICE | RCT
We are in Service! Ramya Charitable Trust (RCT) is a non-profit and non-Govt. organization was registered on 06-01-2006 to support poor and needy children through providing food, shelter, clothes, education, books, medical supports and also we are also providing shelter, food, health facilities to poor and senior citizen. Our Aim is to provide the home comforts and peace of mind to seniors seeking peace and calm and health, shelter and education for needy children. These will be achieved by.