play 60
play :c
sleep 1
play :e
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
backgroundController: | |
rbac: | |
clusterRole: | |
extraResources: | |
- apiGroups: | |
- apps | |
resources: | |
- statefulsets | |
verbs: | |
- get |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ lib, config, pkgs, ... }: | |
with lib; | |
let | |
cfg = config.services.mautrix-whatsapp; | |
dataDir = "/var/lib/mautrix-whatsapp"; | |
format = pkgs.formats.json { }; | |
registrationFile = "${dataDir}/whatsapp-registration.yaml"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ lib, config, pkgs, ... }: | |
with lib; | |
let | |
cfg = config.mine.lxc; | |
format = pkgs.formats.json { }; | |
preseedFile = format.generate "preseed.yaml" cfg.preseed; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ lib, config, pkgs, ... }: | |
with lib; | |
let | |
veth = "veth-vpn"; | |
hostIp = "10.0.0.1/24"; | |
guestIp = "10.0.0.2/24"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ config, pkgs, lib, ... }: | |
let | |
interfaces = { | |
wan = "enp1s0"; | |
lan = "enp2s0"; | |
}; | |
in { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use_bpm 90 | |
live_loop :kick do | |
sample :bd_haus | |
sleep 0.5 | |
end | |
live_loop :snare do | |
sleep 0.5 | |
sample :sn_dolf | |
sleep 0.5 | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
live_loop :casper do | |
use_synth :piano | |
2.times do | |
sleep 0.5 | |
play :a | |
sleep 0.2 | |
play :b | |
sleep 0.2 | |
play :a | |
sleep 0.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ pkgs, nodejs, stdenv }: | |
let | |
nodePackages = import ./composition.nix { | |
inherit pkgs nodejs; | |
inherit (stdenv.hostPlatform) system; | |
}; | |
in | |
nodePackages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Language | LOC | |
---|---|---|
c | 3181 | |
python | 1156 | |
ruby | 1067 | |
elm | 6701 | |
js | 1629 | |
java | 3052 | |
haskell | 3182 | |
racket | 1221 | |
perl | 2097 |
NewerOlder