Skip to content

Instantly share code, notes, and snippets.

public void f(i iVar, j.d dVar) {
AdvertiseData t4;
Object obj;
if (this.f3939a == null && !"isAvailable".equals(iVar.f4994a)) {
dVar.a("bluetooth_unavailable", "the device does not have bluetooth", null);
return;
}
String str = iVar.f4994a;
str.hashCode();
char c4 = 65535;
@aronsky
aronsky / README.md
Created August 31, 2021 11:10 — forked from dd-han/README.md
using Cloudflare as DDNS in ASUSWRT-Merlin firmware

ASUSWRT-MERLIN custom DDNS Script for Cloudflare

for Cloudflare as DDNS

using Cloudflare API v4

Using

put ddns-start at /jffs/scripts/, setting values and set DDNS type to Custom at web Admin panel.

#include <linux/init.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/version.h>
#include <linux/kallsyms.h>
#include <../fs/mount.h>
#include <linux/namei.h>
#include <linux/blkdev.h>