RubMat 2.1.6 → 2.1.8
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +2 -0
- data/Rakefile +2 -2
- data/bin/{rubmat.rb → rubmat} +0 -0
- data/doc/apple-touch-icon.png +0 -0
- data/doc/classes/Fixnum.html +394 -0
- data/doc/classes/Fixnum.src/M000019.html +18 -0
- data/doc/classes/Fixnum.src/M000020.html +18 -0
- data/doc/classes/Fixnum.src/M000021.html +18 -0
- data/doc/classes/Fixnum.src/M000022.html +18 -0
- data/doc/classes/Fixnum.src/M000023.html +18 -0
- data/doc/classes/GetOpt.html +135 -0
- data/doc/classes/Object.html +2636 -0
- data/doc/created.rid +1 -0
- data/doc/css/main.css +278 -0
- data/doc/css/panel.css +383 -0
- data/doc/css/reset.css +53 -0
- data/doc/favicon.ico +0 -0
- data/doc/files/LICENSE.html +74 -0
- data/doc/files/README.html +73 -0
- data/doc/files/README_md.html +73 -0
- data/doc/files/Rakefile.html +116 -0
- data/doc/files/bin/librbdiscrete_rb.html +93 -0
- data/doc/files/lib/fixnumexpand_rb.html +59 -0
- data/doc/files/lib/help_rb.html +52 -0
- data/doc/files/lib/librbdiscrete_rb.html +93 -0
- data/doc/files/lib/librbdiscrete_rb.src/M000001.html +22 -0
- data/doc/files/lib/librbdiscrete_rb.src/M000002.html +29 -0
- data/doc/files/lib/librbdiscrete_rb.src/M000003.html +21 -0
- data/doc/files/lib/librbdiscrete_rb.src/M000004.html +28 -0
- data/doc/files/lib/librbdiscrete_rb.src/M000005.html +22 -0
- data/doc/files/lib/librbdiscrete_rb.src/M000006.html +31 -0
- data/doc/files/lib/librbdiscrete_rb.src/M000007.html +18 -0
- data/doc/files/lib/librbdiscrete_rb.src/M000008.html +22 -0
- data/doc/files/lib/librbdiscrete_rb.src/M000009.html +18 -0
- data/doc/files/lib/librbdiscrete_rb.src/M000010.html +22 -0
- data/doc/files/lib/librbdiscrete_rb.src/M000011.html +28 -0
- data/doc/files/lib/librbdiscrete_rb.src/M000012.html +28 -0
- data/doc/files/lib/librbdiscrete_rb.src/M000013.html +18 -0
- data/doc/files/lib/librbdiscrete_rb.src/M000014.html +18 -0
- data/doc/files/lib/librbdiscrete_rb.src/M000015.html +18 -0
- data/doc/files/lib/librbdiscrete_rb.src/M000016.html +32 -0
- data/doc/files/lib/librbdiscrete_rb.src/M000017.html +22 -0
- data/doc/files/lib/main_rb.html +76 -0
- data/doc/files/lib/statics_yml.html +63 -0
- data/doc/files/nbproject/private/private_xml.html +67 -0
- data/doc/files/nbproject/private/rake-d_txt.html +62 -0
- data/doc/files/nbproject/project_properties.html +60 -0
- data/doc/files/nbproject/project_xml.html +79 -0
- data/doc/files/pkg/RubMat-2_1_5/LICENSE.html +74 -0
- data/doc/files/pkg/RubMat-2_1_5/README.html +73 -0
- data/doc/files/pkg/RubMat-2_1_5/Rakefile.html +116 -0
- data/doc/files/pkg/RubMat-2_1_5/bin/librbdiscrete_rb.html +86 -0
- data/doc/files/pkg/RubMat-2_1_5/lib/fixnumexpand_rb.html +59 -0
- data/doc/files/pkg/RubMat-2_1_5/lib/librbdiscrete_rb.html +86 -0
- data/doc/files/pkg/RubMat-2_1_5/lib/main_rb.html +77 -0
- data/doc/files/pkg/RubMat-2_1_5/lib/statics_yml.html +63 -0
- data/doc/files/test/testprocedure_rb.html +59 -0
- data/doc/files/test/testprocedure_rb.src/M000018.html +18 -0
- data/doc/fr_class_index.html +27 -0
- data/doc/fr_file_index.html +30 -0
- data/doc/fr_method_index.html +49 -0
- data/doc/i/arrows.png +0 -0
- data/doc/i/results_bg.png +0 -0
- data/doc/i/tree_bg.png +0 -0
- data/doc/index.html +14 -0
- data/doc/js/jquery-1.3.2.min.js +19 -0
- data/doc/js/jquery-effect.js +593 -0
- data/doc/js/main.js +22 -0
- data/doc/js/searchdoc.js +628 -0
- data/doc/panel/index.html +71 -0
- data/doc/panel/search_index.js +1 -0
- data/doc/panel/tree.js +1 -0
- data/doc/rdoc-style.css +208 -0
- data/pkg/RubMat-2.1.5.gem +0 -0
- data/pkg/RubMat-2.1.5/LICENSE +17 -0
- data/pkg/RubMat-2.1.5/README +11 -0
- data/pkg/RubMat-2.1.5/Rakefile +42 -0
- data/pkg/RubMat-2.1.5/RubMat.png +0 -0
- data/pkg/RubMat-2.1.5/gplv3.png +0 -0
- data/pkg/RubMat-2.1.5/lib/fixnumexpand.rb +35 -0
- data/pkg/RubMat-2.1.5/lib/librbdiscrete.rb +412 -0
- data/pkg/RubMat-2.1.5/lib/main.rb +13 -0
- data/pkg/RubMat-2.1.5/lib/statics.yml +4 -0
- data/rubmat.gemspec +22 -0
- data/test/testprocedure.rb +8 -0
- metadata +110 -16
@@ -0,0 +1,28 @@
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
+
<!DOCTYPE html
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
+
|
6
|
+
<html>
|
7
|
+
<head>
|
8
|
+
<title>print_row (lib/librbdiscrete.rb)</title>
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
+
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
|
11
|
+
</head>
|
12
|
+
<body class="standalone-code">
|
13
|
+
<pre><span class="ruby-comment cmt"># File lib/librbdiscrete.rb, line 270</span>
|
14
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">print_row</span>(<span class="ruby-identifier">binary</span>, <span class="ruby-identifier">size</span>, <span class="ruby-identifier">low</span>, <span class="ruby-identifier">mid</span>, <span class="ruby-identifier">high</span>)
|
15
|
+
<span class="ruby-keyword kw">for</span> <span class="ruby-identifier">i</span> <span class="ruby-keyword kw">in</span> <span class="ruby-value">0</span><span class="ruby-operator">..</span><span class="ruby-identifier">size</span><span class="ruby-operator">-</span><span class="ruby-value">1</span>
|
16
|
+
<span class="ruby-keyword kw">if</span> (<span class="ruby-identifier">i</span> <span class="ruby-operator"><</span><span class="ruby-identifier">low</span> <span class="ruby-operator">||</span> <span class="ruby-identifier">i</span> <span class="ruby-operator">></span> <span class="ruby-identifier">high</span>)
|
17
|
+
<span class="ruby-identifier">print</span> (<span class="ruby-value str">" "</span>)
|
18
|
+
<span class="ruby-keyword kw">end</span>
|
19
|
+
<span class="ruby-keyword kw">if</span>(<span class="ruby-identifier">i</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">mid</span>)
|
20
|
+
<span class="ruby-identifier">puts</span> <span class="ruby-identifier">binary</span>[<span class="ruby-identifier">i</span>]
|
21
|
+
<span class="ruby-keyword kw">end</span>
|
22
|
+
<span class="ruby-keyword kw">if</span>(<span class="ruby-keyword kw">nil</span>)
|
23
|
+
<span class="ruby-identifier">puts</span> <span class="ruby-identifier">binary</span>[<span class="ruby-identifier">i</span>]
|
24
|
+
<span class="ruby-keyword kw">end</span>
|
25
|
+
<span class="ruby-keyword kw">end</span>
|
26
|
+
<span class="ruby-keyword kw">end</span></pre>
|
27
|
+
</body>
|
28
|
+
</html>
|
@@ -0,0 +1,28 @@
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
+
<!DOCTYPE html
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
+
|
6
|
+
<html>
|
7
|
+
<head>
|
8
|
+
<title>binary_search (lib/librbdiscrete.rb)</title>
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
+
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
|
11
|
+
</head>
|
12
|
+
<body class="standalone-code">
|
13
|
+
<pre><span class="ruby-comment cmt"># File lib/librbdiscrete.rb, line 302</span>
|
14
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">binary_search</span>(<span class="ruby-identifier">binary</span>, <span class="ruby-identifier">size</span>, <span class="ruby-identifier">searchKey</span>, <span class="ruby-identifier">low</span>, <span class="ruby-identifier">middle</span>, <span class="ruby-identifier">high</span>)
|
15
|
+
<span class="ruby-keyword kw">while</span> (<span class="ruby-identifier">low</span> <span class="ruby-operator"><=</span> <span class="ruby-identifier">high</span>)
|
16
|
+
<span class="ruby-identifier">middle</span>=(<span class="ruby-identifier">low</span><span class="ruby-operator">+</span><span class="ruby-identifier">high</span>)<span class="ruby-operator">/</span><span class="ruby-value">2</span>;
|
17
|
+
<span class="ruby-identifier">print_row</span>(<span class="ruby-identifier">binary</span>, <span class="ruby-identifier">size</span>, <span class="ruby-identifier">low</span>, <span class="ruby-identifier">middle</span>, <span class="ruby-identifier">high</span>);
|
18
|
+
<span class="ruby-keyword kw">if</span> (<span class="ruby-identifier">searchKey</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">binary</span>[<span class="ruby-identifier">middle</span>])
|
19
|
+
<span class="ruby-keyword kw">return</span> <span class="ruby-identifier">middle</span>;
|
20
|
+
<span class="ruby-keyword kw">elsif</span> (<span class="ruby-identifier">searchKey</span> <span class="ruby-operator"><=</span> <span class="ruby-identifier">binary</span>[<span class="ruby-identifier">middle</span>])
|
21
|
+
<span class="ruby-identifier">high</span>=<span class="ruby-identifier">middle</span><span class="ruby-operator">-</span><span class="ruby-value">1</span>
|
22
|
+
<span class="ruby-keyword kw">else</span>
|
23
|
+
<span class="ruby-identifier">low</span>=<span class="ruby-identifier">middle</span><span class="ruby-operator">+</span><span class="ruby-value">1</span>
|
24
|
+
<span class="ruby-keyword kw">end</span>
|
25
|
+
<span class="ruby-keyword kw">end</span>
|
26
|
+
<span class="ruby-keyword kw">end</span></pre>
|
27
|
+
</body>
|
28
|
+
</html>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
+
<!DOCTYPE html
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
+
|
6
|
+
<html>
|
7
|
+
<head>
|
8
|
+
<title>birds_eye (lib/librbdiscrete.rb)</title>
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
+
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
|
11
|
+
</head>
|
12
|
+
<body class="standalone-code">
|
13
|
+
<pre><span class="ruby-comment cmt"># File lib/librbdiscrete.rb, line 326</span>
|
14
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">birds_eye</span>(<span class="ruby-identifier">n</span>, <span class="ruby-identifier">k</span>)
|
15
|
+
<span class="ruby-keyword kw">return</span> ((<span class="ruby-identifier">n</span><span class="ruby-operator">-</span><span class="ruby-identifier">k</span>)<span class="ruby-operator">/</span>(<span class="ruby-identifier">k</span><span class="ruby-operator">+</span><span class="ruby-value">1</span>));
|
16
|
+
<span class="ruby-keyword kw">end</span></pre>
|
17
|
+
</body>
|
18
|
+
</html>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
+
<!DOCTYPE html
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
+
|
6
|
+
<html>
|
7
|
+
<head>
|
8
|
+
<title>eagle_view (lib/librbdiscrete.rb)</title>
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
+
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
|
11
|
+
</head>
|
12
|
+
<body class="standalone-code">
|
13
|
+
<pre><span class="ruby-comment cmt"># File lib/librbdiscrete.rb, line 340</span>
|
14
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">eagle_view</span>(<span class="ruby-identifier">m</span>, <span class="ruby-identifier">t</span>)
|
15
|
+
<span class="ruby-keyword kw">return</span> (<span class="ruby-constant">EVALUE</span><span class="ruby-operator">**</span>((<span class="ruby-identifier">t</span><span class="ruby-operator">*</span><span class="ruby-identifier">t</span>)<span class="ruby-operator">/</span><span class="ruby-identifier">m</span>));
|
16
|
+
<span class="ruby-keyword kw">end</span></pre>
|
17
|
+
</body>
|
18
|
+
</html>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
+
<!DOCTYPE html
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
+
|
6
|
+
<html>
|
7
|
+
<head>
|
8
|
+
<title>sum_of_fib (lib/librbdiscrete.rb)</title>
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
+
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
|
11
|
+
</head>
|
12
|
+
<body class="standalone-code">
|
13
|
+
<pre><span class="ruby-comment cmt"># File lib/librbdiscrete.rb, line 356</span>
|
14
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">sum_of_fib</span>(<span class="ruby-identifier">n</span>)
|
15
|
+
<span class="ruby-keyword kw">return</span> <span class="ruby-identifier">fib</span>(<span class="ruby-identifier">n</span><span class="ruby-operator">+</span><span class="ruby-value">2</span>)<span class="ruby-operator">-</span><span class="ruby-value">1</span>;
|
16
|
+
<span class="ruby-keyword kw">end</span></pre>
|
17
|
+
</body>
|
18
|
+
</html>
|
@@ -0,0 +1,32 @@
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
+
<!DOCTYPE html
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
+
|
6
|
+
<html>
|
7
|
+
<head>
|
8
|
+
<title>is_prime (lib/librbdiscrete.rb)</title>
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
+
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
|
11
|
+
</head>
|
12
|
+
<body class="standalone-code">
|
13
|
+
<pre><span class="ruby-comment cmt"># File lib/librbdiscrete.rb, line 376</span>
|
14
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">is_prime</span>(<span class="ruby-identifier">nb</span>)
|
15
|
+
<span class="ruby-identifier">test</span> = <span class="ruby-identifier">count</span> = <span class="ruby-value">0</span>
|
16
|
+
<span class="ruby-keyword kw">if</span> (<span class="ruby-identifier">nb</span> <span class="ruby-operator">!=</span> <span class="ruby-value">1</span>)
|
17
|
+
<span class="ruby-keyword kw">return</span> <span class="ruby-value">-1</span>
|
18
|
+
<span class="ruby-keyword kw">end</span>
|
19
|
+
<span class="ruby-keyword kw">for</span> <span class="ruby-identifier">i</span> <span class="ruby-keyword kw">in</span> <span class="ruby-value">2</span><span class="ruby-operator">..</span><span class="ruby-identifier">nb</span><span class="ruby-operator">-</span><span class="ruby-value">1</span>
|
20
|
+
<span class="ruby-identifier">count</span><span class="ruby-operator">+</span><span class="ruby-operator">+</span>
|
21
|
+
<span class="ruby-keyword kw">if</span> (<span class="ruby-identifier">nb</span> <span class="ruby-operator">%</span> <span class="ruby-identifier">i</span> <span class="ruby-operator">==</span> <span class="ruby-value">0</span>)
|
22
|
+
<span class="ruby-identifier">test</span> = <span class="ruby-value">1</span>
|
23
|
+
<span class="ruby-keyword kw">end</span>
|
24
|
+
<span class="ruby-keyword kw">end</span>
|
25
|
+
<span class="ruby-keyword kw">if</span> (<span class="ruby-operator">!</span><span class="ruby-identifier">test</span>)
|
26
|
+
<span class="ruby-keyword kw">return</span> <span class="ruby-value">1</span>
|
27
|
+
<span class="ruby-keyword kw">elsif</span>
|
28
|
+
<span class="ruby-keyword kw">return</span> <span class="ruby-value">0</span>
|
29
|
+
<span class="ruby-keyword kw">end</span>
|
30
|
+
<span class="ruby-keyword kw">end</span></pre>
|
31
|
+
</body>
|
32
|
+
</html>
|
@@ -0,0 +1,22 @@
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
+
<!DOCTYPE html
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
+
|
6
|
+
<html>
|
7
|
+
<head>
|
8
|
+
<title>fermat_little (lib/librbdiscrete.rb)</title>
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
+
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
|
11
|
+
</head>
|
12
|
+
<body class="standalone-code">
|
13
|
+
<pre><span class="ruby-comment cmt"># File lib/librbdiscrete.rb, line 406</span>
|
14
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">fermat_little</span>(<span class="ruby-identifier">p</span>, <span class="ruby-identifier">a</span>)
|
15
|
+
<span class="ruby-keyword kw">if</span>(<span class="ruby-identifier">p</span><span class="ruby-operator">%</span>(<span class="ruby-identifier">ui_pow</span>(<span class="ruby-identifier">a</span>, (<span class="ruby-identifier">p</span><span class="ruby-operator">-</span><span class="ruby-value">1</span>))<span class="ruby-operator">-</span><span class="ruby-value">1</span>) <span class="ruby-operator">==</span> <span class="ruby-value">0</span>)
|
16
|
+
<span class="ruby-keyword kw">return</span> <span class="ruby-value">0</span>
|
17
|
+
<span class="ruby-keyword kw">elsif</span>
|
18
|
+
<span class="ruby-keyword kw">return</span> <span class="ruby-value">1</span>
|
19
|
+
<span class="ruby-keyword kw">end</span>
|
20
|
+
<span class="ruby-keyword kw">end</span></pre>
|
21
|
+
</body>
|
22
|
+
</html>
|
@@ -0,0 +1,76 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
+
<head>
|
6
|
+
<title>main.rb</title>
|
7
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
8
|
+
<link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
|
9
|
+
<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
|
10
|
+
<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
|
11
|
+
<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
|
12
|
+
<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
|
13
|
+
</head>
|
14
|
+
|
15
|
+
<body>
|
16
|
+
<div class="banner">
|
17
|
+
<h1>
|
18
|
+
main.rb
|
19
|
+
</h1>
|
20
|
+
<ul class="files">
|
21
|
+
<li>lib/main.rb</li>
|
22
|
+
<li>Last modified: Fri Jul 08 20:22:39 +0300 2011</li>
|
23
|
+
</ul>
|
24
|
+
</div>
|
25
|
+
|
26
|
+
<div id="bodyContent">
|
27
|
+
<div id="content">
|
28
|
+
|
29
|
+
<div class="description">
|
30
|
+
<p>
|
31
|
+
AUTHOR: Mahmut Bulut
|
32
|
+
</p>
|
33
|
+
|
34
|
+
</div>
|
35
|
+
|
36
|
+
|
37
|
+
|
38
|
+
<div class="sectiontitle">Required Files</div>
|
39
|
+
<ul>
|
40
|
+
|
41
|
+
<li>rubygems</li>
|
42
|
+
|
43
|
+
<li>yaml</li>
|
44
|
+
|
45
|
+
<li>librbdiscrete.rb</li>
|
46
|
+
|
47
|
+
<li>fixnumexpand.rb</li>
|
48
|
+
|
49
|
+
<li>commander</li>
|
50
|
+
|
51
|
+
<li>help</li>
|
52
|
+
|
53
|
+
</ul>
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
</div>
|
74
|
+
</div>
|
75
|
+
</body>
|
76
|
+
</html>
|
@@ -0,0 +1,63 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
+
<head>
|
6
|
+
<title>statics.yml</title>
|
7
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
8
|
+
<link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
|
9
|
+
<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
|
10
|
+
<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
|
11
|
+
<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
|
12
|
+
<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
|
13
|
+
</head>
|
14
|
+
|
15
|
+
<body>
|
16
|
+
<div class="banner">
|
17
|
+
<h1>
|
18
|
+
statics.yml
|
19
|
+
</h1>
|
20
|
+
<ul class="files">
|
21
|
+
<li>lib/statics.yml</li>
|
22
|
+
<li>Last modified: Fri Jul 01 20:43:09 +0300 2011</li>
|
23
|
+
</ul>
|
24
|
+
</div>
|
25
|
+
|
26
|
+
<div id="bodyContent">
|
27
|
+
<div id="content">
|
28
|
+
|
29
|
+
<div class="description">
|
30
|
+
<p>
|
31
|
+
## AUTHOR : Mahmut Bulut
|
32
|
+
</p>
|
33
|
+
<hr size="1"></hr><p>
|
34
|
+
EVALUE: 2.718281828459045235360287471352662497757247093 PIVALUE:
|
35
|
+
3.141592653589793238462643383279502884197169399
|
36
|
+
</p>
|
37
|
+
|
38
|
+
</div>
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
|
60
|
+
</div>
|
61
|
+
</div>
|
62
|
+
</body>
|
63
|
+
</html>
|
@@ -0,0 +1,67 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
+
<head>
|
6
|
+
<title>private.xml</title>
|
7
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
8
|
+
<link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
|
9
|
+
<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
|
10
|
+
<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
|
11
|
+
<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
|
12
|
+
<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
|
13
|
+
</head>
|
14
|
+
|
15
|
+
<body>
|
16
|
+
<div class="banner">
|
17
|
+
<h1>
|
18
|
+
private.xml
|
19
|
+
</h1>
|
20
|
+
<ul class="files">
|
21
|
+
<li>nbproject/private/private.xml</li>
|
22
|
+
<li>Last modified: Fri Jul 08 20:50:05 +0300 2011</li>
|
23
|
+
</ul>
|
24
|
+
</div>
|
25
|
+
|
26
|
+
<div id="bodyContent">
|
27
|
+
<div id="content">
|
28
|
+
|
29
|
+
<div class="description">
|
30
|
+
<p>
|
31
|
+
<?xml version=“1.0“ encoding=“UTF-8”?>
|
32
|
+
<project-private xmlns=“<a
|
33
|
+
href="http://www.netbeans.org/ns/project-private/1">www.netbeans.org/ns/project-private/1</a>“>
|
34
|
+
</p>
|
35
|
+
<pre>
|
36
|
+
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1"/>
|
37
|
+
</pre>
|
38
|
+
<p>
|
39
|
+
</project-private>
|
40
|
+
</p>
|
41
|
+
|
42
|
+
</div>
|
43
|
+
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
|
64
|
+
</div>
|
65
|
+
</div>
|
66
|
+
</body>
|
67
|
+
</html>
|
@@ -0,0 +1,62 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
+
<head>
|
6
|
+
<title>rake-d.txt</title>
|
7
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
8
|
+
<link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
|
9
|
+
<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
|
10
|
+
<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
|
11
|
+
<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
|
12
|
+
<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
|
13
|
+
</head>
|
14
|
+
|
15
|
+
<body>
|
16
|
+
<div class="banner">
|
17
|
+
<h1>
|
18
|
+
rake-d.txt
|
19
|
+
</h1>
|
20
|
+
<ul class="files">
|
21
|
+
<li>nbproject/private/rake-d.txt</li>
|
22
|
+
<li>Last modified: Fri Jul 08 20:44:54 +0300 2011</li>
|
23
|
+
</ul>
|
24
|
+
</div>
|
25
|
+
|
26
|
+
<div id="bodyContent">
|
27
|
+
<div id="content">
|
28
|
+
|
29
|
+
<div class="description">
|
30
|
+
<p>
|
31
|
+
clean= clobber= clobber_package= clobber_rdoc= doc= doc/rdoc=
|
32
|
+
doc/rdoc/index.html= gem= package= pkg= pkg/RubMat-2.1.5=
|
33
|
+
pkg/RubMat-2.1.5.gem= pkg/RubMat-2.1.5.tgz= pkg/RubMat-2.1.5.zip= rdoc=
|
34
|
+
repackage= rerdoc= test=
|
35
|
+
</p>
|
36
|
+
|
37
|
+
</div>
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
</div>
|
60
|
+
</div>
|
61
|
+
</body>
|
62
|
+
</html>
|