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
MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC3U1QZV1oGJMk2 | |
ggBcoY+gvj2xTpIIc5bffUk2uDbgB85Sn9RBvWJzJT/9nhhFMXo5LsAybpXhg0j9 | |
eQnjWg5tcETgfMHi2uXqk42BSMTfNbzMfT4qlYJiONZkonOkdvfixkmhWEn2b997 | |
Mth5jSOR88OTIY+68s76GiS6U6AridxIVICxtBgdc36eotuvIPzE5mRZqFaDswz5 | |
ParzNmuozz2BEUyEhp8c8wWI85b18eCYPTmrfIcrzqKyaIg6aNL2Ol/ojQfrmcUU | |
ETC9LDGFpqHy56Tmsm3OM0CTQxjls+eMqPYasBba9LtgHnzOXRK/SX1cP6degoHV | |
yCjIbFSLAgMBAAECggEAOrJf+XMp/FCX6i9qnT4PZiizSQt+n10fH/SV1gLacxWc | |
voC1Lc1M8dAp8nLFk5X5a8inuh4FODzYSGwSOeySNQEe1H+tdoye0+IlixD5E/y5 | |
NAIfvvO62OcY4gTPoQeEa+QQHCxQFisQs3n+rMB/dJJHetrikbl/gr2PJ+dxn66M | |
CbbDsTP6TpC27zn0jbfQ8g8XYj4zSJfYq5nE78e6Dblrx2PRf/ChcYTgQrqjUkNM |
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
<!-- Hosted by Alibaba Cloud (ver. Simplified Chinese) --> | |
<iframe | |
src="https://fuyinlianmeng.org/aliyun/e1dd70396558421181ae27e1f7cb7e58" | |
loading="lazy" | |
title="tgc-online-player" | |
style="border: none; position: absolute; top: 0; left: 0; height: 100%; width: 100%;" | |
allowfullscreen="allowfullscreen"> | |
</iframe> | |
<!-- Hosted by Alibaba Cloud (ver. Traditional Chinese) --> |
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 style="position: relative; padding-top: 56.25%;"> | |
<iframe | |
src="https://customer-ehz58zkfkardo0lv.cloudflarestream.com/ab914e58b0aea9bf8f901549ebf4fb52/iframe?preload=true&defaultTextTrack=zh-Hans&poster=https%3A%2F%2Fcustomer-ehz58zkfkardo0lv.cloudflarestream.com%2Fab914e58b0aea9bf8f901549ebf4fb52%2Fthumbnails%2Fthumbnail.jpg%3Ftime%3D7s%26height%3D600" | |
loading="lazy" | |
style="border: none; position: absolute; top: 0; left: 0; height: 100%; width: 100%;" | |
allow="accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture;" | |
allowfullscreen="true" | |
></iframe> | |
</div> |
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 style="position: relative; padding-top: 56.25%;"> | |
<iframe | |
src="https://customer-ehz58zkfkardo0lv.cloudflarestream.com/01316fff8760be6e4f44ce823a1654eb/iframe?muted=true&preload=true&loop=true&autoplay=true&defaultTextTrack=zh-Hans&poster=https%3A%2F%2Fcustomer-ehz58zkfkardo0lv.cloudflarestream.com%2F01316fff8760be6e4f44ce823a1654eb%2Fthumbnails%2Fthumbnail.jpg%3Ftime%3D1s%26height%3D600" | |
loading="lazy" | |
style="border: none; position: absolute; top: 0; left: 0; height: 100%; width: 100%;" | |
allow="accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture;" | |
allowfullscreen="true" | |
></iframe> | |
</div> |
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
<?php | |
// ***************************************************************************** | |
// GREAT-KIWI / PAYMENT-GATEWAYS / ALIPAY / CROSS-BORDER / | |
// GET-URL-AND-QUERY-STRING-FOR-PAYMENT-REQUEST.PHP | |
// OPMC Australia - www.opmc.com.au | |
// (C) 2013 - 2014 Peter Newman. All Rights Reserved. | |
// ***************************************************************************** | |
namespace greatKiwi_paymentGateways_alipayCrossBorder ; |
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 com.alipay.ams.api.model.merchant import Merchant | |
from com.alipay.ams.api.model.amount import Amount | |
from com.alipay.ams.api.model.settlement_strategy import SettlementStrategy | |
from com.alipay.ams.api.model.order import Order | |
from com.alipay.ams.api.model.product_code_type import ProductCodeType | |
from com.alipay.ams.api.model.payment_method import PaymentMethod | |
from com.alipay.ams.api.model.env import Env | |
from com.alipay.ams.api.model.goods import Goods | |
from com.alipay.ams.api.model.terminal_type import TerminalType | |
from com.alipay.ams.api.model.os_type import OsType |
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
# Change the run script on `settings> Build Execution and Deployment > Console > Python Console` to | |
# hoping you have your settings at project/project/settings.py (if not, change accordingly;) | |
import os,sys,django;sys.path.extend([WORKING_DIR_AND_PYTHON_PATHS]) | |
os.environ['DJANGO_SETTINGS_MODULE'] = WORKING_DIR_AND_PYTHON_PATHS.split('/')[-1]+'.settings' | |
print('Python {0} on {1} using {2} as settings'.format(sys.version, sys.platform, os.environ['DJANGO_SETTINGS_MODULE'])) | |
django.setup() |
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
{ | |
"inbounds": [{ | |
"tag": "vmess-in", | |
"port": 10000, | |
"listen":"127.0.0.1", | |
"protocol": "vmess", | |
"settings": { | |
"clients": [ | |
{ |
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 __future__ import unicode_literals | |
from django_mysql.models import JSONField | |
import uuid | |
from django.db import models | |
from admission.models import Lesson | |
class LAActivity(models.Model): | |
lesson = models.ForeignKey(Lesson) | |
title = models.CharField(max_length=50) |
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
#!/bin/bash | |
sudo add-apt-repository ppa:chris-lea/libsodium; | |
sudo echo "deb http://ppa.launchpad.net/chris-lea/libsodium/ubuntu trusty main" >> /etc/apt/sources.list; | |
sudo echo "deb-src http://ppa.launchpad.net/chris-lea/libsodium/ubuntu trusty main" >> /etc/apt/sources.list; | |
sudo apt-get update && sudo apt-get install libsodium-dev; |
NewerOlder