-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (40 loc) · 1.96 KB
/
index.html
File metadata and controls
51 lines (40 loc) · 1.96 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<title>SHINRA by shinra-dev</title>
</head>
<body>
<header>
<div class="container">
<h1>SHINRA</h1>
<h2>System Hardware Info for R and Analytics</h2>
<section id="downloads">
<a href="https://github.com/shinra-dev" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
</section>
</div>
</header>
<div class="container">
<section id="main_content">
<img src="logo_clearbg.png" height="100px" width="100px" align="right">
<p>
SHINRA is a collection of packages, or meta-package, for R. The
primary purpose for the packages is to help programmers access,
measure, visualize, and understand hardware resources.
</p>
<br>
<ul>
<li><a href="https://github.com/shinra-dev/memuse">memuse</a> is a collection of utilities for managing memory information (as multiples of bytes), and accessing system hardware values, such as the amount of system ram.</li>
<li><a href="https://github.com/shinra-dev/merkhet">merkhet</a> is a package for times. With it you can query system uptimes, process runtimes, and more.</li>
<li><a href="https://github.com/shinra-dev/okcpuid">okcpuid</a> is a simple set of utilities for understanding the current processor.</li>
<li><a href="https://github.com/shinra-dev/stressR">stressR</a> is a suite of tools for stressing system hardware for benchmarking and testing purposes. Methods are available for cpu, memory, and hard drives.</li>
<li><a href="https://github.com/shinra-dev/RTop500">RTop500</a> is a data package containing the well-known Top500 Linpack Benchmark supercomputer data.</li>
</ul>
</section>
</div>
</body>
</html>