Skip to content

Instantly share code, notes, and snippets.

View AriesTriputranto99's full-sized avatar
💭
I may be slow to respond.

AriesTriputranto AriesTriputranto99

💭
I may be slow to respond.
View GitHub Profile
@AriesTriputranto99
AriesTriputranto99 / Android_App-impiort
Created October 17, 2023 02:11
allowed_privapp_com.android.car.media
android_app_import {
name: "CarMediaApp",
apk: "Devault.apk",
privileged: true,
certificate: "platform", // Devault.media.apk the platform
@AriesTriputranto99
AriesTriputranto99 / profile.yaml
Created October 17, 2023 01:50
Profile.yaml
# Copyright 2023 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
---
permalink: /assets/js/search-data.json
---
{
{%- assign i = 0 -%}
{
"percentDifference": null,
"quoteResponse": {
"contextSlot": 221960629,
"inAmount": "2660731379600",
"inputMint": "mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So",
"otherAmountThreshold": "1945906507",
"outAmount": "1947854361",
"outputMint": "HsoCvGgjgxARFsaSMb3gEEEujHKozmskdLzxw5J2aXNH",
"platformFee": null,
@doudot
doudot / selenium_magnet_Multiple-Pages-and-Debug.py
Last active October 1, 2023 00:10
selenium_magnet_Multiple-Pages-and-Debug
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.chrome.options import Options
import pyperclip
def get_magnet_links(page_url):
# 启动 WebDriver
chrome_options = Options()
chrome_options.add_argument('--ignore-certificate-errors')
{
"percentDifference": null,
"quoteResponse": {
"contextSlot": 220699457,
"inAmount": "2309399229300",
"inputMint": "mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So",
"otherAmountThreshold": "1113755385002331",
"outAmount": "1114870255257588",
"outputMint": "MNDEFzGvMt87ueuHvVU9VcTqsAP5b3fTGPsHuuPA5ey",
"platformFee": null,
@VecSzn
VecSzn / index.html
Last active September 21, 2023 04:51
Unbeatable Tic Tac Toe AI
<div class="container main">
<div class="board-area">
<table class="board">
<tr>
<td class="space text-center empty" id="space-0"></td>
<td class="space text-center empty" id="space-1"></td>
<td class="space text-center empty" id="space-2"></td>
</tr>
<tr>
<td class="space text-center empty" id="space-3"></td>