Skip to content

Instantly share code, notes, and snippets.

View p3r7's full-sized avatar
🦖

Jordan Besly p3r7

🦖
View GitHub Profile
@p3r7
p3r7 / seamstress.lua
Last active December 29, 2023 10:40
seamstress init w/ engine support
--- startup file
-- @script seamstress
--[[
seamstress is inspired by monome's norns.
first commit by @ryleelyman April 30, 2023
]]
grid = require("core/grid")
arc = require("core/arc")
#!/usr/bin/env python3
## ------------------------------------------------------------------------
## imports
import re
import json
from pprint import pprint
import requests
#!/usr/bin/env python3
## ------------------------------------------------------------------------
## imports
import re
import json
from pprint import pprint
import requests
{
"lamination": {
"types": [
"synths",
"sequencers"
],
"description": "substitution sequencer",
"features": [
"crow"
],
#!/usr/bin/env python3
## ------------------------------------------------------------------------
## imports
import re
from pprint import pprint
import requests
@p3r7
p3r7 / .gitignore
Last active December 15, 2021 23:09 — forked from samdoshi/.gitignore
Running SuperCollider/Jack2 inside Docker with ALSA pass-through
/jackdrc
@p3r7
p3r7 / 6_input.lua
Created November 15, 2020 18:54
norns tutorial input with clock
--
-- ////\\\\
-- ////\\\\ TUTORIAL
-- ////\\\\ PART 6
-- \\\\////
-- \\\\//// INPUT
-- \\\\////
--
engine.name = 'InputTutorial'
@p3r7
p3r7 / centreonSyncLdapGroups.php
Created August 16, 2017 09:24
centreonSyncLdapGroups.php
<?php
/*
* Script to force the declaration of all LDAP contact groups after they got lost.
* This houdl be placed in the /usr/share/centreon/cron/ directory and executed manually.
*/
// -------------------------------------------------------------------------
// REQUIRES
@p3r7
p3r7 / gist:a866c6b6d5266f23f8226935ae41aa7d
Last active October 20, 2016 13:28
kafka-influxd_echo_encoder_test.log
root@contrib-jessie:~# kafka_influxdb -c /root/kafka-influxdb.yaml -vvv
kafka_influxdb -c /root/kafka-influxdb.yaml -vvv
Reading config file /root/kafka-influxdb.yaml
INFO:root:Connecting to InfluxDB at influxdb:8086
INFO:root:Connecting to InfluxDB at influxdb:8086 (SSL: False, UDP: False)
INFO:root:Creating database metrics if not exists
INFO:root:Creating InfluxDB database if not exists: metrics
INFO:urllib3.connectionpool:Starting new HTTP connection (1): influxdb
INFO:urllib3.connectionpool:Starting new HTTP connection (2): influxdb
INFO:urllib3.connectionpool:Starting new HTTP connection (3): influxdb