sudo chmod +x quicklabgsp247.sh
./quicklabgsp247.sh
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
######################## The Arcade Trivia August 2024 Week 1 ########################### | |
# Cloud Source Repositories: Qwik Start | |
curl -LO raw.githubusercontent.com/Techcps/GSP-Short-Trick/master/Cloud%20Source%20Repositories%3A%20Qwik%20Start/techcpsgsp121.sh | |
sudo chmod +x techcpsgsp121.sh | |
./techcpsgsp121.sh | |
# Deploy Microsoft SQL Server to Compute Engine |
- Getting Started with BigQuery Machine Learning
- Predict Visitor Purchases with a Classification Model in BigQuery ML
- Predict Taxi Fare with a BigQuery ML Forecasting Model
- Importing Data to a Firestore Database
- Build a Serverless Web App with Firebase
- Serverless Firebase Development: Challenge Lab
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
version: '3' | |
services: | |
nginx: | |
labels: | |
- "traefik.enable=true" | |
- "traefik.http.routers.provys-transformer.rule=Host(`www.example.com`)" | |
- "traefik.http.routers.provys-transformer.tls=true" | |
networks: | |
- traefik |
Snippets -> https://www.drupal.org/documentation/customization/snippets
A beginner's guide to using snippets -> https://www.drupal.org/node/337959
Drupal Commerce 2 Snippets -> https://gist.github.com/jakubhnilicka/00ed4492fea86571ab88a68d0e7a2158
https://gist.github.com/BBGuy/c362a30bb0dda65777b076040b14cab5
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
/** | |
* Get taxonomy terms sorted by weight. | |
* | |
* @param int $vid | |
* The vocabulary id. | |
* | |
* @return array | |
* Returns an array of term id | name. | |
* | |
* @throws \Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException |
NewerOlder