blob: a0cfccdd85a2e7200b28029c4c17ed7281bcb51e (
plain)
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Krebs</title>
</head>
<body style="background-color: black; color: red">
<marquee direction="right" scrollamount="10" scrolldelay="2">
<pre style="line-height: 5px;">
x x x x
xx x xx xx xx x
xx x xx xx xx x
xxx x x xxx
xxx xxxxx xxx
x xxxxxxx x
xxxxxxxxxxxxx
xxxxxxx
xxxxxxxxxxx
x xxx x
x x x x x x
x x x x x x
x xx x x xx x
</pre>
</marquee>
<h2>Krebs Projects</h2>
<h3>krops</h3>krops - <b>kr</b>ebs <b>ops</b> is the new shit in continuous deployment.
It does not smell. It is fresh. Go for it.
<ul>
<li>Palos article on krops.</li>
</ul>
<h3>Nixos Generators</h3>Generate your NixOS configuration files with one nix file - how cool is that?
<ul>
<li>Example file for installing on NixOS on a Laptop.</li>
</ul>
<h3>Nix-Writer</h3>Lambda on steroids. Use your favourite programming language in the nix language
(hm ok, except maybe VBScript).
<ul>
<li>One file that generates code with the help of Haskell, Python and C/++.</li>
</ul>
<h3>Stockholm</h3>Your computer as hostage, but he likes it!
Checkout our Stockholm repository.
<!--<p><a href="krops.html" title="krops">krops - <b>kr</b>ebs <b>ops</b></a></p>-->
<!--<p><a href="nix-generators.html" title="Nix Writer">Nixos Generators</a></p>-->
<!--<p><a href="nix-writer.html" title="Nix Writer">Nix-Writer</a></p>-->
<!--<p><a href="stockholm.html" title="Stockholm">Stockholm</a></p>-->
</body>
</html>
|