Sun, 06 Feb 2011 17:57:03 +0530 latex: Changes to slides and handout before and after class. default tip
Puneeth Chaganti <punchagan@fossee.in> [Sun, 06 Feb 2011 17:57:03 +0530] rev 157
latex: Changes to slides and handout before and after class.
Mon, 31 Jan 2011 17:59:35 +0530 vcs: Remove all mention of use of -ve revision numbering.
Puneeth Chaganti <punchagan@fossee.in> [Mon, 31 Jan 2011 17:59:35 +0530] rev 156
vcs: Remove all mention of use of -ve revision numbering. The introduction seems forced. It's a neat trick, but doesn't fit into the flow of things. Now introducing revision numbering with the need to take diffs between particular commits. Also mention -v and -l parameters to the log command.
Mon, 31 Jan 2011 17:23:25 +0530 vcs: Change email id to fossee from gmail.
Puneeth Chaganti <punchagan@fossee.in> [Mon, 31 Jan 2011 17:23:25 +0530] rev 155
vcs: Change email id to fossee from gmail.
Mon, 31 Jan 2011 17:19:51 +0530 vcs: Minor fixes to handout.
Puneeth Chaganti <punchagan@fossee.in> [Mon, 31 Jan 2011 17:19:51 +0530] rev 154
vcs: Minor fixes to handout. 1. Made madhu's commit shorter to fit in one line. 2. Change Author details to have just the Name. 3. Change some punctuation.
Mon, 31 Jan 2011 17:17:53 +0530 vcs: Add details about -u, -m parameters to commit
Puneeth Chaganti <punchagan@fossee.in> [Mon, 31 Jan 2011 17:17:53 +0530] rev 153
vcs: Add details about -u, -m parameters to commit Changes correspond to changes made to handout in previous commit.
Mon, 31 Jan 2011 17:12:36 +0530 vcs: Introduce commit with -u and -m parameters
Puneeth Chaganti <punchagan@fossee.in> [Mon, 31 Jan 2011 17:12:36 +0530] rev 152
vcs: Introduce commit with -u and -m parameters commit is now introduced with -u and -m parameters. This fixes a couple of problems -- 1) hg sometimes doesn't allow commits without username 2) vi(m) is the default editor -- most people can't use it (yet).
Mon, 31 Jan 2011 14:17:11 +0530 vcs: Fix tiny indentation problem in handout.
Puneeth Chaganti <punchagan@fossee.in> [Mon, 31 Jan 2011 14:17:11 +0530] rev 151
vcs: Fix tiny indentation problem in handout.
Mon, 31 Jan 2011 12:48:45 +0530 vcs: Add include directive for exercises in handOut.
Puneeth Chaganti <punchagan@fossee.in> [Mon, 31 Jan 2011 12:48:45 +0530] rev 150
vcs: Add include directive for exercises in handOut.
Mon, 31 Jan 2011 12:24:43 +0530 vcs: Fix pygments highlighting of code blocks with $ and '
Puneeth Chaganti <punchagan@fossee.in> [Mon, 31 Jan 2011 12:24:43 +0530] rev 149
vcs: Fix pygments highlighting of code blocks with $ and ' Pygments highlighting breaks when a code block ends with a lone $ on a line or when it has an unmatched '.
Mon, 31 Jan 2011 11:25:07 +0530 vcs: Add highlight directive to handout.rst
Puneeth Chaganti <punchagan@fossee.in> [Mon, 31 Jan 2011 11:25:07 +0530] rev 148
vcs: Add highlight directive to handout.rst Sphinx uses highlight directives, which can be passed on, to Pygments for syntax highlighting.
Mon, 31 Jan 2011 10:05:22 +0530 vcs: Fix problem with typesetting a code block.
Puneeth Chaganti <punchagan@fossee.in> [Mon, 31 Jan 2011 10:05:22 +0530] rev 147
vcs: Fix problem with typesetting a code block.
Sun, 30 Jan 2011 20:17:11 +0530 vcs: Make exercise.rst more detailed.
Puneeth Chaganti <punchagan@fossee.in> [Sun, 30 Jan 2011 20:17:11 +0530] rev 146
vcs: Make exercise.rst more detailed. The students were a little confused, because they didn't have an idea of the big picture. Added more detail, attempting to show the big picture.
Sun, 30 Jan 2011 20:15:30 +0530 vcs: Fix errors in slides, after class.
Puneeth Chaganti <punchagan@fossee.in> [Sun, 30 Jan 2011 20:15:30 +0530] rev 145
vcs: Fix errors in slides, after class. The 3 pane diff description was wrong. Changed it.
Sun, 30 Jan 2011 20:14:31 +0530 vcs: Change \title in vcs.tex.
Puneeth Chaganti <punchagan@fossee.in> [Sun, 30 Jan 2011 20:14:31 +0530] rev 144
vcs: Change \title in vcs.tex. The title is now more specific, rather than generic. It mentions hg as the version control system being used.
Sun, 30 Jan 2011 20:12:46 +0530 vcs: Mention hg remove command.
Puneeth Chaganti <punchagan@fossee.in> [Sun, 30 Jan 2011 20:12:46 +0530] rev 143
vcs: Mention hg remove command. I was mistaken that everything could be done with the hg add command alone. But apparently hg remove command is necessary.
Sun, 30 Jan 2011 12:09:47 +0530 vcs: Add title to exercises.rst
Puneeth Chaganti <punchagan@fossee.in> [Sun, 30 Jan 2011 12:09:47 +0530] rev 142
vcs: Add title to exercises.rst The title is required for it to appear in the index file of sphinx.
Sun, 30 Jan 2011 11:38:24 +0530 vcs: Minor changes to exercises.rst
Puneeth Chaganti <punchagan@fossee.in> [Sun, 30 Jan 2011 11:38:24 +0530] rev 141
vcs: Minor changes to exercises.rst Changed the directory structure of exercises repository and accordingly changed the exercises sheet.
Sun, 30 Jan 2011 11:29:48 +0530 vcs: Add exercises.
Puneeth Chaganti <punchagan@fossee.in> [Sun, 30 Jan 2011 11:29:48 +0530] rev 140
vcs: Add exercises.
Sun, 30 Jan 2011 11:13:06 +0530 vcs: Add note about binary files in handout
Puneeth Chaganti <punchagan@fossee.in> [Sun, 30 Jan 2011 11:13:06 +0530] rev 139
vcs: Add note about binary files in handout Added a note about using binary files in a version control system and the diffs that would appear.
Sun, 30 Jan 2011 01:08:21 +0530 vcs: Fix slides.
Puneeth Chaganti <punchagan@fossee.in> [Sun, 30 Jan 2011 01:08:21 +0530] rev 138
vcs: Fix slides. Cleaned up slides, based on the new hand-out. Removed all the commands and outputs and details of the files being changed, etc. All these details are to be shown, hands-on, on the terminal.
Sun, 30 Jan 2011 01:06:47 +0530 vcs: Fix images.
Puneeth Chaganti <punchagan@fossee.in> [Sun, 30 Jan 2011 01:06:47 +0530] rev 137
vcs: Fix images. Remove all images that are not being used. Use better images for mercurial logo and home-brew VC folder.
Sun, 30 Jan 2011 01:00:03 +0530 vcs: Minor changes to handout
Puneeth Chaganti <punchagan@fossee.in> [Sun, 30 Jan 2011 01:00:03 +0530] rev 136
vcs: Minor changes to handout Fixed bugs that were seen while preparing slides.
Sat, 29 Jan 2011 13:49:14 +0530 vcs: Changes to handout.rst
Puneeth Chaganti <punchagan@fossee.in> [Sat, 29 Jan 2011 13:49:14 +0530] rev 135
vcs: Changes to handout.rst Lot of changes based on Joel's HgInit Tutorial and Mercurial Tutorial.
Sat, 18 Sep 2010 07:08:17 +0530 Minor edits to LaTeX material.
Puneeth Chaganti <punchagan@fossee.in> [Sat, 18 Sep 2010 07:08:17 +0530] rev 134
Minor edits to LaTeX material.
Tue, 07 Sep 2010 20:09:50 +0530 Merging changes
amit [Tue, 07 Sep 2010 20:09:50 +0530] rev 133
Merging changes
Tue, 07 Sep 2010 20:04:28 +0530 Some changes made to title levels
amit [Tue, 07 Sep 2010 20:04:28 +0530] rev 132
Some changes made to title levels
Tue, 07 Sep 2010 16:56:27 +0530 Added a paragraph about docstrings in the chapter.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 07 Sep 2010 16:56:27 +0530] rev 131
Added a paragraph about docstrings in the chapter.
Tue, 07 Sep 2010 16:56:09 +0530 RBT Levels to the questions.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 07 Sep 2010 16:56:09 +0530] rev 130
RBT Levels to the questions.
Tue, 07 Sep 2010 16:49:56 +0530 Adding a huge question for lab exercise 4.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 07 Sep 2010 16:49:56 +0530] rev 129
Adding a huge question for lab exercise 4.
Tue, 07 Sep 2010 15:16:40 +0530 Add third lab exercise questions.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 07 Sep 2010 15:16:40 +0530] rev 128
Add third lab exercise questions.
Tue, 07 Sep 2010 14:29:48 +0530 Add second lab exercise questions.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 07 Sep 2010 14:29:48 +0530] rev 127
Add second lab exercise questions.
Tue, 07 Sep 2010 12:09:06 +0530 First Lab exercise questions. Sorry for very small commits. I paid the penalty of losing my entire file on which I had worked on 1 and half days.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 07 Sep 2010 12:09:06 +0530] rev 126
First Lab exercise questions. Sorry for very small commits. I paid the penalty of losing my entire file on which I had worked on 1 and half days.
Tue, 07 Sep 2010 11:09:02 +0530 Removing reduntant files .
amit [Tue, 07 Sep 2010 11:09:02 +0530] rev 125
Removing reduntant files .
Tue, 07 Sep 2010 11:07:31 +0530 Changed name of Using_Linux_Tools to handout.rst to follow the standard
amit [Tue, 07 Sep 2010 11:07:31 +0530] rev 124
Changed name of Using_Linux_Tools to handout.rst to follow the standard
Tue, 07 Sep 2010 11:03:27 +0530 Merging all the changes made bu madhu and punch
amit [Tue, 07 Sep 2010 11:03:27 +0530] rev 123
Merging all the changes made bu madhu and punch
Tue, 07 Sep 2010 10:45:11 +0530 Refactored a lot of material . Mostly for continuity also some recipie based additions
amit [Tue, 07 Sep 2010 10:45:11 +0530] rev 122
Refactored a lot of material . Mostly for continuity also some recipie based additions
Thu, 02 Sep 2010 23:18:50 +0530 Added a question answer format for initial introduction to make it recipie based .
amit [Thu, 02 Sep 2010 23:18:50 +0530] rev 121
Added a question answer format for initial introduction to make it recipie based .
Mon, 06 Sep 2010 14:20:16 +0530 Final portions of Test Driven Development.
Madhusudan.C.S <madhusudancs@gmail.com> [Mon, 06 Sep 2010 14:20:16 +0530] rev 120
Final portions of Test Driven Development.
Fri, 03 Sep 2010 11:51:33 +0530 Add unittest based test module.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 03 Sep 2010 11:51:33 +0530] rev 119
Add unittest based test module.
Fri, 03 Sep 2010 11:51:18 +0530 Move the code and data files to math_utils directory.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 03 Sep 2010 11:51:18 +0530] rev 118
Move the code and data files to math_utils directory.
Fri, 03 Sep 2010 11:49:18 +0530 Add materials on doctest and unittest framework.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 03 Sep 2010 11:49:18 +0530] rev 117
Add materials on doctest and unittest framework.
Tue, 31 Aug 2010 20:28:35 +0530 Adding the page header. Better late than never.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 31 Aug 2010 20:28:35 +0530] rev 116
Adding the page header. Better late than never.
Tue, 31 Aug 2010 20:15:06 +0530 Completed the section on realistic test scenarios and introductory paragraphs on nose.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 31 Aug 2010 20:15:06 +0530] rev 115
Completed the section on realistic test scenarios and introductory paragraphs on nose.
Tue, 31 Aug 2010 20:14:18 +0530 Manipulated the python gcd script to accommodate new way of testing.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 31 Aug 2010 20:14:18 +0530] rev 114
Manipulated the python gcd script to accommodate new way of testing.
Tue, 31 Aug 2010 20:13:49 +0530 Added the test cases for GCD function and the Python script that was used to generate it.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 31 Aug 2010 20:13:49 +0530] rev 113
Added the test cases for GCD function and the Python script that was used to generate it.
Tue, 31 Aug 2010 18:58:34 +0530 Add a work-in progress section on writing realistic tests.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 31 Aug 2010 18:58:34 +0530] rev 112
Add a work-in progress section on writing realistic tests.
Tue, 31 Aug 2010 18:57:46 +0530 Add the gcd.py sample file being used in the hand out.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 31 Aug 2010 18:57:46 +0530] rev 111
Add the gcd.py sample file being used in the hand out.
Tue, 31 Aug 2010 18:57:30 +0530 Improved the initial Introduction on tests content.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 31 Aug 2010 18:57:30 +0530] rev 110
Improved the initial Introduction on tests content.
Wed, 14 Jul 2010 00:19:54 +0530 Add a section on real life tests.
Madhusudan.C.S <madhusudancs@gmail.com> [Wed, 14 Jul 2010 00:19:54 +0530] rev 109
Add a section on real life tests.
Tue, 31 Aug 2010 19:10:09 +0530 Merged heads.
Puneeth Chaganti <punchagan@fossee.in> [Tue, 31 Aug 2010 19:10:09 +0530] rev 108
Merged heads.
Tue, 31 Aug 2010 18:52:49 +0530 Added lab workbook and related files.
Puneeth Chaganti <punchagan@fossee.in> [Tue, 31 Aug 2010 18:52:49 +0530] rev 107
Added lab workbook and related files.
Tue, 31 Aug 2010 18:51:36 +0530 Added .org files to .hgignore
Puneeth Chaganti <punchagan@fossee.in> [Tue, 31 Aug 2010 18:51:36 +0530] rev 106
Added .org files to .hgignore
Tue, 31 Aug 2010 18:50:20 +0530 Added slides for LaTeX.
Puneeth Chaganti <punchagan@fossee.in> [Tue, 31 Aug 2010 18:50:20 +0530] rev 105
Added slides for LaTeX.
Tue, 31 Aug 2010 18:49:43 +0530 Updated handout.
Puneeth Chaganti <punchagan@fossee.in> [Tue, 31 Aug 2010 18:49:43 +0530] rev 104
Updated handout.
Tue, 31 Aug 2010 18:45:36 +0530 Added sample document for LaTeX session.
Puneeth Chaganti <punchagan@fossee.in> [Tue, 31 Aug 2010 18:45:36 +0530] rev 103
Added sample document for LaTeX session.
Fri, 04 Jun 2010 15:48:06 +0530 Merged heads.
Puneeth Chaganti <punchagan@fossee.in> [Fri, 04 Jun 2010 15:48:06 +0530] rev 102
Merged heads.
Wed, 02 Jun 2010 21:31:35 +0530 Revised latex handout for new sees course; will drop this and make it more need based.
Puneeth Chaganti <punchagan@gmail.com> [Wed, 02 Jun 2010 21:31:35 +0530] rev 101
Revised latex handout for new sees course; will drop this and make it more need based.
Mon, 12 Jul 2010 15:39:29 +0530 Changes to shell scripting
amit@thunder [Mon, 12 Jul 2010 15:39:29 +0530] rev 100
Changes to shell scripting
Mon, 12 Jul 2010 15:37:06 +0530 Changes to More on text Processing
amit@thunder [Mon, 12 Jul 2010 15:37:06 +0530] rev 99
Changes to More on text Processing
Mon, 12 Jul 2010 15:27:21 +0530 changes to Intorduction to Linux and Text Processing in ULT
amit@thunder [Mon, 12 Jul 2010 15:27:21 +0530] rev 98
changes to Intorduction to Linux and Text Processing in ULT
(0) -100 -60 tip