Skip to content

Instantly share code, notes, and snippets.

View FallingSnow's full-sized avatar

Ayrton Sparling FallingSnow

View GitHub Profile
@FallingSnow
FallingSnow / gist:a438ca3e623fc36bdb1150a96f286382
Created April 18, 2024 02:12
Logitech Report descriptors
0x05, 0x01, // Usage Page (Generic Desktop Ctrls)
0x09, 0x02, // Usage (Mouse)
0xA1, 0x01, // Collection (Application)
0x85, 0x02, // Report ID (2)
0x09, 0x01, // Usage (Pointer)
0xA1, 0x00, // Collection (Physical)
0x05, 0x09, // Usage Page (Button)
0x19, 0x01, // Usage Minimum (0x01)
0x29, 0x10, // Usage Maximum (0x10)
0x15, 0x00, // Logical Minimum (0)
@FallingSnow
FallingSnow / docker-compose.yml
Created August 26, 2023 12:31
netmaker public port
version: "3.4"
services:
netmaker:
container_name: netmaker
image: gravitl/netmaker:$SERVER_IMAGE_TAG
env_file: ./netmaker.env
restart: always
volumes:
@FallingSnow
FallingSnow / config.log
Created February 10, 2021 15:34
Fail to compile mlnx-ofa_kernel-4.9-OFED.4.9.2.2.4.1.src
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by compat_mlnx configure 2.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --with-linux-obj=/lib/modules/5.10.14-arch1-1/build --with-linux=/lib/modules/5.10.14-arch1-1/build --with-njobs=1
## --------- ##
## Platform. ##
@FallingSnow
FallingSnow / style.less
Last active May 23, 2017 16:51
http://imgur.com/a/HF5e5 An atom tree view with guide lines.
.tree-view {
.list-tree.has-collapsable-children .list-nested-item > .list-tree > li, .list-tree.has-collapsable-children .list-nested-item > .list-group > li {
padding-left: 24px;
}
.list-tree.has-collapsable-children .list-nested-item > .list-item::before {
margin-right: 5px;
}
.icon::before {
margin-right: 5px;
}