hakto 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) hide show
  1. data/LICENSE +7 -0
  2. data/README.md +91 -0
  3. data/README_jp.md +92 -0
  4. data/Rakefile +18 -0
  5. data/doc/Hakto/SafeSDBM.html +318 -0
  6. data/doc/Hakto.html +139 -0
  7. data/doc/Object.html +143 -0
  8. data/doc/Rakefile.html +96 -0
  9. data/doc/SafeSDBMTest.html +591 -0
  10. data/doc/created.rid +4 -0
  11. data/doc/images/add.png +0 -0
  12. data/doc/images/brick.png +0 -0
  13. data/doc/images/brick_link.png +0 -0
  14. data/doc/images/bug.png +0 -0
  15. data/doc/images/bullet_black.png +0 -0
  16. data/doc/images/bullet_toggle_minus.png +0 -0
  17. data/doc/images/bullet_toggle_plus.png +0 -0
  18. data/doc/images/date.png +0 -0
  19. data/doc/images/delete.png +0 -0
  20. data/doc/images/find.png +0 -0
  21. data/doc/images/loadingAnimation.gif +0 -0
  22. data/doc/images/macFFBgHack.png +0 -0
  23. data/doc/images/package.png +0 -0
  24. data/doc/images/page_green.png +0 -0
  25. data/doc/images/page_white_text.png +0 -0
  26. data/doc/images/page_white_width.png +0 -0
  27. data/doc/images/plugin.png +0 -0
  28. data/doc/images/ruby.png +0 -0
  29. data/doc/images/tag_blue.png +0 -0
  30. data/doc/images/tag_green.png +0 -0
  31. data/doc/images/transparent.png +0 -0
  32. data/doc/images/wrench.png +0 -0
  33. data/doc/images/wrench_orange.png +0 -0
  34. data/doc/images/zoom.png +0 -0
  35. data/doc/index.html +84 -0
  36. data/doc/js/darkfish.js +153 -0
  37. data/doc/js/jquery.js +18 -0
  38. data/doc/js/navigation.js +142 -0
  39. data/doc/js/search.js +94 -0
  40. data/doc/js/search_index.js +1 -0
  41. data/doc/js/searcher.js +228 -0
  42. data/doc/rdoc.css +543 -0
  43. data/doc/table_of_contents.html +96 -0
  44. data/lib/hakto/safe_sdbm.rb +75 -0
  45. data/test/tb_safe_sdbm.rb +94 -0
  46. data/test/test.sdb.dir +0 -0
  47. data/test/test.sdb.pag +0 -0
  48. metadata +113 -0
data/doc/Object.html ADDED
@@ -0,0 +1,143 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
+
7
+ <title>class Object - RDoc Documentation</title>
8
+
9
+ <link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
10
+
11
+ <script type="text/javascript">
12
+ var rdoc_rel_prefix = "./";
13
+ </script>
14
+
15
+ <script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
16
+ <script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
17
+ <script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
18
+ <script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
19
+ <script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
20
+ <script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
21
+
22
+
23
+ <body id="top" class="class">
24
+ <nav id="metadata">
25
+ <nav id="home-section" class="section">
26
+ <h3 class="section-header">
27
+ <a href="./index.html">Home</a>
28
+ <a href="./table_of_contents.html#classes">Classes</a>
29
+ <a href="./table_of_contents.html#methods">Methods</a>
30
+ </h3>
31
+ </nav>
32
+
33
+
34
+ <nav id="search-section" class="section project-section" class="initially-hidden">
35
+ <form action="#" method="get" accept-charset="utf-8">
36
+ <h3 class="section-header">
37
+ <input type="text" name="search" placeholder="Search" id="search-field"
38
+ title="Type to search, Up and Down to navigate, Enter to load">
39
+ </h3>
40
+ </form>
41
+
42
+ <ul id="search-results" class="initially-hidden"></ul>
43
+ </nav>
44
+
45
+
46
+ <div id="file-metadata">
47
+ <nav id="file-list-section" class="section">
48
+ <h3 class="section-header">Defined In</h3>
49
+ <ul>
50
+ <li>test/tb_safe_sdbm.rb
51
+ </ul>
52
+ </nav>
53
+
54
+
55
+ </div>
56
+
57
+ <div id="class-metadata">
58
+
59
+ <nav id="parent-class-section" class="section">
60
+ <h3 class="section-header">Parent</h3>
61
+
62
+ <p class="link">BasicObject
63
+
64
+ </nav>
65
+
66
+ <!-- Included Modules -->
67
+ <nav id="includes-section" class="section">
68
+ <h3 class="section-header">Included Modules</h3>
69
+
70
+ <ul class="link-list">
71
+
72
+
73
+ <li><a class="include" href="Hakto.html">Hakto</a>
74
+
75
+
76
+ </ul>
77
+ </nav>
78
+
79
+
80
+ </div>
81
+
82
+ <div id="project-metadata">
83
+ <nav id="fileindex-section" class="section project-section">
84
+ <h3 class="section-header">Pages</h3>
85
+
86
+ <ul>
87
+
88
+ <li class="file"><a href="./Rakefile.html">Rakefile</a>
89
+
90
+ </ul>
91
+ </nav>
92
+
93
+ <nav id="classindex-section" class="section project-section">
94
+ <h3 class="section-header">Class and Module Index</h3>
95
+
96
+ <ul class="link-list">
97
+
98
+ <li><a href="./Hakto.html">Hakto</a>
99
+
100
+ <li><a href="./Hakto/SafeSDBM.html">Hakto::SafeSDBM</a>
101
+
102
+ <li><a href="./Object.html">Object</a>
103
+
104
+ <li><a href="./SafeSDBMTest.html">SafeSDBMTest</a>
105
+
106
+ </ul>
107
+ </nav>
108
+
109
+ </div>
110
+ </nav>
111
+
112
+ <div id="documentation">
113
+ <h1 class="class">class Object</h1>
114
+
115
+ <div id="description" class="description">
116
+
117
+ </div><!-- description -->
118
+
119
+
120
+
121
+
122
+ <section id="5Buntitled-5D" class="documentation-section">
123
+
124
+
125
+
126
+
127
+
128
+
129
+
130
+
131
+ <!-- Methods -->
132
+
133
+ </section><!-- 5Buntitled-5D -->
134
+
135
+ </div><!-- documentation -->
136
+
137
+
138
+ <footer id="validator-badges">
139
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
140
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
141
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
142
+ </footer>
143
+
data/doc/Rakefile.html ADDED
@@ -0,0 +1,96 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
+
7
+ <title>Rakefile - RDoc Documentation</title>
8
+
9
+ <link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
10
+
11
+ <script type="text/javascript">
12
+ var rdoc_rel_prefix = "./";
13
+ </script>
14
+
15
+ <script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
16
+ <script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
17
+ <script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
18
+ <script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
19
+ <script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
20
+ <script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
21
+
22
+
23
+ <body class="file">
24
+ <nav id="metadata">
25
+ <nav id="home-section" class="section">
26
+ <h3 class="section-header">
27
+ <a href="./index.html">Home</a>
28
+ <a href="./table_of_contents.html#classes">Classes</a>
29
+ <a href="./table_of_contents.html#methods">Methods</a>
30
+ </h3>
31
+ </nav>
32
+
33
+
34
+ <nav id="search-section" class="section project-section" class="initially-hidden">
35
+ <form action="#" method="get" accept-charset="utf-8">
36
+ <h3 class="section-header">
37
+ <input type="text" name="search" placeholder="Search" id="search-field"
38
+ title="Type to search, Up and Down to navigate, Enter to load">
39
+ </h3>
40
+ </form>
41
+
42
+ <ul id="search-results" class="initially-hidden"></ul>
43
+ </nav>
44
+
45
+
46
+ <div id="project-metadata">
47
+ <nav id="fileindex-section" class="section project-section">
48
+ <h3 class="section-header">Pages</h3>
49
+
50
+ <ul>
51
+
52
+ <li class="file"><a href="./Rakefile.html">Rakefile</a>
53
+
54
+ </ul>
55
+ </nav>
56
+
57
+ <nav id="classindex-section" class="section project-section">
58
+ <h3 class="section-header">Class and Module Index</h3>
59
+
60
+ <ul class="link-list">
61
+
62
+ <li><a href="./Hakto.html">Hakto</a>
63
+
64
+ <li><a href="./Hakto/SafeSDBM.html">Hakto::SafeSDBM</a>
65
+
66
+ <li><a href="./Object.html">Object</a>
67
+
68
+ <li><a href="./SafeSDBMTest.html">SafeSDBMTest</a>
69
+
70
+ </ul>
71
+ </nav>
72
+
73
+ </div>
74
+ </nav>
75
+
76
+ <div id="documentation" class="description">
77
+
78
+ <p>require “rake/gempackagetask”</p>
79
+
80
+ <p>spec = Gem::Specification.new do |s|</p>
81
+
82
+ <pre>s.name = &quot;hakto&quot;
83
+ s.summary = &quot;&quot;</pre>
84
+
85
+ <p>end</p>
86
+
87
+ </div>
88
+
89
+
90
+
91
+ <footer id="validator-badges">
92
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
93
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
94
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
95
+ </footer>
96
+