Skip to content

Instantly share code, notes, and snippets.

[{"id":"8f98676f.db7f78","type":"inject","z":"3cbaff.dc42f502","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":200,"y":1060,"wires":[["8643ba63.6791e"]]},{"id":"8643ba63.6791e","type":"mopidy-out","z":"3cbaff.dc42f502","name":"","server":"8c678b79.adbe78","params":"{\"uri\":\"local:directory?type=track\"}","method":"library.browse","x":380,"y":1060,"wires":[["e2ccde90.46d08"]]},{"id":"bacdfd16.ab7be8","type":"debug","z":"3cbaff.dc42f502","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":1170,"y":1060,"wires":[]},{"id":"e2ccde90.46d08","type":"function","z":"3cbaff.dc42f502","name":"extract 20 random","func":"function getRandom(arr, n) {\n var result = new Array(n),\n len = arr.length,\n taken = new Array(len);\n if (n > len)\n throw new RangeError(\"getRandom: more elements taken than available\");\n while (n--) {\n var x = Math.floor(Math.random() * len);\n
lutris -d (16s 849ms)
(lutris:20334): Gtk-WARNING **: 08:59:49.205: Theme parsing error: gtk.css:68:35: The style property GtkButton:child-displacement-x is deprecated and shouldn't be used anymore. It will be removed in a future version
(lutris:20334): Gtk-WARNING **: 08:59:49.205: Theme parsing error: gtk.css:69:35: The style property GtkButton:child-displacement-y is deprecated and shouldn't be used anymore. It will be removed in a future version
(lutris:20334): Gtk-WARNING **: 08:59:49.205: Theme parsing error: gtk.css:73:46: The style property GtkScrolledWindow:scrollbars-within-bevel is deprecated and shouldn't be used anymore. It will be removed in a future version
INFO 2019-11-14 08:59:49,221 [application.do_command_line:225]:Running Lutris 0.5.3
INFO 2019-11-14 08:59:49,221 [startup.check_driver:60]:Using Intel Open Source Technology Center
INFO 2019-11-14 08:59:49,221 [startup.check_driver:65]
lutris -d
(lutris:24848): Gtk-WARNING **: 13:47:55.926: Theme parsing error: gtk.css:68:35: The style property GtkButton:child-displacement-x is deprecated and shouldn't be used anymore. It will be removed in a future version
(lutris:24848): Gtk-WARNING **: 13:47:55.926: Theme parsing error: gtk.css:69:35: The style property GtkButton:child-displacement-y is deprecated and shouldn't be used anymore. It will be removed in a future version
(lutris:24848): Gtk-WARNING **: 13:47:55.926: Theme parsing error: gtk.css:73:46: The style property GtkScrolledWindow:scrollbars-within-bevel is deprecated and shouldn't be used anymore. It will be removed in a future version
INFO 2019-11-13 13:47:55,951 [application.do_command_line:225]:Running Lutris 0.5.3
INFO 2019-11-13 13:47:55,952 [startup.check_driver:60]:Using Intel Open Source Technology Center
INFO 2019-11-13 13:47:55,952 [startup.check_driver:65]:Running Mesa driver 19.0.8 on Mesa DRI Intel(R) UHD Graphics 620 (Kabylake GT2) (0x5917)
<?xml version='1.0' encoding='utf-8'?>
<MixxxControllerPreset schemaVersion="1" mixxxVersion="">
<info/>
<controller id="Traktorino">
<scriptfiles/>
<controls>
<control>
<group>[QuickEffectRack1_[Channel2]]</group>
<key>super1</key>
<description>MIDI Learned from 1391 messages.</description>

Atelier vie privée

Atelier partagé du Breil

Décembre 2018


Catégorie d'activités en ligne

@arthurlutz
arthurlutz / gcode_study.gcode
Created May 15, 2017 08:46
dagoma start gcode study (more comments, to try to understand)
origin : unknown
;Sliced at: {day} {date} {time}
G91 ;relative positioning
G1 Z7 ; move
G90 ;absolute positioning
G28 X ; move to origin
### Keybase proof
I hereby claim:
* I am arthurlutz on github.
* I am arthurlutz (https://keybase.io/arthurlutz) on keybase.
* I have a public key whose fingerprint is D45B EB0C CFC9 DDC2 861E 4416 B07D 76E5 23AA 8D7A
To claim this, I am signing this object:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("hackaday.com") {
.blog .entry-featured-image a {
height: 500px;
background-repeat: no-repeat;
background-size: unset;
background-position: unset;
display: block;
}
@arthurlutz
arthurlutz / mediagoblin.sls
Created November 14, 2014 16:33
mediagoblin installation state
install dependencies:
pkg.installed:
- pkgs:
- git-core
- python
- python-dev
- python-lxml
- python-imaging
- python-virtualenv
@arthurlutz
arthurlutz / mk2mpris.py
Created September 5, 2012 12:59 — forked from sampsyo/mk2mpris.py
forward GNOME media key events to an MPRIS2 player
"""mk2mpris.py: forward GNOME media key events to an MPRIS2 player.
"""
import dbus
from dbus.mainloop.glib import DBusGMainLoop
import gobject
APP_NAME = 'mk2mpris'
DBUS_INTERFACE_MK = 'org.gnome.SettingsDaemon.MediaKeys'
OBJ_PATH_MK = '/org/gnome/SettingsDaemon/MediaKeys'
OBJ_NAME_GSETTINGS = 'org.gnome.SettingsDaemon'