-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·85 lines (83 loc) · 5.13 KB
/
index.html
File metadata and controls
executable file
·85 lines (83 loc) · 5.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/html">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Bhntools-r by BHNtools</title>
</head>
<body>
<header>
<h2 style="padding-left:5px;;padding-right:5px;">BHNtools-R<img src="logos/BHNtools-R-Small.png" style="width:55px; height:55px; float:right; display: inline;"></h2>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<aside style='float:right; width:350px;'>
<article style="aling:center;">
<h3 id='idtitle1'>I. What is this?</h3>
<H4 style="color:navy; align:center;">Developing, Trying and Testing R packages.</H4>
<h3 id='idtitle2'>II. Projects</h3>
<h4 id='subidtitle2'>II.1/ StackOverflow scripts</h4>
<span><em> - <strong> <a href="https://github.com/BHNtools/BHNtools-R/blob/master/BHNtools-R-testing/src/ggplot2Sizing.R"> ggplot2Sizing.R </a> : </strong></em>Plotting p-values with ggplot2.</span><br>
<span><em> - <strong> <a href="https://github.com/BHNtools/BHNtools-R/blob/master/BHNtools-R-testing/src/stringToSplit.R"> stringToSplit.R </a> : </strong></em>How to split a string before the delimiter?</span><br>
<span><em> - <strong> <a href="https://github.com/BHNtools/BHNtools-R/blob/master/BHNtools-R-testing/src/convert_pdf_xls.R"> convert-pdf-xls.R </a> : </strong></em>Convert PDF to txt and xls.</span>
<span><em> - <strong> <a href="https://github.com/BHNtools/BHNtools-R/blob/master/BHNtools-R-testing/src/pdf-pages-count.R"> pdf-pages-count.R </a> : </strong></em>Counting pages in pdf file.</span>
<h3 id='idtitle4'>III. Issues and Contributing</h3>
<h4>III.1/ Contribute</h4>
<p>Bug reports, bug fixes, and new features are always welcome.<br>
* Issue Tracker: <a href="https://github.com/BHNtools/BHNtools-R/issues">github</a><br>
* Source Code: <a href="https://github.com/BHNtools/BHNtools-R">github</a></p>
<h4 id='idtitleE'>III.2/ Authors and Maintainers</h4>
<p>Najla BEN HASSINE : <a href="MAILTO:bhndevtools@gmail.com?Subject=DockerBIum">bhndevtools@gmail.com</a></p>
<section style="font:bold;color:green;align:center;font-size:small;">
BHNtools-copyright©2016
</section>
</article>
</aside>
<aside id="sidebar" style="color:blue;float:left;padding-right:1px;">
<p><span>BHNtools-R</span></p>
<a href="https://github.com/BHNtools/BHNtools-R/zipball/master" class="button">
<small>Download</small>
.zip file
</a>
<a href="https://github.com/BHNtools/BHNtools-R/tarball/master" class="button">
<small>Download</small>
.tar.gz file
</a>
<p class="repo-owner"><a href="https://github.com/BHNtools/BHNtools-R"></a><strong>BHNtools-R</strong> is maintained by <a href="https://github.com/BHNtools">BHNtools</a>.</p>
<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> Based on <a href="https://twitter.com/jasonlong"> - Jason Long </a>theme</p>
<br>
<br>
<br>
<aside style='float:left; font:bold; color:navy; align:center; font-size:small; border: 1.5px solid; border-radius:20px; width:200px;'>
<div style='font:bold;width:250px;padding-left:5px; padding-right:5px; margin-left:5px;'>Topics
<br>
<br>
<a href=#idtitle1>I. What is this?</a>
<br>
<a href=#idtitle2>II. Projects</a>
<br>
<a href=#subidtitle2>II.1-Stackoverflow</a>
<br>
<a href=#idtitle4>III. Issues and Contributing</a>
</div>
</aside>
</aside>
<aside style="color:blue;float:left;padding-right:2px;padding-left:2px;">
<img src="logos/Rlogo.png" style="width:30px; height:30px; float:right; display: inline;">
<img src="logos/Rstudiologo.png" style="width:25px; height:25px; float:right; display: inline;">
<img src="logos/Rshinylogo.png" style="width:20px;height:20px;float:right; display: inline;">
</aside>
</section>
</div>
</div>
</body>
</html>