Skip to content

Instantly share code, notes, and snippets.

View p3r7's full-sized avatar
🦖

Jordan Besly p3r7

🦖
View GitHub Profile
@p3r7
p3r7 / brew install wine issue 32bit 10.6.8
Last active August 29, 2015 14:18
brew install wine issue 32bit 10.6.8
$ brew install wine
==> Installing dependencies for wine: openssl, sane-backends
==> Installing wine dependency: openssl
==> Downloading https://www.openssl.org/source/openssl-1.0.2a.tar.gz
Already downloaded: /Library/Caches/Homebrew/openssl-1.0.2a-1.tar.gz
==> make clean
==> perl ./Configure --prefix=/usr/local/Cellar/openssl/1.0.2a-1 --openssldir=/usr/local/etc/openss
==> make depend
==> make
==> make test
@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
@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 / 6_input.lua
Created November 15, 2020 18:54
norns tutorial input with clock
--
-- ////\\\\
-- ////\\\\ TUTORIAL
-- ////\\\\ PART 6
-- \\\\////
-- \\\\//// INPUT
-- \\\\////
--
engine.name = 'InputTutorial'
@p3r7
p3r7 / .gitignore
Last active December 15, 2021 23:09 — forked from samdoshi/.gitignore
Running SuperCollider/Jack2 inside Docker with ALSA pass-through
/jackdrc
#!/usr/bin/env python3
## ------------------------------------------------------------------------
## imports
import re
from pprint import pprint
import requests
{
"lamination": {
"types": [
"synths",
"sequencers"
],
"description": "substitution sequencer",
"features": [
"crow"
],
#!/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