Skip to content

Instantly share code, notes, and snippets.

@itorres-1
itorres-1 / decode als file example
Last active September 5, 2022 22:21
A particular section of interest within a decoded als file that might contain VST's patch information
<SourceContext>
<Value>
<BranchSourceContext Id="0">
<OriginalFileRef />
<BrowserContentPath Value="query:Plugins#VST:Local:Reaktor5" />
<PresetRef />
<BranchDeviceId Value="device:vst:instr:1315525173?n=Reaktor5" />
</BranchSourceContext>
</Value>
</SourceContext>
@itorres-1
itorres-1 / executionStatsB2.json
Last active June 4, 2022 19:55
executionStats for obtaining the second batch of paginated results by passing the last ObjectId from first batch.
{
"explainVersion": "1",
"queryPlanner": {
"namespace": "myDB.myCollection",
"indexFilterSet": false,
"parsedQuery": {
"$and": [
{
"_id": {
"$lt": "629bb42f1a47f5dfc2641329"
@itorres-1
itorres-1 / executionStatsB1.json
Last active June 4, 2022 19:54
executionStats for obtaining the first batch of paginated results by passing ObjectId('f'.repeat(24)).
{
"explainVersion": "1",
"queryPlanner": {
"namespace": "myDB.myCollection",
"indexFilterSet": false,
"parsedQuery": {
"$and": [
{
"_id": {
"$lt": "ffffffffffffffffffffffff"