Home Accessibility Courses Twitter The Mouth Facebook Resources Site Map About Us Contact
 
For 2023 (and 2024 ...) - we are now fully retired from IT training.
We have made many, many friends over 25 years of teaching about Python, Tcl, Perl, PHP, Lua, Java, C and C++ - and MySQL, Linux and Solaris/SunOS too. Our training notes are now very much out of date, but due to upward compatability most of our examples remain operational and even relevant ad you are welcome to make us if them "as seen" and at your own risk.

Lisa and I (Graham) now live in what was our training centre in Melksham - happy to meet with former delegates here - but do check ahead before coming round. We are far from inactive - rather, enjoying the times that we are retired but still healthy enough in mind and body to be active!

I am also active in many other area and still look after a lot of web sites - you can find an index ((here))
iterating through a file, file output
Input and Output in Ruby example from a Well House Consultants training course
More on Input and Output in Ruby [link]

This example is described in the following article(s):
   • Opening and reading files - the ruby fundamentals - [link]

Source code: d3_1 Module: R106


# Iterating through a file, and file output.

# File.new opens a file ... default is for read

source = File.new "ac_20150102"
yesterday = File.new "yestergoogle.txt","w"

all = 0
googlebot = 0
images = 0

# Following line reads whole file. For a huge file,
# an alternative loop should be used

source.readlines.each do |access|
        all += 1
        if /^66.249./.match(access)
                yesterday.write access
                if /Googlebot-Image/.match(access)
                        STDOUT.write access
                        images += 1
                        end
                googlebot += 1
                end
        end

yesterday.close
source.close

print "Google called up #{googlebot} out of #{all} accesses\n"
print "Of those, #{images} were Google Images\n"

__END__

Sample Output

WomanWithCat:r106 grahamellis$ ruby d3_1
66.249.78.174 - - [01/Jan/2015:03:33:08 +0000] "GET /pix/su14_041.jpg HTTP/1.1" 200 61970 "-" "Googlebot-Image/1.0"
66.249.67.80 - - [01/Jan/2015:03:34:24 +0000] "GET /pix/wy2.jpg HTTP/1.1" 200 49099 "-" "Googlebot-Image/1.0"
66.249.78.181 - - [01/Jan/2015:03:34:40 +0000] "GET /piclib/DSC05650.jpg HTTP/1.1" 200 89815 "-" "Googlebot-Image/1.0"
66.249.78.181 - - [01/Jan/2015:03:40:37 +0000] "GET /pix/littlebig1.jpg HTTP/1.1" 200 178943 "-" "Googlebot-Image/1.0"
66.249.78.181 - - [01/Jan/2015:03:55:55 +0000] "GET /piclib/P7280502.jpg HTTP/1.1" 200 93401 "-" "Googlebot-Image/1.0"
66.249.78.132 - - [01/Jan/2015:04:03:42 +0000] "GET /images/BR1Fs.jpg HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.78.252 - - [01/Jan/2015:04:04:15 +0000] "GET /pix/wej.jpg HTTP/1.1" 200 62899 "-" "Googlebot-Image/1.0"
66.249.78.181 - - [01/Jan/2015:04:11:19 +0000] "GET /pix/su14_007.jpg HTTP/1.1" 200 84481 "-" "Googlebot-Image/1.0"
66.249.78.181 - - [01/Jan/2015:04:17:46 +0000] "GET /piclib/DSC04230.jpg HTTP/1.1" 200 132474 "-" "Googlebot-Image/1.0"
66.249.78.158 - - [01/Jan/2015:04:18:43 +0000] "GET /coffeeshop/Smileys/default/cheesy.gif HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.78.151 - - [01/Jan/2015:04:26:43 +0000] "GET /coffeeshop/Smileys/default/tongue.gif HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.78.238 - - [01/Jan/2015:04:32:00 +0000] "GET /pix/vj1.jpg HTTP/1.1" 200 77452 "-" "Googlebot-Image/1.0"
66.249.78.132 - - [01/Jan/2015:04:34:18 +0000] "GET /images/BR2F.jpg HTTP/1.1" 200 22680 "-" "Googlebot-Image/1.0"
66.249.78.125 - - [01/Jan/2015:04:37:44 +0000] "GET /images/BR3F.jpg HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.78.174 - - [01/Jan/2015:04:37:45 +0000] "GET /piclib/P4222904.jpg HTTP/1.1" 200 100159 "-" "Googlebot-Image/1.0"
66.249.67.152 - - [01/Jan/2015:04:42:06 +0000] "GET /business_pictures/mb_jdenmans.jpg HTTP/1.1" 200 58931 "-" "Googlebot-Image/1.0"
66.249.78.163 - - [01/Jan/2015:04:45:14 +0000] "GET /business_pictures/mb_rigg.jpg HTTP/1.1" 200 52567 "-" "Googlebot-Image/1.0"
66.249.78.57 - - [01/Jan/2015:04:50:24 +0000] "GET /twtn3.jpg HTTP/1.1" 200 63015 "-" "Googlebot-Image/1.0"
66.249.78.181 - - [01/Jan/2015:04:55:12 +0000] "GET /piclib/P7315206.jpg HTTP/1.1" 200 73763 "-" "Googlebot-Image/1.0"
66.249.78.167 - - [01/Jan/2015:05:00:44 +0000] "GET /pix/toptea.jpg HTTP/1.1" 200 43845 "-" "Googlebot-Image/1.0"
66.249.78.245 - - [01/Jan/2015:05:00:48 +0000] "GET /pix/ysf.jpg HTTP/1.1" 200 40947 "-" "Googlebot-Image/1.0"
66.249.78.167 - - [01/Jan/2015:05:03:22 +0000] "GET /pix/cql5.jpg HTTP/1.1" 200 251913 "-" "Googlebot-Image/1.0"
66.249.78.181 - - [01/Jan/2015:05:03:25 +0000] "GET /pix/steam3.jpg HTTP/1.1" 200 242134 "-" "Googlebot-Image/1.0"
66.249.78.245 - - [01/Jan/2015:05:26:44 +0000] "GET /pix/tt1.jpg HTTP/1.1" 200 11085 "-" "Googlebot-Image/1.0"
66.249.78.174 - - [01/Jan/2015:05:34:40 +0000] "GET /piclib/DSC02514.jpg HTTP/1.1" 200 54434 "-" "Googlebot-Image/1.0"
66.249.78.165 - - [01/Jan/2015:05:36:56 +0000] "GET /new/new047.jpg HTTP/1.1" 200 84018 "-" "Googlebot-Image/1.0"
66.249.67.31 - - [01/Jan/2015:05:54:36 +0000] "GET /piclib/P7300517.jpg HTTP/1.1" 200 56007 "-" "Googlebot-Image/1.0"
66.249.67.80 - - [01/Jan/2015:05:55:32 +0000] "GET /pix/cv1.jpg HTTP/1.1" 200 126673 "-" "Googlebot-Image/1.0"
66.249.78.167 - - [01/Jan/2015:06:13:05 +0000] "GET /pix/su14_052.jpg HTTP/1.1" 200 73532 "-" "Googlebot-Image/1.0"
66.249.78.174 - - [01/Jan/2015:06:14:34 +0000] "GET /piclib/DSC02227.jpg HTTP/1.1" 200 97374 "-" "Googlebot-Image/1.0"
66.249.78.252 - - [01/Jan/2015:06:24:20 +0000] "GET /pix/ob8.jpg HTTP/1.1" 200 41780 "-" "Googlebot-Image/1.0"
66.249.78.167 - - [01/Jan/2015:06:27:22 +0000] "GET /piclib/DSC02084.jpg HTTP/1.1" 200 51277 "-" "Googlebot-Image/1.0"
66.249.78.165 - - [01/Jan/2015:06:38:55 +0000] "GET /new/new037.jpg HTTP/1.1" 200 60182 "-" "Googlebot-Image/1.0"
66.249.67.31 - - [01/Jan/2015:06:44:39 +0000] "GET /piclib/P3182233.jpg HTTP/1.1" 200 71508 "-" "Googlebot-Image/1.0"
66.249.78.245 - - [01/Jan/2015:06:54:14 +0000] "GET /pix/ob7.jpg HTTP/1.1" 200 56523 "-" "Googlebot-Image/1.0"
66.249.78.151 - - [01/Jan/2015:06:54:25 +0000] "GET /coffeeshop/index.php?action=dlattach;attach=2329;type=avatar HTTP/1.1" 200 42888 "-" "Googlebot-Image/1.0"
66.249.78.158 - - [01/Jan/2015:06:59:35 +0000] "GET /new/new020.jpg HTTP/1.1" 200 75589 "-" "Googlebot-Image/1.0"
66.249.78.158 - - [01/Jan/2015:07:04:39 +0000] "GET /new/new019.jpg HTTP/1.1" 200 70445 "-" "Googlebot-Image/1.0"
66.249.78.167 - - [01/Jan/2015:07:04:40 +0000] "GET /piclib/DSC01675.jpg HTTP/1.1" 200 134088 "-" "Googlebot-Image/1.0"
66.249.78.64 - - [01/Jan/2015:07:09:47 +0000] "GET /forum/Themes/default/images/star.gif HTTP/1.1" 301 373 "-" "Googlebot-Image/1.0"
66.249.78.71 - - [01/Jan/2015:07:14:57 +0000] "GET /forum/Themes/default/images/icons/profile_sm.gif HTTP/1.1" 301 373 "-" "Googlebot-Image/1.0"
66.249.78.64 - - [01/Jan/2015:07:20:07 +0000] "GET /fmap1.jpg HTTP/1.1" 200 13773 "-" "Googlebot-Image/1.0"
66.249.78.238 - - [01/Jan/2015:07:21:56 +0000] "GET /pix/rf4.jpg HTTP/1.1" 200 29897 "-" "Googlebot-Image/1.0"
66.249.67.39 - - [01/Jan/2015:07:24:39 +0000] "GET /piclib/DSC02891.jpg HTTP/1.1" 200 28031 "-" "Googlebot-Image/1.0"
66.249.67.45 - - [01/Jan/2015:07:25:18 +0000] "GET /flying-scotsman-at-melksham.jpg HTTP/1.1" 200 40636 "-" "Googlebot-Image/1.0"
66.249.78.71 - - [01/Jan/2015:07:30:27 +0000] "GET /feathers_1928.jpg HTTP/1.1" 200 81052 "-" "Googlebot-Image/1.0"
66.249.78.57 - - [01/Jan/2015:07:35:37 +0000] "GET /forum/Smileys/classic/lipsrsealed.gif HTTP/1.1" 301 373 "-" "Googlebot-Image/1.0"
66.249.78.57 - - [01/Jan/2015:07:40:48 +0000] "GET /forum/Themes/default/images/post/lamp.gif HTTP/1.1" 301 373 "-" "Googlebot-Image/1.0"
66.249.67.39 - - [01/Jan/2015:07:45:09 +0000] "GET /piclib/DSC02531.jpg HTTP/1.1" 200 70411 "-" "Googlebot-Image/1.0"
66.249.78.71 - - [01/Jan/2015:07:45:59 +0000] "GET /chterm1.jpg HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.67.96 - - [01/Jan/2015:07:50:44 +0000] "GET /pix/xz5.jpg HTTP/1.1" 200 41657 "-" "Googlebot-Image/1.0"
66.249.78.64 - - [01/Jan/2015:07:51:08 +0000] "GET /forum/Themes/default/images/icons/linktree_side.gif HTTP/1.1" 301 373 "-" "Googlebot-Image/1.0"
66.249.78.64 - - [01/Jan/2015:07:56:18 +0000] "GET /forum/Themes/default/images/english/newsbox.gif HTTP/1.1" 301 373 "-" "Googlebot-Image/1.0"
66.249.67.45 - - [01/Jan/2015:08:01:28 +0000] "GET /forum/Themes/default/images/english/home.gif HTTP/1.1" 301 373 "-" "Googlebot-Image/1.0"
66.249.67.31 - - [01/Jan/2015:08:04:33 +0000] "GET /piclib/P3062011.jpg HTTP/1.1" 200 72705 "-" "Googlebot-Image/1.0"
66.249.78.71 - - [01/Jan/2015:08:06:41 +0000] "GET /forum/Themes/default/images/icons/folder_open.gif HTTP/1.1" 301 373 "-" "Googlebot-Image/1.0"
66.249.78.174 - - [01/Jan/2015:08:11:49 +0000] "GET /pix/carr0.jpg HTTP/1.1" 200 48676 "-" "Googlebot-Image/1.0"
66.249.78.174 - - [01/Jan/2015:08:16:59 +0000] "GET /piclib/DSC03291.jpg HTTP/1.1" 200 100859 "-" "Googlebot-Image/1.0"
66.249.78.252 - - [01/Jan/2015:08:19:32 +0000] "GET /pix/mh1.jpg HTTP/1.1" 200 69107 "-" "Googlebot-Image/1.0"
66.249.78.174 - - [01/Jan/2015:08:22:09 +0000] "GET /pix/cfpop8.jpg HTTP/1.1" 200 42755 "-" "Googlebot-Image/1.0"
66.249.78.167 - - [01/Jan/2015:08:27:19 +0000] "GET /pix/dev_africa.jpg HTTP/1.1" 200 151428 "-" "Googlebot-Image/1.0"
66.249.78.181 - - [01/Jan/2015:08:32:29 +0000] "GET /pix/cfpop7.jpg HTTP/1.1" 200 75457 "-" "Googlebot-Image/1.0"
66.249.78.167 - - [01/Jan/2015:08:36:58 +0000] "GET /piclib/DSC03483.jpg HTTP/1.1" 200 34192 "-" "Googlebot-Image/1.0"
66.249.78.181 - - [01/Jan/2015:08:37:40 +0000] "GET /pix/carr6.jpg HTTP/1.1" 200 57812 "-" "Googlebot-Image/1.0"
66.249.78.174 - - [01/Jan/2015:08:42:50 +0000] "GET /pix/carr9.jpg HTTP/1.1" 200 51801 "-" "Googlebot-Image/1.0"
66.249.78.181 - - [01/Jan/2015:08:48:00 +0000] "GET /pix/carr4.jpg HTTP/1.1" 200 50914 "-" "Googlebot-Image/1.0"
66.249.78.245 - - [01/Jan/2015:08:48:20 +0000] "GET /pix/xz2.jpg HTTP/1.1" 200 45747 "-" "Googlebot-Image/1.0"
66.249.78.167 - - [01/Jan/2015:08:53:10 +0000] "GET /pix/cfpop6.jpg HTTP/1.1" 200 38733 "-" "Googlebot-Image/1.0"
66.249.78.174 - - [01/Jan/2015:08:54:36 +0000] "GET /piclib/DSC02853.jpg HTTP/1.1" 200 61301 "-" "Googlebot-Image/1.0"
66.249.78.174 - - [01/Jan/2015:08:58:25 +0000] "GET /pix/cfpop2.jpg HTTP/1.1" 200 47068 "-" "Googlebot-Image/1.0"
66.249.67.31 - - [01/Jan/2015:09:03:31 +0000] "GET /pix/cfpop5.jpg HTTP/1.1" 200 55163 "-" "Googlebot-Image/1.0"
66.249.78.71 - - [01/Jan/2015:09:08:41 +0000] "GET /bystarttimex.jpg HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.78.174 - - [01/Jan/2015:09:13:51 +0000] "GET /pix/su14_076.jpg HTTP/1.1" 200 86117 "-" "Googlebot-Image/1.0"
66.249.78.167 - - [01/Jan/2015:09:14:35 +0000] "GET /piclib/P5023177.jpg HTTP/1.1" 200 55669 "-" "Googlebot-Image/1.0"
66.249.78.252 - - [01/Jan/2015:09:17:09 +0000] "GET /pix/dm7.jpg HTTP/1.1" 200 57411 "-" "Googlebot-Image/1.0"
66.249.78.174 - - [01/Jan/2015:09:24:11 +0000] "GET /pix/train_logo.jpg HTTP/1.1" 200 40073 "-" "Googlebot-Image/1.0"
66.249.78.181 - - [01/Jan/2015:09:34:34 +0000] "GET /piclib/P4012402.jpg HTTP/1.1" 200 74544 "-" "Googlebot-Image/1.0"
66.249.78.181 - - [01/Jan/2015:09:39:42 +0000] "GET /pix/su14_026.jpg HTTP/1.1" 200 82227 "-" "Googlebot-Image/1.0"
66.249.78.158 - - [01/Jan/2015:09:44:32 +0000] "GET /coffeeshop/Smileys/default/huh.gif HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.78.238 - - [01/Jan/2015:09:45:56 +0000] "GET /pix/eb2.jpg HTTP/1.1" 200 21596 "-" "Googlebot-Image/1.0"
66.249.78.158 - - [01/Jan/2015:09:49:40 +0000] "GET /coffeeshop/Themes/default/images/topic/hot_post.gif HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.78.181 - - [01/Jan/2015:09:54:36 +0000] "GET /piclib/DSC07952.jpg HTTP/1.1" 200 37110 "-" "Googlebot-Image/1.0"
66.249.78.151 - - [01/Jan/2015:09:59:38 +0000] "GET /coffeeshop/Smileys/default/smiley.gif HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.78.174 - - [01/Jan/2015:10:02:34 +0000] "GET /pix/my1_37.jpg HTTP/1.1" 200 50060 "-" "Googlebot-Image/1.0"
66.249.78.181 - - [01/Jan/2015:10:04:37 +0000] "GET /pix/su14_048.jpg HTTP/1.1" 200 81880 "-" "Googlebot-Image/1.0"
66.249.67.39 - - [01/Jan/2015:10:09:08 +0000] "GET /piclib/P7315219.jpg HTTP/1.1" 200 58076 "-" "Googlebot-Image/1.0"
66.249.78.181 - - [01/Jan/2015:10:09:29 +0000] "GET /pix/su14_070.jpg HTTP/1.1" 200 76279 "-" "Googlebot-Image/1.0"
66.249.78.151 - - [01/Jan/2015:10:14:42 +0000] "GET /coffeeshop/Themes/default/images/post/question.gif HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.67.96 - - [01/Jan/2015:10:14:44 +0000] "GET /pix/wy4.jpg HTTP/1.1" 200 69314 "-" "Googlebot-Image/1.0"
66.249.78.181 - - [01/Jan/2015:10:19:55 +0000] "GET /pix/su14_011.jpg HTTP/1.1" 200 93668 "-" "Googlebot-Image/1.0"
66.249.78.132 - - [01/Jan/2015:10:24:47 +0000] "GET /images/mroam4.jpg HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.78.181 - - [01/Jan/2015:10:26:25 +0000] "GET /piclib/P4212839.jpg HTTP/1.1" 200 57922 "-" "Googlebot-Image/1.0"
66.249.78.139 - - [01/Jan/2015:10:29:41 +0000] "GET /images/shawch.jpg HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.78.132 - - [01/Jan/2015:10:34:49 +0000] "GET /images/mroamz.jpg HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.78.125 - - [01/Jan/2015:10:40:04 +0000] "GET /images/cafe_ctea.jpg HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.78.252 - - [01/Jan/2015:10:44:02 +0000] "GET /pix/ox3.jpg HTTP/1.1" 200 120580 "-" "Googlebot-Image/1.0"
66.249.78.174 - - [01/Jan/2015:10:45:18 +0000] "GET /piclib/DSC00315.jpg HTTP/1.1" 200 70731 "-" "Googlebot-Image/1.0"
66.249.78.139 - - [01/Jan/2015:10:45:19 +0000] "GET /images/mroam6.jpg HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.78.132 - - [01/Jan/2015:10:50:31 +0000] "GET /images/shutters.jpg HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.78.132 - - [01/Jan/2015:10:55:45 +0000] "GET /images/cafe_coffee.jpg HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.78.132 - - [01/Jan/2015:11:00:59 +0000] "GET /images/cafe_staff.jpg HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.78.174 - - [01/Jan/2015:11:03:17 +0000] "GET /pix/davfam.jpg HTTP/1.1" 200 68537 "-" "Googlebot-Image/1.0"
66.249.67.39 - - [01/Jan/2015:11:04:40 +0000] "GET /piclib/DSC02939.jpg HTTP/1.1" 200 141864 "-" "Googlebot-Image/1.0"
66.249.67.12 - - [01/Jan/2015:11:06:18 +0000] "GET /images/museum_vert.jpg HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.67.12 - - [01/Jan/2015:11:11:28 +0000] "GET /images/cafe_straw.jpg HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.67.96 - - [01/Jan/2015:11:12:20 +0000] "GET /pix/fh1.jpg HTTP/1.1" 200 24429 "-" "Googlebot-Image/1.0"
66.249.67.12 - - [01/Jan/2015:11:16:42 +0000] "GET /images/assy.jpg HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.67.6 - - [01/Jan/2015:11:21:56 +0000] "GET /images/neutrobig.jpg HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.67.47 - - [01/Jan/2015:11:24:37 +0000] "GET /piclib/DSC02723.jpg HTTP/1.1" 200 67126 "-" "Googlebot-Image/1.0"
66.249.67.12 - - [01/Jan/2015:11:27:18 +0000] "GET /images/continental.jpg HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.67.6 - - [01/Jan/2015:11:32:23 +0000] "GET /images/checkinS.jpg HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.67.12 - - [01/Jan/2015:11:37:49 +0000] "GET /images/desk2.jpg HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.67.96 - - [01/Jan/2015:11:41:08 +0000] "GET /pix/mz1.jpg HTTP/1.1" 200 41768 "-" "Googlebot-Image/1.0"
66.249.67.12 - - [01/Jan/2015:11:43:09 +0000] "GET /images/card_mc.gif HTTP/1.1" 200 754 "-" "Googlebot-Image/1.0"
66.249.67.6 - - [01/Jan/2015:11:48:09 +0000] "GET /images/phb.jpg HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.67.156 - - [01/Jan/2015:11:53:18 +0000] "GET /images/creamtea.jpg HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.67.39 - - [01/Jan/2015:11:58:34 +0000] "GET /piclib/DSC04527.jpg HTTP/1.1" 200 124457 "-" "Googlebot-Image/1.0"
66.249.67.156 - - [01/Jan/2015:11:58:34 +0000] "GET /images/card_vi.gif HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.67.156 - - [01/Jan/2015:12:03:46 +0000] "GET /images/WHMlogo.gif HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.67.6 - - [01/Jan/2015:12:09:01 +0000] "GET /images/card_ax.gif HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.67.80 - - [01/Jan/2015:12:09:56 +0000] "GET /pix/mts.jpg HTTP/1.1" 200 48918 "-" "Googlebot-Image/1.0"
66.249.67.156 - - [01/Jan/2015:12:14:15 +0000] "GET /images/WHMmenuS.jpg HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.67.47 - - [01/Jan/2015:12:15:50 +0000] "GET /piclib/P2091704.jpg HTTP/1.1" 200 71578 "-" "Googlebot-Image/1.0"
66.249.67.12 - - [01/Jan/2015:12:19:59 +0000] "GET /images/BR3Fs.jpg HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.67.12 - - [01/Jan/2015:12:25:00 +0000] "GET /images/card_sw.gif HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.67.31 - - [01/Jan/2015:12:29:36 +0000] "GET /pix/my1_22.jpg HTTP/1.1" 200 72655 "-" "Googlebot-Image/1.0"
66.249.67.6 - - [01/Jan/2015:12:30:00 +0000] "GET /images/desk.jpg HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.67.31 - - [01/Jan/2015:12:34:58 +0000] "GET /piclib/DSC05159.jpg HTTP/1.1" 200 137217 "-" "Googlebot-Image/1.0"
66.249.67.6 - - [01/Jan/2015:12:34:58 +0000] "GET /favicon.ico HTTP/1.1" 404 36631 "-" "Googlebot-Image/1.0"
66.249.67.88 - - [01/Jan/2015:12:35:51 +0000] "GET /pix/fh4.jpg HTTP/1.1" 200 20960 "-" "Googlebot-Image/1.0"
66.249.67.12 - - [01/Jan/2015:12:36:39 +0000] "GET /images/clothesbottom.jpg HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.67.156 - - [01/Jan/2015:12:39:45 +0000] "GET /images/artBR2.jpg HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.67.6 - - [01/Jan/2015:12:44:05 +0000] "GET /images/museum_big.jpg HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.67.39 - - [01/Jan/2015:12:54:38 +0000] "GET /piclib/DSC01449.jpg HTTP/1.1" 200 83668 "-" "Googlebot-Image/1.0"
66.249.67.32 - - [01/Jan/2015:12:56:14 +0000] "GET /new/new059.jpg HTTP/1.1" 200 88646 "-" "Googlebot-Image/1.0"
66.249.67.48 - - [01/Jan/2015:13:02:30 +0000] "GET /new/new043.jpg HTTP/1.1" 200 84772 "-" "Googlebot-Image/1.0"
66.249.67.96 - - [01/Jan/2015:13:04:40 +0000] "GET /pix/mz2.jpg HTTP/1.1" 200 43770 "-" "Googlebot-Image/1.0"
66.249.67.40 - - [01/Jan/2015:13:08:46 +0000] "GET /coffeeshop/Smileys/default/lipsrsealed.gif HTTP/1.1" 200 389 "-" "Googlebot-Image/1.0"
66.249.67.31 - - [01/Jan/2015:13:14:39 +0000] "GET /piclib/DSC08348.jpg HTTP/1.1" 200 83625 "-" "Googlebot-Image/1.0"
66.249.67.45 - - [01/Jan/2015:13:15:04 +0000] "GET /twtn9.jpg HTTP/1.1" 200 45258 "-" "Googlebot-Image/1.0"
66.249.67.32 - - [01/Jan/2015:13:27:37 +0000] "GET /new/new016.jpg HTTP/1.1" 200 78110 "-" "Googlebot-Image/1.0"
66.249.67.31 - - [01/Jan/2015:13:27:50 +0000] "GET /piclib/DSC06626.jpg HTTP/1.1" 200 85764 "-" "Googlebot-Image/1.0"
66.249.67.88 - - [01/Jan/2015:13:34:07 +0000] "GET /pix/wy5.jpg HTTP/1.1" 200 23409 "-" "Googlebot-Image/1.0"
66.249.67.47 - - [01/Jan/2015:13:46:29 +0000] "GET /piclib/toswidec.jpg HTTP/1.1" 200 85054 "-" "Googlebot-Image/1.0"
66.249.67.31 - - [01/Jan/2015:13:52:47 +0000] "GET /pix/rabbitshelter.jpg HTTP/1.1" 200 329039 "-" "Googlebot-Image/1.0"
66.249.67.88 - - [01/Jan/2015:14:02:16 +0000] "GET /pix/fh5.jpg HTTP/1.1" 200 20031 "-" "Googlebot-Image/1.0"
66.249.67.47 - - [01/Jan/2015:14:03:32 +0000] "GET /pix/sstt5.jpg HTTP/1.1" 200 57902 "-" "Googlebot-Image/1.0"
66.249.67.31 - - [01/Jan/2015:14:05:11 +0000] "GET /piclib/DSC02469.jpg HTTP/1.1" 200 97571 "-" "Googlebot-Image/1.0"
66.249.67.47 - - [01/Jan/2015:14:11:38 +0000] "GET /pix/su14_062.jpg HTTP/1.1" 200 105454 "-" "Googlebot-Image/1.0"
66.249.67.39 - - [01/Jan/2015:14:24:33 +0000] "GET /piclib/P7244930.jpg HTTP/1.1" 200 53543 "-" "Googlebot-Image/1.0"
66.249.67.80 - - [01/Jan/2015:14:31:04 +0000] "GET /pix/vok.jpg HTTP/1.1" 200 11603 "-" "Googlebot-Image/1.0"
66.249.67.31 - - [01/Jan/2015:14:36:46 +0000] "GET /pix/su14_054.jpg HTTP/1.1" 200 99802 "-" "Googlebot-Image/1.0"
66.249.67.40 - - [01/Jan/2015:14:43:03 +0000] "GET /coffeeshop/index.php?action=dlattach;attach=2162;type=avatar HTTP/1.1" 200 45631 "-" "Googlebot-Image/1.0"
66.249.67.80 - - [01/Jan/2015:14:59:52 +0000] "GET /pix/vj6.jpg HTTP/1.1" 200 97252 "-" "Googlebot-Image/1.0"
66.249.67.39 - - [01/Jan/2015:15:03:39 +0000] "GET /pix/my1_52.jpg HTTP/1.1" 200 46305 "-" "Googlebot-Image/1.0"
66.249.67.47 - - [01/Jan/2015:15:04:31 +0000] "GET /piclib/DSC06949.jpg HTTP/1.1" 200 47858 "-" "Googlebot-Image/1.0"
66.249.67.31 - - [01/Jan/2015:15:14:25 +0000] "GET /pix/2014_04_13_09_47.jpg HTTP/1.1" 200 316712 "-" "Googlebot-Image/1.0"
66.249.67.47 - - [01/Jan/2015:15:24:25 +0000] "GET /piclib/DSC01301.jpg HTTP/1.1" 200 86544 "-" "Googlebot-Image/1.0"
66.249.67.39 - - [01/Jan/2015:15:26:57 +0000] "GET /pix/semaq2.jpg HTTP/1.1" 200 47776 "-" "Googlebot-Image/1.0"
66.249.67.80 - - [01/Jan/2015:15:28:40 +0000] "GET /pix/fh3.jpg HTTP/1.1" 200 21808 "-" "Googlebot-Image/1.0"
66.249.67.32 - - [01/Jan/2015:15:39:29 +0000] "GET /coffeeshop/Themes/default/images/post/xx.gif HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.67.39 - - [01/Jan/2015:15:44:28 +0000] "GET /piclib/DSC04212.jpg HTTP/1.1" 200 125464 "-" "Googlebot-Image/1.0"
66.249.67.40 - - [01/Jan/2015:15:45:47 +0000] "GET /coffeeshop/Themes/default/images/sort_down.gif HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.67.31 - - [01/Jan/2015:15:52:04 +0000] "GET /pix/alton01.jpg HTTP/1.1" 200 80761 "-" "Googlebot-Image/1.0"
66.249.67.88 - - [01/Jan/2015:15:57:28 +0000] "GET /pix/eoc.jpg HTTP/1.1" 200 38223 "-" "Googlebot-Image/1.0"
66.249.67.39 - - [01/Jan/2015:16:03:36 +0000] "GET /pix/my1_55.jpg HTTP/1.1" 200 78246 "-" "Googlebot-Image/1.0"
66.249.67.31 - - [01/Jan/2015:16:03:39 +0000] "GET /pix/my1_04.jpg HTTP/1.1" 200 45533 "-" "Googlebot-Image/1.0"
66.249.67.39 - - [01/Jan/2015:16:04:16 +0000] "GET /piclib/DSC02486.jpg HTTP/1.1" 200 96240 "-" "Googlebot-Image/1.0"
66.249.67.37 - - [01/Jan/2015:16:10:57 +0000] "GET /forum/Themes/default/images/icons/linktree_main.gif HTTP/1.1" 301 373 "-" "Googlebot-Image/1.0"
66.249.67.96 - - [01/Jan/2015:16:26:16 +0000] "GET /pix/hts.jpg HTTP/1.1" 200 105883 "-" "Googlebot-Image/1.0"
66.249.67.53 - - [01/Jan/2015:16:42:22 +0000] "GET /bhschip1.jpg HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.67.47 - - [01/Jan/2015:16:44:52 +0000] "GET /piclib/DSC06218.jpg HTTP/1.1" 200 99447 "-" "Googlebot-Image/1.0"
66.249.67.47 - - [01/Jan/2015:16:48:43 +0000] "GET /pix/su14_021.jpg HTTP/1.1" 200 88786 "-" "Googlebot-Image/1.0"
66.249.67.31 - - [01/Jan/2015:16:54:55 +0000] "GET /pix/twyear003.jpg HTTP/1.1" 200 45623 "-" "Googlebot-Image/1.0"
66.249.67.96 - - [01/Jan/2015:16:55:04 +0000] "GET /pix/ta3.jpg HTTP/1.1" 200 58950 "-" "Googlebot-Image/1.0"
66.249.67.47 - - [01/Jan/2015:17:01:14 +0000] "GET /pix/keynsham_cut.jpg HTTP/1.1" 200 98033 "-" "Googlebot-Image/1.0"
66.249.67.31 - - [01/Jan/2015:17:04:50 +0000] "GET /piclib/DSC03979.jpg HTTP/1.1" 200 33675 "-" "Googlebot-Image/1.0"
66.249.67.47 - - [01/Jan/2015:17:07:33 +0000] "GET /pix/twyear001.jpg HTTP/1.1" 200 46414 "-" "Googlebot-Image/1.0"
66.249.67.39 - - [01/Jan/2015:17:13:48 +0000] "GET /pix/twyear002.jpg HTTP/1.1" 200 54100 "-" "Googlebot-Image/1.0"
66.249.67.39 - - [01/Jan/2015:17:20:04 +0000] "GET /pix/su14_031.jpg HTTP/1.1" 200 88428 "-" "Googlebot-Image/1.0"
66.249.67.96 - - [01/Jan/2015:17:24:14 +0000] "GET /pix/wy3.jpg HTTP/1.1" 200 33397 "-" "Googlebot-Image/1.0"
66.249.67.31 - - [01/Jan/2015:17:24:37 +0000] "GET /piclib/helplogo.jpg HTTP/1.1" 200 5784 "-" "Googlebot-Image/1.0"
66.249.67.31 - - [01/Jan/2015:17:32:40 +0000] "GET /pix/su14_091.jpg HTTP/1.1" 200 83772 "-" "Googlebot-Image/1.0"
66.249.67.31 - - [01/Jan/2015:17:38:56 +0000] "GET /pix/su14_002.jpg HTTP/1.1" 200 60326 "-" "Googlebot-Image/1.0"
66.249.67.39 - - [01/Jan/2015:17:44:41 +0000] "GET /pix/mx2014_4.jpg HTTP/1.1" 200 505861 "-" "Googlebot-Image/1.0"
66.249.67.39 - - [01/Jan/2015:17:50:58 +0000] "GET /pix/mx2014_3.jpg HTTP/1.1" 200 508715 "-" "Googlebot-Image/1.0"
66.249.67.80 - - [01/Jan/2015:17:54:11 +0000] "GET /pix/lm5.jpg HTTP/1.1" 200 64287 "-" "Googlebot-Image/1.0"
66.249.67.47 - - [01/Jan/2015:17:57:15 +0000] "GET /pix/mx2014_5.jpg HTTP/1.1" 200 508083 "-" "Googlebot-Image/1.0"
66.249.67.47 - - [01/Jan/2015:17:57:16 +0000] "GET /piclib/P7285124.jpg HTTP/1.1" 200 90032 "-" "Googlebot-Image/1.0"
66.249.67.31 - - [01/Jan/2015:18:03:35 +0000] "GET /pix/staright2.jpg HTTP/1.1" 200 47925 "-" "Googlebot-Image/1.0"
66.249.67.39 - - [01/Jan/2015:18:09:52 +0000] "GET /pix/dev_crammer.jpg HTTP/1.1" 200 61696 "-" "Googlebot-Image/1.0"
66.249.67.47 - - [01/Jan/2015:18:15:43 +0000] "GET /piclib/P3041947.jpg HTTP/1.1" 200 59094 "-" "Googlebot-Image/1.0"
66.249.67.31 - - [01/Jan/2015:18:16:10 +0000] "GET /pix/faggots.jpg HTTP/1.1" 200 104362 "-" "Googlebot-Image/1.0"
66.249.67.96 - - [01/Jan/2015:18:21:28 +0000] "GET /pix/osx3.jpg HTTP/1.1" 200 6688 "-" "Googlebot-Image/1.0"
66.249.67.39 - - [01/Jan/2015:18:34:41 +0000] "GET /piclib/DSC07043.jpg HTTP/1.1" 200 79660 "-" "Googlebot-Image/1.0"
66.249.67.96 - - [01/Jan/2015:18:50:16 +0000] "GET /pix/kem1.jpg HTTP/1.1" 200 10338 "-" "Googlebot-Image/1.0"
66.249.67.47 - - [01/Jan/2015:18:54:41 +0000] "GET /piclib/P5243796.jpg HTTP/1.1" 200 53016 "-" "Googlebot-Image/1.0"
66.249.67.39 - - [01/Jan/2015:19:14:40 +0000] "GET /piclib/DSC06925.jpg HTTP/1.1" 200 44280 "-" "Googlebot-Image/1.0"
66.249.67.88 - - [01/Jan/2015:19:19:04 +0000] "GET /pix/tts2.jpg HTTP/1.1" 200 77426 "-" "Googlebot-Image/1.0"
66.249.67.53 - - [01/Jan/2015:19:19:31 +0000] "GET /topsat.jpg HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.67.45 - - [01/Jan/2015:19:25:33 +0000] "GET /tops2.jpg HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.67.39 - - [01/Jan/2015:19:27:41 +0000] "GET /piclib/DSC_0030.jpg HTTP/1.1" 200 85951 "-" "Googlebot-Image/1.0"
66.249.67.37 - - [01/Jan/2015:19:32:08 +0000] "GET /protestors.jpg HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.67.53 - - [01/Jan/2015:19:38:09 +0000] "GET /forum/Themes/default/images/english/search.gif HTTP/1.1" 301 373 "-" "Googlebot-Image/1.0"
66.249.67.32 - - [01/Jan/2015:19:38:10 +0000] "GET /coffeeshop/index.php?topic=9732.0 HTTP/1.1" 200 13928 "-" "Googlebot-Image/1.0"
66.249.67.53 - - [01/Jan/2015:19:44:30 +0000] "GET /forum/Themes/default/images/upshrink.gif HTTP/1.1" 301 373 "-" "Googlebot-Image/1.0"
66.249.67.31 - - [01/Jan/2015:19:44:57 +0000] "GET /piclib/P5023150.jpg HTTP/1.1" 200 95342 "-" "Googlebot-Image/1.0"
66.249.67.80 - - [01/Jan/2015:19:47:52 +0000] "GET /pix/lss2.jpg HTTP/1.1" 200 61563 "-" "Googlebot-Image/1.0"
66.249.67.37 - - [01/Jan/2015:19:50:45 +0000] "GET /forum/Themes/default/images/english/userinfo.gif HTTP/1.1" 301 373 "-" "Googlebot-Image/1.0"
66.249.67.45 - - [01/Jan/2015:19:57:08 +0000] "GET /forum/Themes/default/images/topic/normal_post.gif HTTP/1.1" 301 373 "-" "Googlebot-Image/1.0"
66.249.67.37 - - [01/Jan/2015:20:03:27 +0000] "GET /forum/Themes/default/images/english/keystats.gif HTTP/1.1" 301 373 "-" "Googlebot-Image/1.0"
66.249.67.45 - - [01/Jan/2015:20:10:07 +0000] "GET /forum/Themes/default/images/english/calendar.gif HTTP/1.1" 301 373 "-" "Googlebot-Image/1.0"
66.249.67.37 - - [01/Jan/2015:20:15:58 +0000] "GET /forum/Themes/default/images/english/help.gif HTTP/1.1" 301 373 "-" "Googlebot-Image/1.0"
66.249.67.80 - - [01/Jan/2015:20:16:40 +0000] "GET /pix/vto3.jpg HTTP/1.1" 200 47576 "-" "Googlebot-Image/1.0"
66.249.67.37 - - [01/Jan/2015:20:22:27 +0000] "GET /upshrink.gif HTTP/1.1" 200 521 "-" "Googlebot-Image/1.0"
66.249.67.53 - - [01/Jan/2015:20:24:55 +0000] "GET /forum/Themes/default/images/post/xx.gif HTTP/1.1" 301 373 "-" "Googlebot-Image/1.0"
66.249.67.47 - - [01/Jan/2015:20:24:56 +0000] "GET /piclib/P7014421.jpg HTTP/1.1" 200 105737 "-" "Googlebot-Image/1.0"
66.249.67.53 - - [01/Jan/2015:20:30:11 +0000] "GET /favicon.ico HTTP/1.1" 200 521 "-" "Googlebot-Image/1.0"
66.249.67.45 - - [01/Jan/2015:20:36:29 +0000] "GET /maskcut.jpg HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.67.39 - - [01/Jan/2015:20:45:25 +0000] "GET /piclib/DSC05045.jpg HTTP/1.1" 200 85093 "-" "Googlebot-Image/1.0"
66.249.67.88 - - [01/Jan/2015:20:45:28 +0000] "GET /pix/cgb6.jpg HTTP/1.1" 200 52240 "-" "Googlebot-Image/1.0"
66.249.67.39 - - [01/Jan/2015:20:48:57 +0000] "GET /pix/ga2014_coc.jpg HTTP/1.1" 200 28221 "-" "Googlebot-Image/1.0"
66.249.67.39 - - [01/Jan/2015:21:01:39 +0000] "GET /pix/ga2014_whm.jpg HTTP/1.1" 200 14537 "-" "Googlebot-Image/1.0"
66.249.67.47 - - [01/Jan/2015:21:04:31 +0000] "GET /pix/my1_63.jpg HTTP/1.1" 200 41245 "-" "Googlebot-Image/1.0"
66.249.67.39 - - [01/Jan/2015:21:08:28 +0000] "GET /piclib/DSC00721.jpg HTTP/1.1" 200 68223 "-" "Googlebot-Image/1.0"
66.249.67.88 - - [01/Jan/2015:21:14:16 +0000] "GET /pix/reg2.jpg HTTP/1.1" 200 47939 "-" "Googlebot-Image/1.0"
66.249.67.47 - - [01/Jan/2015:21:14:22 +0000] "GET /pix/ga2014_coffee.jpg HTTP/1.1" 200 21205 "-" "Googlebot-Image/1.0"
66.249.67.47 - - [01/Jan/2015:21:27:07 +0000] "GET /piclib/P7044614.jpg HTTP/1.1" 200 65573 "-" "Googlebot-Image/1.0"
66.249.67.48 - - [01/Jan/2015:21:39:50 +0000] "GET /new/new051.jpg HTTP/1.1" 200 68557 "-" "Googlebot-Image/1.0"
66.249.67.88 - - [01/Jan/2015:21:44:12 +0000] "GET /pix/tsw9.jpg HTTP/1.1" 200 36838 "-" "Googlebot-Image/1.0"
66.249.67.31 - - [01/Jan/2015:21:51:43 +0000] "GET /piclib/DSC05008.jpg HTTP/1.1" 200 73727 "-" "Googlebot-Image/1.0"
66.249.67.31 - - [01/Jan/2015:21:52:36 +0000] "GET /pix/ga2014_coffee.jpg] HTTP/1.1" 200 21205 "-" "Googlebot-Image/1.0"
66.249.67.39 - - [01/Jan/2015:22:05:20 +0000] "GET /pix/ga2014_twcrp.jpg HTTP/1.1" 200 19530 "-" "Googlebot-Image/1.0"
66.249.67.80 - - [01/Jan/2015:22:11:52 +0000] "GET /pix/wmwt.jpg HTTP/1.1" 200 53985 "-" "Googlebot-Image/1.0"
66.249.67.31 - - [01/Jan/2015:22:14:32 +0000] "GET /piclib/PC307757.jpg HTTP/1.1" 200 56946 "-" "Googlebot-Image/1.0"
66.249.67.47 - - [01/Jan/2015:22:30:50 +0000] "GET /pix/ga2014_wellho.jpg HTTP/1.1" 200 31016 "-" "Googlebot-Image/1.0"
66.249.67.39 - - [01/Jan/2015:22:34:37 +0000] "GET /piclib/DSC01027.jpg HTTP/1.1" 200 71955 "-" "Googlebot-Image/1.0"
66.249.67.96 - - [01/Jan/2015:22:40:40 +0000] "GET /pix/bba2.jpg HTTP/1.1" 200 43394 "-" "Googlebot-Image/1.0"
66.249.67.32 - - [01/Jan/2015:22:56:18 +0000] "GET /new/new050.jpg HTTP/1.1" 200 84730 "-" "Googlebot-Image/1.0"
66.249.67.31 - - [01/Jan/2015:22:56:18 +0000] "GET /piclib/DSC00762.jpg HTTP/1.1" 200 63391 "-" "Googlebot-Image/1.0"
66.249.67.40 - - [01/Jan/2015:23:09:02 +0000] "GET /new/new038.jpg HTTP/1.1" 200 76468 "-" "Googlebot-Image/1.0"
66.249.67.96 - - [01/Jan/2015:23:09:28 +0000] "GET /pix/hard.jpg HTTP/1.1" 200 5783 "-" "Googlebot-Image/1.0"
66.249.67.31 - - [01/Jan/2015:23:20:04 +0000] "GET /piclib/DSC03295.jpg HTTP/1.1" 200 57824 "-" "Googlebot-Image/1.0"
66.249.67.39 - - [01/Jan/2015:23:34:31 +0000] "GET /pix/wto38.jpg HTTP/1.1" 200 715895 "-" "Googlebot-Image/1.0"
66.249.67.96 - - [01/Jan/2015:23:38:16 +0000] "GET /pix/mmd6.jpg HTTP/1.1" 200 72523 "-" "Googlebot-Image/1.0"
66.249.67.47 - - [01/Jan/2015:23:44:17 +0000] "GET /piclib/DSC03165.jpg HTTP/1.1" 200 88552 "-" "Googlebot-Image/1.0"
66.249.67.31 - - [01/Jan/2015:23:47:23 +0000] "GET /pix/wto60.jpg HTTP/1.1" 200 254569 "-" "Googlebot-Image/1.0"
66.249.67.47 - - [02/Jan/2015:00:00:02 +0000] "GET /pix/wto33.jpg HTTP/1.1" 200 342011 "-" "Googlebot-Image/1.0"
66.249.67.31 - - [02/Jan/2015:00:04:16 +0000] "GET /piclib/DSC04033.jpg HTTP/1.1" 200 152871 "-" "Googlebot-Image/1.0"
66.249.67.96 - - [02/Jan/2015:00:07:04 +0000] "GET /pix/btc1.jpg HTTP/1.1" 200 63747 "-" "Googlebot-Image/1.0"
66.249.67.39 - - [02/Jan/2015:00:12:54 +0000] "GET /pix/wto18.jpg HTTP/1.1" 200 330523 "-" "Googlebot-Image/1.0"
66.249.67.47 - - [02/Jan/2015:00:25:30 +0000] "GET /pix/wto45.jpg HTTP/1.1" 200 288726 "-" "Googlebot-Image/1.0"
66.249.67.39 - - [02/Jan/2015:00:25:31 +0000] "GET /piclib/DSC01352.jpg HTTP/1.1" 200 50686 "-" "Googlebot-Image/1.0"
66.249.67.96 - - [02/Jan/2015:00:35:53 +0000] "GET /pix/ljd6.jpg HTTP/1.1" 200 51616 "-" "Googlebot-Image/1.0"
66.249.67.2 - - [02/Jan/2015:00:38:16 +0000] "GET /business_pictures/mb_qharly.jpg HTTP/1.1" 200 56733 "-" "Googlebot-Image/1.0"
66.249.67.39 - - [02/Jan/2015:00:49:19 +0000] "GET /piclib/DSC05241.jpg HTTP/1.1" 200 71294 "-" "Googlebot-Image/1.0"
66.249.67.32 - - [02/Jan/2015:00:51:03 +0000] "GET /expand.gif HTTP/1.1" 404 309 "-" "Googlebot-Image/1.0"
66.249.67.32 - - [02/Jan/2015:01:03:57 +0000] "GET /coffeeshop/Smileys/default/rolleyes.gif HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.67.96 - - [02/Jan/2015:01:04:40 +0000] "GET /pix/sarn.jpg HTTP/1.1" 200 4639 "-" "Googlebot-Image/1.0"
66.249.67.47 - - [02/Jan/2015:01:09:28 +0000] "GET /piclib/duckpond.jpg HTTP/1.1" 200 56269 "-" "Googlebot-Image/1.0"
66.249.67.40 - - [02/Jan/2015:01:16:28 +0000] "GET /coffeeshop/Themes/default/images/collapse.gif HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.67.40 - - [02/Jan/2015:01:29:15 +0000] "GET /upshrink2.gif HTTP/1.1" 404 312 "-" "Googlebot-Image/1.0"
66.249.67.80 - - [02/Jan/2015:01:33:59 +0000] "GET /pix/repc.jpg HTTP/1.1" 200 32692 "-" "Googlebot-Image/1.0"
66.249.67.31 - - [02/Jan/2015:01:34:32 +0000] "GET /piclib/DSC01818.jpg HTTP/1.1" 200 55466 "-" "Googlebot-Image/1.0"
66.249.67.40 - - [02/Jan/2015:01:42:05 +0000] "GET /coffeeshop/Themes/default/images/upshrink.gif HTTP/1.1" 304 - "-" "Googlebot-Image/1.0"
66.249.67.47 - - [02/Jan/2015:01:54:40 +0000] "GET /pix/su14_014.jpg HTTP/1.1" 200 89560 "-" "Googlebot-Image/1.0"
66.249.67.80 - - [02/Jan/2015:02:02:17 +0000] "GET /pix/rhdr.jpg HTTP/1.1" 200 21376 "-" "Googlebot-Image/1.0"
66.249.67.31 - - [02/Jan/2015:02:07:35 +0000] "GET /pix/my1_44.jpg HTTP/1.1" 200 94837 "-" "Googlebot-Image/1.0"
66.249.67.47 - - [02/Jan/2015:02:18:35 +0000] "GET /piclib/P1067839.jpg HTTP/1.1" 200 80277 "-" "Googlebot-Image/1.0"
66.249.67.80 - - [02/Jan/2015:02:31:05 +0000] "GET /pix/osac.jpg HTTP/1.1" 200 56447 "-" "Googlebot-Image/1.0"
66.249.67.47 - - [02/Jan/2015:02:33:09 +0000] "GET /pix/su14_059.jpg HTTP/1.1" 200 86207 "-" "Googlebot-Image/1.0"
66.249.67.47 - - [02/Jan/2015:02:38:45 +0000] "GET /piclib/P2111737.jpg HTTP/1.1" 200 67108 "-" "Googlebot-Image/1.0"
66.249.67.39 - - [02/Jan/2015:02:45:54 +0000] "GET /pix/su14_010.jpg HTTP/1.1" 200 86219 "-" "Googlebot-Image/1.0"
66.249.67.47 - - [02/Jan/2015:02:58:42 +0000] "GET /pix/su14_051.jpg HTTP/1.1" 200 101294 "-" "Googlebot-Image/1.0"
66.249.67.80 - - [02/Jan/2015:02:59:53 +0000] "GET /pix/dens.jpg HTTP/1.1" 200 15797 "-" "Googlebot-Image/1.0"
66.249.67.47 - - [02/Jan/2015:03:04:38 +0000] "GET /piclib/DSC08241.jpg HTTP/1.1" 200 130701 "-" "Googlebot-Image/1.0"
66.249.67.47 - - [02/Jan/2015:03:24:15 +0000] "GET /pix/su14_081.jpg HTTP/1.1" 200 86995 "-" "Googlebot-Image/1.0"
66.249.67.31 - - [02/Jan/2015:03:24:32 +0000] "GET /piclib/DSC08292.jpg HTTP/1.1" 200 67134 "-" "Googlebot-Image/1.0"
66.249.67.96 - - [02/Jan/2015:03:28:41 +0000] "GET /pix/ljn1.jpg HTTP/1.1" 200 77554 "-" "Googlebot-Image/1.0"
Google called up 7047 out of 192645 accesses
Of those, 279 were Google Images
WomanWithCat:r106 grahamellis$

Learn about this subject
This module and example are covered on the following public courses:
 * Learning to program in Ruby
 * Ruby Programming
Also available on on site courses for larger groups

Books covering this topic
Yes. We have over 700 books in our library. Books covering Ruby are listed here and when you've selected a relevant book we'll link you on to Amazon to order.

Other Examples
This example comes from our "Input and Output in Ruby" training module. You'll find a description of the topic and some other closely related examples on the "Input and Output in Ruby" module index page.

Full description of the source code
You can learn more about this example on the training courses listed on this page, on which you'll be given a full set of training notes.

Many other training modules are available for download (for limited use) from our download centre under an Open Training Notes License.

Other resources
• Our Solutions centre provides a number of longer technical articles.
• Our Opentalk forum archive provides a question and answer centre.
The Horse's mouth provides a daily tip or thought.
• Further resources are available via the resources centre.
• All of these resources can be searched through through our search engine
• And there's a global index here.

Purpose of this website
This is a sample program, class demonstration or answer from a training course. It's main purpose is to provide an after-course service to customers who have attended our public private or on site courses, but the examples are made generally available under conditions described below.

Web site author
This web site is written and maintained by Well House Consultants.

Conditions of use
Past attendees on our training courses are welcome to use individual examples in the course of their programming, but must check the examples they use to ensure that they are suitable for their job. Remember that some of our examples show you how not to do things - check in your notes. Well House Consultants take no responsibility for the suitability of these example programs to customer's needs.

This program is copyright Well House Consultants Ltd. You are forbidden from using it for running your own training courses without our prior written permission. See our page on courseware provision for more details.

Any of our images within this code may NOT be reused on a public URL without our prior permission. For Bona Fide personal use, we will often grant you permission provided that you provide a link back. Commercial use on a website will incur a license fee for each image used - details on request.

You can Add a comment or ranking to this page

© WELL HOUSE CONSULTANTS LTD., 2024: 48 Spa Road • Melksham, Wiltshire • United Kingdom • SN12 7NY
PH: 01144 1225 708225 • EMAIL: info@wellho.net • WEB: http://www.wellho.net • SKYPE: wellho

PAGE: http://www.wellho.net/resources/ex.php4 • PAGE BUILT: Sun Oct 11 14:50:09 2020 • BUILD SYSTEM: JelliaJamb