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
| --- Dola/DolaApp/Resources/Localizable.xcstrings 2025-09-11 17:25:41.359392185 +0800 | |
| +++ NewLocalizable.xcstrings 2025-09-11 17:25:36.670262737 +0800 | |
| @@ -2,50 +2,7 @@ | |
| "sourceLanguage" : "en", | |
| "strings" : { | |
| "" : { | |
| - "localizations" : { | |
| - "de" : { | |
| - "stringUnit" : { | |
| - "state" : "translated", |
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
| #!/usr/bin/env python3 | |
| """ | |
| Compare two Apple .xcstrings localization files to ensure they have the same final effects. | |
| This script verifies that both files would produce identical user-facing translations. | |
| """ | |
| import json | |
| import sys | |
| from typing import Dict, Any, Set, List, Tuple | |
| from pathlib import Path |
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
| Fetching pods from Kubernetes cluster... | |
| Found 449 pods | |
| ======================================================================================================================== | |
| POD TO DEPLOYMENT MAPPING | |
| ======================================================================================================================== | |
| +-----------------------------------------------------------------+-------------+-----------------+-----------------------------------------------------+-----------------------------------------------------+ | |
| | Pod Name | Namespace | Product Label | App Label | Deployment (from app) | | |
| +=================================================================+=============+=================+=====================================================+=====================================================+ | |
| | 647niubi-7hmfq | orion |
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
| import os | |
| from typing import Any, Dict, List | |
| import requests | |
| # Get access token from environment variables | |
| access_token = os.environ.get("DASH_TOKEN") | |
| if not access_token: | |
| raise ValueError("Please set the DASH_TOKEN environment variable") |
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
| import mailbox | |
| import json | |
| from email.header import decode_header, make_header | |
| from email.utils import parsedate_to_datetime | |
| def get_decoded_header(header): | |
| """Decodes an email header to a string.""" | |
| if header is None: | |
| return "" | |
| # The make_header function ensures that different encoding parts are handled correctly. |
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
| # Please edit the object below. Lines beginning with a '#' will be ignored, | |
| # and an empty file will abort the edit. If an error occurs while saving this file will be | |
| # reopened with the relevant failures. | |
| # | |
| apiVersion: v1 | |
| data: | |
| APP_API_DOMAIN: api.yestoki.com | |
| APP_DOLA_USER_ATTACHMENT_URL: https://api.yestoki.com | |
| BAIKAL_EMAIL_DOMAIN: dav.yestoki.com | |
| BAIKAL_EMAIL_LEGACY_DOMAINS: '["heydola.com", "hidola.ai", "yestoki.com"]' |
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
| import json | |
| import os | |
| import time | |
| import matplotlib.pyplot as plt | |
| import openai | |
| from sklearn.cluster import MiniBatchKMeans | |
| from sklearn.decomposition import PCA | |
| from sklearn.metrics import silhouette_score |
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
| # 后端 | |
| 内部软件。不外部分发。 | |
| ## 没有完全遵守 | |
| html2text 2020.1.16 GNU General Public License (GPL) | |
| ## 遵守 | |
| chardet 5.2.0 GNU Lesser General Public License v2 or later (LGPLv2+) | |
| psycopg 3.2.3 GNU Lesser General Public License v3 (LGPLv3) |
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
| candidates { | |
| content { | |
| role: "model" | |
| parts { | |
| text: "Here\'s a summary of the latest news from NYC, based on your provided sources:\n\n* **Politics:** The NYC mayoral investigations continue to dominate headlines, with the mayor facing bribery charges and investigations swirling around school leadership. The mayor\'s phone has been seized, and a potential witness has spoken. Rep. Ocasio-Cortez has called for the mayor\'s resignation. The upcoming election and its potential impact on the migrant crisis are also major news items. Six ballot measures will be decided by NYC voters. The city plans to continue protecting immigrants regardless of the election outcome.\n\n* **Crime:** A cyclist was killed in a crash with an FDNY truck in Brooklyn. Three people were fatally shot in a suspected murder-suicide. A man is set to stand trial for a subway chokehold death. The owner of a day care where a toddler fatally ingested fentanyl pleaded guilty to federal charges.\n\n* **Transit:** The city is |
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
| # Mostly a copy of feishu-bin's PKGBUILD with s/feishu/lark/ | |
| # Maintainer: Sabit Maulana <sbtmul@gmail.com> | |
| pkgname=larksuite-bin | |
| pkgver=7.22.9 | |
| _pkghash=355bee5d | |
| _pkgtyp=stable | |
| pkgrel=1 | |
| pkgdesc="Linux client of Lark Suite" | |
| arch=('x86_64') | |
| url="https://www.larksuite.com/download" |