Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
*.pyc

# Logs and databases #
######################
*.log

# OS generated files #
######################
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db
2 changes: 1 addition & 1 deletion .svn/text-base/push.sh.svn-base
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rsync -t -v -u ron@140.247.116.250:/home/ron/PythonBase/* .
rsync -t -v -u ron@140.247.116.250:/home/ron/PythonBase/* .
rsync -t -v -u * ron@140.247.116.250:/home/ron/PythonBase/
# add -r for recursive..
2 changes: 1 addition & 1 deletion html/Geographic Sample3.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@

<a onclick="map2.panTo(new google.maps.LatLng(7.5, 12.5))">CLICK</a>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion html/Network.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@
<body onload="initialize()">
<div id="map2_canvas" style="width:100%; height:100%; float:left"></div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion push.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rsync -t -v -u ron@140.247.116.250:/home/ron/PythonBase/* .
rsync -t -v -u ron@140.247.116.250:/home/ron/PythonBase/* .
rsync -t -v -u * ron@140.247.116.250:/home/ron/PythonBase/
# add -r for recursive..