https://cloud.google.com/api-gateway/docs/gateway-serverless-neg
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 'package:firebase_core/firebase_core.dart'; | |
import 'package:firebase_app_check/firebase_app_check.dart'; | |
Future<void> main() async { | |
WidgetsFlutterBinding.ensureInitialized(); | |
await Firebase.initializeApp(); | |
await FirebaseAppCheck.instance.activate( | |
// Default provider for Android is the Play Integrity provider. You can use the "AndroidProvider" enum to choose | |
// your preferred provider. Choose from: | |
// 1. Debug provider |
- Change the default gateway of the router to
192.168.1.1
and subnet mask255.255.255.0
- Take note of the Wireless SSID (Name of the WiFi), password and encryption mode (eg. WPA2/Personal TKIP/AES)
- Navigate to Basic Settings > Network
At the time of writing, latest release was freshtomato-E2500v3USB-NVRAM32K_RT-N5x-MIPSR2-2021.8-Mega-VPN
Zip file should be unpacked before uploading.
The guide inspired by Static outbound IP address for Cloud Run.
gcloud compute networks list
I hereby claim:
- I am brokeyourbike on github.
- I am brokeyourbike (https://keybase.io/brokeyourbike) on keybase.
- I have a public key ASAs428C8XBNtcGS5-wRo-ZXPCZ3tmaEdb88XwP45lZ4uQo
To claim this, I am signing this object:
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
while true; do php artisan schedule:run; sleep 60; done |
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
$(function() { | |
var add_to_c_section = $('.route-product-product:not(.popup) .product-info .product-details .button-group-page '); | |
if (add_to_c_section.length == 1) { | |
$('head').append("<style>@media screen and (max-width: 760px) {html.route-product-product iframe.zEWidget-launcher {bottom: "+add_to_c_section.height()+"px !important;}</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
<snippet> | |
<content><![CDATA[<?php echo "<pre>"; print_r(${1:''}); echo "</pre>"; ?>]]></content> | |
<!-- Optional: Set a tabTrigger to define how to trigger the snippet --> | |
<tabTrigger>dump</tabTrigger> | |
<!-- Optional: Set a scope to limit where the snippet will trigger --> | |
<scope>source.php</scope> | |
</snippet> |