Installation of LAMP
Installtion of Django
TCC automation Software Application installation
Python and C++ difference
1st week (01-06-2012 TO 07-06-2012)
Installation of Pyrhelogy Web Application and little effort how the back-end files works.
As i called to a url specified in my urls.py file of my django project i get error
typeError Str Oject Not callable Urls.py
Actually i made mistake in urlpatterns variable of forward slash while writing urls:
url(r'^polls/$','polls/views/index') instead of the url(r'^polls/$','polls.views.index')
I make a polling application in django by following the code given on https://docs.djangoproject.com/en/1.4/intro/tutorial01/
I created a registration form using django. Really it makes my interest in Django
Continues searching how to make graph in django. But unable to create the graph. Side by side i read latex tutorial and try to make some simple examples and got success.
I was very happy because it was my first approach toward my project. I made a graph but it was being displayed in the another window. But i require it in within window.
14-06-2012
Simple application in django which is displaying contents as well as image that is a kind of Bio Data form having details of the person along with photo.
16-06-2012
Today i listen about the alpine. Sir tell us how to reply the emails in smart way.The alpine was new for me I installed it and start to use. It was interesting one.
17-06-2012
I was trying to display the image whose path exists in the database but i can not find any help. I get bored and frustrated from that work. I Tried some latex examples and feel well.
22-06-2012(Trip Day)
We had a wonderful trip under the provision of our Respected Sir H.S.Rai at Rajgarh in Himachal Pardesh. I got a chance to see the nature <3 having peace , clam, beautiful surrounding and peach valley. Something was different and more than our expectations. Their was a lot of fun on the way. Firstly we visited Pinjore Garden and captured those moments as well as gorgeous scenes of that lovely :) place into our cameras. After that we started toward our destination and got camping site few away from Rajgarh. It was mind blowing place and did trekking over there. Everyone was looking happy, spend some time together and enjoyed with songs. Second place that i oftentimes see through Internet was Baru sahib Gurudwara and Akal Academy of the world. I was thinking "kaash! Rabb G meri schooling v iss academy di hundi ". It seems that they struggled and worked hard a lot to establish entire campus. These places give us relief from crowded world.I feel, if u get a chance to see such places never miss that and look the nature from closest I am sure you will be feel the original fragrance of the God gifted nature. At last i want to say thanks Sir, for giving us these remember-able moments :).
17-07-2012
It was very interesting job to run the CGI scripts from the user directories. For this we need to make some changes in the server's configuration file. I configured the public_html folder and made changes in the httpd.conf file of apache server to run CGI scripts from the user directories. It is powerful feature of the server to run web sites from the user directories. By default this feature may be turned off, but we can enable it and allow user to put entire data in their home directory without jumping into the root directories and also solve the problem of permissions.
18-07-2012
HTML is interesting language. I made a admission form completely in this markup language. Most of the people think that is a very easy language, but i found some difficulties while making a simple form. Actually, there was problem of colspan and i was unable to get the desired o/p as I want. But after a time the problem is solved by my friend Vigas. he asked me to check the tags and to use the colspan and found resulting o/p as we want :) :D. On this day our H.O.D Akshay Girdhar asked to work for new admissions going in college by filling the entries of the new students. We had enjoyed and did work :) :D
19-07-2012 To 23-07-2012
I went to my home from hostel.
24-07-2012
I started project work that is seat planner from core. We had made it before but there were some problems. First of all we started project with simple strategy and made classes, functions and objects. The thing that I observed if the logic is clear to you Coding is very simple. So, i tried to make logic for first strategy and coded , get well results.
25-07-2012
I had a problem in my project that how to add a new branch after an existing branch whose roll numbers have finished. I solved the problem but the function had a number of if statements and variables, which were increasing the number of code lines.
26-07-2012
I was facing the problem through out our project how to set the second branch's roll number after one branch's roll number finishes within a room in my project seat planner. We solved this problem by making a new function called set_branch. Code at below link
https://github.com/satvirkaur/Seat_Planner/blob/master/seat_functions.cpp
Now next thing that we had to do was to count the total number of students of each branch within a room. It is also solved easy applied a logic and made a function. Functions makes code easier. That's why CODE ROCKS!!!!!!!!
27-07-2012
I wish to put my code on Github.com. Before proceeding further I had to make an account for this. I started work on this site and feel interesting. I look for official help provided on this site and got started. But found problem while finding the public and private keys of the system to maintain the remote access between system and github.com site. Get bored from it and try to solve the problem of my project.
29-07-2012
Again on this day i started work on github.com site. It was quite easy. I wasted my time to find the keys and this was silly mistake. Actually, i had need to generate the keys first because didn't exists before. Feel happy as created a repository and pushed the code at
https://github.com/satvirkaur/Seat_Planner
After 02:00 P.M we went for birthday party at Basant in Dugri, Ludhiana. We enjoyed and had a lot of fun that time. In evening started to do some work for my seat planner project. I came to know about make command. We used it in our project for making the execution more efficient.
30-07-2012
We added a little feature to our O/P means in every room the total numbers of students of the each branch is displayed as a footer of the room. The header which included to each room contains the details of examination i.e exam name, date, timings etc.
31-07-2012
I always think that what are the uses of multi-dimensional array. Today i used that in my project. Earlier the roll number's of the each room had stored in the two-dimensional array, problem was after completing a room the stored values of array were displayed in text file and the array values were over-written by the roll numbers of new room. To solve this problem i used the 3-D array. The first subscript([ ]) is used to indicate the room no, second and third subscripts to indicate rows and columns respectively of a room. So every seat in a room is identified with room, row and column number. IMO the 3-D array are very useful where you need to identify a thing with three indexes or things. :):D
08-06-2012
As i called to a url specified in my urls.py file of my django project i get error
typeError Str Oject Not callable Urls.py
Actually i made mistake in urlpatterns variable of forward slash while writing urls:
url(r'^polls/$','polls/views/index') instead of the url(r'^polls/$','polls.views.index')
I make a polling application in django by following the code given on https://docs.djangoproject.com/en/1.4/intro/tutorial01/
09-06-2012
I created a registration form using django. Really it makes my interest in Django
11-06-2012
Continues searching how to make graph in django. But unable to create the graph. Side by side i read latex tutorial and try to make some simple examples and got success.
12-06-2012
I was very happy because it was my first approach toward my project. I made a graph but it was being displayed in the another window. But i require it in within window.
13-06-2012
Finally the graph appearing in the browser.
Simple application in django which is displaying contents as well as image that is a kind of Bio Data form having details of the person along with photo.
16-06-2012
Today i listen about the alpine. Sir tell us how to reply the emails in smart way.The alpine was new for me I installed it and start to use. It was interesting one.
17-06-2012
I was trying to display the image whose path exists in the database but i can not find any help. I get bored and frustrated from that work. I Tried some latex examples and feel well.
18-06-2012
I got success to store and retrieve the images into the database. It was not hardest work as i felt. The main problem was with MEDIA_ROOT and MEDIA_URL paths in settings.py file. The path specified in MEDIA_ROOT is place images were stored by Image upload model. I solved that issue with the help of friend. Today, Our senior Vikas Mahajan came to TCC. He share their experience about their job and six weeks training taken under the guidance of our Respected Sir, H.S.Rai. He told to work in company is not a toughest job, just you need to show your talent and dedication toward the job. 22-06-2012(Trip Day)
We had a wonderful trip under the provision of our Respected Sir H.S.Rai at Rajgarh in Himachal Pardesh. I got a chance to see the nature <3 having peace , clam, beautiful surrounding and peach valley. Something was different and more than our expectations. Their was a lot of fun on the way. Firstly we visited Pinjore Garden and captured those moments as well as gorgeous scenes of that lovely :) place into our cameras. After that we started toward our destination and got camping site few away from Rajgarh. It was mind blowing place and did trekking over there. Everyone was looking happy, spend some time together and enjoyed with songs. Second place that i oftentimes see through Internet was Baru sahib Gurudwara and Akal Academy of the world. I was thinking "kaash! Rabb G meri schooling v iss academy di hundi ". It seems that they struggled and worked hard a lot to establish entire campus. These places give us relief from crowded world.I feel, if u get a chance to see such places never miss that and look the nature from closest I am sure you will be feel the original fragrance of the God gifted nature. At last i want to say thanks Sir, for giving us these remember-able moments :).
17-07-2012
It was very interesting job to run the CGI scripts from the user directories. For this we need to make some changes in the server's configuration file. I configured the public_html folder and made changes in the httpd.conf file of apache server to run CGI scripts from the user directories. It is powerful feature of the server to run web sites from the user directories. By default this feature may be turned off, but we can enable it and allow user to put entire data in their home directory without jumping into the root directories and also solve the problem of permissions.
18-07-2012
HTML is interesting language. I made a admission form completely in this markup language. Most of the people think that is a very easy language, but i found some difficulties while making a simple form. Actually, there was problem of colspan and i was unable to get the desired o/p as I want. But after a time the problem is solved by my friend Vigas. he asked me to check the tags and to use the colspan and found resulting o/p as we want :) :D. On this day our H.O.D Akshay Girdhar asked to work for new admissions going in college by filling the entries of the new students. We had enjoyed and did work :) :D
19-07-2012 To 23-07-2012
I went to my home from hostel.
24-07-2012
I started project work that is seat planner from core. We had made it before but there were some problems. First of all we started project with simple strategy and made classes, functions and objects. The thing that I observed if the logic is clear to you Coding is very simple. So, i tried to make logic for first strategy and coded , get well results.
25-07-2012
I had a problem in my project that how to add a new branch after an existing branch whose roll numbers have finished. I solved the problem but the function had a number of if statements and variables, which were increasing the number of code lines.
26-07-2012
I was facing the problem through out our project how to set the second branch's roll number after one branch's roll number finishes within a room in my project seat planner. We solved this problem by making a new function called set_branch. Code at below link
https://github.com/satvirkaur/Seat_Planner/blob/master/seat_functions.cpp
Now next thing that we had to do was to count the total number of students of each branch within a room. It is also solved easy applied a logic and made a function. Functions makes code easier. That's why CODE ROCKS!!!!!!!!
27-07-2012
I wish to put my code on Github.com. Before proceeding further I had to make an account for this. I started work on this site and feel interesting. I look for official help provided on this site and got started. But found problem while finding the public and private keys of the system to maintain the remote access between system and github.com site. Get bored from it and try to solve the problem of my project.
29-07-2012
Again on this day i started work on github.com site. It was quite easy. I wasted my time to find the keys and this was silly mistake. Actually, i had need to generate the keys first because didn't exists before. Feel happy as created a repository and pushed the code at
https://github.com/satvirkaur/Seat_Planner
After 02:00 P.M we went for birthday party at Basant in Dugri, Ludhiana. We enjoyed and had a lot of fun that time. In evening started to do some work for my seat planner project. I came to know about make command. We used it in our project for making the execution more efficient.
30-07-2012
We added a little feature to our O/P means in every room the total numbers of students of the each branch is displayed as a footer of the room. The header which included to each room contains the details of examination i.e exam name, date, timings etc.
31-07-2012
I always think that what are the uses of multi-dimensional array. Today i used that in my project. Earlier the roll number's of the each room had stored in the two-dimensional array, problem was after completing a room the stored values of array were displayed in text file and the array values were over-written by the roll numbers of new room. To solve this problem i used the 3-D array. The first subscript([ ]) is used to indicate the room no, second and third subscripts to indicate rows and columns respectively of a room. So every seat in a room is identified with room, row and column number. IMO the 3-D array are very useful where you need to identify a thing with three indexes or things. :):D
No comments:
Post a Comment