This file contains hidden or 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
(defun kicad-update-attr () | |
(interactive) | |
(let ((fps)) | |
(while (search-forward "(module ") | |
(beginning-of-line) | |
(let* ((start (point)) | |
(mod (read (current-buffer))) | |
(fp (nth 1 mod))) | |
(unless (assoc 'attr mod) | |
(when (or (member fp fps) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
// ==UserScript== | |
// @run-at document-start | |
// @id Ebay URL Cleaner | |
// @name Ebay URL Cleaner | |
// @namespace | |
// @description Clean ebay item URL | |
// @include http://www.ebay.tld/itm/* | |
// @include https://www.ebay.tld/itm/* | |
// @version 1.1 | |
// ==/UserScript== |
This file contains hidden or 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
; generated by Slic3r Prusa Edition 1.40.1 on 2018-07-14 at 18:43:26 | |
; | |
; external perimeters extrusion width = 0.45mm | |
; perimeters extrusion width = 0.45mm | |
; infill extrusion width = 0.45mm | |
; solid infill extrusion width = 0.45mm | |
; top infill extrusion width = 0.40mm | |
; first layer extrusion width = 0.50mm |
This file contains hidden or 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
Recv: // probe at 0.006,0.007 is z=0.042637 | |
[...] | |
Recv: // probe at 0.003,76.004 is z=0.034822 | |
Recv: // probe at -62.353,36.001 is z=0.008938 | |
Recv: // probe at -58.892,-34.005 is z=0.003322 | |
Recv: // probe at -0.003,-55.994 is z=0.009696 | |
Recv: // probe at 51.958,-30.002 is z=0.061226 | |
Recv: // probe at 55.423,31.999 is z=0.002167 | |
Recv: // stepper_a: position_endstop: 296.070632 angle: 209.891651 | |
Recv: // stepper_b: position_endstop: 297.606729 angle: 329.807606 |
This file contains hidden or 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
7111001000d4e6c88a | |
510a0000430018 | |
031e1d | |
031e1d | |
031e1d | |
031e1d | |
031e1d | |
031e1d | |
031e1d | |
031e1d |
This file contains hidden or 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
Version 4 | |
SHEET 1 968 680 | |
WIRE 80 -32 -112 -32 | |
WIRE 224 -32 80 -32 | |
WIRE 384 -32 224 -32 | |
WIRE 224 16 224 -32 | |
WIRE -112 32 -112 -32 | |
WIRE 384 32 384 -32 | |
WIRE 80 80 80 -32 | |
WIRE 224 112 224 96 |
This file contains hidden or 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
Head: master adapter: Fix initializing GATT server for BR/EDR only controllers | |
Merge: origin/master adapter: Fix initializing GATT server for BR/EDR only controllers | |
Tag: 5.48 (81) | |
Unstaged changes (1) | |
modified profiles/input/hog-lib.c | |
@@ -1609,10 +1609,10 @@ bool bt_hog_attach(struct bt_hog *hog, void *gatt) | |
for (l = hog->reports; l; l = l->next) { | |
struct report *r = l->data; | |
This file contains hidden or 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
Feb 18 19:16:39 ernest bluetoothd[25056]: src/adapter.c:property_set_mode() sending Set Powered command for index 0 | |
Feb 18 19:16:39 ernest bluetoothd[25056]: src/adapter.c:dev_class_changed_callback() Class: 0x00010c | |
Feb 18 19:16:39 ernest bluetoothd[25056]: src/adapter.c:property_set_mode_complete() Success (0x00) | |
Feb 18 19:16:39 ernest bluetoothd[25056]: src/adapter.c:new_settings_callback() Settings: 0x00000ad1 | |
Feb 18 19:16:39 ernest bluetoothd[25056]: src/adapter.c:settings_changed() Changed settings: 0x00000001 | |
Feb 18 19:16:39 ernest bluetoothd[25056]: src/adapter.c:adapter_start() adapter /org/bluez/hci0 has been enabled | |
Feb 18 19:16:39 ernest bluetoothd[25056]: src/adapter.c:trigger_passive_scanning() | |
Feb 18 19:16:39 ernest bluetoothd[25056]: src/adapter.c:connected_callback() hci0 device E1:F3:0C:D9:CD:85 connected eir_len 0 | |
Feb 18 19:16:39 ernest bluetoothd[25056]: src/gatt-database.c:connect_cb() New incoming LE ATT connection | |
Feb 18 19:16:39 ernest bluetoothd[25056]: src/device.c:device_attach_att( |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.