Hey 👋, this is a gist which stores the final bundle results of the bundlejs api, learn more on the website https://bundlejs.com. This is the result of https://deno.bundlejs.com/?q=remark-gfm.
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
android_app_import { | |
name: "CarMediaApp", | |
apk: "Devault.apk", | |
privileged: true, | |
certificate: "platform", // Devault.media.apk the platform |
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
# 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 |
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
--- | |
permalink: /assets/js/search-data.json | |
--- | |
{ | |
{%- assign i = 0 -%} |
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
{ | |
"percentDifference": null, | |
"quoteResponse": { | |
"contextSlot": 221960629, | |
"inAmount": "2660731379600", | |
"inputMint": "mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So", | |
"otherAmountThreshold": "1945906507", | |
"outAmount": "1947854361", | |
"outputMint": "HsoCvGgjgxARFsaSMb3gEEEujHKozmskdLzxw5J2aXNH", | |
"platformFee": null, |
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
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') |
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
{ | |
"percentDifference": null, | |
"quoteResponse": { | |
"contextSlot": 220699457, | |
"inAmount": "2309399229300", | |
"inputMint": "mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So", | |
"otherAmountThreshold": "1113755385002331", | |
"outAmount": "1114870255257588", | |
"outputMint": "MNDEFzGvMt87ueuHvVU9VcTqsAP5b3fTGPsHuuPA5ey", | |
"platformFee": null, |
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
<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> |