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
""" | |
App configuration. | |
""" | |
import os | |
import yaml | |
from dataclasses import dataclass, field | |
from platformdirs import PlatformDirs | |
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>title</title> | |
<link rel="stylesheet" href="style.css"> | |
<script src="script.js"></script> | |
</head> | |
<body> | |
<style> |
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
1 | |
00:00:00,100 --> 00:00:01,550 | |
はい皆さん、こんにちは。 | |
2 | |
00:00:01,550 --> 00:00:04,010 | |
Bite size Japaneseのレイラです。 | |
3 | |
00:00:04,010 --> 00:00:10,890 |
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
// FSRS4Anki v4.11.1 Scheduler Qt6 | |
set_version(); | |
// The latest version will be released on https://github.com/open-spaced-repetition/fsrs4anki/releases/latest | |
// Configuration Start | |
const deckParams = [ | |
{ | |
// Default parameters of FSRS4Anki for global | |
"deckName": "global config for FSRS4Anki", |
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
<?php | |
class WpCsp { | |
public function register(): void | |
{ | |
add_filter('script_loader_tag', [$this, 'filter_script_loader_tag'], 3, 50); | |
add_filter('wp_inline_script_attributes', [$this, 'action_wp_inline_script_attributes']); |
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
<?php | |
/** | |
* Plugin Name: VMA Internal Plugin | |
* Description: General purpose plugin for site specific integrations. | |
* Author: Evan Bangham | |
* Version: 0.0.1 | |
* Author URI: https://github.com/etherealite | |
* | |
* Text Domain: VMA | |
**/ |
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
query InventoryAdjustments($first: Int, $last: Int, $after: String, $before: String, $locationId: ID, $variantId: ID) { | |
location(id: $locationId) { | |
id | |
name | |
__typename | |
} | |
inventoryHistory( | |
first: $first | |
last: $last | |
after: $after |
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
[ | |
[ | |
"Customize the Message", | |
"asfdsf" | |
], | |
[ | |
"Delivery Deadline", | |
"adfasdf" | |
], | |
[ |
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
{ | |
"id":866550311766439020, | |
"title":"Enlighten Tourmaline Stone Stretch Bracelet", | |
"price":"40.00", | |
"line_price":"40.00", | |
"quantity":1, | |
"sku":"BrSBMulStoStr", | |
"grams":26, | |
"properties":[ | |
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 random, inspect | |
def func_a(): | |
if bool(random.getrandbits(1)): | |
func_b() | |
else: | |
func_c() | |
def func_b(): |
NewerOlder