enju_biblio 0.1.0.pre59 → 0.1.0.pre60

Sign up to get free protection for your applications and to get access to all the features.
Files changed (302) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/agents_controller.rb +9 -13
  3. data/app/controllers/items_controller.rb +2 -2
  4. data/app/controllers/manifestations_controller.rb +25 -25
  5. data/app/controllers/picture_files_controller.rb +3 -3
  6. data/app/helpers/picture_files_helper.rb +4 -4
  7. data/app/models/agent_import_file.rb +13 -11
  8. data/app/models/agent_merge_list.rb +4 -4
  9. data/app/models/item.rb +3 -3
  10. data/app/models/language.rb +1 -1
  11. data/app/models/manifestation.rb +1 -0
  12. data/app/models/produce.rb +1 -1
  13. data/app/models/resource_export_file.rb +1 -0
  14. data/app/models/resource_import_file.rb +8 -5
  15. data/app/views/agent_merge_lists/edit.html.erb +2 -2
  16. data/app/views/agent_merge_lists/index.html.erb +2 -2
  17. data/app/views/agent_merge_lists/new.html.erb +2 -2
  18. data/app/views/agent_merge_lists/show.html.erb +2 -2
  19. data/app/views/agent_merges/edit.html.erb +2 -2
  20. data/app/views/agent_merges/index.html.erb +2 -2
  21. data/app/views/agent_merges/new.html.erb +2 -2
  22. data/app/views/agent_merges/show.html.erb +2 -2
  23. data/app/views/agent_types/index.html.erb +1 -1
  24. data/app/views/agents/_form.html.erb +3 -3
  25. data/app/views/agents/_index_expression.html.erb +1 -1
  26. data/app/views/agents/_index_work.html.erb +1 -1
  27. data/app/views/agents/index.html.erb +1 -1
  28. data/app/views/creates/_index_agent.html.erb +2 -2
  29. data/app/views/creates/index.html.erb +2 -2
  30. data/app/views/items/_shelf_picture.html.erb +2 -2
  31. data/app/views/items/_shelf_picture.mobile.erb +2 -2
  32. data/app/views/manifestations/_show.mods.builder +6 -6
  33. data/app/views/manifestations/_show.rdf.builder +6 -6
  34. data/app/views/picture_files/index.html.erb +1 -1
  35. data/app/views/produces/index.html.erb +1 -1
  36. data/app/views/realizes/index.html.erb +2 -2
  37. data/app/views/series_statement_merge_lists/edit.html.erb +2 -2
  38. data/app/views/series_statement_merge_lists/index.html.erb +2 -2
  39. data/app/views/series_statement_merge_lists/new.html.erb +2 -2
  40. data/app/views/series_statement_merge_lists/show.html.erb +2 -2
  41. data/app/views/series_statement_merges/edit.html.erb +2 -2
  42. data/app/views/series_statement_merges/index.html.erb +2 -2
  43. data/app/views/series_statement_merges/new.html.erb +2 -2
  44. data/app/views/series_statement_merges/show.html.erb +2 -2
  45. data/config/locales/translation_en.yml +4 -4
  46. data/config/locales/translation_ja.yml +4 -4
  47. data/config/routes.rb +0 -1
  48. data/lib/enju_biblio/engine.rb +2 -0
  49. data/lib/enju_biblio/version.rb +1 -1
  50. data/spec/cassette_library/ImportRequest/import/should_import_bibliographic_record.yml +428 -403
  51. data/spec/cassette_library/ImportRequestsController/POST_create/When_logged_in_as_Administrator/with_isbn_which_is_already_imported/redirects_to_the_created_import_request.yml +367 -379
  52. data/spec/cassette_library/ImportRequestsController/POST_create/When_logged_in_as_Administrator/with_valid_params/assigns_a_newly_created_import_request_as_import_request.yml +368 -380
  53. data/spec/cassette_library/ImportRequestsController/POST_create/When_logged_in_as_Administrator/with_valid_params/redirects_to_the_created_import_request.yml +366 -378
  54. data/spec/cassette_library/ImportRequestsController/POST_create/When_logged_in_as_Librarian/with_valid_params/assigns_a_newly_created_import_request_as_import_request.yml +366 -378
  55. data/spec/cassette_library/ImportRequestsController/POST_create/When_logged_in_as_Librarian/with_valid_params/redirects_to_the_created_import_request.yml +368 -380
  56. data/spec/cassette_library/ResourceImportFile/should_import_in_background.yml +47 -51
  57. data/spec/cassette_library/ResourceImportFile/when_its_mode_is_create_/when_it_has_only_isbn/should_be_imported.yml +386 -370
  58. data/spec/cassette_library/ResourceImportFile/when_its_mode_is_create_/when_it_is_written_in_shift_jis/should_be_imported.yml +49 -53
  59. data/spec/cassette_library/ResourceImportFile/when_its_mode_is_create_/when_it_is_written_in_utf-8/should_be_imported.yml +49 -53
  60. data/spec/cassette_library/ResourceImportFile/when_its_mode_is_create_/when_it_is_written_in_utf-8/should_send_message_when_import_is_completed.yml +50 -52
  61. data/spec/controllers/agent_import_files_controller_spec.rb +1 -1
  62. data/spec/controllers/agent_merges_controller_spec.rb +2 -2
  63. data/spec/controllers/agent_relationships_controller_spec.rb +4 -4
  64. data/spec/controllers/carrier_types_controller_spec.rb +1 -1
  65. data/spec/controllers/creates_controller_spec.rb +4 -4
  66. data/spec/controllers/import_requests_controller_spec.rb +2 -2
  67. data/spec/controllers/manifestation_relationships_controller_spec.rb +4 -4
  68. data/spec/controllers/picture_files_controller_spec.rb +4 -4
  69. data/spec/controllers/series_statement_merges_controller_spec.rb +2 -2
  70. data/spec/dummy/config/boot.rb +2 -2
  71. data/spec/dummy/config/initializers/friendly_id.rb +90 -0
  72. data/spec/dummy/config/routes.rb +1 -1
  73. data/spec/dummy/db/development.sqlite3 +0 -0
  74. data/spec/dummy/db/migrate/20140821151023_create_colors.rb +14 -0
  75. data/spec/dummy/db/schema.rb +11 -0
  76. data/spec/dummy/db/test.sqlite3 +0 -0
  77. data/spec/dummy/private/system/agent_import_files/agent_imports/000/000/004/original/agent_import_file_sample2.tsv +5 -8
  78. data/spec/dummy/private/system/resource_import_files/resource_imports/000/000/005/original/isbn_sample.txt +3 -0
  79. data/spec/dummy/private/system/resource_import_files/resource_imports/000/000/005/original/item_delete_file.tsv +11 -0
  80. data/spec/dummy/private/system/resource_import_files/resource_imports/000/000/005/original/item_update_file.tsv +5 -0
  81. data/spec/dummy/private/system/resource_import_files/resource_imports/000/000/005/original/resource_import_file_sample1.tsv +21 -0
  82. data/spec/dummy/private/system/resource_import_files/resource_imports/000/000/005/original/resource_import_file_sample2.tsv +21 -0
  83. data/spec/dummy/private/system/resource_import_files/resource_imports/000/000/005/original/update_series_statement.tsv +2 -0
  84. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140702-50651-14mi4s9.txt +147 -0
  85. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140702-50742-1fdbjo6.txt +147 -0
  86. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140704-12784-ozvvo.txt +147 -0
  87. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140705-18550-cc3qx2.txt +147 -0
  88. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140705-19313-rlc624.txt +147 -0
  89. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140705-20440-1o0htch.txt +147 -0
  90. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140705-28145-o9qcd4.txt +147 -0
  91. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140722-98727-1jesse9.txt +147 -0
  92. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140816-17115-1c1tv13.txt +147 -0
  93. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140816-18348-14d01b3.txt +147 -0
  94. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140818-53863-1jz1wlr.txt +147 -0
  95. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140818-55246-1rvhs1s.txt +147 -0
  96. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140818-60268-1psjqua.txt +147 -0
  97. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140818-60996-1cy28m2.txt +147 -0
  98. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140818-67507-19qjhj3.txt +147 -0
  99. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140818-69234-1cllrec.txt +147 -0
  100. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140818-76875-1os6joy.txt +147 -0
  101. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140819-1148-136brhb.txt +147 -0
  102. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140819-473-1c326dm.txt +147 -0
  103. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140819-93795-1x882ik.txt +147 -0
  104. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140819-94274-1xr9d9e.txt +147 -0
  105. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140819-94643-1fjcept.txt +147 -0
  106. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140819-97947-mfqh5b.txt +147 -0
  107. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140819-98488-126cvb4.txt +147 -0
  108. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140819-98849-1lg47mm.txt +147 -0
  109. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140820-19805-1p3heid.txt +147 -0
  110. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140823-19171-195vl18.txt +147 -0
  111. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140823-24110-2wemza.txt +147 -0
  112. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140823-24478-1rqkpll.txt +147 -0
  113. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140823-24833-1fntwk6.txt +147 -0
  114. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140823-29350-iur7lj.txt +147 -0
  115. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140823-30228-of1sjk.txt +147 -0
  116. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140823-30991-ms017y.txt +147 -0
  117. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/{resource_export_file_20140824-71278-o9rcl2.txt → resource_export_file_20140915-63442-scn8od.txt} +0 -0
  118. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/{resource_export_file_20140824-76052-14e2vr0.txt → resource_export_file_20140915-63958-4qz9os.txt} +0 -0
  119. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140921-56515-11jgy6r.txt +147 -0
  120. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140921-57036-1opk8n4.txt +147 -0
  121. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140921-78112-1eqhp8c.txt +147 -0
  122. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140922-79341-gwp7yl.txt +147 -0
  123. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140922-81494-1gel4gw.txt +147 -0
  124. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140922-81864-1agnhn5.txt +147 -0
  125. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140922-86803-vwti58.txt +147 -0
  126. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140922-87377-hsgr6g.txt +147 -0
  127. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140922-87799-1u21frt.txt +147 -0
  128. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140927-1491-aa9gnz.txt +147 -0
  129. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140927-16368-smpqon.txt +147 -0
  130. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20141001-47075-1ok3w6c.txt +147 -0
  131. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20141001-47518-1b5vwo.txt +147 -0
  132. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20141001-48049-bvmbrd.txt +147 -0
  133. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20141001-52685-15ksnld.txt +147 -0
  134. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20141001-53041-111y1ft.txt +147 -0
  135. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20141003-78308-1277797.txt +147 -0
  136. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20141003-83448-1lr67op.txt +147 -0
  137. data/spec/dummy/solr/default/data/index/segments.gen +0 -0
  138. data/spec/dummy/solr/default/data/index/segments_1 +0 -0
  139. data/spec/dummy/solr/test/data/index/segments.gen +0 -0
  140. data/spec/dummy/solr/test/data/index/segments_9ue +0 -0
  141. data/spec/dummy/solr/test/data/tlog/{tlog.0000000000000005178 → tlog.0000000000000012751} +0 -0
  142. data/spec/dummy/solr/test/data/tlog/{tlog.0000000000000005179 → tlog.0000000000000012752} +0 -0
  143. data/spec/dummy/solr/test/data/tlog/{tlog.0000000000000005180 → tlog.0000000000000012753} +0 -0
  144. data/spec/dummy/solr/test/data/tlog/tlog.0000000000000012754 +0 -0
  145. data/spec/dummy/solr/test/data/tlog/tlog.0000000000000012755 +0 -0
  146. data/spec/dummy/solr/test/data/tlog/tlog.0000000000000012756 +0 -0
  147. data/spec/dummy/tmp/cache/assets/test/sprockets/006a5adcd278a9c5c9df80a7a2b414e6 +0 -0
  148. data/spec/dummy/tmp/cache/assets/test/sprockets/00a6cf2442f0e06a50f5c5f44d7aff65 +0 -0
  149. data/spec/dummy/tmp/cache/assets/test/sprockets/{9c500035359d42d1d6eb3152407753da → 016f86e39ffdee229513e167e190373b} +0 -0
  150. data/spec/dummy/tmp/cache/assets/test/sprockets/05f72c583123850e7713799db24b8697 +0 -0
  151. data/spec/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  152. data/spec/dummy/tmp/cache/assets/test/sprockets/15c63c779d77f568944696ca9fb59a78 +0 -0
  153. data/spec/dummy/tmp/cache/assets/test/sprockets/{ea20f8df525b74f3cb6581c9c8c10831 → 1867899076fb1e0b90ad8e952258ceb6} +0 -0
  154. data/spec/dummy/tmp/cache/assets/test/sprockets/1ceecf05e4ceca986935ce907a215db8 +0 -0
  155. data/spec/dummy/tmp/cache/assets/test/sprockets/2949dd35829c9ab495755e90c2b8d04e +0 -0
  156. data/spec/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  157. data/spec/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  158. data/spec/dummy/tmp/cache/assets/test/sprockets/36313cc65eb9cf1e2e3e4966e4369218 +0 -0
  159. data/spec/dummy/tmp/cache/assets/test/sprockets/39f93c92c6d9a659893c5bb606288695 +0 -0
  160. data/spec/dummy/tmp/cache/assets/test/sprockets/4ad82a84d06e894ca28fdb88d8ff674e +0 -0
  161. data/spec/dummy/tmp/cache/assets/test/sprockets/{5401d1bbdbcca869f9ec530be8954c7b → 4ecf36f5d128c6330e7bc2e85ea7945e} +0 -0
  162. data/spec/dummy/tmp/cache/assets/test/sprockets/5528932a185aa7fe1fdf6134edb1d587 +0 -0
  163. data/spec/dummy/tmp/cache/assets/test/sprockets/594720ac03214ad6fdef3c5d2b9dfb38 +0 -0
  164. data/spec/dummy/tmp/cache/assets/test/sprockets/5c2c7b9031d58985499b9a301f1b2c8b +0 -0
  165. data/spec/dummy/tmp/cache/assets/test/sprockets/5fbec17e2971d733f33cd80aa7ca044b +0 -0
  166. data/spec/dummy/tmp/cache/assets/test/sprockets/67565528560062a46655ddd9d226e508 +0 -0
  167. data/spec/dummy/tmp/cache/assets/test/sprockets/6f790d63a397ed071913413ba89b8063 +0 -0
  168. data/spec/dummy/tmp/cache/assets/test/sprockets/{4d6ee78c9b5a731d2770590bdca965db → 745924db42b40105e420b9b2c58f5fb5} +0 -0
  169. data/spec/dummy/tmp/cache/assets/test/sprockets/75678ce109514b0cdad8a78502a216f8 +0 -0
  170. data/spec/dummy/tmp/cache/assets/test/sprockets/75a69bb28a2f0aac5401bd0e5f65effc +0 -0
  171. data/spec/dummy/tmp/cache/assets/test/sprockets/{768618b68fc55616affb09d1366839bf → 78d9e6b88dd9b2d16ba27b6817de761f} +0 -0
  172. data/spec/dummy/tmp/cache/assets/test/sprockets/7f32d8eff550af4e90c3b1b70cb758ef +0 -0
  173. data/spec/dummy/tmp/cache/assets/test/sprockets/{ffb98f25d690ed017b364714434126e5 → 90453e0e28686c374df46268d089c661} +0 -0
  174. data/spec/dummy/tmp/cache/assets/test/sprockets/91738506ff9b460e5506c884c305060d +0 -0
  175. data/spec/dummy/tmp/cache/assets/test/sprockets/{120d4c2662a2d695d86719703963cbc2 → a610938f83f00918342e4d967261dfdb} +0 -0
  176. data/spec/dummy/tmp/cache/assets/test/sprockets/b749443539804a92c3f81f954b738205 +0 -0
  177. data/spec/dummy/tmp/cache/assets/test/sprockets/bfe2ae17cc46ad37422059d62e8e0b10 +0 -0
  178. data/spec/dummy/tmp/cache/assets/test/sprockets/c2e04ddf9cd817354d17c2fad3896bdb +0 -0
  179. data/spec/dummy/tmp/cache/assets/test/sprockets/c435e3bb82d15fc22ac6f75d891939d7 +0 -0
  180. data/spec/dummy/tmp/cache/assets/test/sprockets/{524145c58d27d8645853427057c8e352 → c825eb1005e380e6621e279944105c3a} +0 -0
  181. data/spec/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  182. data/spec/dummy/tmp/cache/assets/test/sprockets/{5657f9c72ff547052db9db89e95d1758 → d64f6a19d7d6eae24ba85799e805881a} +0 -0
  183. data/spec/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  184. data/spec/dummy/tmp/cache/assets/test/sprockets/dd2cea0e7f54f6d71643516c361b0b4b +0 -0
  185. data/spec/dummy/tmp/cache/assets/test/sprockets/{94fe70b1fcf11d0f4ba62fd956b13410 → ea46ac214596411ffb5b765d5cabb383} +0 -0
  186. data/spec/dummy/tmp/cache/assets/test/sprockets/eac329fd2902cb11c57212facfa7dc66 +0 -0
  187. data/spec/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  188. data/spec/dummy/tmp/cache/assets/test/sprockets/{8c36936509297e044c5353b3c57148f9 → fa36be28948b64b82117be61d1712366} +0 -0
  189. data/spec/dummy/tmp/cache/assets/test/sprockets/{9a11ac4cf3c8597981773b8ea1c36659 → fa4b5ef72fdd7177be700d42fed03757} +0 -0
  190. data/spec/dummy/tmp/cache/stdout +140 -238
  191. data/spec/dummy/tmp/pids/redis-test.pid +1 -1
  192. data/spec/factories/create_types.rb +1 -1
  193. data/spec/factories/produce_types.rb +1 -1
  194. data/spec/factories/realize_types.rb +1 -1
  195. data/spec/fixtures/medium_of_performances.yml +2 -2
  196. data/spec/fixtures/users.yml +1 -1
  197. data/spec/models/agent_import_file_spec.rb +2 -1
  198. data/spec/models/resource_import_file_spec.rb +5 -4
  199. data/spec/spec_helper.rb +1 -1
  200. metadata +239 -251
  201. data/spec/dummy/solr/default/data/index/_n.fdt +0 -0
  202. data/spec/dummy/solr/default/data/index/_n.fdx +0 -0
  203. data/spec/dummy/solr/default/data/index/_n.fnm +0 -0
  204. data/spec/dummy/solr/default/data/index/_n.nvd +0 -0
  205. data/spec/dummy/solr/default/data/index/_n.nvm +0 -0
  206. data/spec/dummy/solr/default/data/index/_n.si +0 -0
  207. data/spec/dummy/solr/default/data/index/_n_Lucene41_0.doc +0 -0
  208. data/spec/dummy/solr/default/data/index/_n_Lucene41_0.pos +0 -0
  209. data/spec/dummy/solr/default/data/index/_n_Lucene41_0.tim +0 -0
  210. data/spec/dummy/solr/default/data/index/_n_Lucene41_0.tip +0 -0
  211. data/spec/dummy/solr/default/data/index/_o.fdt +0 -0
  212. data/spec/dummy/solr/default/data/index/_o.fdx +0 -0
  213. data/spec/dummy/solr/default/data/index/_o.fnm +0 -0
  214. data/spec/dummy/solr/default/data/index/_o.nvd +0 -0
  215. data/spec/dummy/solr/default/data/index/_o.nvm +0 -0
  216. data/spec/dummy/solr/default/data/index/_o.si +0 -0
  217. data/spec/dummy/solr/default/data/index/_o_Lucene41_0.doc +0 -0
  218. data/spec/dummy/solr/default/data/index/_o_Lucene41_0.pos +0 -0
  219. data/spec/dummy/solr/default/data/index/_o_Lucene41_0.tim +0 -0
  220. data/spec/dummy/solr/default/data/index/_o_Lucene41_0.tip +0 -0
  221. data/spec/dummy/solr/default/data/index/segments_15 +0 -0
  222. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000030 +0 -0
  223. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000031 +0 -0
  224. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000032 +0 -0
  225. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000033 +0 -0
  226. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000034 +0 -0
  227. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000035 +0 -0
  228. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000036 +0 -0
  229. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000037 +0 -0
  230. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000038 +0 -0
  231. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000039 +0 -0
  232. data/spec/dummy/solr/test/data/index/segments_401 +0 -0
  233. data/spec/dummy/solr/test/data/tlog/tlog.0000000000000005181 +0 -0
  234. data/spec/dummy/solr/test/data/tlog/tlog.0000000000000005182 +0 -0
  235. data/spec/dummy/solr/test/data/tlog/tlog.0000000000000005183 +0 -0
  236. data/spec/dummy/tmp/cache/4F7/F90/default_role +0 -0
  237. data/spec/dummy/tmp/cache/6E4/420/search_engine_all +0 -0
  238. data/spec/dummy/tmp/cache/ACB/B20/manifestation_search_total +0 -0
  239. data/spec/dummy/tmp/cache/assets/test/sprockets/016035697c13f20f5d2b52792d85c604 +0 -0
  240. data/spec/dummy/tmp/cache/assets/test/sprockets/016f9220091ee2a634e3a6c7fbe9c147 +0 -0
  241. data/spec/dummy/tmp/cache/assets/test/sprockets/052185a11dac17697ab8119d0eae969d +0 -0
  242. data/spec/dummy/tmp/cache/assets/test/sprockets/091f6b71beeef71345e4cb87e0e0f60e +0 -0
  243. data/spec/dummy/tmp/cache/assets/test/sprockets/0e3e358e4fe4601ba5e435f6d0c86f12 +0 -0
  244. data/spec/dummy/tmp/cache/assets/test/sprockets/11bb992144d5d72e1251e5d4cf370f86 +0 -0
  245. data/spec/dummy/tmp/cache/assets/test/sprockets/12c4795597f72ed1be53a24203b9605a +0 -0
  246. data/spec/dummy/tmp/cache/assets/test/sprockets/1462d348fc6af4ed5164bd969f65ef40 +0 -0
  247. data/spec/dummy/tmp/cache/assets/test/sprockets/1ba5d9cae60d012a67e6c857c0f5aa3c +0 -0
  248. data/spec/dummy/tmp/cache/assets/test/sprockets/1c1fbab93e4552626da626e0dbe70c74 +0 -0
  249. data/spec/dummy/tmp/cache/assets/test/sprockets/27e1b4616976bb325e2963da52263610 +0 -0
  250. data/spec/dummy/tmp/cache/assets/test/sprockets/29755b7a6522fd2bd21a5821dcc1024c +0 -0
  251. data/spec/dummy/tmp/cache/assets/test/sprockets/2a4804739761c332dbea9b545ebdc90b +0 -0
  252. data/spec/dummy/tmp/cache/assets/test/sprockets/3013236b88f48eb1a0e36f7ce20e9278 +0 -0
  253. data/spec/dummy/tmp/cache/assets/test/sprockets/306cf2727f2c4d5bcc3318fdf704f9f8 +0 -0
  254. data/spec/dummy/tmp/cache/assets/test/sprockets/3137d593e6b38d7364165258707ba168 +0 -0
  255. data/spec/dummy/tmp/cache/assets/test/sprockets/3417713460df81bb2349531adec5f348 +0 -0
  256. data/spec/dummy/tmp/cache/assets/test/sprockets/3ef32f79b6e9b4487b09c38d17e96c5b +0 -0
  257. data/spec/dummy/tmp/cache/assets/test/sprockets/45f3c74e1e31b58d9bda6908d5623290 +0 -0
  258. data/spec/dummy/tmp/cache/assets/test/sprockets/4982460b51d59b2a6ca1a2a62f578883 +0 -0
  259. data/spec/dummy/tmp/cache/assets/test/sprockets/4c00935da384db345e9d75e427a6ecfd +0 -0
  260. data/spec/dummy/tmp/cache/assets/test/sprockets/4ec967e0b0aa8965b00d8d02580cb1e8 +0 -0
  261. data/spec/dummy/tmp/cache/assets/test/sprockets/53f3ea63c7f59d989da4e7299c5ebef6 +0 -0
  262. data/spec/dummy/tmp/cache/assets/test/sprockets/5762cca052dd5d3eb8bb35e2ed9a59b8 +0 -0
  263. data/spec/dummy/tmp/cache/assets/test/sprockets/5e6bfa8ff735312df3c6e3ab5e4544dd +0 -0
  264. data/spec/dummy/tmp/cache/assets/test/sprockets/617d3692a7e14d57d7d7c18e62988c56 +0 -0
  265. data/spec/dummy/tmp/cache/assets/test/sprockets/6a45e3c9461983dc78a7a4f06326d98a +0 -0
  266. data/spec/dummy/tmp/cache/assets/test/sprockets/6ef07ba38c3fb7876f0dd5a9580ddb09 +0 -0
  267. data/spec/dummy/tmp/cache/assets/test/sprockets/726c9190898ab9d89a285df9f73fc835 +0 -0
  268. data/spec/dummy/tmp/cache/assets/test/sprockets/7cf6f7130d3eca66452321d70d360864 +0 -0
  269. data/spec/dummy/tmp/cache/assets/test/sprockets/7e097aef96e9d7a3f16e013b6f612b68 +0 -0
  270. data/spec/dummy/tmp/cache/assets/test/sprockets/84c8a64682205dba3f8edd60fc1ec8e5 +0 -0
  271. data/spec/dummy/tmp/cache/assets/test/sprockets/8fe57feab5051fd40f4878b7a740486f +0 -0
  272. data/spec/dummy/tmp/cache/assets/test/sprockets/9757a9437821225e1c033c19725d7f29 +0 -0
  273. data/spec/dummy/tmp/cache/assets/test/sprockets/9872a7a2c1dbfa71b55ebcf97dfa07b1 +0 -0
  274. data/spec/dummy/tmp/cache/assets/test/sprockets/9ad166e60e3d477c78328181979a7b77 +0 -0
  275. data/spec/dummy/tmp/cache/assets/test/sprockets/a0d32bfbf69edb9affa96b926037041a +0 -0
  276. data/spec/dummy/tmp/cache/assets/test/sprockets/aa0c14240f47d6746cd5d3bf2fe4b936 +0 -0
  277. data/spec/dummy/tmp/cache/assets/test/sprockets/aff11c6f1bdcce6d91baf69968f93ad6 +0 -0
  278. data/spec/dummy/tmp/cache/assets/test/sprockets/b1cfee6085e55e41f311c5dfeda8661b +0 -0
  279. data/spec/dummy/tmp/cache/assets/test/sprockets/b4125d2c5630528bd1587b244a3303d6 +0 -0
  280. data/spec/dummy/tmp/cache/assets/test/sprockets/b4857dbfaac3e3d5aeb45b1beff2b88b +0 -0
  281. data/spec/dummy/tmp/cache/assets/test/sprockets/b4f5eca040699a5d38403ce80236bc12 +0 -0
  282. data/spec/dummy/tmp/cache/assets/test/sprockets/b530f21ccf5882027bf2aff5502dc79e +0 -0
  283. data/spec/dummy/tmp/cache/assets/test/sprockets/b6fec44e6e93be3375951dad4faa2c14 +0 -0
  284. data/spec/dummy/tmp/cache/assets/test/sprockets/b943165df1109f3c68280a04e5e960f8 +0 -0
  285. data/spec/dummy/tmp/cache/assets/test/sprockets/c48a5c8c0b091de16e629df2f6145f67 +0 -0
  286. data/spec/dummy/tmp/cache/assets/test/sprockets/c5602b825ee6f6e1946e61a5c607d444 +0 -0
  287. data/spec/dummy/tmp/cache/assets/test/sprockets/ca2bbe58fd1ca1ca98a242a18b3f4ef3 +0 -0
  288. data/spec/dummy/tmp/cache/assets/test/sprockets/cdad6edc528defc97cc803f9b28f4a71 +0 -0
  289. data/spec/dummy/tmp/cache/assets/test/sprockets/cfb9cef7d320ba59870855aa2306bddd +0 -0
  290. data/spec/dummy/tmp/cache/assets/test/sprockets/d626bad4b5037b4ffa8b7f7d15d76a53 +0 -0
  291. data/spec/dummy/tmp/cache/assets/test/sprockets/d648a0b0abb7fd7ff579d72ffe033d50 +0 -0
  292. data/spec/dummy/tmp/cache/assets/test/sprockets/d8e283e15fd77782ae12f9b18e5be456 +0 -0
  293. data/spec/dummy/tmp/cache/assets/test/sprockets/ddcad094e1d77a1ec8d17b77f1161b47 +0 -0
  294. data/spec/dummy/tmp/cache/assets/test/sprockets/e18b88fcf05f32d6b7e22c426144a580 +0 -0
  295. data/spec/dummy/tmp/cache/assets/test/sprockets/e1cad328d04e160bea05772ab16eacbc +0 -0
  296. data/spec/dummy/tmp/cache/assets/test/sprockets/e1fcfb0faa3c12467a1c35251e04c8b1 +0 -0
  297. data/spec/dummy/tmp/cache/assets/test/sprockets/e52bd8c13070b84565f76938fe68458c +0 -0
  298. data/spec/dummy/tmp/cache/assets/test/sprockets/f02885699e51e1515eb7fd0a2f17cef7 +0 -0
  299. data/spec/dummy/tmp/cache/assets/test/sprockets/f6a963700cd75861fcdc6fd9474e5e77 +0 -0
  300. data/spec/dummy/tmp/cache/assets/test/sprockets/f70653c23b5a12c74bf82c0e9afe906b +0 -0
  301. data/spec/dummy/tmp/cache/assets/test/sprockets/fb4d31a0ce2d585e276e7e5fc9407aba +0 -0
  302. data/spec/dummy/tmp/cache/assets/test/sprockets/ffb3c7ae1ec3a76cac3e94303559fe51 +0 -0
@@ -0,0 +1,147 @@
1
+ manifestation_id original_title creator publisher pub_date price isbn item_identifier call_number item_price acquired_at bookstore budget_type circulation_status shelf library
2
+ 1 よくわかる最新Webサービス技術 Administrator//Librarian1 Administrator//Kosuke Tanabe 4798002062 00001 Available On Shelf web web
3
+ 1 よくわかる最新Webサービス技術 Administrator//Librarian1 Administrator//Kosuke Tanabe 4798002062 00004 Available On Shelf web web
4
+ 1 よくわかる最新Webサービス技術 Administrator//Librarian1 Administrator//Kosuke Tanabe 4798002062 00007 Available On Shelf web web
5
+ 1 よくわかる最新Webサービス技術 Administrator//Librarian1 Administrator//Kosuke Tanabe 4798002062 00010 Available On Shelf web web
6
+ 1 よくわかる最新Webサービス技術 Administrator//Librarian1 Administrator//Kosuke Tanabe 4798002062 00011 Available On Shelf web web
7
+ 1 よくわかる最新Webサービス技術 Administrator//Librarian1 Administrator//Kosuke Tanabe 4798002062 00018 On Loan web web
8
+ 1 よくわかる最新Webサービス技術 Administrator//Librarian1 Administrator//Kosuke Tanabe 4798002062 00019 Available On Shelf web web
9
+ 1 よくわかる最新Webサービス技術 Administrator//Librarian1 Administrator//Kosuke Tanabe 4798002062 00020 Recalled web web
10
+ 2 情報通信ハンドブック2005 Administrator Librarian1//Administrator 4915724824 00002 Available On Shelf web web
11
+ 2 情報通信ハンドブック2005 Administrator Librarian1//Administrator 4915724824 00005 Available On Shelf web web
12
+ 2 情報通信ハンドブック2005 Administrator Librarian1//Administrator 4915724824 00008 Available On Shelf web web
13
+ 2 情報通信ハンドブック2005 Administrator Librarian1//Administrator 4915724824 00012 Circulation Status Undefined web web
14
+ 2 情報通信ハンドブック2005 Administrator Librarian1//Administrator 4915724824 00013 On Loan web web
15
+ 2 情報通信ハンドブック2005 Administrator Librarian1//Administrator 4915724824 00014 On Loan web web
16
+ 2 情報通信ハンドブック2005 Administrator Librarian1//Administrator 4915724824 00015 On Loan web web
17
+ 3 これからの生命科学研究者のためのバイオ特許入門講座 Kosuke Tanabe//Librarian1 4897063590 00003 Available On Shelf web web
18
+ 3 これからの生命科学研究者のためのバイオ特許入門講座 Kosuke Tanabe//Librarian1 4897063590 00006 Available On Shelf web web
19
+ 3 これからの生命科学研究者のためのバイオ特許入門講座 Kosuke Tanabe//Librarian1 4897063590 00009 Available On Shelf third_shelf hachioji
20
+ 3 これからの生命科学研究者のためのバイオ特許入門講座 Kosuke Tanabe//Librarian1 4897063590 00016 On Loan web web
21
+ 3 これからの生命科学研究者のためのバイオ特許入門講座 Kosuke Tanabe//Librarian1 4897063590 00017 On Loan web web
22
+ 4 THE BIOTECH INVESTOR'S BIBLE Administrator//Kosuke Tanabe 0471412791
23
+ 5 顧客満足型マーケティングの構図 Librarian1//Administrator
24
+ 6 仕組み革新の時代
25
+ 7 dictionary of e-business 0470844701
26
+ 8 Webサービス完全解説 4798101028
27
+ 9 逐条解説不正競争防止法 4641143331
28
+ 10 Apache Lucene入門 : Java・オープンソース・全文検索システムの構築 9784774127804
29
+ 11 Webサービス完全構築ガイド 00021 Available On Shelf web web
30
+ 11 Webサービス完全構築ガイド 00022 Available On Shelf web web
31
+ 11 Webサービス完全構築ガイド 00023 Removed first_shelf kamata
32
+ 22 YouTube - Open Source ILS Song
33
+ 23 世界の美しい図書館集めてみた【第一弾】
34
+ 101 CGI基礎講座 : Perl・プログラミング・日本語処理 テスト正式名称
35
+ 102 CGIレスキュー実践Perlプログラミング : Web裏技 作者ダミー
36
+ 103 Perlクックブック. v.2 作者ダミー
37
+ 104 Perlクックブック. v.1 作者ダミー
38
+ 105 初めてのPerl. 続
39
+ 106 Perl & XML
40
+ 107 はじめてのPerlモジュール : 厳選実用モジュール集
41
+ 108 Perl 5パワフルテクニック大全集
42
+ 109 CGI/Perlパワープログラミング
43
+ 110 Ruby/GTKプログラミング入門 : Rubyで作って遊ぶGUIプログラミング
44
+ 111 すぐわかるPerl
45
+ 112 CGIのための実践入門Perl : 対話的・動きのあるWebページを作ろう
46
+ 113 プログラミングは難しくない! : ウェブではじめるJavaScript/Perl/Java
47
+ 114 Rubyを256倍使うための本. 魔道編 2001-03-20 9784756137470
48
+ 115 入門Perl
49
+ 116 sed & awkプログラミング : UNIX power tools 1991-12-24 9784756100917
50
+ 117 Perlの達人
51
+ 118 ナチ強制・絶滅収容所 : 18施設内の生と死
52
+ 119 Perl基礎講座
53
+ 120 Rubyプログラミング入門 オーム社 2000-10-01 9784274063855
54
+ 121 Django×Python
55
+ 122 みんなのPython
56
+ 123 Rubyでgroonga使って全文検索 - ラングバ
57
+ 124 まちづくり三鷹図書館(Ruby図書館情報システム デモサイト)
58
+ 125 Ruby on Rails入門 : 優しいRailsの育て方
59
+ 126 Ruby Cookbook
60
+ 127 CGI programming on the World Wide Web
61
+ 128 Genomic Perl
62
+ 129 Indians of the Pacific Northwest
63
+ 130 Massachusetts acid rain monitoring project / Massachusetts acid rain monitoring project A.R.M
64
+ 131 International Symposium Genes and Chromosomes Structure and Function
65
+ 132 Perl black book, 2nd edition
66
+ 133 Python scripting for computational science
67
+ 134 Tests on a gold ore from the Ruby Basin, Black Hills
68
+ 135 Official guide to programming with CGI.pm / Programming with CGI.pm / Official guide to programming with CGI.pm
69
+ 136 Three little words [sound recording] / Nevertheless (I'm in love with you) / I love you so much / All alone Monday / Where did you get that girl? / Thinking of you / I wanna be loved by you / Who's sorry now? / My sunny Tennessee / So long Oolong / Three little words
70
+ 137 Femtosecond time-resolved spectroscopy of organic molecular crystals / Time-resolved spectroscopy of organic molecular crystals, Femtosecond
71
+ 138 CGI programming with Perl
72
+ 139 Python and XML / Python & XML / XML processing with Python
73
+ 140 Perl cookbook / Solutions and examples for Perl programmers
74
+ 141 Mastering Perl/Tk / Perl/Tk
75
+ 142 Mastering algorithms with Perl / Practical programming through computer science
76
+ 143 Programming Perl
77
+ 144 Fort Worth & Tarrant County / Fort Worth and Tarrant County
78
+ 145 Monty Python's Spamalot [sound recording] / Spamalot / Spamalot / Monty Python and the Holy Grail (Motion picture)
79
+ 146 AWK programming language
80
+ 147 Toting the lead row
81
+ 148 Afro-American blues and game songs
82
+ 149 Perl/Tk pocket reference
83
+ 150 politics of improving urban air quality
84
+ 151 Perl developer's dictionary
85
+ 152 Andrテδゥ Poitiers
86
+ 153 PERL and CGI for the World Wide Web [electronic resource] / Visual QuickStart guide
87
+ 154 Python tutorial
88
+ 155 Line shapes of paramagnetic resonances in ruby
89
+ 156 Perl programmer's reference
90
+ 157 Technological capabilities in developing countries
91
+ 158 phenomena of vagueness
92
+ 159 theory of consumer's demand
93
+ 160 theory of consumer's demand
94
+ 161 Monty Python, Shakespeare, and English Renaissance drama
95
+ 162 Analyzing computer system performance with PERL::PDQ
96
+ 163 equilibrium of the reaction between the manganate, permanganate, and hydroxide of potassium, and manganese dioxide
97
+ 164 Stimulated optical emission in ruby
98
+ 165 Strategic planning and risk analysis
99
+ 166 Performance assertion checking
100
+ 167 Spin-lattice relaxation time of ruby
101
+ 168 Mourning Ruby
102
+ 169 statistical analysis of banking performance in the Eastern Caribbean Currency Union in the 1990s
103
+ 170 Professional Perl programming / Perl programming
104
+ 171 Perl in a nutshell
105
+ 172 Programming Web services with Perl
106
+ 173 Proceedings of the Trieste Workshop on the search for New Elementary Particles / International journal of modern physics / Search for new elementary particles
107
+ 174 Europeras 3 & 4 / Europera
108
+ 175 Retreats from realism in recent English drama
109
+ 176 Python programming patterns
110
+ 177 Beginning Perl for bioinformatics
111
+ 178 Learning Perl
112
+ 179 Effective awk programming
113
+ 180 Python standard library / Annotated reference for Python 2.0
114
+ 181 Programming Python
115
+ 182 Perl CD bookshelf
116
+ 183 Programming Perl
117
+ 184 Sed & awk pocket reference / Sed and awk pocket reference
118
+ 185 Perl power!
119
+ 186 ATOKダイレクト API for Perl / Ruby?|?さらに使いこなす?|?ATOK.com
120
+ 187 Welcome ― Ruby Enterprise Edition
121
+ 188 Pythonクックブック
122
+ 189 みんなのPython インデントの世界へようこそ! object oriented-lightweight language Python
123
+ 190 Django | The Web framework for perfectionists with deadlines
124
+ 191 fac-back-opac - Google Code
125
+ 192 Rubyクックブック 2007-04-27 9784873113241
126
+ 193 Rubyレシピブック 2007-02-01 4797340045
127
+ 194 初めてのPerl 第3版
128
+ 195 続・初めてのPerl 改訂版
129
+ 196 たのしいRuby 第2版 Rubyではじめる気軽なプログラミング 2006-08-05 9784797336610
130
+ 197 Ruby
131
+ 198 紅玉の本 Ruby社
132
+ 201 テスト雑誌2005年1月号 出版社テスト
133
+ 202 テスト雑誌2月号 出版社テスト
134
+ 203 テスト単行本記事2005
135
+ 204 テスト雑誌1月号の記事1 2005 試験用会社
136
+ 205 テスト雑誌1月号の記事2 試験用会社
137
+ 206 テスト雑誌2月号の記事1 試験用会社
138
+ 207 試験単行本 出版社テスト
139
+ 208 ある出版物 テスト正式名称
140
+ 209 権限確認Admin専用1
141
+ 210 権限確認Admin専用2
142
+ 211 権限確認Librarian以上用1
143
+ 212 権限確認Librarian以上用2
144
+ 213 権限確認User以上用1
145
+ 214 権限確認User以上用2
146
+ 215 権限確認
147
+ 216 権限確認
@@ -0,0 +1,147 @@
1
+ manifestation_id original_title creator publisher pub_date price isbn item_identifier call_number item_price acquired_at bookstore budget_type circulation_status shelf library
2
+ 1 よくわかる最新Webサービス技術 Administrator//Librarian1 Administrator//Kosuke Tanabe 4798002062 00001 Available On Shelf web web
3
+ 1 よくわかる最新Webサービス技術 Administrator//Librarian1 Administrator//Kosuke Tanabe 4798002062 00004 Available On Shelf web web
4
+ 1 よくわかる最新Webサービス技術 Administrator//Librarian1 Administrator//Kosuke Tanabe 4798002062 00007 Available On Shelf web web
5
+ 1 よくわかる最新Webサービス技術 Administrator//Librarian1 Administrator//Kosuke Tanabe 4798002062 00010 Available On Shelf web web
6
+ 1 よくわかる最新Webサービス技術 Administrator//Librarian1 Administrator//Kosuke Tanabe 4798002062 00011 Available On Shelf web web
7
+ 1 よくわかる最新Webサービス技術 Administrator//Librarian1 Administrator//Kosuke Tanabe 4798002062 00018 On Loan web web
8
+ 1 よくわかる最新Webサービス技術 Administrator//Librarian1 Administrator//Kosuke Tanabe 4798002062 00019 Available On Shelf web web
9
+ 1 よくわかる最新Webサービス技術 Administrator//Librarian1 Administrator//Kosuke Tanabe 4798002062 00020 Recalled web web
10
+ 2 情報通信ハンドブック2005 Administrator Librarian1//Administrator 4915724824 00002 Available On Shelf web web
11
+ 2 情報通信ハンドブック2005 Administrator Librarian1//Administrator 4915724824 00005 Available On Shelf web web
12
+ 2 情報通信ハンドブック2005 Administrator Librarian1//Administrator 4915724824 00008 Available On Shelf web web
13
+ 2 情報通信ハンドブック2005 Administrator Librarian1//Administrator 4915724824 00012 Circulation Status Undefined web web
14
+ 2 情報通信ハンドブック2005 Administrator Librarian1//Administrator 4915724824 00013 On Loan web web
15
+ 2 情報通信ハンドブック2005 Administrator Librarian1//Administrator 4915724824 00014 On Loan web web
16
+ 2 情報通信ハンドブック2005 Administrator Librarian1//Administrator 4915724824 00015 On Loan web web
17
+ 3 これからの生命科学研究者のためのバイオ特許入門講座 Kosuke Tanabe//Librarian1 4897063590 00003 Available On Shelf web web
18
+ 3 これからの生命科学研究者のためのバイオ特許入門講座 Kosuke Tanabe//Librarian1 4897063590 00006 Available On Shelf web web
19
+ 3 これからの生命科学研究者のためのバイオ特許入門講座 Kosuke Tanabe//Librarian1 4897063590 00009 Available On Shelf third_shelf hachioji
20
+ 3 これからの生命科学研究者のためのバイオ特許入門講座 Kosuke Tanabe//Librarian1 4897063590 00016 On Loan web web
21
+ 3 これからの生命科学研究者のためのバイオ特許入門講座 Kosuke Tanabe//Librarian1 4897063590 00017 On Loan web web
22
+ 4 THE BIOTECH INVESTOR'S BIBLE Administrator//Kosuke Tanabe 0471412791
23
+ 5 顧客満足型マーケティングの構図 Librarian1//Administrator
24
+ 6 仕組み革新の時代
25
+ 7 dictionary of e-business 0470844701
26
+ 8 Webサービス完全解説 4798101028
27
+ 9 逐条解説不正競争防止法 4641143331
28
+ 10 Apache Lucene入門 : Java・オープンソース・全文検索システムの構築 9784774127804
29
+ 11 Webサービス完全構築ガイド 00021 Available On Shelf web web
30
+ 11 Webサービス完全構築ガイド 00022 Available On Shelf web web
31
+ 11 Webサービス完全構築ガイド 00023 Removed first_shelf kamata
32
+ 22 YouTube - Open Source ILS Song
33
+ 23 世界の美しい図書館集めてみた【第一弾】
34
+ 101 CGI基礎講座 : Perl・プログラミング・日本語処理 テスト正式名称
35
+ 102 CGIレスキュー実践Perlプログラミング : Web裏技 作者ダミー
36
+ 103 Perlクックブック. v.2 作者ダミー
37
+ 104 Perlクックブック. v.1 作者ダミー
38
+ 105 初めてのPerl. 続
39
+ 106 Perl & XML
40
+ 107 はじめてのPerlモジュール : 厳選実用モジュール集
41
+ 108 Perl 5パワフルテクニック大全集
42
+ 109 CGI/Perlパワープログラミング
43
+ 110 Ruby/GTKプログラミング入門 : Rubyで作って遊ぶGUIプログラミング
44
+ 111 すぐわかるPerl
45
+ 112 CGIのための実践入門Perl : 対話的・動きのあるWebページを作ろう
46
+ 113 プログラミングは難しくない! : ウェブではじめるJavaScript/Perl/Java
47
+ 114 Rubyを256倍使うための本. 魔道編 2001-03-20 9784756137470
48
+ 115 入門Perl
49
+ 116 sed & awkプログラミング : UNIX power tools 1991-12-24 9784756100917
50
+ 117 Perlの達人
51
+ 118 ナチ強制・絶滅収容所 : 18施設内の生と死
52
+ 119 Perl基礎講座
53
+ 120 Rubyプログラミング入門 オーム社 2000-10-01 9784274063855
54
+ 121 Django×Python
55
+ 122 みんなのPython
56
+ 123 Rubyでgroonga使って全文検索 - ラングバ
57
+ 124 まちづくり三鷹図書館(Ruby図書館情報システム デモサイト)
58
+ 125 Ruby on Rails入門 : 優しいRailsの育て方
59
+ 126 Ruby Cookbook
60
+ 127 CGI programming on the World Wide Web
61
+ 128 Genomic Perl
62
+ 129 Indians of the Pacific Northwest
63
+ 130 Massachusetts acid rain monitoring project / Massachusetts acid rain monitoring project A.R.M
64
+ 131 International Symposium Genes and Chromosomes Structure and Function
65
+ 132 Perl black book, 2nd edition
66
+ 133 Python scripting for computational science
67
+ 134 Tests on a gold ore from the Ruby Basin, Black Hills
68
+ 135 Official guide to programming with CGI.pm / Programming with CGI.pm / Official guide to programming with CGI.pm
69
+ 136 Three little words [sound recording] / Nevertheless (I'm in love with you) / I love you so much / All alone Monday / Where did you get that girl? / Thinking of you / I wanna be loved by you / Who's sorry now? / My sunny Tennessee / So long Oolong / Three little words
70
+ 137 Femtosecond time-resolved spectroscopy of organic molecular crystals / Time-resolved spectroscopy of organic molecular crystals, Femtosecond
71
+ 138 CGI programming with Perl
72
+ 139 Python and XML / Python & XML / XML processing with Python
73
+ 140 Perl cookbook / Solutions and examples for Perl programmers
74
+ 141 Mastering Perl/Tk / Perl/Tk
75
+ 142 Mastering algorithms with Perl / Practical programming through computer science
76
+ 143 Programming Perl
77
+ 144 Fort Worth & Tarrant County / Fort Worth and Tarrant County
78
+ 145 Monty Python's Spamalot [sound recording] / Spamalot / Spamalot / Monty Python and the Holy Grail (Motion picture)
79
+ 146 AWK programming language
80
+ 147 Toting the lead row
81
+ 148 Afro-American blues and game songs
82
+ 149 Perl/Tk pocket reference
83
+ 150 politics of improving urban air quality
84
+ 151 Perl developer's dictionary
85
+ 152 Andrテδゥ Poitiers
86
+ 153 PERL and CGI for the World Wide Web [electronic resource] / Visual QuickStart guide
87
+ 154 Python tutorial
88
+ 155 Line shapes of paramagnetic resonances in ruby
89
+ 156 Perl programmer's reference
90
+ 157 Technological capabilities in developing countries
91
+ 158 phenomena of vagueness
92
+ 159 theory of consumer's demand
93
+ 160 theory of consumer's demand
94
+ 161 Monty Python, Shakespeare, and English Renaissance drama
95
+ 162 Analyzing computer system performance with PERL::PDQ
96
+ 163 equilibrium of the reaction between the manganate, permanganate, and hydroxide of potassium, and manganese dioxide
97
+ 164 Stimulated optical emission in ruby
98
+ 165 Strategic planning and risk analysis
99
+ 166 Performance assertion checking
100
+ 167 Spin-lattice relaxation time of ruby
101
+ 168 Mourning Ruby
102
+ 169 statistical analysis of banking performance in the Eastern Caribbean Currency Union in the 1990s
103
+ 170 Professional Perl programming / Perl programming
104
+ 171 Perl in a nutshell
105
+ 172 Programming Web services with Perl
106
+ 173 Proceedings of the Trieste Workshop on the search for New Elementary Particles / International journal of modern physics / Search for new elementary particles
107
+ 174 Europeras 3 & 4 / Europera
108
+ 175 Retreats from realism in recent English drama
109
+ 176 Python programming patterns
110
+ 177 Beginning Perl for bioinformatics
111
+ 178 Learning Perl
112
+ 179 Effective awk programming
113
+ 180 Python standard library / Annotated reference for Python 2.0
114
+ 181 Programming Python
115
+ 182 Perl CD bookshelf
116
+ 183 Programming Perl
117
+ 184 Sed & awk pocket reference / Sed and awk pocket reference
118
+ 185 Perl power!
119
+ 186 ATOKダイレクト API for Perl / Ruby?|?さらに使いこなす?|?ATOK.com
120
+ 187 Welcome ― Ruby Enterprise Edition
121
+ 188 Pythonクックブック
122
+ 189 みんなのPython インデントの世界へようこそ! object oriented-lightweight language Python
123
+ 190 Django | The Web framework for perfectionists with deadlines
124
+ 191 fac-back-opac - Google Code
125
+ 192 Rubyクックブック 2007-04-27 9784873113241
126
+ 193 Rubyレシピブック 2007-02-01 4797340045
127
+ 194 初めてのPerl 第3版
128
+ 195 続・初めてのPerl 改訂版
129
+ 196 たのしいRuby 第2版 Rubyではじめる気軽なプログラミング 2006-08-05 9784797336610
130
+ 197 Ruby
131
+ 198 紅玉の本 Ruby社
132
+ 201 テスト雑誌2005年1月号 出版社テスト
133
+ 202 テスト雑誌2月号 出版社テスト
134
+ 203 テスト単行本記事2005
135
+ 204 テスト雑誌1月号の記事1 2005 試験用会社
136
+ 205 テスト雑誌1月号の記事2 試験用会社
137
+ 206 テスト雑誌2月号の記事1 試験用会社
138
+ 207 試験単行本 出版社テスト
139
+ 208 ある出版物 テスト正式名称
140
+ 209 権限確認Admin専用1
141
+ 210 権限確認Admin専用2
142
+ 211 権限確認Librarian以上用1
143
+ 212 権限確認Librarian以上用2
144
+ 213 権限確認User以上用1
145
+ 214 権限確認User以上用2
146
+ 215 権限確認
147
+ 216 権限確認
@@ -0,0 +1,147 @@
1
+ manifestation_id original_title creator publisher pub_date price isbn item_identifier call_number item_price acquired_at bookstore budget_type circulation_status shelf library
2
+ 1 よくわかる最新Webサービス技術 Administrator//Librarian1 Administrator//Kosuke Tanabe 4798002062 00001 Available On Shelf web web
3
+ 1 よくわかる最新Webサービス技術 Administrator//Librarian1 Administrator//Kosuke Tanabe 4798002062 00004 Available On Shelf web web
4
+ 1 よくわかる最新Webサービス技術 Administrator//Librarian1 Administrator//Kosuke Tanabe 4798002062 00007 Available On Shelf web web
5
+ 1 よくわかる最新Webサービス技術 Administrator//Librarian1 Administrator//Kosuke Tanabe 4798002062 00010 Available On Shelf web web
6
+ 1 よくわかる最新Webサービス技術 Administrator//Librarian1 Administrator//Kosuke Tanabe 4798002062 00011 Available On Shelf web web
7
+ 1 よくわかる最新Webサービス技術 Administrator//Librarian1 Administrator//Kosuke Tanabe 4798002062 00018 On Loan web web
8
+ 1 よくわかる最新Webサービス技術 Administrator//Librarian1 Administrator//Kosuke Tanabe 4798002062 00019 Available On Shelf web web
9
+ 1 よくわかる最新Webサービス技術 Administrator//Librarian1 Administrator//Kosuke Tanabe 4798002062 00020 Recalled web web
10
+ 2 情報通信ハンドブック2005 Administrator Librarian1//Administrator 4915724824 00002 Available On Shelf web web
11
+ 2 情報通信ハンドブック2005 Administrator Librarian1//Administrator 4915724824 00005 Available On Shelf web web
12
+ 2 情報通信ハンドブック2005 Administrator Librarian1//Administrator 4915724824 00008 Available On Shelf web web
13
+ 2 情報通信ハンドブック2005 Administrator Librarian1//Administrator 4915724824 00012 Circulation Status Undefined web web
14
+ 2 情報通信ハンドブック2005 Administrator Librarian1//Administrator 4915724824 00013 On Loan web web
15
+ 2 情報通信ハンドブック2005 Administrator Librarian1//Administrator 4915724824 00014 On Loan web web
16
+ 2 情報通信ハンドブック2005 Administrator Librarian1//Administrator 4915724824 00015 On Loan web web
17
+ 3 これからの生命科学研究者のためのバイオ特許入門講座 Kosuke Tanabe//Librarian1 4897063590 00003 Available On Shelf web web
18
+ 3 これからの生命科学研究者のためのバイオ特許入門講座 Kosuke Tanabe//Librarian1 4897063590 00006 Available On Shelf web web
19
+ 3 これからの生命科学研究者のためのバイオ特許入門講座 Kosuke Tanabe//Librarian1 4897063590 00009 Available On Shelf third_shelf hachioji
20
+ 3 これからの生命科学研究者のためのバイオ特許入門講座 Kosuke Tanabe//Librarian1 4897063590 00016 On Loan web web
21
+ 3 これからの生命科学研究者のためのバイオ特許入門講座 Kosuke Tanabe//Librarian1 4897063590 00017 On Loan web web
22
+ 4 THE BIOTECH INVESTOR'S BIBLE Administrator//Kosuke Tanabe 0471412791
23
+ 5 顧客満足型マーケティングの構図 Librarian1//Administrator
24
+ 6 仕組み革新の時代
25
+ 7 dictionary of e-business 0470844701
26
+ 8 Webサービス完全解説 4798101028
27
+ 9 逐条解説不正競争防止法 4641143331
28
+ 10 Apache Lucene入門 : Java・オープンソース・全文検索システムの構築 9784774127804
29
+ 11 Webサービス完全構築ガイド 00021 Available On Shelf web web
30
+ 11 Webサービス完全構築ガイド 00022 Available On Shelf web web
31
+ 11 Webサービス完全構築ガイド 00023 Removed first_shelf kamata
32
+ 22 YouTube - Open Source ILS Song
33
+ 23 世界の美しい図書館集めてみた【第一弾】
34
+ 101 CGI基礎講座 : Perl・プログラミング・日本語処理 テスト正式名称
35
+ 102 CGIレスキュー実践Perlプログラミング : Web裏技 作者ダミー
36
+ 103 Perlクックブック. v.2 作者ダミー
37
+ 104 Perlクックブック. v.1 作者ダミー
38
+ 105 初めてのPerl. 続
39
+ 106 Perl & XML
40
+ 107 はじめてのPerlモジュール : 厳選実用モジュール集
41
+ 108 Perl 5パワフルテクニック大全集
42
+ 109 CGI/Perlパワープログラミング
43
+ 110 Ruby/GTKプログラミング入門 : Rubyで作って遊ぶGUIプログラミング
44
+ 111 すぐわかるPerl
45
+ 112 CGIのための実践入門Perl : 対話的・動きのあるWebページを作ろう
46
+ 113 プログラミングは難しくない! : ウェブではじめるJavaScript/Perl/Java
47
+ 114 Rubyを256倍使うための本. 魔道編 2001-03-20 9784756137470
48
+ 115 入門Perl
49
+ 116 sed & awkプログラミング : UNIX power tools 1991-12-24 9784756100917
50
+ 117 Perlの達人
51
+ 118 ナチ強制・絶滅収容所 : 18施設内の生と死
52
+ 119 Perl基礎講座
53
+ 120 Rubyプログラミング入門 オーム社 2000-10-01 9784274063855
54
+ 121 Django×Python
55
+ 122 みんなのPython
56
+ 123 Rubyでgroonga使って全文検索 - ラングバ
57
+ 124 まちづくり三鷹図書館(Ruby図書館情報システム デモサイト)
58
+ 125 Ruby on Rails入門 : 優しいRailsの育て方
59
+ 126 Ruby Cookbook
60
+ 127 CGI programming on the World Wide Web
61
+ 128 Genomic Perl
62
+ 129 Indians of the Pacific Northwest
63
+ 130 Massachusetts acid rain monitoring project / Massachusetts acid rain monitoring project A.R.M
64
+ 131 International Symposium Genes and Chromosomes Structure and Function
65
+ 132 Perl black book, 2nd edition
66
+ 133 Python scripting for computational science
67
+ 134 Tests on a gold ore from the Ruby Basin, Black Hills
68
+ 135 Official guide to programming with CGI.pm / Programming with CGI.pm / Official guide to programming with CGI.pm
69
+ 136 Three little words [sound recording] / Nevertheless (I'm in love with you) / I love you so much / All alone Monday / Where did you get that girl? / Thinking of you / I wanna be loved by you / Who's sorry now? / My sunny Tennessee / So long Oolong / Three little words
70
+ 137 Femtosecond time-resolved spectroscopy of organic molecular crystals / Time-resolved spectroscopy of organic molecular crystals, Femtosecond
71
+ 138 CGI programming with Perl
72
+ 139 Python and XML / Python & XML / XML processing with Python
73
+ 140 Perl cookbook / Solutions and examples for Perl programmers
74
+ 141 Mastering Perl/Tk / Perl/Tk
75
+ 142 Mastering algorithms with Perl / Practical programming through computer science
76
+ 143 Programming Perl
77
+ 144 Fort Worth & Tarrant County / Fort Worth and Tarrant County
78
+ 145 Monty Python's Spamalot [sound recording] / Spamalot / Spamalot / Monty Python and the Holy Grail (Motion picture)
79
+ 146 AWK programming language
80
+ 147 Toting the lead row
81
+ 148 Afro-American blues and game songs
82
+ 149 Perl/Tk pocket reference
83
+ 150 politics of improving urban air quality
84
+ 151 Perl developer's dictionary
85
+ 152 Andrテδゥ Poitiers
86
+ 153 PERL and CGI for the World Wide Web [electronic resource] / Visual QuickStart guide
87
+ 154 Python tutorial
88
+ 155 Line shapes of paramagnetic resonances in ruby
89
+ 156 Perl programmer's reference
90
+ 157 Technological capabilities in developing countries
91
+ 158 phenomena of vagueness
92
+ 159 theory of consumer's demand
93
+ 160 theory of consumer's demand
94
+ 161 Monty Python, Shakespeare, and English Renaissance drama
95
+ 162 Analyzing computer system performance with PERL::PDQ
96
+ 163 equilibrium of the reaction between the manganate, permanganate, and hydroxide of potassium, and manganese dioxide
97
+ 164 Stimulated optical emission in ruby
98
+ 165 Strategic planning and risk analysis
99
+ 166 Performance assertion checking
100
+ 167 Spin-lattice relaxation time of ruby
101
+ 168 Mourning Ruby
102
+ 169 statistical analysis of banking performance in the Eastern Caribbean Currency Union in the 1990s
103
+ 170 Professional Perl programming / Perl programming
104
+ 171 Perl in a nutshell
105
+ 172 Programming Web services with Perl
106
+ 173 Proceedings of the Trieste Workshop on the search for New Elementary Particles / International journal of modern physics / Search for new elementary particles
107
+ 174 Europeras 3 & 4 / Europera
108
+ 175 Retreats from realism in recent English drama
109
+ 176 Python programming patterns
110
+ 177 Beginning Perl for bioinformatics
111
+ 178 Learning Perl
112
+ 179 Effective awk programming
113
+ 180 Python standard library / Annotated reference for Python 2.0
114
+ 181 Programming Python
115
+ 182 Perl CD bookshelf
116
+ 183 Programming Perl
117
+ 184 Sed & awk pocket reference / Sed and awk pocket reference
118
+ 185 Perl power!
119
+ 186 ATOKダイレクト API for Perl / Ruby?|?さらに使いこなす?|?ATOK.com
120
+ 187 Welcome ― Ruby Enterprise Edition
121
+ 188 Pythonクックブック
122
+ 189 みんなのPython インデントの世界へようこそ! object oriented-lightweight language Python
123
+ 190 Django | The Web framework for perfectionists with deadlines
124
+ 191 fac-back-opac - Google Code
125
+ 192 Rubyクックブック 2007-04-27 9784873113241
126
+ 193 Rubyレシピブック 2007-02-01 4797340045
127
+ 194 初めてのPerl 第3版
128
+ 195 続・初めてのPerl 改訂版
129
+ 196 たのしいRuby 第2版 Rubyではじめる気軽なプログラミング 2006-08-05 9784797336610
130
+ 197 Ruby
131
+ 198 紅玉の本 Ruby社
132
+ 201 テスト雑誌2005年1月号 出版社テスト
133
+ 202 テスト雑誌2月号 出版社テスト
134
+ 203 テスト単行本記事2005
135
+ 204 テスト雑誌1月号の記事1 2005 試験用会社
136
+ 205 テスト雑誌1月号の記事2 試験用会社
137
+ 206 テスト雑誌2月号の記事1 試験用会社
138
+ 207 試験単行本 出版社テスト
139
+ 208 ある出版物 テスト正式名称
140
+ 209 権限確認Admin専用1
141
+ 210 権限確認Admin専用2
142
+ 211 権限確認Librarian以上用1
143
+ 212 権限確認Librarian以上用2
144
+ 213 権限確認User以上用1
145
+ 214 権限確認User以上用2
146
+ 215 権限確認
147
+ 216 権限確認
@@ -0,0 +1,147 @@
1
+ manifestation_id original_title creator publisher pub_date price isbn item_identifier call_number item_price acquired_at bookstore budget_type circulation_status shelf library
2
+ 1 よくわかる最新Webサービス技術 Administrator//Librarian1 Administrator//Kosuke Tanabe 4798002062 00001 Available On Shelf web web
3
+ 1 よくわかる最新Webサービス技術 Administrator//Librarian1 Administrator//Kosuke Tanabe 4798002062 00004 Available On Shelf web web
4
+ 1 よくわかる最新Webサービス技術 Administrator//Librarian1 Administrator//Kosuke Tanabe 4798002062 00007 Available On Shelf web web
5
+ 1 よくわかる最新Webサービス技術 Administrator//Librarian1 Administrator//Kosuke Tanabe 4798002062 00010 Available On Shelf web web
6
+ 1 よくわかる最新Webサービス技術 Administrator//Librarian1 Administrator//Kosuke Tanabe 4798002062 00011 Available On Shelf web web
7
+ 1 よくわかる最新Webサービス技術 Administrator//Librarian1 Administrator//Kosuke Tanabe 4798002062 00018 On Loan web web
8
+ 1 よくわかる最新Webサービス技術 Administrator//Librarian1 Administrator//Kosuke Tanabe 4798002062 00019 Available On Shelf web web
9
+ 1 よくわかる最新Webサービス技術 Administrator//Librarian1 Administrator//Kosuke Tanabe 4798002062 00020 Recalled web web
10
+ 2 情報通信ハンドブック2005 Administrator Librarian1//Administrator 4915724824 00002 Available On Shelf web web
11
+ 2 情報通信ハンドブック2005 Administrator Librarian1//Administrator 4915724824 00005 Available On Shelf web web
12
+ 2 情報通信ハンドブック2005 Administrator Librarian1//Administrator 4915724824 00008 Available On Shelf web web
13
+ 2 情報通信ハンドブック2005 Administrator Librarian1//Administrator 4915724824 00012 Circulation Status Undefined web web
14
+ 2 情報通信ハンドブック2005 Administrator Librarian1//Administrator 4915724824 00013 On Loan web web
15
+ 2 情報通信ハンドブック2005 Administrator Librarian1//Administrator 4915724824 00014 On Loan web web
16
+ 2 情報通信ハンドブック2005 Administrator Librarian1//Administrator 4915724824 00015 On Loan web web
17
+ 3 これからの生命科学研究者のためのバイオ特許入門講座 Kosuke Tanabe//Librarian1 4897063590 00003 Available On Shelf web web
18
+ 3 これからの生命科学研究者のためのバイオ特許入門講座 Kosuke Tanabe//Librarian1 4897063590 00006 Available On Shelf web web
19
+ 3 これからの生命科学研究者のためのバイオ特許入門講座 Kosuke Tanabe//Librarian1 4897063590 00009 Available On Shelf third_shelf hachioji
20
+ 3 これからの生命科学研究者のためのバイオ特許入門講座 Kosuke Tanabe//Librarian1 4897063590 00016 On Loan web web
21
+ 3 これからの生命科学研究者のためのバイオ特許入門講座 Kosuke Tanabe//Librarian1 4897063590 00017 On Loan web web
22
+ 4 THE BIOTECH INVESTOR'S BIBLE Administrator//Kosuke Tanabe 0471412791
23
+ 5 顧客満足型マーケティングの構図 Librarian1//Administrator
24
+ 6 仕組み革新の時代
25
+ 7 dictionary of e-business 0470844701
26
+ 8 Webサービス完全解説 4798101028
27
+ 9 逐条解説不正競争防止法 4641143331
28
+ 10 Apache Lucene入門 : Java・オープンソース・全文検索システムの構築 9784774127804
29
+ 11 Webサービス完全構築ガイド 00021 Available On Shelf web web
30
+ 11 Webサービス完全構築ガイド 00022 Available On Shelf web web
31
+ 11 Webサービス完全構築ガイド 00023 Removed first_shelf kamata
32
+ 22 YouTube - Open Source ILS Song
33
+ 23 世界の美しい図書館集めてみた【第一弾】
34
+ 101 CGI基礎講座 : Perl・プログラミング・日本語処理 テスト正式名称
35
+ 102 CGIレスキュー実践Perlプログラミング : Web裏技 作者ダミー
36
+ 103 Perlクックブック. v.2 作者ダミー
37
+ 104 Perlクックブック. v.1 作者ダミー
38
+ 105 初めてのPerl. 続
39
+ 106 Perl & XML
40
+ 107 はじめてのPerlモジュール : 厳選実用モジュール集
41
+ 108 Perl 5パワフルテクニック大全集
42
+ 109 CGI/Perlパワープログラミング
43
+ 110 Ruby/GTKプログラミング入門 : Rubyで作って遊ぶGUIプログラミング
44
+ 111 すぐわかるPerl
45
+ 112 CGIのための実践入門Perl : 対話的・動きのあるWebページを作ろう
46
+ 113 プログラミングは難しくない! : ウェブではじめるJavaScript/Perl/Java
47
+ 114 Rubyを256倍使うための本. 魔道編 2001-03-20 9784756137470
48
+ 115 入門Perl
49
+ 116 sed & awkプログラミング : UNIX power tools 1991-12-24 9784756100917
50
+ 117 Perlの達人
51
+ 118 ナチ強制・絶滅収容所 : 18施設内の生と死
52
+ 119 Perl基礎講座
53
+ 120 Rubyプログラミング入門 オーム社 2000-10-01 9784274063855
54
+ 121 Django×Python
55
+ 122 みんなのPython
56
+ 123 Rubyでgroonga使って全文検索 - ラングバ
57
+ 124 まちづくり三鷹図書館(Ruby図書館情報システム デモサイト)
58
+ 125 Ruby on Rails入門 : 優しいRailsの育て方
59
+ 126 Ruby Cookbook
60
+ 127 CGI programming on the World Wide Web
61
+ 128 Genomic Perl
62
+ 129 Indians of the Pacific Northwest
63
+ 130 Massachusetts acid rain monitoring project / Massachusetts acid rain monitoring project A.R.M
64
+ 131 International Symposium Genes and Chromosomes Structure and Function
65
+ 132 Perl black book, 2nd edition
66
+ 133 Python scripting for computational science
67
+ 134 Tests on a gold ore from the Ruby Basin, Black Hills
68
+ 135 Official guide to programming with CGI.pm / Programming with CGI.pm / Official guide to programming with CGI.pm
69
+ 136 Three little words [sound recording] / Nevertheless (I'm in love with you) / I love you so much / All alone Monday / Where did you get that girl? / Thinking of you / I wanna be loved by you / Who's sorry now? / My sunny Tennessee / So long Oolong / Three little words
70
+ 137 Femtosecond time-resolved spectroscopy of organic molecular crystals / Time-resolved spectroscopy of organic molecular crystals, Femtosecond
71
+ 138 CGI programming with Perl
72
+ 139 Python and XML / Python & XML / XML processing with Python
73
+ 140 Perl cookbook / Solutions and examples for Perl programmers
74
+ 141 Mastering Perl/Tk / Perl/Tk
75
+ 142 Mastering algorithms with Perl / Practical programming through computer science
76
+ 143 Programming Perl
77
+ 144 Fort Worth & Tarrant County / Fort Worth and Tarrant County
78
+ 145 Monty Python's Spamalot [sound recording] / Spamalot / Spamalot / Monty Python and the Holy Grail (Motion picture)
79
+ 146 AWK programming language
80
+ 147 Toting the lead row
81
+ 148 Afro-American blues and game songs
82
+ 149 Perl/Tk pocket reference
83
+ 150 politics of improving urban air quality
84
+ 151 Perl developer's dictionary
85
+ 152 Andrテδゥ Poitiers
86
+ 153 PERL and CGI for the World Wide Web [electronic resource] / Visual QuickStart guide
87
+ 154 Python tutorial
88
+ 155 Line shapes of paramagnetic resonances in ruby
89
+ 156 Perl programmer's reference
90
+ 157 Technological capabilities in developing countries
91
+ 158 phenomena of vagueness
92
+ 159 theory of consumer's demand
93
+ 160 theory of consumer's demand
94
+ 161 Monty Python, Shakespeare, and English Renaissance drama
95
+ 162 Analyzing computer system performance with PERL::PDQ
96
+ 163 equilibrium of the reaction between the manganate, permanganate, and hydroxide of potassium, and manganese dioxide
97
+ 164 Stimulated optical emission in ruby
98
+ 165 Strategic planning and risk analysis
99
+ 166 Performance assertion checking
100
+ 167 Spin-lattice relaxation time of ruby
101
+ 168 Mourning Ruby
102
+ 169 statistical analysis of banking performance in the Eastern Caribbean Currency Union in the 1990s
103
+ 170 Professional Perl programming / Perl programming
104
+ 171 Perl in a nutshell
105
+ 172 Programming Web services with Perl
106
+ 173 Proceedings of the Trieste Workshop on the search for New Elementary Particles / International journal of modern physics / Search for new elementary particles
107
+ 174 Europeras 3 & 4 / Europera
108
+ 175 Retreats from realism in recent English drama
109
+ 176 Python programming patterns
110
+ 177 Beginning Perl for bioinformatics
111
+ 178 Learning Perl
112
+ 179 Effective awk programming
113
+ 180 Python standard library / Annotated reference for Python 2.0
114
+ 181 Programming Python
115
+ 182 Perl CD bookshelf
116
+ 183 Programming Perl
117
+ 184 Sed & awk pocket reference / Sed and awk pocket reference
118
+ 185 Perl power!
119
+ 186 ATOKダイレクト API for Perl / Ruby?|?さらに使いこなす?|?ATOK.com
120
+ 187 Welcome ― Ruby Enterprise Edition
121
+ 188 Pythonクックブック
122
+ 189 みんなのPython インデントの世界へようこそ! object oriented-lightweight language Python
123
+ 190 Django | The Web framework for perfectionists with deadlines
124
+ 191 fac-back-opac - Google Code
125
+ 192 Rubyクックブック 2007-04-27 9784873113241
126
+ 193 Rubyレシピブック 2007-02-01 4797340045
127
+ 194 初めてのPerl 第3版
128
+ 195 続・初めてのPerl 改訂版
129
+ 196 たのしいRuby 第2版 Rubyではじめる気軽なプログラミング 2006-08-05 9784797336610
130
+ 197 Ruby
131
+ 198 紅玉の本 Ruby社
132
+ 201 テスト雑誌2005年1月号 出版社テスト
133
+ 202 テスト雑誌2月号 出版社テスト
134
+ 203 テスト単行本記事2005
135
+ 204 テスト雑誌1月号の記事1 2005 試験用会社
136
+ 205 テスト雑誌1月号の記事2 試験用会社
137
+ 206 テスト雑誌2月号の記事1 試験用会社
138
+ 207 試験単行本 出版社テスト
139
+ 208 ある出版物 テスト正式名称
140
+ 209 権限確認Admin専用1
141
+ 210 権限確認Admin専用2
142
+ 211 権限確認Librarian以上用1
143
+ 212 権限確認Librarian以上用2
144
+ 213 権限確認User以上用1
145
+ 214 権限確認User以上用2
146
+ 215 権限確認
147
+ 216 権限確認