-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
149 lines (148 loc) · 5.48 KB
/
index.html
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<html>
<head>
<link rel="stylesheet" href="bootstrap.min.css"
integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2"
crossorigin="anonymous">
<link rel="stylesheet" href="cyborg.css">
<link rel="stylesheet" href="bithatch.css">
<link rel="stylesheet"
href="font-awesome-4.7.0/css/font-awesome.min.css">
<title>Bithatch - Open Source Apps and Libraries</title>
</head>
<body>
<img align="left" class="bithatch-logo" src="bithatch-reverse-256.png" />
<div class="float-right">
<a href="https://github.com/bithatch"><i
class="fa fa-github fa-5x"></i></a>
</div>
<h1>Bithatch</h1>
<p>A collection of open source libraries and applications.</p>
<h3 class="snake-title">Snake</h3>
<div class="container-fluid">
<div class="row">
<div class="col-md-2">
<img src="snake-logo.png" />
</div>
<div class="col-md-7">
<p>A stylised tool for configuring and controlling Razer devices
on Linux. Snake is easily installable, self updating and covers all
the features currently available via the OpenRazer drivers.</p>
<a class="mr-1" href="snake.html">More info</a> <a class="mr-1"
href="https://github.com/bithatch/snake"><i
class="fa fa-github"></i></a>
<h4>Downloads</h4>
<ul>
<li><a class="text-muted"
href="javascript:alert('Not quite ready yet! Try a snapshot');">Installer
- Stable</a></li>
<li><a
href="https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-204/snake-installer-amd64.sh">Installer
- Snapshot</a></li>
<li><a href="snake.html#downloads">Other Downloads</a></li>
</ul>
</div>
<div class="col-md-3">
<img style="width: 192px;" src="snake-ui.png" />
</div>
</div>
</div>
<hr />
<h3 class="snake-title">SnakeLib</h3>
<div class="clearfix">
<p>The Java library Snake is based on, it provides a Java friendly
interface to Razer devices, currently via the OpenRazer DBUS Daemon.
</p>
<p>The library is in Maven central, so to add to your project, just add
the following dependency (adjust according to your build system).</p>
<a href="snake-lib.html">More info</a> <a
href="https://github.com/bithatch/snake"><i class="fa fa-github"></i></a>
</div>
<hr />
<h3>LinuxIO4J</h3>
<div class="container-fluid">
<div class="row">
<div class="col-md-2">
<img style="width: 160px;" src="testcard.png" />
</div>
<div class="col-md-5">
<p>A small library to access the Linux framebuffer, UInput
and Evdev subsystems from Java.</p>
<p>The library is in Maven central, so to add to your project, just add
the following dependency (adjust according to your build system).</p>
<a href="https://github.com/bithatch/linuxio4j"><i
class="fa fa-github"></i>More Information</a>
</div>
<div class="col-md-5">
<pre style="float:right;"><code><dependency>
<groupId>uk.co.bithatch</groupId>
<artifactId>linuxio4j</artifactId>
<version>2.0</version>
<dependency></code></pre>
<pre style="float:right;"><code><dependency>
<groupId>uk.co.bithatch</groupId>
<artifactId>linuxio4j</artifactId>
<version>2.1-SNAPSHOT</version>
<dependency></code></pre>
</div>
</div>
</div>
<h3>JImpulse</h3>
<div class="container-fluid">
<div class="row">
<div class="col-md-2">
<img style="width: 160px;" src="spectrum.png" />
</div>
<div class="col-md-5">
<p>A Java port of <a href="">Impulse</a> by Ian Halpern, a tiny library
for Linux and Pulse Audio that lets you build simple spectrum analsyers
and other visualisations of audio data. This is used by Snake to provide
audio triggered LED effects, but may have other uses.</p>
<p>The library is in Maven central, so to add to your project, just add
the following dependency (adjust according to your build system).</p>
<a href="https://github.com/bithatch/jimpulse"><i
class="fa fa-github"></i>More Information</a>
</div>
<div class="col-md-5">
<pre style="float:right;"><code><dependency>
<groupId>uk.co.bithatch</groupId>
<artifactId>jimpulse</artifactId>
<version>1.0</version>
<dependency></code></pre>
<pre style="float:right;"><code><dependency>
<groupId>uk.co.bithatch</groupId>
<artifactId>jimpulse</artifactId>
<version>1.1-SNAPSHOT</version>
<dependency></code></pre>
</div>
</div>
</div>
<h3>JDraw</h3>
<div class="container-fluid">
<div class="row">
<div class="col-md-2">
<img style="width: 160px;" src="draw.png" />
</div>
<div class="col-md-5">
<p>A <strong>very</strong> basic toolkit agnostic Java drawing API. Used by Snake for
some LED special effects, but may have other uses.</p>
<p>The library is in Maven central, so to add to your project, just add
the following dependency (adjust according to your build system).</p>
<a href="https://github.com/bithatch/jdraw"><i
class="fa fa-github"></i>More Information</a>
</div>
<div class="col-md-5">
<pre style="float:right;"><code><dependency>
<groupId>uk.co.bithatch</groupId>
<artifactId>jdraw</artifactId>
<version>1.0</version>
<dependency></code></pre>
<pre style="float:right;"><code><dependency>
<groupId>uk.co.bithatch</groupId>
<artifactId>jdraw</artifactId>
<version>1.1-SNAPSHOT</version>
<dependency></code></pre>
</div>
</div>
</div>
</body>
</html>