A complete gdb to lldb command map.
- Print object
(lldb) po responseObject
(lldb) po [responseObject objectForKey@"state"]
- p - Print primitive type
| --- kernel/deckard/arch/arm/configs/deckard_defconfig | |
| +++ kernel/deckard/arch/arm/configs/deckard_defconfig | |
| @@ -35,7 +35,7 @@ | |
| CONFIG_INIT_ENV_ARG_LIMIT=32 | |
| CONFIG_LOCALVERSION="$(KERNEL_LOCAL_VERSION)-perf" | |
| # CONFIG_LOCALVERSION_AUTO is not set | |
| -# CONFIG_SWAP is not set | |
| +CONFIG_SWAP=y | |
| CONFIG_SYSVIPC=y | |
| CONFIG_SYSVIPC_SYSCTL=y |
A complete gdb to lldb command map.
(lldb) po responseObject
(lldb) po [responseObject objectForKey@"state"]
| #include <DmxReceiver.h> | |
| #include <FastLED.h> | |
| #define DMX_NUM_CHANNELS 15 | |
| #define NUM_LEDS 15 | |
| #define DATA_PIN 11 | |
| #define LED_TYPE WS2811 | |
| #define COLOUR_ORDER | |
| #define CLOCK_PIN 13 // Clock pin only needed for SPI based chipsets when not using hardware SPI |
| using System; | |
| using System.Collections; | |
| using System.Collections.Generic; | |
| using UnityEngine; | |
| namespace Entropedia | |
| { | |
| [RequireComponent(typeof(Light))] | |
| [ExecuteInEditMode] |
| Hi All! | |
| I've recently launched a tool that wraps many of the commands here with a user interface. This desktop application is currently available for macOS. There's a roadmap outlining planned features for the near future. | |
| Feel free to request any features you'd like to see, and I'll prioritize them accordingly. | |
| One of the most important aspects of this application is that every command executed behind the scenes is displayed in a special log section. This allows you to see exactly what’s happening and learn from it. | |
| Here's the link to the repository: https://github.com/Pulimet/ADBugger | |
| App Description: | |
| ADBugger is a desktop tool designed for debugging and QA of Android devices and emulators. It simplifies testing, debugging, and performance analysis by offering device management, automated testing, log analysis, and remote control capabilities. This ensures smooth app performance across various setups. |
Note: One of the algorithms is incorrect due to a missing operator. Need to update the image. Will have to get on that soon.
These are the original 32 algorithms as used in Yamaha DX7.
The later Yamaha FS1R and Yamaha SY77 may have compatibility with these algorithms, but that's beyond the current scope. The FS1R contains 88 algorithms, while the SY77 contains 45 algorithms.
Scenario:
Problem:
At boot TTY are randomly assigned to devices causing depending services/programs instabilities. They could indeed fail to start because of different TTY configurations.
Solution:
We use Deflemask to author SN76489 chip music, for which support is aimed mainly at NTSC Sega Master System. We export these tunes as VGMs from Deflemask and then to get them working on a BBC Micro we have to do some shenanigans because the BBC version of the SN76489 has two key differences from the SMS:
Because the squarewave output of the sound chip is driven by its clockspeed, to transpose frequencies from NTSC to 4Mhz we have to adjust every pitch value sent to the chip registers. This is done mathematically by converting the NTSC pitch register value to Hz and then calculating the equivalent pitch register value on a 4Mhz clocked chip to deliver the same Hz frequency.
That bit is easy (ish).
The tricky bit is when musicians use the tuned periodic noise function on the chip to create basslines. In this scenario channel 2 pitch controls the pitch of t
| Last updated: 2025-12-27 11:12 | |
| 6152 songs, 13:13:31:53 total time | |
| A.III. - Rapid Progress | |
| A5 - Flower Dance | |
| A5Tours - EPISODE from "DECADE SUITE for ORCHESTRA" | |
| A-Train 6 - Another Moon (Rural: Night) | |
| A-Train 6 - Morning Wind (Residential: Morning) | |
| A-Train 6 - On Line (Industrial: Daytime) | |
| A-Train 6 - Python (Industrial: Night) |