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
Index: tos.md | |
IDEA additional info: | |
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
<+>UTF-8 | |
=================================================================== | |
diff --git a/tos.md b/tos.md | |
--- a/tos.md | |
+++ b/tos.md (date 1732044678724) | |
@@ -1,13 +1,13 @@ | |
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
// ==UserScript== | |
// @name LinkedIn Drupal Jobs | |
// @include https://www.linkedin.com/jobs | |
// @include https://www.linkedin.com/jobs/* | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
const jobsScript = { | |
searchText: 'Drupal', |
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
// Place this file in your docroot and access it via browser to help diagnose Xdebug issues. | |
<?php | |
echo '<html lang="en">'; | |
echo '<head>'; | |
echo '<title>Xdebug Diag</title>'; | |
echo '<style>'; | |
echo 'body { font-family: sans-serif; }'; | |
echo 'details { margin-left: 1em; }'; | |
echo 'summary { cursor: pointer; color: blue; }'; | |
echo '</style>'; |
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
package mw_secondary_cache | |
import ( | |
"github.com/TykTechnologies/tyk/config" | |
ogctx "github.com/TykTechnologies/tyk/ctx" | |
"github.com/TykTechnologies/tyk/storage" | |
"github.com/metrotranscom/511_tyk_api/pkg/" | |
"github.com/metrotranscom/511_tyk_api/pkg/errs" | |
"github.com/metrotranscom/511_tyk_api/pkg/log" | |
"github.com/metrotranscom/511_tyk_api/pkg/mw" |
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
name: myapp | |
# Start with the Drupal 8 recipe | |
recipe: drupal8 | |
# Configure the D8 recipe to match up closer to a vanilla platform.sh stack | |
config: | |
# Lando defaults to Apache. Switch to nginx to match Platform.sh. | |
via: nginx | |
# Set the webroot to match .platform.app.yaml. |