<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/clocpy/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/clocpy/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 25 Dec 2017 13:41:10 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/clocpy/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by henkidefix</title><link>https://sourceforge.net/p/clocpy/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,4 +1,12 @@
 # Welcome to CLOCPY
+Work in progress to make a good version, but i first move into subversion
+to make sure i don't loose all my work due to some local disc problem.
+
+Created this program back in 2012 when i just started coding in python 
+the old versions works but the problem is: using globals is not right in python.
+And because they use globals they cannot be unit-tested.
+There is a version for python2 is from 2012.  
+There is a version python 3 made in 2015, only changed print to print().

 ### The output of CLOCPY.py:
 ```
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">henkidefix</dc:creator><pubDate>Mon, 25 Dec 2017 13:41:10 -0000</pubDate><guid>https://sourceforge.netdc717b4f3a8d0608ddffa590d8b56eb7887322e0</guid></item><item><title>Home modified by henkidefix</title><link>https://sourceforge.net/p/clocpy/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,8 +1,8 @@
 # Welcome to CLOCPY

-### the output of CLOCPY.py:
+### The output of CLOCPY.py:
 ```
-&amp;gt; clocpy examples
+&amp;gt; clocpy examples/

  lines   code  code   total
  total  lines  chars  bytes  filename
@@ -18,9 +18,11 @@
 ```

+
 ### The output of CLOC:
 ```
-&amp;gt; cloc --by-file examples
+&amp;gt; cloc --by-file examples/
+
 ----------------------------------------------
 File                      blank  comment  code
 ----------------------------------------------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">henkidefix</dc:creator><pubDate>Mon, 25 Dec 2017 13:30:04 -0000</pubDate><guid>https://sourceforge.netd7660e6c757d403486068a8dd51c5e1574dc57ea</guid></item><item><title>Home modified by henkidefix</title><link>https://sourceforge.net/p/clocpy/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -6,13 +6,13 @@

  lines   code  code   total
  total  lines  chars  bytes  filename
-      24     13    435    805  examples/bashscript
-      47     24    406    997  examples/functest.py
-      38     15    553   1083  examples/makefile-old
+     24     13    435    805  examples/bashscript
+     47     24    406    997  examples/functest.py
+     38     15    553   1083  examples/makefile-old
     520    370   9780  24593  examples/test1.py
-      38     15    553   1084  examples/Makefile
-      95     81   1634   2176  examples/test2.pas
-      44     34    545    793  examples/classtest1.pas
+     38     15    553   1084  examples/Makefile
+     95     81   1634   2176  examples/test2.pas
+     44     34    545    793  examples/classtest1.pas
     232    204   6374   7910  examples/test3.cxx
     782    632  13262  20701  examples/ple_main.pas
 ```
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">henkidefix</dc:creator><pubDate>Mon, 25 Dec 2017 13:28:31 -0000</pubDate><guid>https://sourceforge.net3bca7669e96711fa202e7dd6c0d3e2c4430a89a8</guid></item><item><title>Home modified by henkidefix</title><link>https://sourceforge.net/p/clocpy/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,38 @@
-Welcome to your wiki!
+# Welcome to CLOCPY

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+### the output of CLOCPY.py:
+```
+&amp;gt; clocpy examples

-The wiki uses [Markdown](/p/clocpy/wiki/markdown_syntax/) syntax.
+ lines   code  code   total
+ total  lines  chars  bytes  filename
+      24     13    435    805  examples/bashscript
+      47     24    406    997  examples/functest.py
+      38     15    553   1083  examples/makefile-old
+    520    370   9780  24593  examples/test1.py
+      38     15    553   1084  examples/Makefile
+      95     81   1634   2176  examples/test2.pas
+      44     34    545    793  examples/classtest1.pas
+    232    204   6374   7910  examples/test3.cxx
+    782    632  13262  20701  examples/ple_main.pas
+```

-[[members limit=20]]
-[[download_button]]
+
+### The output of CLOC:
+```
+&amp;gt; cloc --by-file examples
+----------------------------------------------
+File                      blank  comment  code
+----------------------------------------------
+examples/test1.py            48     101    371
+examples/ple_main.pas        55     417    310
+examples/test3.cxx           19       9    204
+examples/test2.pas           10       1     84
+examples/classtest1.pas       7       2     35
+examples/functest.py          8      14     25
+examples/Makefile             8      15     15
+examples/bashscript           2       8     14
+examples/NotThisOne/global.h  3       9      2
+```
+
+*Henk SPeksnijder 20171225*
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">henkidefix</dc:creator><pubDate>Mon, 25 Dec 2017 13:27:50 -0000</pubDate><guid>https://sourceforge.netc3d59e26fb208045d79484ee1c518d352eec028d</guid></item><item><title>Home modified by henkidefix</title><link>https://sourceforge.net/p/clocpy/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/clocpy/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
	&lt;ul class="md-users-list"&gt;
		&lt;li&gt;&lt;a href="/u/henkidefix/"&gt;henkidefix&lt;/a&gt; (admin)&lt;/li&gt;
		
	&lt;/ul&gt;&lt;br/&gt;
&lt;p&gt;&lt;span class="download-button-5a40f4c32cd8105641ebe488" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">henkidefix</dc:creator><pubDate>Mon, 25 Dec 2017 12:53:24 -0000</pubDate><guid>https://sourceforge.net4dfff43159176e0b2aed60b823395478a86272c3</guid></item></channel></rss>