This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"blame":[],"app_name":"mediaserverd","timestamp":"2018-07-14 15:45:58.54 +0200","app_version":"","slice_uuid":"29d3a80b-c629-30f6-9bf4-0b51a811bc18","build_version":"","share_with_app_devs":false,"is_first_party":true,"bug_type":"109","os_version":"iPhone OS 11.3.1 (15E302)","incident_id":"430AA0C9-70A5-483A-A17D-1FB8FA73CDD7","name":"mediaserverd","symbolicated":true} | |
| Incident Identifier: 430AA0C9-70A5-483A-A17D-1FB8FA73CDD7 | |
| CrashReporter Key: d383817d4abe1129b985304bea23f7e1405610cc | |
| Hardware Model: iPad5,3 | |
| Process: mediaserverd [476] | |
| Path: /usr/sbin/mediaserverd | |
| Identifier: mediaserverd | |
| Version: ??? | |
| Code Type: ARM-64 (Native) | |
| Role: Unspecified |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var refreshButton = document.querySelector('.refresh'); | |
| var closeButton1 = document.querySelector('.close1'); | |
| var closeButton2 = document.querySelector('.close2'); | |
| var closeButton3 = document.querySelector('.close3'); | |
| var refreshClickStream = Rx.Observable.fromEvent(refreshButton, 'click'); | |
| var close1ClickStream = Rx.Observable.fromEvent(closeButton1, 'click'); | |
| var close2ClickStream = Rx.Observable.fromEvent(closeButton2, 'click'); | |
| var close3ClickStream = Rx.Observable.fromEvent(closeButton3, 'click'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // (c) Copyright 2016, Sean Connelly (@voidqk), http://syntheti.cc | |
| // MIT License | |
| // Project Home: https://github.com/voidqk/sndfilter | |
| #include "compressor.h" | |
| #include <math.h> | |
| #include <string.h> | |
| // core algorithm extracted from Chromium source, DynamicsCompressorKernel.cpp, here: | |
| // https://git.io/v1uSK |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // TPCircularBuffer.c | |
| // Circular/Ring buffer implementation | |
| // | |
| // https://github.com/michaeltyson/TPCircularBuffer | |
| // | |
| // Created by Michael Tyson on 10/12/2011. | |
| // | |
| // Copyright (C) 2012-2013 A Tasty Pixel | |
| // |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- put this into /var/tweak/com.r333d.eqe/lua/autorun/raw/ | |
| -- load by either restarting mediaserverd or running this command: | |
| -- eqe raw < /var/tweak/com.r333d.eqe/lua/autorun/raw/crossfeed.lua | |
| package.path = '/var/tweak/com.r333d.eqe/lua/autorun/raw/crossfeed/?.lua;' | |
| ..'/var/tweak/com.r333d.eqe/lua/core/?.lua;' | |
| ..'/var/tweak/com.r333d.eqe/lua/core/?/init.lua;' | |
| ..package.path | |
| local ffi = require 'ffi' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #import <Foundation/Foundation.h> | |
| #import <cJSON.h> | |
| cJSON * jjjj_apt_list_parse(FILE *f, int *errlineno, int flags); | |
| id json_to_id(cJSON *json) | |
| { | |
| if(json == NULL) { | |
| return nil; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include "cJSON.h" | |
| #include <stdbool.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #include <unistd.h> | |
| #define JJJJ_INCLUDE_JSON 1 << 0 | |
| // APT LIST |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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>platform-application</key> | |
| <true/> | |
| <key>dynamic-codesigning</key> | |
| <true/> | |
| <key>com.apple.private.skip-library-validation</key> | |
| <true/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| i am iLovemethamphetamine#6246 on Discord |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| I am /u/r3333d on reddit. |