Skip to content

Instantly share code, notes, and snippets.

View XenuIsWatching's full-sized avatar
🍼
On Paternity Leave

Ryan McClelland XenuIsWatching

🍼
On Paternity Leave
View GitHub Profile
@XenuIsWatching
XenuIsWatching / gist:692a50f486101804d0f4d4d4916657eb
Last active November 26, 2023 01:00
cmsis-dsp warning/error
[161/746] Building C object modules/cmsis-dsp/CMakeFiles/modules__cmsis_dsp.dir/__w/zephyr/modules/lib/cmsis-dsp/Source/BasicMathFunctions/arm_xor_u8.c.obj
[162/746] Building C object modules/cmsis-dsp/CMakeFiles/modules__cmsis_dsp.dir/__w/zephyr/modules/lib/cmsis-dsp/Source/CommonTables/arm_common_tables_f16.c.obj
[163/746] Building C object modules/cmsis-dsp/CMakeFiles/modules__cmsis_dsp.dir/__w/zephyr/modules/lib/cmsis-dsp/Source/CommonTables/arm_const_structs.c.obj
[164/746] Building C object modules/cmsis-dsp/CMakeFiles/modules__cmsis_dsp.dir/__w/zephyr/modules/lib/cmsis-dsp/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c.obj
[165/746] Building C object modules/cmsis-dsp/CMakeFiles/modules__cmsis_dsp.dir/__w/zephyr/modules/lib/cmsis-dsp/Source/CommonTables/arm_const_structs_f16.c.obj
[166/746] Building C object modules/cmsis-dsp/CMakeFiles/modules__cmsis_dsp.dir/__w/zephyr/modules/lib/cmsis-dsp/Source/ComplexMathFunctions/arm_cmplx_mag_fast_q15.c.obj
[167/746] Building C object modules/cmsis-dsp/CMakeFil
@XenuIsWatching
XenuIsWatching / hubspace.js
Last active March 11, 2023 03:52
Hubspace Data
data: [
{
id: "a5a5a5a5-a5a5-a5a5-a5a5-a5a5a5a5a5a5",
createdTimestampMs: 0,
updatedTimestampMs: 0,
version: 1,
typeId: "metadevice.home",
friendlyName: "Home",
locale: "en_US",
children: [
{
"tabTitle": "Git Bash",
"acrylicOpacity" : 0.75,
"closeOnExit" : true,
"colorScheme" : "Campbell",
"commandline" : "%PROGRAMFILES%/Git/bin/bash.exe --login",
"cursorColor" : "#FFFFFF",
"cursorShape" : "bar",
"fontFace" : "Consolas",
"fontSize" : 10,
@XenuIsWatching
XenuIsWatching / mks_checkpoints_to_git.py
Last active March 5, 2018 14:37 — forked from kwharrigan/mks_git_checkpoints.py
MKS fast-import script for git
#!/usr/bin/python
#
#Copyright (c) 2015 Ryan McClelland
#
#Permission is hereby granted, free of charge, to any person obtaining a copy
#of this software and associated documentation files (the "Software"), to deal
#in the Software without restriction, including without limitation the rights
#to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
#copies of the Software, and to permit persons to whom the Software is
#furnished to do so, subject to the following conditions: