Skip to content

Instantly share code, notes, and snippets.

@spacepluk
spacepluk / gnowesome.dconf
Last active April 6, 2024 03:02
awesome-ish key bindings for gnome-shell
[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0]
binding='<Super>Return'
command='urxvtc'
name='Open Terminal'
[org/gnome/desktop/wm/preferences]
action-middle-click-titlebar='none'
mouse-button-modifier='<Super>'
num-workspaces=9
DEBUG: cli.knack.cli: Command arguments: ['aks', 'addon', 'list-available', '--debug']
DEBUG: cli.knack.cli: __init__ debug log:
Cannot enable color.
DEBUG: cli.knack.cli: Event: Cli.PreExecute []
DEBUG: cli.knack.cli: Event: CommandParser.OnGlobalArgumentsCreate [<function CLILogging.on_global_arguments at 0x10c595990>, <function OutputProducer.on_global_arguments at 0x10c5ec820>, <function CLIQuery.on_global_arguments at 0x10c605c60>]
DEBUG: cli.knack.cli: Event: CommandInvoker.OnPreCommandTableCreate []
DEBUG: cli.azure.cli.core: Modules found from index for 'aks': ['azext_aks_preview', 'azure.cli.command_modules.acs']
DEBUG: cli.azure.cli.core: Loading command modules:
DEBUG: cli.azure.cli.core: Name Load Time Groups Commands
DEBUG: cli.azure.cli.core: acs 0.074 8 56
From 2e7bb8e6f5ff6dd1b4815d6ee3e02c68e044078f Mon Sep 17 00:00:00 2001
From: Oscar Morante <oscar@mooistudios.com>
Date: Tue, 5 Oct 2021 13:02:58 +0200
Subject: [PATCH] add option to ignore sound durations to MMFeedbackSound
---
.../MMFeedbacksForThirdParty/MMTools/MMFeedbackSound.cs | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Assets/Feel/MMFeedbacks/MMFeedbacksForThirdParty/MMTools/MMFeedbackSound.cs b/Assets/Feel/MMFeedbacks/MMFeedbacksForThirdParty/MMTools/MMFeedbackSound.cs
/*
* Intel ACPI Component Architecture
* AML/ASL+ Disassembler version 20191018 (64-bit version)
* Copyright (c) 2000 - 2019 Intel Corporation
*
* Disassembling to non-symbolic legacy ASL operators
*
* Disassembly of SSDT-6-OptTabl.aml, Fri Jan 17 10:40:26 2020
*
* Original Table Header:
@spacepluk
spacepluk / gist:942e903051f16eabfc9652cd8f85ec15
Created January 15, 2020 09:13
reason-compact-black-screen.log
default 10:10:54.823622 +0100 Reason Mobile Retrieving resting unlock: 0
default 10:10:55.625277 +0100 Reason Mobile [Crashlytics] Version 3.12.0 (136)
default 10:10:55.705565 +0100 Reason Mobile Task <0A2FF3DF-9C4F-4420-ADA2-0C228190DAED>.<1> resuming, QOS(0x21)
default 10:10:55.720975 +0100 Reason Mobile Faulting in NSHTTPCookieStorage singleton
default 10:10:55.721132 +0100 Reason Mobile Faulting in CFHTTPCookieStorage singleton
default 10:10:55.721287 +0100 Reason Mobile Creating default cookie storage with default identifier
default 10:10:55.721453 +0100 Reason Mobile Task <0A2FF3DF-9C4F-4420-ADA2-0C228190DAED>.<1> {strength 1, tls 8, ct 0, sub 0, sig 0, ciphers 1, bundle 0, builtin 0}
default 10:10:55.722281 +0100 Reason Mobile TIC Enabling TLS [1:0x2827ef240]
default 10:10:55.723220 +0100 Reason Mobile TIC TCP Conn Start [1:0x2827ef240]
default 10:10:55.724156 +0100 Reason Mobile Delegate set to <private>, found 4 implemented methods
diff --git a/examples/01-cubes/cubes.cpp b/examples/01-cubes/cubes.cpp
index 0e96c370..131126a8 100644
--- a/examples/01-cubes/cubes.cpp
+++ b/examples/01-cubes/cubes.cpp
@@ -148,7 +148,7 @@ public:
// Set view 0 clear state.
bgfx::setViewClear(0
, BGFX_CLEAR_COLOR|BGFX_CLEAR_DEPTH
- , 0x303030ff
+ , 0x00000000
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ACPI</key>
<dict>
<key>DSDT</key>
<dict>
<key>DropOEM_DSM</key>
<false/>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ACPI</key>
<dict>
<key>DSDT</key>
<dict>
<key>DropOEM_DSM</key>
<false/>
@spacepluk
spacepluk / config.plist
Last active January 10, 2020 08:33
Razer Blade 14" info
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ACPI</key>
<dict>
<key>DSDT</key>
<dict>
<key>DropOEM_DSM</key>
<false/>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ACPI</key>
<dict>
<key>DSDT</key>
<dict>
<key>DropOEM_DSM</key>
<false/>