Skip to content

Instantly share code, notes, and snippets.

View Dantali0n's full-sized avatar

Dantali0n Dantali0n

View GitHub Profile
@AnatomicJC
AnatomicJC / android-backup-apk-and-datas.md
Last active July 26, 2024 13:03
Backup android app, data included, no root needed, with adb

Backup android app, data included, no root needed, with adb

Note: This gist may be outdated, thanks to all contributors in comments.

adb is the Android CLI tool with which you can interact with your android device, from your PC

You must enable developer mode (tap 7 times on the build version in parameters) and install adb on your PC.

Don't hesitate to read comments, there is useful tips, thanks guys for this !

@komasaru
komasaru / discrete_fourier_transform.cpp
Last active July 7, 2021 09:56
C++ source code to compute discrete Fourier transform
/*********************************************
* 離散フーリエ変換 *
* f(t) = 2 * sin(4 * t) + 3 * cos(2 * t) *
* ( 0 <= t < 2 * pi ) *
*********************************************/
#include <iostream> // for cout
#include <math.h> // for sin(), cos()
#include <stdio.h> // for printf()
#define N 100 // 分割数
@0XDE57
0XDE57 / config.md
Last active July 25, 2024 19:50
Firefox about:config privacy settings

ABOUT

about:config settings to harden the Firefox browser. Privacy and performance enhancements.
To change these settings type 'about:config' in the url bar. Then search the setting you would like to change and modify the value. Some settings may break certain websites from functioning and rendering normally. Some settings may also make firefox unstable. I am not liable for any damages/loss of data.

Not all these changes are necessary and will be dependent upon your usage and hardware. Do some research on settings if you don't understand what they do. These settings are best combined with your standard privacy extensions (HTTPS Everywhere No longer required: Enable HTTPS-Only Mode, NoScript/Request Policy, uBlock origin, agent spoofing, Privacy Badger etc), and all plugins set to "Ask To Activate".